@aws-sdk/client-vpc-lattice 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/dist-cjs/index.js +2768 -3213
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/VPCLatticeClient.js +2 -0
  4. package/dist-es/commands/BatchUpdateRuleCommand.js +3 -9
  5. package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +3 -9
  6. package/dist-es/commands/CreateListenerCommand.js +3 -9
  7. package/dist-es/commands/CreateResourceConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CreateResourceGatewayCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateServiceCommand.js +3 -9
  11. package/dist-es/commands/CreateServiceNetworkCommand.js +3 -9
  12. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +3 -9
  13. package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +3 -9
  14. package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +3 -9
  15. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  16. package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +3 -9
  17. package/dist-es/commands/DeleteAuthPolicyCommand.js +3 -9
  18. package/dist-es/commands/DeleteDomainVerificationCommand.js +3 -9
  19. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  20. package/dist-es/commands/DeleteResourceConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +3 -9
  22. package/dist-es/commands/DeleteResourceGatewayCommand.js +3 -9
  23. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  24. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  25. package/dist-es/commands/DeleteServiceCommand.js +3 -9
  26. package/dist-es/commands/DeleteServiceNetworkCommand.js +3 -9
  27. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +3 -9
  29. package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +3 -9
  30. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  31. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  32. package/dist-es/commands/GetAccessLogSubscriptionCommand.js +3 -9
  33. package/dist-es/commands/GetAuthPolicyCommand.js +3 -9
  34. package/dist-es/commands/GetDomainVerificationCommand.js +3 -9
  35. package/dist-es/commands/GetListenerCommand.js +3 -9
  36. package/dist-es/commands/GetResourceConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetResourceGatewayCommand.js +3 -9
  38. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  39. package/dist-es/commands/GetRuleCommand.js +3 -9
  40. package/dist-es/commands/GetServiceCommand.js +3 -9
  41. package/dist-es/commands/GetServiceNetworkCommand.js +3 -9
  42. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +3 -9
  43. package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +3 -9
  44. package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +3 -9
  45. package/dist-es/commands/GetTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +3 -9
  47. package/dist-es/commands/ListDomainVerificationsCommand.js +3 -9
  48. package/dist-es/commands/ListListenersCommand.js +3 -9
  49. package/dist-es/commands/ListResourceConfigurationsCommand.js +3 -9
  50. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +3 -9
  51. package/dist-es/commands/ListResourceGatewaysCommand.js +3 -9
  52. package/dist-es/commands/ListRulesCommand.js +3 -9
  53. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +3 -9
  54. package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +3 -9
  55. package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +3 -9
  56. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +3 -9
  57. package/dist-es/commands/ListServiceNetworksCommand.js +3 -9
  58. package/dist-es/commands/ListServicesCommand.js +3 -9
  59. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  60. package/dist-es/commands/ListTargetGroupsCommand.js +3 -9
  61. package/dist-es/commands/ListTargetsCommand.js +3 -9
  62. package/dist-es/commands/PutAuthPolicyCommand.js +3 -9
  63. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  64. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  65. package/dist-es/commands/StartDomainVerificationCommand.js +3 -9
  66. package/dist-es/commands/TagResourceCommand.js +3 -9
  67. package/dist-es/commands/UntagResourceCommand.js +3 -9
  68. package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +3 -9
  69. package/dist-es/commands/UpdateListenerCommand.js +3 -9
  70. package/dist-es/commands/UpdateResourceConfigurationCommand.js +3 -9
  71. package/dist-es/commands/UpdateResourceGatewayCommand.js +3 -9
  72. package/dist-es/commands/UpdateRuleCommand.js +3 -9
  73. package/dist-es/commands/UpdateServiceCommand.js +3 -9
  74. package/dist-es/commands/UpdateServiceNetworkCommand.js +3 -9
  75. package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +3 -9
  76. package/dist-es/commands/UpdateTargetGroupCommand.js +3 -9
  77. package/dist-es/runtimeConfig.shared.js +2 -0
  78. package/dist-es/schemas/schemas_0.js +2622 -0
  79. package/dist-types/VPCLatticeClient.d.ts +10 -1
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/runtimeConfig.d.ts +1 -0
  82. package/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  84. package/dist-types/schemas/schemas_0.d.ts +300 -0
  85. package/dist-types/ts3.4/VPCLatticeClient.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +305 -0
  91. package/package.json +5 -6
  92. package/dist-es/protocols/Aws_restJson1.js +0 -2698
  93. package/dist-types/protocols/Aws_restJson1.d.ts +0 -659
  94. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -881
@@ -1,881 +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
- BatchUpdateRuleCommandInput,
8
- BatchUpdateRuleCommandOutput,
9
- } from "../commands/BatchUpdateRuleCommand";
10
- import {
11
- CreateAccessLogSubscriptionCommandInput,
12
- CreateAccessLogSubscriptionCommandOutput,
13
- } from "../commands/CreateAccessLogSubscriptionCommand";
14
- import {
15
- CreateListenerCommandInput,
16
- CreateListenerCommandOutput,
17
- } from "../commands/CreateListenerCommand";
18
- import {
19
- CreateResourceConfigurationCommandInput,
20
- CreateResourceConfigurationCommandOutput,
21
- } from "../commands/CreateResourceConfigurationCommand";
22
- import {
23
- CreateResourceGatewayCommandInput,
24
- CreateResourceGatewayCommandOutput,
25
- } from "../commands/CreateResourceGatewayCommand";
26
- import {
27
- CreateRuleCommandInput,
28
- CreateRuleCommandOutput,
29
- } from "../commands/CreateRuleCommand";
30
- import {
31
- CreateServiceCommandInput,
32
- CreateServiceCommandOutput,
33
- } from "../commands/CreateServiceCommand";
34
- import {
35
- CreateServiceNetworkCommandInput,
36
- CreateServiceNetworkCommandOutput,
37
- } from "../commands/CreateServiceNetworkCommand";
38
- import {
39
- CreateServiceNetworkResourceAssociationCommandInput,
40
- CreateServiceNetworkResourceAssociationCommandOutput,
41
- } from "../commands/CreateServiceNetworkResourceAssociationCommand";
42
- import {
43
- CreateServiceNetworkServiceAssociationCommandInput,
44
- CreateServiceNetworkServiceAssociationCommandOutput,
45
- } from "../commands/CreateServiceNetworkServiceAssociationCommand";
46
- import {
47
- CreateServiceNetworkVpcAssociationCommandInput,
48
- CreateServiceNetworkVpcAssociationCommandOutput,
49
- } from "../commands/CreateServiceNetworkVpcAssociationCommand";
50
- import {
51
- CreateTargetGroupCommandInput,
52
- CreateTargetGroupCommandOutput,
53
- } from "../commands/CreateTargetGroupCommand";
54
- import {
55
- DeleteAccessLogSubscriptionCommandInput,
56
- DeleteAccessLogSubscriptionCommandOutput,
57
- } from "../commands/DeleteAccessLogSubscriptionCommand";
58
- import {
59
- DeleteAuthPolicyCommandInput,
60
- DeleteAuthPolicyCommandOutput,
61
- } from "../commands/DeleteAuthPolicyCommand";
62
- import {
63
- DeleteDomainVerificationCommandInput,
64
- DeleteDomainVerificationCommandOutput,
65
- } from "../commands/DeleteDomainVerificationCommand";
66
- import {
67
- DeleteListenerCommandInput,
68
- DeleteListenerCommandOutput,
69
- } from "../commands/DeleteListenerCommand";
70
- import {
71
- DeleteResourceConfigurationCommandInput,
72
- DeleteResourceConfigurationCommandOutput,
73
- } from "../commands/DeleteResourceConfigurationCommand";
74
- import {
75
- DeleteResourceEndpointAssociationCommandInput,
76
- DeleteResourceEndpointAssociationCommandOutput,
77
- } from "../commands/DeleteResourceEndpointAssociationCommand";
78
- import {
79
- DeleteResourceGatewayCommandInput,
80
- DeleteResourceGatewayCommandOutput,
81
- } from "../commands/DeleteResourceGatewayCommand";
82
- import {
83
- DeleteResourcePolicyCommandInput,
84
- DeleteResourcePolicyCommandOutput,
85
- } from "../commands/DeleteResourcePolicyCommand";
86
- import {
87
- DeleteRuleCommandInput,
88
- DeleteRuleCommandOutput,
89
- } from "../commands/DeleteRuleCommand";
90
- import {
91
- DeleteServiceCommandInput,
92
- DeleteServiceCommandOutput,
93
- } from "../commands/DeleteServiceCommand";
94
- import {
95
- DeleteServiceNetworkCommandInput,
96
- DeleteServiceNetworkCommandOutput,
97
- } from "../commands/DeleteServiceNetworkCommand";
98
- import {
99
- DeleteServiceNetworkResourceAssociationCommandInput,
100
- DeleteServiceNetworkResourceAssociationCommandOutput,
101
- } from "../commands/DeleteServiceNetworkResourceAssociationCommand";
102
- import {
103
- DeleteServiceNetworkServiceAssociationCommandInput,
104
- DeleteServiceNetworkServiceAssociationCommandOutput,
105
- } from "../commands/DeleteServiceNetworkServiceAssociationCommand";
106
- import {
107
- DeleteServiceNetworkVpcAssociationCommandInput,
108
- DeleteServiceNetworkVpcAssociationCommandOutput,
109
- } from "../commands/DeleteServiceNetworkVpcAssociationCommand";
110
- import {
111
- DeleteTargetGroupCommandInput,
112
- DeleteTargetGroupCommandOutput,
113
- } from "../commands/DeleteTargetGroupCommand";
114
- import {
115
- DeregisterTargetsCommandInput,
116
- DeregisterTargetsCommandOutput,
117
- } from "../commands/DeregisterTargetsCommand";
118
- import {
119
- GetAccessLogSubscriptionCommandInput,
120
- GetAccessLogSubscriptionCommandOutput,
121
- } from "../commands/GetAccessLogSubscriptionCommand";
122
- import {
123
- GetAuthPolicyCommandInput,
124
- GetAuthPolicyCommandOutput,
125
- } from "../commands/GetAuthPolicyCommand";
126
- import {
127
- GetDomainVerificationCommandInput,
128
- GetDomainVerificationCommandOutput,
129
- } from "../commands/GetDomainVerificationCommand";
130
- import {
131
- GetListenerCommandInput,
132
- GetListenerCommandOutput,
133
- } from "../commands/GetListenerCommand";
134
- import {
135
- GetResourceConfigurationCommandInput,
136
- GetResourceConfigurationCommandOutput,
137
- } from "../commands/GetResourceConfigurationCommand";
138
- import {
139
- GetResourceGatewayCommandInput,
140
- GetResourceGatewayCommandOutput,
141
- } from "../commands/GetResourceGatewayCommand";
142
- import {
143
- GetResourcePolicyCommandInput,
144
- GetResourcePolicyCommandOutput,
145
- } from "../commands/GetResourcePolicyCommand";
146
- import {
147
- GetRuleCommandInput,
148
- GetRuleCommandOutput,
149
- } from "../commands/GetRuleCommand";
150
- import {
151
- GetServiceCommandInput,
152
- GetServiceCommandOutput,
153
- } from "../commands/GetServiceCommand";
154
- import {
155
- GetServiceNetworkCommandInput,
156
- GetServiceNetworkCommandOutput,
157
- } from "../commands/GetServiceNetworkCommand";
158
- import {
159
- GetServiceNetworkResourceAssociationCommandInput,
160
- GetServiceNetworkResourceAssociationCommandOutput,
161
- } from "../commands/GetServiceNetworkResourceAssociationCommand";
162
- import {
163
- GetServiceNetworkServiceAssociationCommandInput,
164
- GetServiceNetworkServiceAssociationCommandOutput,
165
- } from "../commands/GetServiceNetworkServiceAssociationCommand";
166
- import {
167
- GetServiceNetworkVpcAssociationCommandInput,
168
- GetServiceNetworkVpcAssociationCommandOutput,
169
- } from "../commands/GetServiceNetworkVpcAssociationCommand";
170
- import {
171
- GetTargetGroupCommandInput,
172
- GetTargetGroupCommandOutput,
173
- } from "../commands/GetTargetGroupCommand";
174
- import {
175
- ListAccessLogSubscriptionsCommandInput,
176
- ListAccessLogSubscriptionsCommandOutput,
177
- } from "../commands/ListAccessLogSubscriptionsCommand";
178
- import {
179
- ListDomainVerificationsCommandInput,
180
- ListDomainVerificationsCommandOutput,
181
- } from "../commands/ListDomainVerificationsCommand";
182
- import {
183
- ListListenersCommandInput,
184
- ListListenersCommandOutput,
185
- } from "../commands/ListListenersCommand";
186
- import {
187
- ListResourceConfigurationsCommandInput,
188
- ListResourceConfigurationsCommandOutput,
189
- } from "../commands/ListResourceConfigurationsCommand";
190
- import {
191
- ListResourceEndpointAssociationsCommandInput,
192
- ListResourceEndpointAssociationsCommandOutput,
193
- } from "../commands/ListResourceEndpointAssociationsCommand";
194
- import {
195
- ListResourceGatewaysCommandInput,
196
- ListResourceGatewaysCommandOutput,
197
- } from "../commands/ListResourceGatewaysCommand";
198
- import {
199
- ListRulesCommandInput,
200
- ListRulesCommandOutput,
201
- } from "../commands/ListRulesCommand";
202
- import {
203
- ListServiceNetworkResourceAssociationsCommandInput,
204
- ListServiceNetworkResourceAssociationsCommandOutput,
205
- } from "../commands/ListServiceNetworkResourceAssociationsCommand";
206
- import {
207
- ListServiceNetworksCommandInput,
208
- ListServiceNetworksCommandOutput,
209
- } from "../commands/ListServiceNetworksCommand";
210
- import {
211
- ListServiceNetworkServiceAssociationsCommandInput,
212
- ListServiceNetworkServiceAssociationsCommandOutput,
213
- } from "../commands/ListServiceNetworkServiceAssociationsCommand";
214
- import {
215
- ListServiceNetworkVpcAssociationsCommandInput,
216
- ListServiceNetworkVpcAssociationsCommandOutput,
217
- } from "../commands/ListServiceNetworkVpcAssociationsCommand";
218
- import {
219
- ListServiceNetworkVpcEndpointAssociationsCommandInput,
220
- ListServiceNetworkVpcEndpointAssociationsCommandOutput,
221
- } from "../commands/ListServiceNetworkVpcEndpointAssociationsCommand";
222
- import {
223
- ListServicesCommandInput,
224
- ListServicesCommandOutput,
225
- } from "../commands/ListServicesCommand";
226
- import {
227
- ListTagsForResourceCommandInput,
228
- ListTagsForResourceCommandOutput,
229
- } from "../commands/ListTagsForResourceCommand";
230
- import {
231
- ListTargetGroupsCommandInput,
232
- ListTargetGroupsCommandOutput,
233
- } from "../commands/ListTargetGroupsCommand";
234
- import {
235
- ListTargetsCommandInput,
236
- ListTargetsCommandOutput,
237
- } from "../commands/ListTargetsCommand";
238
- import {
239
- PutAuthPolicyCommandInput,
240
- PutAuthPolicyCommandOutput,
241
- } from "../commands/PutAuthPolicyCommand";
242
- import {
243
- PutResourcePolicyCommandInput,
244
- PutResourcePolicyCommandOutput,
245
- } from "../commands/PutResourcePolicyCommand";
246
- import {
247
- RegisterTargetsCommandInput,
248
- RegisterTargetsCommandOutput,
249
- } from "../commands/RegisterTargetsCommand";
250
- import {
251
- StartDomainVerificationCommandInput,
252
- StartDomainVerificationCommandOutput,
253
- } from "../commands/StartDomainVerificationCommand";
254
- import {
255
- TagResourceCommandInput,
256
- TagResourceCommandOutput,
257
- } from "../commands/TagResourceCommand";
258
- import {
259
- UntagResourceCommandInput,
260
- UntagResourceCommandOutput,
261
- } from "../commands/UntagResourceCommand";
262
- import {
263
- UpdateAccessLogSubscriptionCommandInput,
264
- UpdateAccessLogSubscriptionCommandOutput,
265
- } from "../commands/UpdateAccessLogSubscriptionCommand";
266
- import {
267
- UpdateListenerCommandInput,
268
- UpdateListenerCommandOutput,
269
- } from "../commands/UpdateListenerCommand";
270
- import {
271
- UpdateResourceConfigurationCommandInput,
272
- UpdateResourceConfigurationCommandOutput,
273
- } from "../commands/UpdateResourceConfigurationCommand";
274
- import {
275
- UpdateResourceGatewayCommandInput,
276
- UpdateResourceGatewayCommandOutput,
277
- } from "../commands/UpdateResourceGatewayCommand";
278
- import {
279
- UpdateRuleCommandInput,
280
- UpdateRuleCommandOutput,
281
- } from "../commands/UpdateRuleCommand";
282
- import {
283
- UpdateServiceCommandInput,
284
- UpdateServiceCommandOutput,
285
- } from "../commands/UpdateServiceCommand";
286
- import {
287
- UpdateServiceNetworkCommandInput,
288
- UpdateServiceNetworkCommandOutput,
289
- } from "../commands/UpdateServiceNetworkCommand";
290
- import {
291
- UpdateServiceNetworkVpcAssociationCommandInput,
292
- UpdateServiceNetworkVpcAssociationCommandOutput,
293
- } from "../commands/UpdateServiceNetworkVpcAssociationCommand";
294
- import {
295
- UpdateTargetGroupCommandInput,
296
- UpdateTargetGroupCommandOutput,
297
- } from "../commands/UpdateTargetGroupCommand";
298
- export declare const se_BatchUpdateRuleCommand: (
299
- input: BatchUpdateRuleCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateAccessLogSubscriptionCommand: (
303
- input: CreateAccessLogSubscriptionCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateListenerCommand: (
307
- input: CreateListenerCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateResourceConfigurationCommand: (
311
- input: CreateResourceConfigurationCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateResourceGatewayCommand: (
315
- input: CreateResourceGatewayCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateRuleCommand: (
319
- input: CreateRuleCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateServiceCommand: (
323
- input: CreateServiceCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateServiceNetworkCommand: (
327
- input: CreateServiceNetworkCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateServiceNetworkResourceAssociationCommand: (
331
- input: CreateServiceNetworkResourceAssociationCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateServiceNetworkServiceAssociationCommand: (
335
- input: CreateServiceNetworkServiceAssociationCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateServiceNetworkVpcAssociationCommand: (
339
- input: CreateServiceNetworkVpcAssociationCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateTargetGroupCommand: (
343
- input: CreateTargetGroupCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DeleteAccessLogSubscriptionCommand: (
347
- input: DeleteAccessLogSubscriptionCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeleteAuthPolicyCommand: (
351
- input: DeleteAuthPolicyCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteDomainVerificationCommand: (
355
- input: DeleteDomainVerificationCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteListenerCommand: (
359
- input: DeleteListenerCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteResourceConfigurationCommand: (
363
- input: DeleteResourceConfigurationCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteResourceEndpointAssociationCommand: (
367
- input: DeleteResourceEndpointAssociationCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DeleteResourceGatewayCommand: (
371
- input: DeleteResourceGatewayCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteResourcePolicyCommand: (
375
- input: DeleteResourcePolicyCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteRuleCommand: (
379
- input: DeleteRuleCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteServiceCommand: (
383
- input: DeleteServiceCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DeleteServiceNetworkCommand: (
387
- input: DeleteServiceNetworkCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DeleteServiceNetworkResourceAssociationCommand: (
391
- input: DeleteServiceNetworkResourceAssociationCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DeleteServiceNetworkServiceAssociationCommand: (
395
- input: DeleteServiceNetworkServiceAssociationCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DeleteServiceNetworkVpcAssociationCommand: (
399
- input: DeleteServiceNetworkVpcAssociationCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DeleteTargetGroupCommand: (
403
- input: DeleteTargetGroupCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DeregisterTargetsCommand: (
407
- input: DeregisterTargetsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_GetAccessLogSubscriptionCommand: (
411
- input: GetAccessLogSubscriptionCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_GetAuthPolicyCommand: (
415
- input: GetAuthPolicyCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_GetDomainVerificationCommand: (
419
- input: GetDomainVerificationCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_GetListenerCommand: (
423
- input: GetListenerCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_GetResourceConfigurationCommand: (
427
- input: GetResourceConfigurationCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_GetResourceGatewayCommand: (
431
- input: GetResourceGatewayCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_GetResourcePolicyCommand: (
435
- input: GetResourcePolicyCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_GetRuleCommand: (
439
- input: GetRuleCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_GetServiceCommand: (
443
- input: GetServiceCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_GetServiceNetworkCommand: (
447
- input: GetServiceNetworkCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_GetServiceNetworkResourceAssociationCommand: (
451
- input: GetServiceNetworkResourceAssociationCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetServiceNetworkServiceAssociationCommand: (
455
- input: GetServiceNetworkServiceAssociationCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetServiceNetworkVpcAssociationCommand: (
459
- input: GetServiceNetworkVpcAssociationCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetTargetGroupCommand: (
463
- input: GetTargetGroupCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ListAccessLogSubscriptionsCommand: (
467
- input: ListAccessLogSubscriptionsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListDomainVerificationsCommand: (
471
- input: ListDomainVerificationsCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListListenersCommand: (
475
- input: ListListenersCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListResourceConfigurationsCommand: (
479
- input: ListResourceConfigurationsCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListResourceEndpointAssociationsCommand: (
483
- input: ListResourceEndpointAssociationsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListResourceGatewaysCommand: (
487
- input: ListResourceGatewaysCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ListRulesCommand: (
491
- input: ListRulesCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_ListServiceNetworkResourceAssociationsCommand: (
495
- input: ListServiceNetworkResourceAssociationsCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ListServiceNetworksCommand: (
499
- input: ListServiceNetworksCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_ListServiceNetworkServiceAssociationsCommand: (
503
- input: ListServiceNetworkServiceAssociationsCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ListServiceNetworkVpcAssociationsCommand: (
507
- input: ListServiceNetworkVpcAssociationsCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ListServiceNetworkVpcEndpointAssociationsCommand: (
511
- input: ListServiceNetworkVpcEndpointAssociationsCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ListServicesCommand: (
515
- input: ListServicesCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListTagsForResourceCommand: (
519
- input: ListTagsForResourceCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListTargetGroupsCommand: (
523
- input: ListTargetGroupsCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListTargetsCommand: (
527
- input: ListTargetsCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_PutAuthPolicyCommand: (
531
- input: PutAuthPolicyCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_PutResourcePolicyCommand: (
535
- input: PutResourcePolicyCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_RegisterTargetsCommand: (
539
- input: RegisterTargetsCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_StartDomainVerificationCommand: (
543
- input: StartDomainVerificationCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_TagResourceCommand: (
547
- input: TagResourceCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_UntagResourceCommand: (
551
- input: UntagResourceCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_UpdateAccessLogSubscriptionCommand: (
555
- input: UpdateAccessLogSubscriptionCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_UpdateListenerCommand: (
559
- input: UpdateListenerCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_UpdateResourceConfigurationCommand: (
563
- input: UpdateResourceConfigurationCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_UpdateResourceGatewayCommand: (
567
- input: UpdateResourceGatewayCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_UpdateRuleCommand: (
571
- input: UpdateRuleCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_UpdateServiceCommand: (
575
- input: UpdateServiceCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_UpdateServiceNetworkCommand: (
579
- input: UpdateServiceNetworkCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_UpdateServiceNetworkVpcAssociationCommand: (
583
- input: UpdateServiceNetworkVpcAssociationCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_UpdateTargetGroupCommand: (
587
- input: UpdateTargetGroupCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const de_BatchUpdateRuleCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<BatchUpdateRuleCommandOutput>;
594
- export declare const de_CreateAccessLogSubscriptionCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<CreateAccessLogSubscriptionCommandOutput>;
598
- export declare const de_CreateListenerCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<CreateListenerCommandOutput>;
602
- export declare const de_CreateResourceConfigurationCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<CreateResourceConfigurationCommandOutput>;
606
- export declare const de_CreateResourceGatewayCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<CreateResourceGatewayCommandOutput>;
610
- export declare const de_CreateRuleCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<CreateRuleCommandOutput>;
614
- export declare const de_CreateServiceCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<CreateServiceCommandOutput>;
618
- export declare const de_CreateServiceNetworkCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<CreateServiceNetworkCommandOutput>;
622
- export declare const de_CreateServiceNetworkResourceAssociationCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CreateServiceNetworkResourceAssociationCommandOutput>;
626
- export declare const de_CreateServiceNetworkServiceAssociationCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<CreateServiceNetworkServiceAssociationCommandOutput>;
630
- export declare const de_CreateServiceNetworkVpcAssociationCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<CreateServiceNetworkVpcAssociationCommandOutput>;
634
- export declare const de_CreateTargetGroupCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<CreateTargetGroupCommandOutput>;
638
- export declare const de_DeleteAccessLogSubscriptionCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DeleteAccessLogSubscriptionCommandOutput>;
642
- export declare const de_DeleteAuthPolicyCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DeleteAuthPolicyCommandOutput>;
646
- export declare const de_DeleteDomainVerificationCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DeleteDomainVerificationCommandOutput>;
650
- export declare const de_DeleteListenerCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DeleteListenerCommandOutput>;
654
- export declare const de_DeleteResourceConfigurationCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DeleteResourceConfigurationCommandOutput>;
658
- export declare const de_DeleteResourceEndpointAssociationCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DeleteResourceEndpointAssociationCommandOutput>;
662
- export declare const de_DeleteResourceGatewayCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DeleteResourceGatewayCommandOutput>;
666
- export declare const de_DeleteResourcePolicyCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DeleteResourcePolicyCommandOutput>;
670
- export declare const de_DeleteRuleCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DeleteRuleCommandOutput>;
674
- export declare const de_DeleteServiceCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DeleteServiceCommandOutput>;
678
- export declare const de_DeleteServiceNetworkCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DeleteServiceNetworkCommandOutput>;
682
- export declare const de_DeleteServiceNetworkResourceAssociationCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DeleteServiceNetworkResourceAssociationCommandOutput>;
686
- export declare const de_DeleteServiceNetworkServiceAssociationCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DeleteServiceNetworkServiceAssociationCommandOutput>;
690
- export declare const de_DeleteServiceNetworkVpcAssociationCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DeleteServiceNetworkVpcAssociationCommandOutput>;
694
- export declare const de_DeleteTargetGroupCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DeleteTargetGroupCommandOutput>;
698
- export declare const de_DeregisterTargetsCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DeregisterTargetsCommandOutput>;
702
- export declare const de_GetAccessLogSubscriptionCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<GetAccessLogSubscriptionCommandOutput>;
706
- export declare const de_GetAuthPolicyCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<GetAuthPolicyCommandOutput>;
710
- export declare const de_GetDomainVerificationCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<GetDomainVerificationCommandOutput>;
714
- export declare const de_GetListenerCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<GetListenerCommandOutput>;
718
- export declare const de_GetResourceConfigurationCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<GetResourceConfigurationCommandOutput>;
722
- export declare const de_GetResourceGatewayCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<GetResourceGatewayCommandOutput>;
726
- export declare const de_GetResourcePolicyCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<GetResourcePolicyCommandOutput>;
730
- export declare const de_GetRuleCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<GetRuleCommandOutput>;
734
- export declare const de_GetServiceCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<GetServiceCommandOutput>;
738
- export declare const de_GetServiceNetworkCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<GetServiceNetworkCommandOutput>;
742
- export declare const de_GetServiceNetworkResourceAssociationCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<GetServiceNetworkResourceAssociationCommandOutput>;
746
- export declare const de_GetServiceNetworkServiceAssociationCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<GetServiceNetworkServiceAssociationCommandOutput>;
750
- export declare const de_GetServiceNetworkVpcAssociationCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<GetServiceNetworkVpcAssociationCommandOutput>;
754
- export declare const de_GetTargetGroupCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<GetTargetGroupCommandOutput>;
758
- export declare const de_ListAccessLogSubscriptionsCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<ListAccessLogSubscriptionsCommandOutput>;
762
- export declare const de_ListDomainVerificationsCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<ListDomainVerificationsCommandOutput>;
766
- export declare const de_ListListenersCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<ListListenersCommandOutput>;
770
- export declare const de_ListResourceConfigurationsCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<ListResourceConfigurationsCommandOutput>;
774
- export declare const de_ListResourceEndpointAssociationsCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<ListResourceEndpointAssociationsCommandOutput>;
778
- export declare const de_ListResourceGatewaysCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<ListResourceGatewaysCommandOutput>;
782
- export declare const de_ListRulesCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<ListRulesCommandOutput>;
786
- export declare const de_ListServiceNetworkResourceAssociationsCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<ListServiceNetworkResourceAssociationsCommandOutput>;
790
- export declare const de_ListServiceNetworksCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<ListServiceNetworksCommandOutput>;
794
- export declare const de_ListServiceNetworkServiceAssociationsCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<ListServiceNetworkServiceAssociationsCommandOutput>;
798
- export declare const de_ListServiceNetworkVpcAssociationsCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<ListServiceNetworkVpcAssociationsCommandOutput>;
802
- export declare const de_ListServiceNetworkVpcEndpointAssociationsCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<ListServiceNetworkVpcEndpointAssociationsCommandOutput>;
806
- export declare const de_ListServicesCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<ListServicesCommandOutput>;
810
- export declare const de_ListTagsForResourceCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<ListTagsForResourceCommandOutput>;
814
- export declare const de_ListTargetGroupsCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<ListTargetGroupsCommandOutput>;
818
- export declare const de_ListTargetsCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<ListTargetsCommandOutput>;
822
- export declare const de_PutAuthPolicyCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<PutAuthPolicyCommandOutput>;
826
- export declare const de_PutResourcePolicyCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<PutResourcePolicyCommandOutput>;
830
- export declare const de_RegisterTargetsCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<RegisterTargetsCommandOutput>;
834
- export declare const de_StartDomainVerificationCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<StartDomainVerificationCommandOutput>;
838
- export declare const de_TagResourceCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<TagResourceCommandOutput>;
842
- export declare const de_UntagResourceCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<UntagResourceCommandOutput>;
846
- export declare const de_UpdateAccessLogSubscriptionCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<UpdateAccessLogSubscriptionCommandOutput>;
850
- export declare const de_UpdateListenerCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<UpdateListenerCommandOutput>;
854
- export declare const de_UpdateResourceConfigurationCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<UpdateResourceConfigurationCommandOutput>;
858
- export declare const de_UpdateResourceGatewayCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<UpdateResourceGatewayCommandOutput>;
862
- export declare const de_UpdateRuleCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<UpdateRuleCommandOutput>;
866
- export declare const de_UpdateServiceCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<UpdateServiceCommandOutput>;
870
- export declare const de_UpdateServiceNetworkCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<UpdateServiceNetworkCommandOutput>;
874
- export declare const de_UpdateServiceNetworkVpcAssociationCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<UpdateServiceNetworkVpcAssociationCommandOutput>;
878
- export declare const de_UpdateTargetGroupCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<UpdateTargetGroupCommandOutput>;