@aws-sdk/client-proton 3.927.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 (111) hide show
  1. package/dist-cjs/index.js +2765 -3968
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ProtonClient.js +2 -0
  4. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -9
  5. package/dist-es/commands/CancelComponentDeploymentCommand.js +3 -10
  6. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +3 -10
  7. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +3 -10
  8. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +3 -10
  9. package/dist-es/commands/CreateComponentCommand.js +3 -10
  10. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +3 -9
  11. package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
  12. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +3 -10
  13. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +3 -10
  14. package/dist-es/commands/CreateRepositoryCommand.js +3 -9
  15. package/dist-es/commands/CreateServiceCommand.js +3 -10
  16. package/dist-es/commands/CreateServiceInstanceCommand.js +3 -10
  17. package/dist-es/commands/CreateServiceSyncConfigCommand.js +3 -9
  18. package/dist-es/commands/CreateServiceTemplateCommand.js +3 -10
  19. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +3 -10
  20. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +3 -9
  21. package/dist-es/commands/DeleteComponentCommand.js +3 -10
  22. package/dist-es/commands/DeleteDeploymentCommand.js +3 -10
  23. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -9
  24. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -10
  25. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +3 -10
  26. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -10
  27. package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceCommand.js +3 -10
  29. package/dist-es/commands/DeleteServiceSyncConfigCommand.js +3 -9
  30. package/dist-es/commands/DeleteServiceTemplateCommand.js +3 -10
  31. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +3 -10
  32. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +3 -9
  33. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  34. package/dist-es/commands/GetComponentCommand.js +3 -10
  35. package/dist-es/commands/GetDeploymentCommand.js +3 -10
  36. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +3 -9
  37. package/dist-es/commands/GetEnvironmentCommand.js +3 -10
  38. package/dist-es/commands/GetEnvironmentTemplateCommand.js +3 -10
  39. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +3 -10
  40. package/dist-es/commands/GetRepositoryCommand.js +3 -9
  41. package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -9
  42. package/dist-es/commands/GetResourcesSummaryCommand.js +3 -9
  43. package/dist-es/commands/GetServiceCommand.js +3 -10
  44. package/dist-es/commands/GetServiceInstanceCommand.js +3 -10
  45. package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +3 -9
  46. package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +3 -9
  47. package/dist-es/commands/GetServiceSyncConfigCommand.js +3 -9
  48. package/dist-es/commands/GetServiceTemplateCommand.js +3 -10
  49. package/dist-es/commands/GetServiceTemplateVersionCommand.js +3 -10
  50. package/dist-es/commands/GetTemplateSyncConfigCommand.js +3 -9
  51. package/dist-es/commands/GetTemplateSyncStatusCommand.js +3 -9
  52. package/dist-es/commands/ListComponentOutputsCommand.js +3 -10
  53. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +3 -9
  54. package/dist-es/commands/ListComponentsCommand.js +3 -10
  55. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  56. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +3 -9
  57. package/dist-es/commands/ListEnvironmentOutputsCommand.js +3 -10
  58. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -9
  59. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +3 -10
  60. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +3 -10
  61. package/dist-es/commands/ListEnvironmentsCommand.js +3 -10
  62. package/dist-es/commands/ListRepositoriesCommand.js +3 -9
  63. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -9
  64. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +3 -10
  65. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -9
  66. package/dist-es/commands/ListServiceInstancesCommand.js +3 -10
  67. package/dist-es/commands/ListServicePipelineOutputsCommand.js +3 -10
  68. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -9
  69. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +3 -10
  70. package/dist-es/commands/ListServiceTemplatesCommand.js +3 -10
  71. package/dist-es/commands/ListServicesCommand.js +3 -10
  72. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  73. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -10
  74. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +3 -9
  75. package/dist-es/commands/TagResourceCommand.js +3 -9
  76. package/dist-es/commands/UntagResourceCommand.js +3 -9
  77. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  78. package/dist-es/commands/UpdateComponentCommand.js +3 -10
  79. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -9
  80. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
  81. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +3 -10
  82. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -10
  83. package/dist-es/commands/UpdateServiceCommand.js +3 -10
  84. package/dist-es/commands/UpdateServiceInstanceCommand.js +3 -10
  85. package/dist-es/commands/UpdateServicePipelineCommand.js +3 -10
  86. package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +3 -9
  87. package/dist-es/commands/UpdateServiceSyncConfigCommand.js +3 -9
  88. package/dist-es/commands/UpdateServiceTemplateCommand.js +3 -10
  89. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +3 -10
  90. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +3 -9
  91. package/dist-es/models/models_0.js +0 -446
  92. package/dist-es/runtimeConfig.shared.js +7 -0
  93. package/dist-es/schemas/schemas_0.js +2572 -0
  94. package/dist-types/ProtonClient.d.ts +10 -1
  95. package/dist-types/models/models_0.d.ts +0 -368
  96. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  97. package/dist-types/runtimeConfig.d.ts +1 -0
  98. package/dist-types/runtimeConfig.native.d.ts +1 -0
  99. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  100. package/dist-types/schemas/schemas_0.d.ts +358 -0
  101. package/dist-types/ts3.4/ProtonClient.d.ts +4 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +0 -266
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  107. package/dist-types/ts3.4/schemas/schemas_0.d.ts +364 -0
  108. package/package.json +5 -6
  109. package/dist-es/protocols/Aws_json1_0.js +0 -2805
  110. package/dist-types/protocols/Aws_json1_0.d.ts +0 -785
  111. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -1049
@@ -1,1049 +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
- AcceptEnvironmentAccountConnectionCommandInput,
8
- AcceptEnvironmentAccountConnectionCommandOutput,
9
- } from "../commands/AcceptEnvironmentAccountConnectionCommand";
10
- import {
11
- CancelComponentDeploymentCommandInput,
12
- CancelComponentDeploymentCommandOutput,
13
- } from "../commands/CancelComponentDeploymentCommand";
14
- import {
15
- CancelEnvironmentDeploymentCommandInput,
16
- CancelEnvironmentDeploymentCommandOutput,
17
- } from "../commands/CancelEnvironmentDeploymentCommand";
18
- import {
19
- CancelServiceInstanceDeploymentCommandInput,
20
- CancelServiceInstanceDeploymentCommandOutput,
21
- } from "../commands/CancelServiceInstanceDeploymentCommand";
22
- import {
23
- CancelServicePipelineDeploymentCommandInput,
24
- CancelServicePipelineDeploymentCommandOutput,
25
- } from "../commands/CancelServicePipelineDeploymentCommand";
26
- import {
27
- CreateComponentCommandInput,
28
- CreateComponentCommandOutput,
29
- } from "../commands/CreateComponentCommand";
30
- import {
31
- CreateEnvironmentAccountConnectionCommandInput,
32
- CreateEnvironmentAccountConnectionCommandOutput,
33
- } from "../commands/CreateEnvironmentAccountConnectionCommand";
34
- import {
35
- CreateEnvironmentCommandInput,
36
- CreateEnvironmentCommandOutput,
37
- } from "../commands/CreateEnvironmentCommand";
38
- import {
39
- CreateEnvironmentTemplateCommandInput,
40
- CreateEnvironmentTemplateCommandOutput,
41
- } from "../commands/CreateEnvironmentTemplateCommand";
42
- import {
43
- CreateEnvironmentTemplateVersionCommandInput,
44
- CreateEnvironmentTemplateVersionCommandOutput,
45
- } from "../commands/CreateEnvironmentTemplateVersionCommand";
46
- import {
47
- CreateRepositoryCommandInput,
48
- CreateRepositoryCommandOutput,
49
- } from "../commands/CreateRepositoryCommand";
50
- import {
51
- CreateServiceCommandInput,
52
- CreateServiceCommandOutput,
53
- } from "../commands/CreateServiceCommand";
54
- import {
55
- CreateServiceInstanceCommandInput,
56
- CreateServiceInstanceCommandOutput,
57
- } from "../commands/CreateServiceInstanceCommand";
58
- import {
59
- CreateServiceSyncConfigCommandInput,
60
- CreateServiceSyncConfigCommandOutput,
61
- } from "../commands/CreateServiceSyncConfigCommand";
62
- import {
63
- CreateServiceTemplateCommandInput,
64
- CreateServiceTemplateCommandOutput,
65
- } from "../commands/CreateServiceTemplateCommand";
66
- import {
67
- CreateServiceTemplateVersionCommandInput,
68
- CreateServiceTemplateVersionCommandOutput,
69
- } from "../commands/CreateServiceTemplateVersionCommand";
70
- import {
71
- CreateTemplateSyncConfigCommandInput,
72
- CreateTemplateSyncConfigCommandOutput,
73
- } from "../commands/CreateTemplateSyncConfigCommand";
74
- import {
75
- DeleteComponentCommandInput,
76
- DeleteComponentCommandOutput,
77
- } from "../commands/DeleteComponentCommand";
78
- import {
79
- DeleteDeploymentCommandInput,
80
- DeleteDeploymentCommandOutput,
81
- } from "../commands/DeleteDeploymentCommand";
82
- import {
83
- DeleteEnvironmentAccountConnectionCommandInput,
84
- DeleteEnvironmentAccountConnectionCommandOutput,
85
- } from "../commands/DeleteEnvironmentAccountConnectionCommand";
86
- import {
87
- DeleteEnvironmentCommandInput,
88
- DeleteEnvironmentCommandOutput,
89
- } from "../commands/DeleteEnvironmentCommand";
90
- import {
91
- DeleteEnvironmentTemplateCommandInput,
92
- DeleteEnvironmentTemplateCommandOutput,
93
- } from "../commands/DeleteEnvironmentTemplateCommand";
94
- import {
95
- DeleteEnvironmentTemplateVersionCommandInput,
96
- DeleteEnvironmentTemplateVersionCommandOutput,
97
- } from "../commands/DeleteEnvironmentTemplateVersionCommand";
98
- import {
99
- DeleteRepositoryCommandInput,
100
- DeleteRepositoryCommandOutput,
101
- } from "../commands/DeleteRepositoryCommand";
102
- import {
103
- DeleteServiceCommandInput,
104
- DeleteServiceCommandOutput,
105
- } from "../commands/DeleteServiceCommand";
106
- import {
107
- DeleteServiceSyncConfigCommandInput,
108
- DeleteServiceSyncConfigCommandOutput,
109
- } from "../commands/DeleteServiceSyncConfigCommand";
110
- import {
111
- DeleteServiceTemplateCommandInput,
112
- DeleteServiceTemplateCommandOutput,
113
- } from "../commands/DeleteServiceTemplateCommand";
114
- import {
115
- DeleteServiceTemplateVersionCommandInput,
116
- DeleteServiceTemplateVersionCommandOutput,
117
- } from "../commands/DeleteServiceTemplateVersionCommand";
118
- import {
119
- DeleteTemplateSyncConfigCommandInput,
120
- DeleteTemplateSyncConfigCommandOutput,
121
- } from "../commands/DeleteTemplateSyncConfigCommand";
122
- import {
123
- GetAccountSettingsCommandInput,
124
- GetAccountSettingsCommandOutput,
125
- } from "../commands/GetAccountSettingsCommand";
126
- import {
127
- GetComponentCommandInput,
128
- GetComponentCommandOutput,
129
- } from "../commands/GetComponentCommand";
130
- import {
131
- GetDeploymentCommandInput,
132
- GetDeploymentCommandOutput,
133
- } from "../commands/GetDeploymentCommand";
134
- import {
135
- GetEnvironmentAccountConnectionCommandInput,
136
- GetEnvironmentAccountConnectionCommandOutput,
137
- } from "../commands/GetEnvironmentAccountConnectionCommand";
138
- import {
139
- GetEnvironmentCommandInput,
140
- GetEnvironmentCommandOutput,
141
- } from "../commands/GetEnvironmentCommand";
142
- import {
143
- GetEnvironmentTemplateCommandInput,
144
- GetEnvironmentTemplateCommandOutput,
145
- } from "../commands/GetEnvironmentTemplateCommand";
146
- import {
147
- GetEnvironmentTemplateVersionCommandInput,
148
- GetEnvironmentTemplateVersionCommandOutput,
149
- } from "../commands/GetEnvironmentTemplateVersionCommand";
150
- import {
151
- GetRepositoryCommandInput,
152
- GetRepositoryCommandOutput,
153
- } from "../commands/GetRepositoryCommand";
154
- import {
155
- GetRepositorySyncStatusCommandInput,
156
- GetRepositorySyncStatusCommandOutput,
157
- } from "../commands/GetRepositorySyncStatusCommand";
158
- import {
159
- GetResourcesSummaryCommandInput,
160
- GetResourcesSummaryCommandOutput,
161
- } from "../commands/GetResourcesSummaryCommand";
162
- import {
163
- GetServiceCommandInput,
164
- GetServiceCommandOutput,
165
- } from "../commands/GetServiceCommand";
166
- import {
167
- GetServiceInstanceCommandInput,
168
- GetServiceInstanceCommandOutput,
169
- } from "../commands/GetServiceInstanceCommand";
170
- import {
171
- GetServiceInstanceSyncStatusCommandInput,
172
- GetServiceInstanceSyncStatusCommandOutput,
173
- } from "../commands/GetServiceInstanceSyncStatusCommand";
174
- import {
175
- GetServiceSyncBlockerSummaryCommandInput,
176
- GetServiceSyncBlockerSummaryCommandOutput,
177
- } from "../commands/GetServiceSyncBlockerSummaryCommand";
178
- import {
179
- GetServiceSyncConfigCommandInput,
180
- GetServiceSyncConfigCommandOutput,
181
- } from "../commands/GetServiceSyncConfigCommand";
182
- import {
183
- GetServiceTemplateCommandInput,
184
- GetServiceTemplateCommandOutput,
185
- } from "../commands/GetServiceTemplateCommand";
186
- import {
187
- GetServiceTemplateVersionCommandInput,
188
- GetServiceTemplateVersionCommandOutput,
189
- } from "../commands/GetServiceTemplateVersionCommand";
190
- import {
191
- GetTemplateSyncConfigCommandInput,
192
- GetTemplateSyncConfigCommandOutput,
193
- } from "../commands/GetTemplateSyncConfigCommand";
194
- import {
195
- GetTemplateSyncStatusCommandInput,
196
- GetTemplateSyncStatusCommandOutput,
197
- } from "../commands/GetTemplateSyncStatusCommand";
198
- import {
199
- ListComponentOutputsCommandInput,
200
- ListComponentOutputsCommandOutput,
201
- } from "../commands/ListComponentOutputsCommand";
202
- import {
203
- ListComponentProvisionedResourcesCommandInput,
204
- ListComponentProvisionedResourcesCommandOutput,
205
- } from "../commands/ListComponentProvisionedResourcesCommand";
206
- import {
207
- ListComponentsCommandInput,
208
- ListComponentsCommandOutput,
209
- } from "../commands/ListComponentsCommand";
210
- import {
211
- ListDeploymentsCommandInput,
212
- ListDeploymentsCommandOutput,
213
- } from "../commands/ListDeploymentsCommand";
214
- import {
215
- ListEnvironmentAccountConnectionsCommandInput,
216
- ListEnvironmentAccountConnectionsCommandOutput,
217
- } from "../commands/ListEnvironmentAccountConnectionsCommand";
218
- import {
219
- ListEnvironmentOutputsCommandInput,
220
- ListEnvironmentOutputsCommandOutput,
221
- } from "../commands/ListEnvironmentOutputsCommand";
222
- import {
223
- ListEnvironmentProvisionedResourcesCommandInput,
224
- ListEnvironmentProvisionedResourcesCommandOutput,
225
- } from "../commands/ListEnvironmentProvisionedResourcesCommand";
226
- import {
227
- ListEnvironmentsCommandInput,
228
- ListEnvironmentsCommandOutput,
229
- } from "../commands/ListEnvironmentsCommand";
230
- import {
231
- ListEnvironmentTemplatesCommandInput,
232
- ListEnvironmentTemplatesCommandOutput,
233
- } from "../commands/ListEnvironmentTemplatesCommand";
234
- import {
235
- ListEnvironmentTemplateVersionsCommandInput,
236
- ListEnvironmentTemplateVersionsCommandOutput,
237
- } from "../commands/ListEnvironmentTemplateVersionsCommand";
238
- import {
239
- ListRepositoriesCommandInput,
240
- ListRepositoriesCommandOutput,
241
- } from "../commands/ListRepositoriesCommand";
242
- import {
243
- ListRepositorySyncDefinitionsCommandInput,
244
- ListRepositorySyncDefinitionsCommandOutput,
245
- } from "../commands/ListRepositorySyncDefinitionsCommand";
246
- import {
247
- ListServiceInstanceOutputsCommandInput,
248
- ListServiceInstanceOutputsCommandOutput,
249
- } from "../commands/ListServiceInstanceOutputsCommand";
250
- import {
251
- ListServiceInstanceProvisionedResourcesCommandInput,
252
- ListServiceInstanceProvisionedResourcesCommandOutput,
253
- } from "../commands/ListServiceInstanceProvisionedResourcesCommand";
254
- import {
255
- ListServiceInstancesCommandInput,
256
- ListServiceInstancesCommandOutput,
257
- } from "../commands/ListServiceInstancesCommand";
258
- import {
259
- ListServicePipelineOutputsCommandInput,
260
- ListServicePipelineOutputsCommandOutput,
261
- } from "../commands/ListServicePipelineOutputsCommand";
262
- import {
263
- ListServicePipelineProvisionedResourcesCommandInput,
264
- ListServicePipelineProvisionedResourcesCommandOutput,
265
- } from "../commands/ListServicePipelineProvisionedResourcesCommand";
266
- import {
267
- ListServicesCommandInput,
268
- ListServicesCommandOutput,
269
- } from "../commands/ListServicesCommand";
270
- import {
271
- ListServiceTemplatesCommandInput,
272
- ListServiceTemplatesCommandOutput,
273
- } from "../commands/ListServiceTemplatesCommand";
274
- import {
275
- ListServiceTemplateVersionsCommandInput,
276
- ListServiceTemplateVersionsCommandOutput,
277
- } from "../commands/ListServiceTemplateVersionsCommand";
278
- import {
279
- ListTagsForResourceCommandInput,
280
- ListTagsForResourceCommandOutput,
281
- } from "../commands/ListTagsForResourceCommand";
282
- import {
283
- NotifyResourceDeploymentStatusChangeCommandInput,
284
- NotifyResourceDeploymentStatusChangeCommandOutput,
285
- } from "../commands/NotifyResourceDeploymentStatusChangeCommand";
286
- import {
287
- RejectEnvironmentAccountConnectionCommandInput,
288
- RejectEnvironmentAccountConnectionCommandOutput,
289
- } from "../commands/RejectEnvironmentAccountConnectionCommand";
290
- import {
291
- TagResourceCommandInput,
292
- TagResourceCommandOutput,
293
- } from "../commands/TagResourceCommand";
294
- import {
295
- UntagResourceCommandInput,
296
- UntagResourceCommandOutput,
297
- } from "../commands/UntagResourceCommand";
298
- import {
299
- UpdateAccountSettingsCommandInput,
300
- UpdateAccountSettingsCommandOutput,
301
- } from "../commands/UpdateAccountSettingsCommand";
302
- import {
303
- UpdateComponentCommandInput,
304
- UpdateComponentCommandOutput,
305
- } from "../commands/UpdateComponentCommand";
306
- import {
307
- UpdateEnvironmentAccountConnectionCommandInput,
308
- UpdateEnvironmentAccountConnectionCommandOutput,
309
- } from "../commands/UpdateEnvironmentAccountConnectionCommand";
310
- import {
311
- UpdateEnvironmentCommandInput,
312
- UpdateEnvironmentCommandOutput,
313
- } from "../commands/UpdateEnvironmentCommand";
314
- import {
315
- UpdateEnvironmentTemplateCommandInput,
316
- UpdateEnvironmentTemplateCommandOutput,
317
- } from "../commands/UpdateEnvironmentTemplateCommand";
318
- import {
319
- UpdateEnvironmentTemplateVersionCommandInput,
320
- UpdateEnvironmentTemplateVersionCommandOutput,
321
- } from "../commands/UpdateEnvironmentTemplateVersionCommand";
322
- import {
323
- UpdateServiceCommandInput,
324
- UpdateServiceCommandOutput,
325
- } from "../commands/UpdateServiceCommand";
326
- import {
327
- UpdateServiceInstanceCommandInput,
328
- UpdateServiceInstanceCommandOutput,
329
- } from "../commands/UpdateServiceInstanceCommand";
330
- import {
331
- UpdateServicePipelineCommandInput,
332
- UpdateServicePipelineCommandOutput,
333
- } from "../commands/UpdateServicePipelineCommand";
334
- import {
335
- UpdateServiceSyncBlockerCommandInput,
336
- UpdateServiceSyncBlockerCommandOutput,
337
- } from "../commands/UpdateServiceSyncBlockerCommand";
338
- import {
339
- UpdateServiceSyncConfigCommandInput,
340
- UpdateServiceSyncConfigCommandOutput,
341
- } from "../commands/UpdateServiceSyncConfigCommand";
342
- import {
343
- UpdateServiceTemplateCommandInput,
344
- UpdateServiceTemplateCommandOutput,
345
- } from "../commands/UpdateServiceTemplateCommand";
346
- import {
347
- UpdateServiceTemplateVersionCommandInput,
348
- UpdateServiceTemplateVersionCommandOutput,
349
- } from "../commands/UpdateServiceTemplateVersionCommand";
350
- import {
351
- UpdateTemplateSyncConfigCommandInput,
352
- UpdateTemplateSyncConfigCommandOutput,
353
- } from "../commands/UpdateTemplateSyncConfigCommand";
354
- export declare const se_AcceptEnvironmentAccountConnectionCommand: (
355
- input: AcceptEnvironmentAccountConnectionCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_CancelComponentDeploymentCommand: (
359
- input: CancelComponentDeploymentCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_CancelEnvironmentDeploymentCommand: (
363
- input: CancelEnvironmentDeploymentCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_CancelServiceInstanceDeploymentCommand: (
367
- input: CancelServiceInstanceDeploymentCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_CancelServicePipelineDeploymentCommand: (
371
- input: CancelServicePipelineDeploymentCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_CreateComponentCommand: (
375
- input: CreateComponentCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_CreateEnvironmentCommand: (
379
- input: CreateEnvironmentCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_CreateEnvironmentAccountConnectionCommand: (
383
- input: CreateEnvironmentAccountConnectionCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_CreateEnvironmentTemplateCommand: (
387
- input: CreateEnvironmentTemplateCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_CreateEnvironmentTemplateVersionCommand: (
391
- input: CreateEnvironmentTemplateVersionCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_CreateRepositoryCommand: (
395
- input: CreateRepositoryCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_CreateServiceCommand: (
399
- input: CreateServiceCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_CreateServiceInstanceCommand: (
403
- input: CreateServiceInstanceCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_CreateServiceSyncConfigCommand: (
407
- input: CreateServiceSyncConfigCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_CreateServiceTemplateCommand: (
411
- input: CreateServiceTemplateCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_CreateServiceTemplateVersionCommand: (
415
- input: CreateServiceTemplateVersionCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_CreateTemplateSyncConfigCommand: (
419
- input: CreateTemplateSyncConfigCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DeleteComponentCommand: (
423
- input: DeleteComponentCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DeleteDeploymentCommand: (
427
- input: DeleteDeploymentCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DeleteEnvironmentCommand: (
431
- input: DeleteEnvironmentCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DeleteEnvironmentAccountConnectionCommand: (
435
- input: DeleteEnvironmentAccountConnectionCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DeleteEnvironmentTemplateCommand: (
439
- input: DeleteEnvironmentTemplateCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DeleteEnvironmentTemplateVersionCommand: (
443
- input: DeleteEnvironmentTemplateVersionCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DeleteRepositoryCommand: (
447
- input: DeleteRepositoryCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DeleteServiceCommand: (
451
- input: DeleteServiceCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DeleteServiceSyncConfigCommand: (
455
- input: DeleteServiceSyncConfigCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DeleteServiceTemplateCommand: (
459
- input: DeleteServiceTemplateCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DeleteServiceTemplateVersionCommand: (
463
- input: DeleteServiceTemplateVersionCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_DeleteTemplateSyncConfigCommand: (
467
- input: DeleteTemplateSyncConfigCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_GetAccountSettingsCommand: (
471
- input: GetAccountSettingsCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_GetComponentCommand: (
475
- input: GetComponentCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_GetDeploymentCommand: (
479
- input: GetDeploymentCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_GetEnvironmentCommand: (
483
- input: GetEnvironmentCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_GetEnvironmentAccountConnectionCommand: (
487
- input: GetEnvironmentAccountConnectionCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_GetEnvironmentTemplateCommand: (
491
- input: GetEnvironmentTemplateCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_GetEnvironmentTemplateVersionCommand: (
495
- input: GetEnvironmentTemplateVersionCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_GetRepositoryCommand: (
499
- input: GetRepositoryCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_GetRepositorySyncStatusCommand: (
503
- input: GetRepositorySyncStatusCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_GetResourcesSummaryCommand: (
507
- input: GetResourcesSummaryCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_GetServiceCommand: (
511
- input: GetServiceCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_GetServiceInstanceCommand: (
515
- input: GetServiceInstanceCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_GetServiceInstanceSyncStatusCommand: (
519
- input: GetServiceInstanceSyncStatusCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_GetServiceSyncBlockerSummaryCommand: (
523
- input: GetServiceSyncBlockerSummaryCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_GetServiceSyncConfigCommand: (
527
- input: GetServiceSyncConfigCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_GetServiceTemplateCommand: (
531
- input: GetServiceTemplateCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_GetServiceTemplateVersionCommand: (
535
- input: GetServiceTemplateVersionCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_GetTemplateSyncConfigCommand: (
539
- input: GetTemplateSyncConfigCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_GetTemplateSyncStatusCommand: (
543
- input: GetTemplateSyncStatusCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ListComponentOutputsCommand: (
547
- input: ListComponentOutputsCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ListComponentProvisionedResourcesCommand: (
551
- input: ListComponentProvisionedResourcesCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_ListComponentsCommand: (
555
- input: ListComponentsCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_ListDeploymentsCommand: (
559
- input: ListDeploymentsCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_ListEnvironmentAccountConnectionsCommand: (
563
- input: ListEnvironmentAccountConnectionsCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_ListEnvironmentOutputsCommand: (
567
- input: ListEnvironmentOutputsCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_ListEnvironmentProvisionedResourcesCommand: (
571
- input: ListEnvironmentProvisionedResourcesCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_ListEnvironmentsCommand: (
575
- input: ListEnvironmentsCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_ListEnvironmentTemplatesCommand: (
579
- input: ListEnvironmentTemplatesCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_ListEnvironmentTemplateVersionsCommand: (
583
- input: ListEnvironmentTemplateVersionsCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_ListRepositoriesCommand: (
587
- input: ListRepositoriesCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_ListRepositorySyncDefinitionsCommand: (
591
- input: ListRepositorySyncDefinitionsCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_ListServiceInstanceOutputsCommand: (
595
- input: ListServiceInstanceOutputsCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_ListServiceInstanceProvisionedResourcesCommand: (
599
- input: ListServiceInstanceProvisionedResourcesCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_ListServiceInstancesCommand: (
603
- input: ListServiceInstancesCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_ListServicePipelineOutputsCommand: (
607
- input: ListServicePipelineOutputsCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_ListServicePipelineProvisionedResourcesCommand: (
611
- input: ListServicePipelineProvisionedResourcesCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_ListServicesCommand: (
615
- input: ListServicesCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_ListServiceTemplatesCommand: (
619
- input: ListServiceTemplatesCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_ListServiceTemplateVersionsCommand: (
623
- input: ListServiceTemplateVersionsCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_ListTagsForResourceCommand: (
627
- input: ListTagsForResourceCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_NotifyResourceDeploymentStatusChangeCommand: (
631
- input: NotifyResourceDeploymentStatusChangeCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_RejectEnvironmentAccountConnectionCommand: (
635
- input: RejectEnvironmentAccountConnectionCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_TagResourceCommand: (
639
- input: TagResourceCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_UntagResourceCommand: (
643
- input: UntagResourceCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_UpdateAccountSettingsCommand: (
647
- input: UpdateAccountSettingsCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_UpdateComponentCommand: (
651
- input: UpdateComponentCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_UpdateEnvironmentCommand: (
655
- input: UpdateEnvironmentCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_UpdateEnvironmentAccountConnectionCommand: (
659
- input: UpdateEnvironmentAccountConnectionCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_UpdateEnvironmentTemplateCommand: (
663
- input: UpdateEnvironmentTemplateCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_UpdateEnvironmentTemplateVersionCommand: (
667
- input: UpdateEnvironmentTemplateVersionCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_UpdateServiceCommand: (
671
- input: UpdateServiceCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_UpdateServiceInstanceCommand: (
675
- input: UpdateServiceInstanceCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_UpdateServicePipelineCommand: (
679
- input: UpdateServicePipelineCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_UpdateServiceSyncBlockerCommand: (
683
- input: UpdateServiceSyncBlockerCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const se_UpdateServiceSyncConfigCommand: (
687
- input: UpdateServiceSyncConfigCommandInput,
688
- context: __SerdeContext
689
- ) => Promise<__HttpRequest>;
690
- export declare const se_UpdateServiceTemplateCommand: (
691
- input: UpdateServiceTemplateCommandInput,
692
- context: __SerdeContext
693
- ) => Promise<__HttpRequest>;
694
- export declare const se_UpdateServiceTemplateVersionCommand: (
695
- input: UpdateServiceTemplateVersionCommandInput,
696
- context: __SerdeContext
697
- ) => Promise<__HttpRequest>;
698
- export declare const se_UpdateTemplateSyncConfigCommand: (
699
- input: UpdateTemplateSyncConfigCommandInput,
700
- context: __SerdeContext
701
- ) => Promise<__HttpRequest>;
702
- export declare const de_AcceptEnvironmentAccountConnectionCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<AcceptEnvironmentAccountConnectionCommandOutput>;
706
- export declare const de_CancelComponentDeploymentCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<CancelComponentDeploymentCommandOutput>;
710
- export declare const de_CancelEnvironmentDeploymentCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<CancelEnvironmentDeploymentCommandOutput>;
714
- export declare const de_CancelServiceInstanceDeploymentCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<CancelServiceInstanceDeploymentCommandOutput>;
718
- export declare const de_CancelServicePipelineDeploymentCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<CancelServicePipelineDeploymentCommandOutput>;
722
- export declare const de_CreateComponentCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<CreateComponentCommandOutput>;
726
- export declare const de_CreateEnvironmentCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<CreateEnvironmentCommandOutput>;
730
- export declare const de_CreateEnvironmentAccountConnectionCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<CreateEnvironmentAccountConnectionCommandOutput>;
734
- export declare const de_CreateEnvironmentTemplateCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<CreateEnvironmentTemplateCommandOutput>;
738
- export declare const de_CreateEnvironmentTemplateVersionCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<CreateEnvironmentTemplateVersionCommandOutput>;
742
- export declare const de_CreateRepositoryCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<CreateRepositoryCommandOutput>;
746
- export declare const de_CreateServiceCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<CreateServiceCommandOutput>;
750
- export declare const de_CreateServiceInstanceCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<CreateServiceInstanceCommandOutput>;
754
- export declare const de_CreateServiceSyncConfigCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<CreateServiceSyncConfigCommandOutput>;
758
- export declare const de_CreateServiceTemplateCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<CreateServiceTemplateCommandOutput>;
762
- export declare const de_CreateServiceTemplateVersionCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<CreateServiceTemplateVersionCommandOutput>;
766
- export declare const de_CreateTemplateSyncConfigCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<CreateTemplateSyncConfigCommandOutput>;
770
- export declare const de_DeleteComponentCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<DeleteComponentCommandOutput>;
774
- export declare const de_DeleteDeploymentCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<DeleteDeploymentCommandOutput>;
778
- export declare const de_DeleteEnvironmentCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<DeleteEnvironmentCommandOutput>;
782
- export declare const de_DeleteEnvironmentAccountConnectionCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<DeleteEnvironmentAccountConnectionCommandOutput>;
786
- export declare const de_DeleteEnvironmentTemplateCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<DeleteEnvironmentTemplateCommandOutput>;
790
- export declare const de_DeleteEnvironmentTemplateVersionCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<DeleteEnvironmentTemplateVersionCommandOutput>;
794
- export declare const de_DeleteRepositoryCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<DeleteRepositoryCommandOutput>;
798
- export declare const de_DeleteServiceCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<DeleteServiceCommandOutput>;
802
- export declare const de_DeleteServiceSyncConfigCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<DeleteServiceSyncConfigCommandOutput>;
806
- export declare const de_DeleteServiceTemplateCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<DeleteServiceTemplateCommandOutput>;
810
- export declare const de_DeleteServiceTemplateVersionCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<DeleteServiceTemplateVersionCommandOutput>;
814
- export declare const de_DeleteTemplateSyncConfigCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<DeleteTemplateSyncConfigCommandOutput>;
818
- export declare const de_GetAccountSettingsCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<GetAccountSettingsCommandOutput>;
822
- export declare const de_GetComponentCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<GetComponentCommandOutput>;
826
- export declare const de_GetDeploymentCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<GetDeploymentCommandOutput>;
830
- export declare const de_GetEnvironmentCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<GetEnvironmentCommandOutput>;
834
- export declare const de_GetEnvironmentAccountConnectionCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<GetEnvironmentAccountConnectionCommandOutput>;
838
- export declare const de_GetEnvironmentTemplateCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<GetEnvironmentTemplateCommandOutput>;
842
- export declare const de_GetEnvironmentTemplateVersionCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<GetEnvironmentTemplateVersionCommandOutput>;
846
- export declare const de_GetRepositoryCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<GetRepositoryCommandOutput>;
850
- export declare const de_GetRepositorySyncStatusCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<GetRepositorySyncStatusCommandOutput>;
854
- export declare const de_GetResourcesSummaryCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<GetResourcesSummaryCommandOutput>;
858
- export declare const de_GetServiceCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<GetServiceCommandOutput>;
862
- export declare const de_GetServiceInstanceCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<GetServiceInstanceCommandOutput>;
866
- export declare const de_GetServiceInstanceSyncStatusCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<GetServiceInstanceSyncStatusCommandOutput>;
870
- export declare const de_GetServiceSyncBlockerSummaryCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<GetServiceSyncBlockerSummaryCommandOutput>;
874
- export declare const de_GetServiceSyncConfigCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<GetServiceSyncConfigCommandOutput>;
878
- export declare const de_GetServiceTemplateCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<GetServiceTemplateCommandOutput>;
882
- export declare const de_GetServiceTemplateVersionCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<GetServiceTemplateVersionCommandOutput>;
886
- export declare const de_GetTemplateSyncConfigCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<GetTemplateSyncConfigCommandOutput>;
890
- export declare const de_GetTemplateSyncStatusCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<GetTemplateSyncStatusCommandOutput>;
894
- export declare const de_ListComponentOutputsCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<ListComponentOutputsCommandOutput>;
898
- export declare const de_ListComponentProvisionedResourcesCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<ListComponentProvisionedResourcesCommandOutput>;
902
- export declare const de_ListComponentsCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<ListComponentsCommandOutput>;
906
- export declare const de_ListDeploymentsCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<ListDeploymentsCommandOutput>;
910
- export declare const de_ListEnvironmentAccountConnectionsCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<ListEnvironmentAccountConnectionsCommandOutput>;
914
- export declare const de_ListEnvironmentOutputsCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<ListEnvironmentOutputsCommandOutput>;
918
- export declare const de_ListEnvironmentProvisionedResourcesCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<ListEnvironmentProvisionedResourcesCommandOutput>;
922
- export declare const de_ListEnvironmentsCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<ListEnvironmentsCommandOutput>;
926
- export declare const de_ListEnvironmentTemplatesCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<ListEnvironmentTemplatesCommandOutput>;
930
- export declare const de_ListEnvironmentTemplateVersionsCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<ListEnvironmentTemplateVersionsCommandOutput>;
934
- export declare const de_ListRepositoriesCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<ListRepositoriesCommandOutput>;
938
- export declare const de_ListRepositorySyncDefinitionsCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
942
- export declare const de_ListServiceInstanceOutputsCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<ListServiceInstanceOutputsCommandOutput>;
946
- export declare const de_ListServiceInstanceProvisionedResourcesCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<ListServiceInstanceProvisionedResourcesCommandOutput>;
950
- export declare const de_ListServiceInstancesCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<ListServiceInstancesCommandOutput>;
954
- export declare const de_ListServicePipelineOutputsCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<ListServicePipelineOutputsCommandOutput>;
958
- export declare const de_ListServicePipelineProvisionedResourcesCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<ListServicePipelineProvisionedResourcesCommandOutput>;
962
- export declare const de_ListServicesCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<ListServicesCommandOutput>;
966
- export declare const de_ListServiceTemplatesCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<ListServiceTemplatesCommandOutput>;
970
- export declare const de_ListServiceTemplateVersionsCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<ListServiceTemplateVersionsCommandOutput>;
974
- export declare const de_ListTagsForResourceCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<ListTagsForResourceCommandOutput>;
978
- export declare const de_NotifyResourceDeploymentStatusChangeCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<NotifyResourceDeploymentStatusChangeCommandOutput>;
982
- export declare const de_RejectEnvironmentAccountConnectionCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<RejectEnvironmentAccountConnectionCommandOutput>;
986
- export declare const de_TagResourceCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<TagResourceCommandOutput>;
990
- export declare const de_UntagResourceCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<UntagResourceCommandOutput>;
994
- export declare const de_UpdateAccountSettingsCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<UpdateAccountSettingsCommandOutput>;
998
- export declare const de_UpdateComponentCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<UpdateComponentCommandOutput>;
1002
- export declare const de_UpdateEnvironmentCommand: (
1003
- output: __HttpResponse,
1004
- context: __SerdeContext
1005
- ) => Promise<UpdateEnvironmentCommandOutput>;
1006
- export declare const de_UpdateEnvironmentAccountConnectionCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<UpdateEnvironmentAccountConnectionCommandOutput>;
1010
- export declare const de_UpdateEnvironmentTemplateCommand: (
1011
- output: __HttpResponse,
1012
- context: __SerdeContext
1013
- ) => Promise<UpdateEnvironmentTemplateCommandOutput>;
1014
- export declare const de_UpdateEnvironmentTemplateVersionCommand: (
1015
- output: __HttpResponse,
1016
- context: __SerdeContext
1017
- ) => Promise<UpdateEnvironmentTemplateVersionCommandOutput>;
1018
- export declare const de_UpdateServiceCommand: (
1019
- output: __HttpResponse,
1020
- context: __SerdeContext
1021
- ) => Promise<UpdateServiceCommandOutput>;
1022
- export declare const de_UpdateServiceInstanceCommand: (
1023
- output: __HttpResponse,
1024
- context: __SerdeContext
1025
- ) => Promise<UpdateServiceInstanceCommandOutput>;
1026
- export declare const de_UpdateServicePipelineCommand: (
1027
- output: __HttpResponse,
1028
- context: __SerdeContext
1029
- ) => Promise<UpdateServicePipelineCommandOutput>;
1030
- export declare const de_UpdateServiceSyncBlockerCommand: (
1031
- output: __HttpResponse,
1032
- context: __SerdeContext
1033
- ) => Promise<UpdateServiceSyncBlockerCommandOutput>;
1034
- export declare const de_UpdateServiceSyncConfigCommand: (
1035
- output: __HttpResponse,
1036
- context: __SerdeContext
1037
- ) => Promise<UpdateServiceSyncConfigCommandOutput>;
1038
- export declare const de_UpdateServiceTemplateCommand: (
1039
- output: __HttpResponse,
1040
- context: __SerdeContext
1041
- ) => Promise<UpdateServiceTemplateCommandOutput>;
1042
- export declare const de_UpdateServiceTemplateVersionCommand: (
1043
- output: __HttpResponse,
1044
- context: __SerdeContext
1045
- ) => Promise<UpdateServiceTemplateVersionCommandOutput>;
1046
- export declare const de_UpdateTemplateSyncConfigCommand: (
1047
- output: __HttpResponse,
1048
- context: __SerdeContext
1049
- ) => Promise<UpdateTemplateSyncConfigCommandOutput>;