@aws-sdk/client-evs 3.948.0 → 3.953.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 (33) hide show
  1. package/dist-cjs/index.js +219 -157
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AssociateEipToVlanCommand.js +2 -2
  4. package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
  5. package/dist-es/commands/CreateEnvironmentHostCommand.js +2 -2
  6. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  7. package/dist-es/commands/DeleteEnvironmentHostCommand.js +2 -2
  8. package/dist-es/commands/DisassociateEipFromVlanCommand.js +2 -2
  9. package/dist-es/commands/GetEnvironmentCommand.js +2 -2
  10. package/dist-es/commands/ListEnvironmentHostsCommand.js +2 -2
  11. package/dist-es/commands/ListEnvironmentVlansCommand.js +2 -2
  12. package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-es/commands/TagResourceCommand.js +2 -2
  15. package/dist-es/commands/UntagResourceCommand.js +2 -2
  16. package/dist-es/index.js +1 -0
  17. package/dist-es/runtimeConfig.shared.js +6 -6
  18. package/dist-es/schemas/schemas_0.js +131 -131
  19. package/dist-types/EvsClient.d.ts +1 -10
  20. package/dist-types/index.d.ts +1 -0
  21. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  22. package/dist-types/runtimeConfig.d.ts +6 -2
  23. package/dist-types/runtimeConfig.native.d.ts +6 -2
  24. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  25. package/dist-types/schemas/schemas_0.d.ts +63 -79
  26. package/dist-types/ts3.4/EvsClient.d.ts +0 -4
  27. package/dist-types/ts3.4/index.d.ts +1 -0
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +62 -79
  33. package/package.json +34 -34
@@ -172,9 +172,9 @@ const _vT = "vTep";
172
172
  const _vV = "vcfVersion";
173
173
  const n0 = "com.amazonaws.evs";
174
174
  import { TypeRegistry } from "@smithy/core/schema";
175
- import { ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TagPolicyException as __TagPolicyException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/errors";
176
- import { EvsServiceException as __EvsServiceException } from "../models/EvsServiceException";
177
- export var AssociateEipToVlanRequest = [
175
+ import { ResourceNotFoundException, ServiceQuotaExceededException, TagPolicyException, ThrottlingException, TooManyTagsException, ValidationException, } from "../models/errors";
176
+ import { EvsServiceException } from "../models/EvsServiceException";
177
+ export var AssociateEipToVlanRequest$ = [
178
178
  3,
179
179
  n0,
180
180
  _AETVR,
@@ -182,26 +182,26 @@ export var AssociateEipToVlanRequest = [
182
182
  [_cT, _eI, _vN, _aI],
183
183
  [[0, 4], 0, 0, 0],
184
184
  ];
185
- export var AssociateEipToVlanResponse = [3, n0, _AETVRs, 0, [_v], [() => Vlan]];
186
- export var Check = [3, n0, _C, 0, [_t, _r, _iS], [0, 0, 4]];
187
- export var ConnectivityInfo = [3, n0, _CI, 0, [_pRSP], [64 | 0]];
188
- export var CreateEnvironmentHostRequest = [
185
+ export var AssociateEipToVlanResponse$ = [3, n0, _AETVRs, 0, [_v], [() => Vlan$]];
186
+ export var Check$ = [3, n0, _C, 0, [_t, _r, _iS], [0, 0, 4]];
187
+ export var ConnectivityInfo$ = [3, n0, _CI, 0, [_pRSP], [64 | 0]];
188
+ export var CreateEnvironmentHostRequest$ = [
189
189
  3,
190
190
  n0,
191
191
  _CEHR,
192
192
  0,
193
193
  [_cT, _eI, _h],
194
- [[0, 4], 0, () => HostInfoForCreate],
194
+ [[0, 4], 0, () => HostInfoForCreate$],
195
195
  ];
196
- export var CreateEnvironmentHostResponse = [
196
+ export var CreateEnvironmentHostResponse$ = [
197
197
  3,
198
198
  n0,
199
199
  _CEHRr,
200
200
  0,
201
201
  [_eS, _h],
202
- [() => EnvironmentSummary, () => Host],
202
+ [() => EnvironmentSummary$, () => Host$],
203
203
  ];
204
- export var CreateEnvironmentRequest = [
204
+ export var CreateEnvironmentRequest$ = [
205
205
  3,
206
206
  n0,
207
207
  _CER,
@@ -212,30 +212,30 @@ export var CreateEnvironmentRequest = [
212
212
  0,
213
213
  0,
214
214
  128 | 0,
215
- () => ServiceAccessSecurityGroups,
215
+ () => ServiceAccessSecurityGroups$,
216
216
  0,
217
217
  0,
218
218
  0,
219
219
  2,
220
220
  () => LicenseInfoList,
221
- () => InitialVlans,
221
+ () => InitialVlans$,
222
222
  () => HostInfoForCreateList,
223
- () => ConnectivityInfo,
224
- () => VcfHostnames,
223
+ () => ConnectivityInfo$,
224
+ () => VcfHostnames$,
225
225
  0,
226
226
  ],
227
227
  ];
228
- export var CreateEnvironmentResponse = [3, n0, _CERr, 0, [_e], [() => Environment]];
229
- export var DeleteEnvironmentHostRequest = [3, n0, _DEHR, 0, [_cT, _eI, _hN], [[0, 4], 0, 0]];
230
- export var DeleteEnvironmentHostResponse = [
228
+ export var CreateEnvironmentResponse$ = [3, n0, _CERr, 0, [_e], [() => Environment$]];
229
+ export var DeleteEnvironmentHostRequest$ = [3, n0, _DEHR, 0, [_cT, _eI, _hN], [[0, 4], 0, 0]];
230
+ export var DeleteEnvironmentHostResponse$ = [
231
231
  3,
232
232
  n0,
233
233
  _DEHRe,
234
234
  0,
235
235
  [_eS, _h],
236
- [() => EnvironmentSummary, () => Host],
236
+ [() => EnvironmentSummary$, () => Host$],
237
237
  ];
238
- export var DeleteEnvironmentRequest = [
238
+ export var DeleteEnvironmentRequest$ = [
239
239
  3,
240
240
  n0,
241
241
  _DER,
@@ -246,8 +246,8 @@ export var DeleteEnvironmentRequest = [
246
246
  [0, 1],
247
247
  ],
248
248
  ];
249
- export var DeleteEnvironmentResponse = [3, n0, _DERe, 0, [_e], [() => Environment]];
250
- export var DisassociateEipFromVlanRequest = [
249
+ export var DeleteEnvironmentResponse$ = [3, n0, _DERe, 0, [_e], [() => Environment$]];
250
+ export var DisassociateEipFromVlanRequest$ = [
251
251
  3,
252
252
  n0,
253
253
  _DEFVR,
@@ -255,9 +255,9 @@ export var DisassociateEipFromVlanRequest = [
255
255
  [_cT, _eI, _vN, _aIs],
256
256
  [[0, 4], 0, 0, 0],
257
257
  ];
258
- export var DisassociateEipFromVlanResponse = [3, n0, _DEFVRi, 0, [_v], [() => Vlan]];
259
- export var EipAssociation = [3, n0, _EA, 0, [_aIs, _aI, _iA], [0, 0, 0]];
260
- export var Environment = [
258
+ export var DisassociateEipFromVlanResponse$ = [3, n0, _DEFVRi, 0, [_v], [() => Vlan$]];
259
+ export var EipAssociation$ = [3, n0, _EA, 0, [_aIs, _aI, _iA], [0, 0, 0]];
260
+ export var Environment$ = [
261
261
  3,
262
262
  n0,
263
263
  _E,
@@ -279,14 +279,14 @@ export var Environment = [
279
279
  0,
280
280
  0,
281
281
  () => ChecksList,
282
- () => ConnectivityInfo,
283
- () => VcfHostnames,
282
+ () => ConnectivityInfo$,
283
+ () => VcfHostnames$,
284
284
  0,
285
- () => ServiceAccessSecurityGroups,
285
+ () => ServiceAccessSecurityGroups$,
286
286
  () => SecretList,
287
287
  ],
288
288
  ];
289
- export var EnvironmentSummary = [
289
+ export var EnvironmentSummary$ = [
290
290
  3,
291
291
  n0,
292
292
  _ES,
@@ -294,9 +294,9 @@ export var EnvironmentSummary = [
294
294
  [_eI, _eN, _vV, _eSnv, _eSn, _cA, _mA, _eA],
295
295
  [0, 0, 0, 0, 0, 4, 4, 0],
296
296
  ];
297
- export var GetEnvironmentRequest = [3, n0, _GER, 0, [_eI], [[0, 1]]];
298
- export var GetEnvironmentResponse = [3, n0, _GERe, 0, [_e], [() => Environment]];
299
- export var Host = [
297
+ export var GetEnvironmentRequest$ = [3, n0, _GER, 0, [_eI], [[0, 1]]];
298
+ export var GetEnvironmentResponse$ = [3, n0, _GERe, 0, [_e], [() => Environment$]];
299
+ export var Host$ = [
300
300
  3,
301
301
  n0,
302
302
  _H,
@@ -304,31 +304,31 @@ export var Host = [
304
304
  [_hN, _iA, _kN, _iT, _pGI, _dHI, _cA, _mA, _hS, _sD, _eII, _nI],
305
305
  [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, () => NetworkInterfaceList],
306
306
  ];
307
- export var HostInfoForCreate = [3, n0, _HIFC, 0, [_hN, _kN, _iT, _pGI, _dHI], [0, 0, 0, 0, 0]];
308
- export var InitialVlanInfo = [3, n0, _IVI, 0, [_ci], [0]];
309
- export var InitialVlans = [
307
+ export var HostInfoForCreate$ = [3, n0, _HIFC, 0, [_hN, _kN, _iT, _pGI, _dHI], [0, 0, 0, 0, 0]];
308
+ export var InitialVlanInfo$ = [3, n0, _IVI, 0, [_ci], [0]];
309
+ export var InitialVlans$ = [
310
310
  3,
311
311
  n0,
312
312
  _IV,
313
313
  0,
314
314
  [_vM, _vMm, _vMo, _vS, _vT, _eVT, _nU, _hc, _eV, _eVx, _iHP, _hNAI],
315
315
  [
316
- () => InitialVlanInfo,
317
- () => InitialVlanInfo,
318
- () => InitialVlanInfo,
319
- () => InitialVlanInfo,
320
- () => InitialVlanInfo,
321
- () => InitialVlanInfo,
322
- () => InitialVlanInfo,
323
- () => InitialVlanInfo,
324
- () => InitialVlanInfo,
325
- () => InitialVlanInfo,
316
+ () => InitialVlanInfo$,
317
+ () => InitialVlanInfo$,
318
+ () => InitialVlanInfo$,
319
+ () => InitialVlanInfo$,
320
+ () => InitialVlanInfo$,
321
+ () => InitialVlanInfo$,
322
+ () => InitialVlanInfo$,
323
+ () => InitialVlanInfo$,
324
+ () => InitialVlanInfo$,
325
+ () => InitialVlanInfo$,
326
326
  2,
327
327
  0,
328
328
  ],
329
329
  ];
330
- export var LicenseInfo = [3, n0, _LI, 0, [_sK, _vK], [0, 0]];
331
- export var ListEnvironmentHostsRequest = [
330
+ export var LicenseInfo$ = [3, n0, _LI, 0, [_sK, _vK], [0, 0]];
331
+ export var ListEnvironmentHostsRequest$ = [
332
332
  3,
333
333
  n0,
334
334
  _LEHR,
@@ -340,8 +340,8 @@ export var ListEnvironmentHostsRequest = [
340
340
  [0, 1],
341
341
  ],
342
342
  ];
343
- export var ListEnvironmentHostsResponse = [3, n0, _LEHRi, 0, [_nT, _eH], [0, () => HostList]];
344
- export var ListEnvironmentsRequest = [
343
+ export var ListEnvironmentHostsResponse$ = [3, n0, _LEHRi, 0, [_nT, _eH], [0, () => HostList]];
344
+ export var ListEnvironmentsRequest$ = [
345
345
  3,
346
346
  n0,
347
347
  _LER,
@@ -353,7 +353,7 @@ export var ListEnvironmentsRequest = [
353
353
  [64 | 0, { [_hQ]: _s }],
354
354
  ],
355
355
  ];
356
- export var ListEnvironmentsResponse = [
356
+ export var ListEnvironmentsResponse$ = [
357
357
  3,
358
358
  n0,
359
359
  _LERi,
@@ -361,7 +361,7 @@ export var ListEnvironmentsResponse = [
361
361
  [_nT, _eSnvi],
362
362
  [0, () => EnvironmentSummaryList],
363
363
  ];
364
- export var ListEnvironmentVlansRequest = [
364
+ export var ListEnvironmentVlansRequest$ = [
365
365
  3,
366
366
  n0,
367
367
  _LEVR,
@@ -373,11 +373,11 @@ export var ListEnvironmentVlansRequest = [
373
373
  [0, 1],
374
374
  ],
375
375
  ];
376
- export var ListEnvironmentVlansResponse = [3, n0, _LEVRi, 0, [_nT, _eVn], [0, () => VlanList]];
377
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
378
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
379
- export var NetworkInterface = [3, n0, _NI, 0, [_nII], [0]];
380
- export var ResourceNotFoundException = [
376
+ export var ListEnvironmentVlansResponse$ = [3, n0, _LEVRi, 0, [_nT, _eVn], [0, () => VlanList]];
377
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
378
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
379
+ export var NetworkInterface$ = [3, n0, _NI, 0, [_nII], [0]];
380
+ export var ResourceNotFoundException$ = [
381
381
  -3,
382
382
  n0,
383
383
  _RNFE,
@@ -385,16 +385,16 @@ export var ResourceNotFoundException = [
385
385
  [_m, _rI, _rT],
386
386
  [0, 0, 0],
387
387
  ];
388
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
389
- export var Secret = [3, n0, _S, 0, [_sA], [0]];
390
- export var ServiceAccessSecurityGroups = [3, n0, _SASG, 0, [_sG], [64 | 0]];
391
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_er]: _cl, [_hE]: 402 }, [_m], [0]];
392
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
393
- export var TagPolicyException = [-3, n0, _TPE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
394
- TypeRegistry.for(n0).registerError(TagPolicyException, __TagPolicyException);
395
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [0, 128 | 0]];
396
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
397
- export var ThrottlingException = [
388
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
389
+ export var Secret$ = [3, n0, _S, 0, [_sA], [0]];
390
+ export var ServiceAccessSecurityGroups$ = [3, n0, _SASG, 0, [_sG], [64 | 0]];
391
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_er]: _cl, [_hE]: 402 }, [_m], [0]];
392
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
393
+ export var TagPolicyException$ = [-3, n0, _TPE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
394
+ TypeRegistry.for(n0).registerError(TagPolicyException$, TagPolicyException);
395
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [0, 128 | 0]];
396
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
397
+ export var ThrottlingException$ = [
398
398
  -3,
399
399
  n0,
400
400
  _TE,
@@ -402,12 +402,12 @@ export var ThrottlingException = [
402
402
  [_m, _rAS],
403
403
  [0, [1, { [_hH]: _RA }]],
404
404
  ];
405
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
406
- export var TooManyTagsException = [-3, n0, _TMTE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
407
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
408
- export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
409
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
410
- export var ValidationException = [
405
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
406
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
407
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
408
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
409
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
410
+ export var ValidationException$ = [
411
411
  -3,
412
412
  n0,
413
413
  _VE,
@@ -415,9 +415,9 @@ export var ValidationException = [
415
415
  [_m, _re, _fL],
416
416
  [0, 0, () => ValidationExceptionFieldList],
417
417
  ];
418
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
419
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
420
- export var VcfHostnames = [
418
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
419
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
420
+ export var VcfHostnames$ = [
421
421
  3,
422
422
  n0,
423
423
  _VH,
@@ -425,7 +425,7 @@ export var VcfHostnames = [
425
425
  [_vC, _ns, _nM, _nMs, _nMsx, _nE, _nEs, _sM, _cB],
426
426
  [0, 0, 0, 0, 0, 0, 0, 0, 0],
427
427
  ];
428
- export var Vlan = [
428
+ export var Vlan$ = [
429
429
  3,
430
430
  n0,
431
431
  _V,
@@ -433,118 +433,118 @@ export var Vlan = [
433
433
  [_vIl, _ci, _aZ, _fN, _sIu, _cA, _mA, _vSl, _sD, _eAi, _iP, _nAI],
434
434
  [1, 0, 0, 0, 0, 4, 4, 0, 0, () => EipAssociationList, 2, 0],
435
435
  ];
436
- export var EvsServiceException = [-3, _sm, "EvsServiceException", 0, [], []];
437
- TypeRegistry.for(_sm).registerError(EvsServiceException, __EvsServiceException);
438
- export var ChecksList = [1, n0, _CL, 0, () => Check];
439
- export var EipAssociationList = [1, n0, _EAL, 0, () => EipAssociation];
440
- export var EnvironmentStateList = 64 | 0;
441
- export var EnvironmentSummaryList = [1, n0, _ESL, 0, () => EnvironmentSummary];
442
- export var HostInfoForCreateList = [1, n0, _HIFCL, 0, () => HostInfoForCreate];
443
- export var HostList = [1, n0, _HL, 0, () => Host];
444
- export var LicenseInfoList = [1, n0, _LIL, 0, () => LicenseInfo];
445
- export var NetworkInterfaceList = [1, n0, _NIL, 0, () => NetworkInterface];
446
- export var RouteServerPeeringList = 64 | 0;
447
- export var SecretList = [1, n0, _SL, 0, () => Secret];
448
- export var SecurityGroups = 64 | 0;
449
- export var TagKeys = 64 | 0;
450
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
451
- export var VlanList = [1, n0, _VL, 0, () => Vlan];
452
- export var RequestTagMap = 128 | 0;
453
- export var ResponseTagMap = 128 | 0;
454
- export var AssociateEipToVlan = [
436
+ export var EvsServiceException$ = [-3, _sm, "EvsServiceException", 0, [], []];
437
+ TypeRegistry.for(_sm).registerError(EvsServiceException$, EvsServiceException);
438
+ var ChecksList = [1, n0, _CL, 0, () => Check$];
439
+ var EipAssociationList = [1, n0, _EAL, 0, () => EipAssociation$];
440
+ var EnvironmentStateList = 64 | 0;
441
+ var EnvironmentSummaryList = [1, n0, _ESL, 0, () => EnvironmentSummary$];
442
+ var HostInfoForCreateList = [1, n0, _HIFCL, 0, () => HostInfoForCreate$];
443
+ var HostList = [1, n0, _HL, 0, () => Host$];
444
+ var LicenseInfoList = [1, n0, _LIL, 0, () => LicenseInfo$];
445
+ var NetworkInterfaceList = [1, n0, _NIL, 0, () => NetworkInterface$];
446
+ var RouteServerPeeringList = 64 | 0;
447
+ var SecretList = [1, n0, _SL, 0, () => Secret$];
448
+ var SecurityGroups = 64 | 0;
449
+ var TagKeys = 64 | 0;
450
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
451
+ var VlanList = [1, n0, _VL, 0, () => Vlan$];
452
+ var RequestTagMap = 128 | 0;
453
+ var ResponseTagMap = 128 | 0;
454
+ export var AssociateEipToVlan$ = [
455
455
  9,
456
456
  n0,
457
457
  _AETV,
458
458
  2,
459
- () => AssociateEipToVlanRequest,
460
- () => AssociateEipToVlanResponse,
459
+ () => AssociateEipToVlanRequest$,
460
+ () => AssociateEipToVlanResponse$,
461
461
  ];
462
- export var CreateEnvironment = [
462
+ export var CreateEnvironment$ = [
463
463
  9,
464
464
  n0,
465
465
  _CE,
466
466
  2,
467
- () => CreateEnvironmentRequest,
468
- () => CreateEnvironmentResponse,
467
+ () => CreateEnvironmentRequest$,
468
+ () => CreateEnvironmentResponse$,
469
469
  ];
470
- export var CreateEnvironmentHost = [
470
+ export var CreateEnvironmentHost$ = [
471
471
  9,
472
472
  n0,
473
473
  _CEH,
474
474
  2,
475
- () => CreateEnvironmentHostRequest,
476
- () => CreateEnvironmentHostResponse,
475
+ () => CreateEnvironmentHostRequest$,
476
+ () => CreateEnvironmentHostResponse$,
477
477
  ];
478
- export var DeleteEnvironment = [
478
+ export var DeleteEnvironment$ = [
479
479
  9,
480
480
  n0,
481
481
  _DE,
482
482
  2,
483
- () => DeleteEnvironmentRequest,
484
- () => DeleteEnvironmentResponse,
483
+ () => DeleteEnvironmentRequest$,
484
+ () => DeleteEnvironmentResponse$,
485
485
  ];
486
- export var DeleteEnvironmentHost = [
486
+ export var DeleteEnvironmentHost$ = [
487
487
  9,
488
488
  n0,
489
489
  _DEH,
490
490
  2,
491
- () => DeleteEnvironmentHostRequest,
492
- () => DeleteEnvironmentHostResponse,
491
+ () => DeleteEnvironmentHostRequest$,
492
+ () => DeleteEnvironmentHostResponse$,
493
493
  ];
494
- export var DisassociateEipFromVlan = [
494
+ export var DisassociateEipFromVlan$ = [
495
495
  9,
496
496
  n0,
497
497
  _DEFV,
498
498
  2,
499
- () => DisassociateEipFromVlanRequest,
500
- () => DisassociateEipFromVlanResponse,
499
+ () => DisassociateEipFromVlanRequest$,
500
+ () => DisassociateEipFromVlanResponse$,
501
501
  ];
502
- export var GetEnvironment = [
502
+ export var GetEnvironment$ = [
503
503
  9,
504
504
  n0,
505
505
  _GE,
506
506
  0,
507
- () => GetEnvironmentRequest,
508
- () => GetEnvironmentResponse,
507
+ () => GetEnvironmentRequest$,
508
+ () => GetEnvironmentResponse$,
509
509
  ];
510
- export var ListEnvironmentHosts = [
510
+ export var ListEnvironmentHosts$ = [
511
511
  9,
512
512
  n0,
513
513
  _LEH,
514
514
  0,
515
- () => ListEnvironmentHostsRequest,
516
- () => ListEnvironmentHostsResponse,
515
+ () => ListEnvironmentHostsRequest$,
516
+ () => ListEnvironmentHostsResponse$,
517
517
  ];
518
- export var ListEnvironments = [
518
+ export var ListEnvironments$ = [
519
519
  9,
520
520
  n0,
521
521
  _LE,
522
522
  0,
523
- () => ListEnvironmentsRequest,
524
- () => ListEnvironmentsResponse,
523
+ () => ListEnvironmentsRequest$,
524
+ () => ListEnvironmentsResponse$,
525
525
  ];
526
- export var ListEnvironmentVlans = [
526
+ export var ListEnvironmentVlans$ = [
527
527
  9,
528
528
  n0,
529
529
  _LEV,
530
530
  0,
531
- () => ListEnvironmentVlansRequest,
532
- () => ListEnvironmentVlansResponse,
531
+ () => ListEnvironmentVlansRequest$,
532
+ () => ListEnvironmentVlansResponse$,
533
533
  ];
534
- export var ListTagsForResource = [
534
+ export var ListTagsForResource$ = [
535
535
  9,
536
536
  n0,
537
537
  _LTFR,
538
538
  0,
539
- () => ListTagsForResourceRequest,
540
- () => ListTagsForResourceResponse,
539
+ () => ListTagsForResourceRequest$,
540
+ () => ListTagsForResourceResponse$,
541
541
  ];
542
- export var TagResource = [9, n0, _TR, 2, () => TagResourceRequest, () => TagResourceResponse];
543
- export var UntagResource = [
542
+ export var TagResource$ = [9, n0, _TR, 2, () => TagResourceRequest$, () => TagResourceResponse$];
543
+ export var UntagResource$ = [
544
544
  9,
545
545
  n0,
546
546
  _UR,
547
547
  2,
548
- () => UntagResourceRequest,
549
- () => UntagResourceResponse,
548
+ () => UntagResourceRequest$,
549
+ () => UntagResourceResponse$,
550
550
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateEipToVlanCommandInput, AssociateEipToVlanCommandOutput } from "./commands/AssociateEipToVlanCommand";
11
11
  import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
@@ -154,15 +154,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
154
154
  * Optional extensions
155
155
  */
156
156
  extensions?: RuntimeExtension[];
157
- /**
158
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
159
- * may be overridden. A default will always be set by the client.
160
- * Available options depend on the service's supported protocols and will not be validated by
161
- * the client.
162
- * @alpha
163
- *
164
- */
165
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
166
157
  /**
167
158
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
168
159
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { EvsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { EvsClientConfig } from "./EvsClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EvsHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_0Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;