@aws-sdk/client-evs 3.1051.0 → 3.1052.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -251,6 +251,13 @@ DisassociateEipFromVlan
251
251
  </details>
252
252
  <details>
253
253
  <summary>
254
+ GetDepotUrl
255
+ </summary>
256
+
257
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/evs/command/GetDepotUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/GetDepotUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-evs/Interface/GetDepotUrlCommandOutput/)
258
+ </details>
259
+ <details>
260
+ <summary>
254
261
  GetEnvironment
255
262
  </summary>
256
263
 
package/dist-cjs/index.js CHANGED
@@ -228,6 +228,18 @@ class DisassociateEipFromVlanCommand extends client.Command
228
228
  .build() {
229
229
  }
230
230
 
231
+ class GetDepotUrlCommand extends client.Command
232
+ .classBuilder()
233
+ .ep(commonParams)
234
+ .m(function (Command, cs, config, o) {
235
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
236
+ })
237
+ .s("AmazonElasticVMwareService", "GetDepotUrl", {})
238
+ .n("EvsClient", "GetDepotUrlCommand")
239
+ .sc(schemas_0.GetDepotUrl$)
240
+ .build() {
241
+ }
242
+
231
243
  class GetEnvironmentCommand extends client.Command
232
244
  .classBuilder()
233
245
  .ep(commonParams)
@@ -381,6 +393,7 @@ const commands = {
381
393
  DeleteEnvironmentConnectorCommand,
382
394
  DeleteEnvironmentHostCommand,
383
395
  DisassociateEipFromVlanCommand,
396
+ GetDepotUrlCommand,
384
397
  GetEnvironmentCommand,
385
398
  GetVersionsCommand,
386
399
  ListEnvironmentConnectorsCommand,
@@ -501,6 +514,7 @@ exports.EntitlementType = EntitlementType;
501
514
  exports.EnvironmentState = EnvironmentState;
502
515
  exports.Evs = Evs;
503
516
  exports.EvsClient = EvsClient;
517
+ exports.GetDepotUrlCommand = GetDepotUrlCommand;
504
518
  exports.GetEnvironmentCommand = GetEnvironmentCommand;
505
519
  exports.GetVersionsCommand = GetVersionsCommand;
506
520
  exports.HostState = HostState;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEnvironmentHostsRequest$ = exports.ListEnvironmentConnectorsResponse$ = exports.ListEnvironmentConnectorsRequest$ = exports.LicenseInfo$ = exports.InstanceTypeEsxVersionsInfo$ = exports.InitialVlans$ = exports.InitialVlanInfo$ = exports.HostInfoForCreate$ = exports.Host$ = exports.GetVersionsResponse$ = exports.GetVersionsRequest$ = exports.GetEnvironmentResponse$ = exports.GetEnvironmentRequest$ = exports.ErrorDetail$ = exports.EnvironmentSummary$ = exports.Environment$ = exports.EipAssociation$ = exports.DisassociateEipFromVlanResponse$ = exports.DisassociateEipFromVlanRequest$ = exports.DeleteEnvironmentResponse$ = exports.DeleteEnvironmentRequest$ = exports.DeleteEnvironmentHostResponse$ = exports.DeleteEnvironmentHostRequest$ = exports.DeleteEnvironmentConnectorResponse$ = exports.DeleteEnvironmentConnectorRequest$ = exports.DeleteEntitlementResponse$ = exports.DeleteEntitlementRequest$ = exports.CreateEnvironmentResponse$ = exports.CreateEnvironmentRequest$ = exports.CreateEnvironmentHostResponse$ = exports.CreateEnvironmentHostRequest$ = exports.CreateEnvironmentConnectorResponse$ = exports.CreateEnvironmentConnectorRequest$ = exports.CreateEntitlementResponse$ = exports.CreateEntitlementRequest$ = exports.ConnectorCheck$ = exports.Connector$ = exports.ConnectivityInfo$ = exports.Check$ = exports.AssociateEipToVlanResponse$ = exports.AssociateEipToVlanRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyTagsException$ = exports.ThrottlingException$ = exports.TagPolicyException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.EvsServiceException$ = void 0;
4
- exports.UpdateEnvironmentConnector$ = exports.UntagResource$ = exports.TagResource$ = exports.ListVmEntitlements$ = exports.ListTagsForResource$ = exports.ListEnvironmentVlans$ = exports.ListEnvironments$ = exports.ListEnvironmentHosts$ = exports.ListEnvironmentConnectors$ = exports.GetVersions$ = exports.GetEnvironment$ = exports.DisassociateEipFromVlan$ = exports.DeleteEnvironmentHost$ = exports.DeleteEnvironmentConnector$ = exports.DeleteEnvironment$ = exports.DeleteEntitlement$ = exports.CreateEnvironmentHost$ = exports.CreateEnvironmentConnector$ = exports.CreateEnvironment$ = exports.CreateEntitlement$ = exports.AssociateEipToVlan$ = exports.VmEntitlement$ = exports.Vlan$ = exports.VcfVersionInfo$ = exports.VcfHostnames$ = exports.ValidationExceptionField$ = exports.UpdateEnvironmentConnectorResponse$ = exports.UpdateEnvironmentConnectorRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.ServiceAccessSecurityGroups$ = exports.Secret$ = exports.NetworkInterface$ = exports.ListVmEntitlementsResponse$ = exports.ListVmEntitlementsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListEnvironmentVlansResponse$ = exports.ListEnvironmentVlansRequest$ = exports.ListEnvironmentsResponse$ = exports.ListEnvironmentsRequest$ = exports.ListEnvironmentHostsResponse$ = void 0;
3
+ exports.ListEnvironmentConnectorsRequest$ = exports.LicenseInfo$ = exports.InstanceTypeEsxVersionsInfo$ = exports.InitialVlans$ = exports.InitialVlanInfo$ = exports.HostInfoForCreate$ = exports.Host$ = exports.GetVersionsResponse$ = exports.GetVersionsRequest$ = exports.GetEnvironmentResponse$ = exports.GetEnvironmentRequest$ = exports.GetDepotUrlResponse$ = exports.GetDepotUrlRequest$ = exports.ErrorDetail$ = exports.EnvironmentSummary$ = exports.Environment$ = exports.EipAssociation$ = exports.DisassociateEipFromVlanResponse$ = exports.DisassociateEipFromVlanRequest$ = exports.DeleteEnvironmentResponse$ = exports.DeleteEnvironmentRequest$ = exports.DeleteEnvironmentHostResponse$ = exports.DeleteEnvironmentHostRequest$ = exports.DeleteEnvironmentConnectorResponse$ = exports.DeleteEnvironmentConnectorRequest$ = exports.DeleteEntitlementResponse$ = exports.DeleteEntitlementRequest$ = exports.CreateEnvironmentResponse$ = exports.CreateEnvironmentRequest$ = exports.CreateEnvironmentHostResponse$ = exports.CreateEnvironmentHostRequest$ = exports.CreateEnvironmentConnectorResponse$ = exports.CreateEnvironmentConnectorRequest$ = exports.CreateEntitlementResponse$ = exports.CreateEntitlementRequest$ = exports.ConnectorCheck$ = exports.Connector$ = exports.ConnectivityInfo$ = exports.Check$ = exports.AssociateEipToVlanResponse$ = exports.AssociateEipToVlanRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyTagsException$ = exports.ThrottlingException$ = exports.TagPolicyException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.EvsServiceException$ = void 0;
4
+ exports.UpdateEnvironmentConnector$ = exports.UntagResource$ = exports.TagResource$ = exports.ListVmEntitlements$ = exports.ListTagsForResource$ = exports.ListEnvironmentVlans$ = exports.ListEnvironments$ = exports.ListEnvironmentHosts$ = exports.ListEnvironmentConnectors$ = exports.GetVersions$ = exports.GetEnvironment$ = exports.GetDepotUrl$ = exports.DisassociateEipFromVlan$ = exports.DeleteEnvironmentHost$ = exports.DeleteEnvironmentConnector$ = exports.DeleteEnvironment$ = exports.DeleteEntitlement$ = exports.CreateEnvironmentHost$ = exports.CreateEnvironmentConnector$ = exports.CreateEnvironment$ = exports.CreateEntitlement$ = exports.AssociateEipToVlan$ = exports.VmEntitlement$ = exports.Vlan$ = exports.VcfVersionInfo$ = exports.VcfHostnames$ = exports.ValidationExceptionField$ = exports.UpdateEnvironmentConnectorResponse$ = exports.UpdateEnvironmentConnectorRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.ServiceAccessSecurityGroups$ = exports.Secret$ = exports.NetworkInterface$ = exports.ListVmEntitlementsResponse$ = exports.ListVmEntitlementsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListEnvironmentVlansResponse$ = exports.ListEnvironmentVlansRequest$ = exports.ListEnvironmentsResponse$ = exports.ListEnvironmentsRequest$ = exports.ListEnvironmentHostsResponse$ = exports.ListEnvironmentHostsRequest$ = exports.ListEnvironmentConnectorsResponse$ = void 0;
5
5
  const _AETV = "AssociateEipToVlan";
6
6
  const _AETVR = "AssociateEipToVlanRequest";
7
7
  const _AETVRs = "AssociateEipToVlanResponse";
@@ -45,6 +45,9 @@ const _EAL = "EipAssociationList";
45
45
  const _ED = "ErrorDetail";
46
46
  const _ES = "EnvironmentSummary";
47
47
  const _ESL = "EnvironmentSummaryList";
48
+ const _GDU = "GetDepotUrl";
49
+ const _GDUR = "GetDepotUrlRequest";
50
+ const _GDURe = "GetDepotUrlResponse";
48
51
  const _GE = "GetEnvironment";
49
52
  const _GER = "GetEnvironmentRequest";
50
53
  const _GERe = "GetEnvironmentResponse";
@@ -86,6 +89,7 @@ const _RA = "Retry-After";
86
89
  const _RNFE = "ResourceNotFoundException";
87
90
  const _S = "Secret";
88
91
  const _SASG = "ServiceAccessSecurityGroups";
92
+ const _SK = "SolutionKey";
89
93
  const _SL = "SecretList";
90
94
  const _SQEE = "ServiceQuotaExceededException";
91
95
  const _TE = "ThrottlingException";
@@ -108,6 +112,7 @@ const _VEL = "VmEntitlementList";
108
112
  const _VEm = "VmEntitlement";
109
113
  const _VH = "VcfHostnames";
110
114
  const _VL = "VlanList";
115
+ const _VSLK = "VSanLicenseKey";
111
116
  const _VVI = "VcfVersionInfo";
112
117
  const _VVL = "VcfVersionList";
113
118
  const _aF = "applianceFqdn";
@@ -127,6 +132,7 @@ const _con = "connectors";
127
132
  const _cr = "credentials";
128
133
  const _dEV = "defaultEsxVersion";
129
134
  const _dHI = "dedicatedHostId";
135
+ const _dU = "depotUrl";
130
136
  const _e = "error";
131
137
  const _eA = "environmentArn";
132
138
  const _eAi = "eipAssociations";
@@ -197,6 +203,7 @@ const _rAS = "retryAfterSeconds";
197
203
  const _rI = "resourceId";
198
204
  const _rT = "resourceType";
199
205
  const _re = "result";
206
+ const _ro = "rotate";
200
207
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.evs";
201
208
  const _sA = "secretArn";
202
209
  const _sASG = "serviceAccessSecurityGroups";
@@ -217,6 +224,7 @@ const _t = "type";
217
224
  const _tA = "termsAccepted";
218
225
  const _tK = "tagKeys";
219
226
  const _ta = "tags";
227
+ const _to = "token";
220
228
  const _v = "vlan";
221
229
  const _vC = "vCenter";
222
230
  const _vH = "vcfHostnames";
@@ -289,6 +297,8 @@ exports.errorTypeRegistries = [
289
297
  _s_registry,
290
298
  n0_registry,
291
299
  ];
300
+ var SolutionKey = [0, n0, _SK, 8, 0];
301
+ var VSanLicenseKey = [0, n0, _VSLK, 8, 0];
292
302
  exports.AssociateEipToVlanRequest$ = [3, n0, _AETVR,
293
303
  0,
294
304
  [_eI, _vN, _aI, _cT],
@@ -352,12 +362,12 @@ exports.CreateEnvironmentHostResponse$ = [3, n0, _CEHRr,
352
362
  exports.CreateEnvironmentRequest$ = [3, n0, _CERre,
353
363
  0,
354
364
  [_vIp, _sASI, _vV, _tA, _lI, _iV, _ho, _cIo, _vH, _sIi, _cT, _eN, _kKI, _ta, _sASG],
355
- [0, 0, 0, 2, () => LicenseInfoList, () => exports.InitialVlans$, () => HostInfoForCreateList, () => exports.ConnectivityInfo$, () => exports.VcfHostnames$, 0, [0, 4], 0, 0, 128 | 0, () => exports.ServiceAccessSecurityGroups$], 10
365
+ [0, 0, 0, 2, [() => LicenseInfoList, 0], () => exports.InitialVlans$, () => HostInfoForCreateList, () => exports.ConnectivityInfo$, () => exports.VcfHostnames$, 0, [0, 4], 0, 0, 128 | 0, () => exports.ServiceAccessSecurityGroups$], 10
356
366
  ];
357
367
  exports.CreateEnvironmentResponse$ = [3, n0, _CERrea,
358
368
  0,
359
369
  [_env],
360
- [() => exports.Environment$]
370
+ [[() => exports.Environment$, 0]]
361
371
  ];
362
372
  exports.DeleteEntitlementRequest$ = [3, n0, _DER,
363
373
  0,
@@ -397,7 +407,7 @@ exports.DeleteEnvironmentRequest$ = [3, n0, _DERel,
397
407
  exports.DeleteEnvironmentResponse$ = [3, n0, _DERele,
398
408
  0,
399
409
  [_env],
400
- [() => exports.Environment$]
410
+ [[() => exports.Environment$, 0]]
401
411
  ];
402
412
  exports.DisassociateEipFromVlanRequest$ = [3, n0, _DEFVR,
403
413
  0,
@@ -417,7 +427,7 @@ exports.EipAssociation$ = [3, n0, _EA,
417
427
  exports.Environment$ = [3, n0, _E,
418
428
  0,
419
429
  [_eI, _eSn, _sD, _cA, _mA, _eA, _eN, _vIp, _sASI, _vV, _tA, _lI, _sIi, _eSnv, _ch, _cIo, _vH, _kKI, _sASG, _cr],
420
- [0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 2, () => LicenseInfoList, 0, 0, () => ChecksList, () => exports.ConnectivityInfo$, () => exports.VcfHostnames$, 0, () => exports.ServiceAccessSecurityGroups$, () => SecretList]
430
+ [0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 2, [() => LicenseInfoList, 0], 0, 0, () => ChecksList, () => exports.ConnectivityInfo$, () => exports.VcfHostnames$, 0, () => exports.ServiceAccessSecurityGroups$, () => SecretList]
421
431
  ];
422
432
  exports.EnvironmentSummary$ = [3, n0, _ES,
423
433
  0,
@@ -429,6 +439,16 @@ exports.ErrorDetail$ = [3, n0, _ED,
429
439
  [_eC, _eM],
430
440
  [0, 0], 2
431
441
  ];
442
+ exports.GetDepotUrlRequest$ = [3, n0, _GDUR,
443
+ 0,
444
+ [_eI, _ro],
445
+ [[0, 1], 2], 1
446
+ ];
447
+ exports.GetDepotUrlResponse$ = [3, n0, _GDURe,
448
+ 0,
449
+ [_dU, _to],
450
+ [0, 0], 2
451
+ ];
432
452
  exports.GetEnvironmentRequest$ = [3, n0, _GER,
433
453
  0,
434
454
  [_eI],
@@ -437,7 +457,7 @@ exports.GetEnvironmentRequest$ = [3, n0, _GER,
437
457
  exports.GetEnvironmentResponse$ = [3, n0, _GERe,
438
458
  0,
439
459
  [_env],
440
- [() => exports.Environment$]
460
+ [[() => exports.Environment$, 0]]
441
461
  ];
442
462
  exports.GetVersionsRequest$ = [3, n0, _GVR,
443
463
  0,
@@ -477,7 +497,7 @@ exports.InstanceTypeEsxVersionsInfo$ = [3, n0, _ITEVI,
477
497
  exports.LicenseInfo$ = [3, n0, _LI,
478
498
  0,
479
499
  [_sK, _vK],
480
- [0, 0], 2
500
+ [[() => SolutionKey, 0], [() => VSanLicenseKey, 0]], 2
481
501
  ];
482
502
  exports.ListEnvironmentConnectorsRequest$ = [3, n0, _LECR,
483
503
  0,
@@ -637,7 +657,8 @@ var InstanceTypeEsxVersionsList = [1, n0, _ITEVL,
637
657
  ];
638
658
  var InstanceTypeList = 64 | 0;
639
659
  var LicenseInfoList = [1, n0, _LIL,
640
- 0, () => exports.LicenseInfo$
660
+ 0, [() => exports.LicenseInfo$,
661
+ 0]
641
662
  ];
642
663
  var NetworkInterfaceList = [1, n0, _NIL,
643
664
  0, () => exports.NetworkInterface$
@@ -693,6 +714,9 @@ exports.DeleteEnvironmentHost$ = [9, n0, _DEH,
693
714
  exports.DisassociateEipFromVlan$ = [9, n0, _DEFV,
694
715
  2, () => exports.DisassociateEipFromVlanRequest$, () => exports.DisassociateEipFromVlanResponse$
695
716
  ];
717
+ exports.GetDepotUrl$ = [9, n0, _GDU,
718
+ 0, () => exports.GetDepotUrlRequest$, () => exports.GetDepotUrlResponse$
719
+ ];
696
720
  exports.GetEnvironment$ = [9, n0, _GE,
697
721
  0, () => exports.GetEnvironmentRequest$, () => exports.GetEnvironmentResponse$
698
722
  ];
package/dist-es/Evs.js CHANGED
@@ -9,6 +9,7 @@ import { DeleteEnvironmentCommand, } from "./commands/DeleteEnvironmentCommand";
9
9
  import { DeleteEnvironmentConnectorCommand, } from "./commands/DeleteEnvironmentConnectorCommand";
10
10
  import { DeleteEnvironmentHostCommand, } from "./commands/DeleteEnvironmentHostCommand";
11
11
  import { DisassociateEipFromVlanCommand, } from "./commands/DisassociateEipFromVlanCommand";
12
+ import { GetDepotUrlCommand, } from "./commands/GetDepotUrlCommand";
12
13
  import { GetEnvironmentCommand, } from "./commands/GetEnvironmentCommand";
13
14
  import { GetVersionsCommand, } from "./commands/GetVersionsCommand";
14
15
  import { ListEnvironmentConnectorsCommand, } from "./commands/ListEnvironmentConnectorsCommand";
@@ -37,6 +38,7 @@ const commands = {
37
38
  DeleteEnvironmentConnectorCommand,
38
39
  DeleteEnvironmentHostCommand,
39
40
  DisassociateEipFromVlanCommand,
41
+ GetDepotUrlCommand,
40
42
  GetEnvironmentCommand,
41
43
  GetVersionsCommand,
42
44
  ListEnvironmentConnectorsCommand,
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetDepotUrl$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetDepotUrlCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonElasticVMwareService", "GetDepotUrl", {})
13
+ .n("EvsClient", "GetDepotUrlCommand")
14
+ .sc(GetDepotUrl$)
15
+ .build() {
16
+ }
@@ -8,6 +8,7 @@ export * from "./DeleteEnvironmentCommand";
8
8
  export * from "./DeleteEnvironmentConnectorCommand";
9
9
  export * from "./DeleteEnvironmentHostCommand";
10
10
  export * from "./DisassociateEipFromVlanCommand";
11
+ export * from "./GetDepotUrlCommand";
11
12
  export * from "./GetEnvironmentCommand";
12
13
  export * from "./GetVersionsCommand";
13
14
  export * from "./ListEnvironmentConnectorsCommand";
@@ -41,6 +41,9 @@ const _EAL = "EipAssociationList";
41
41
  const _ED = "ErrorDetail";
42
42
  const _ES = "EnvironmentSummary";
43
43
  const _ESL = "EnvironmentSummaryList";
44
+ const _GDU = "GetDepotUrl";
45
+ const _GDUR = "GetDepotUrlRequest";
46
+ const _GDURe = "GetDepotUrlResponse";
44
47
  const _GE = "GetEnvironment";
45
48
  const _GER = "GetEnvironmentRequest";
46
49
  const _GERe = "GetEnvironmentResponse";
@@ -82,6 +85,7 @@ const _RA = "Retry-After";
82
85
  const _RNFE = "ResourceNotFoundException";
83
86
  const _S = "Secret";
84
87
  const _SASG = "ServiceAccessSecurityGroups";
88
+ const _SK = "SolutionKey";
85
89
  const _SL = "SecretList";
86
90
  const _SQEE = "ServiceQuotaExceededException";
87
91
  const _TE = "ThrottlingException";
@@ -104,6 +108,7 @@ const _VEL = "VmEntitlementList";
104
108
  const _VEm = "VmEntitlement";
105
109
  const _VH = "VcfHostnames";
106
110
  const _VL = "VlanList";
111
+ const _VSLK = "VSanLicenseKey";
107
112
  const _VVI = "VcfVersionInfo";
108
113
  const _VVL = "VcfVersionList";
109
114
  const _aF = "applianceFqdn";
@@ -123,6 +128,7 @@ const _con = "connectors";
123
128
  const _cr = "credentials";
124
129
  const _dEV = "defaultEsxVersion";
125
130
  const _dHI = "dedicatedHostId";
131
+ const _dU = "depotUrl";
126
132
  const _e = "error";
127
133
  const _eA = "environmentArn";
128
134
  const _eAi = "eipAssociations";
@@ -193,6 +199,7 @@ const _rAS = "retryAfterSeconds";
193
199
  const _rI = "resourceId";
194
200
  const _rT = "resourceType";
195
201
  const _re = "result";
202
+ const _ro = "rotate";
196
203
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.evs";
197
204
  const _sA = "secretArn";
198
205
  const _sASG = "serviceAccessSecurityGroups";
@@ -213,6 +220,7 @@ const _t = "type";
213
220
  const _tA = "termsAccepted";
214
221
  const _tK = "tagKeys";
215
222
  const _ta = "tags";
223
+ const _to = "token";
216
224
  const _v = "vlan";
217
225
  const _vC = "vCenter";
218
226
  const _vH = "vcfHostnames";
@@ -285,6 +293,8 @@ export const errorTypeRegistries = [
285
293
  _s_registry,
286
294
  n0_registry,
287
295
  ];
296
+ var SolutionKey = [0, n0, _SK, 8, 0];
297
+ var VSanLicenseKey = [0, n0, _VSLK, 8, 0];
288
298
  export var AssociateEipToVlanRequest$ = [3, n0, _AETVR,
289
299
  0,
290
300
  [_eI, _vN, _aI, _cT],
@@ -348,12 +358,12 @@ export var CreateEnvironmentHostResponse$ = [3, n0, _CEHRr,
348
358
  export var CreateEnvironmentRequest$ = [3, n0, _CERre,
349
359
  0,
350
360
  [_vIp, _sASI, _vV, _tA, _lI, _iV, _ho, _cIo, _vH, _sIi, _cT, _eN, _kKI, _ta, _sASG],
351
- [0, 0, 0, 2, () => LicenseInfoList, () => InitialVlans$, () => HostInfoForCreateList, () => ConnectivityInfo$, () => VcfHostnames$, 0, [0, 4], 0, 0, 128 | 0, () => ServiceAccessSecurityGroups$], 10
361
+ [0, 0, 0, 2, [() => LicenseInfoList, 0], () => InitialVlans$, () => HostInfoForCreateList, () => ConnectivityInfo$, () => VcfHostnames$, 0, [0, 4], 0, 0, 128 | 0, () => ServiceAccessSecurityGroups$], 10
352
362
  ];
353
363
  export var CreateEnvironmentResponse$ = [3, n0, _CERrea,
354
364
  0,
355
365
  [_env],
356
- [() => Environment$]
366
+ [[() => Environment$, 0]]
357
367
  ];
358
368
  export var DeleteEntitlementRequest$ = [3, n0, _DER,
359
369
  0,
@@ -393,7 +403,7 @@ export var DeleteEnvironmentRequest$ = [3, n0, _DERel,
393
403
  export var DeleteEnvironmentResponse$ = [3, n0, _DERele,
394
404
  0,
395
405
  [_env],
396
- [() => Environment$]
406
+ [[() => Environment$, 0]]
397
407
  ];
398
408
  export var DisassociateEipFromVlanRequest$ = [3, n0, _DEFVR,
399
409
  0,
@@ -413,7 +423,7 @@ export var EipAssociation$ = [3, n0, _EA,
413
423
  export var Environment$ = [3, n0, _E,
414
424
  0,
415
425
  [_eI, _eSn, _sD, _cA, _mA, _eA, _eN, _vIp, _sASI, _vV, _tA, _lI, _sIi, _eSnv, _ch, _cIo, _vH, _kKI, _sASG, _cr],
416
- [0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 2, () => LicenseInfoList, 0, 0, () => ChecksList, () => ConnectivityInfo$, () => VcfHostnames$, 0, () => ServiceAccessSecurityGroups$, () => SecretList]
426
+ [0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 2, [() => LicenseInfoList, 0], 0, 0, () => ChecksList, () => ConnectivityInfo$, () => VcfHostnames$, 0, () => ServiceAccessSecurityGroups$, () => SecretList]
417
427
  ];
418
428
  export var EnvironmentSummary$ = [3, n0, _ES,
419
429
  0,
@@ -425,6 +435,16 @@ export var ErrorDetail$ = [3, n0, _ED,
425
435
  [_eC, _eM],
426
436
  [0, 0], 2
427
437
  ];
438
+ export var GetDepotUrlRequest$ = [3, n0, _GDUR,
439
+ 0,
440
+ [_eI, _ro],
441
+ [[0, 1], 2], 1
442
+ ];
443
+ export var GetDepotUrlResponse$ = [3, n0, _GDURe,
444
+ 0,
445
+ [_dU, _to],
446
+ [0, 0], 2
447
+ ];
428
448
  export var GetEnvironmentRequest$ = [3, n0, _GER,
429
449
  0,
430
450
  [_eI],
@@ -433,7 +453,7 @@ export var GetEnvironmentRequest$ = [3, n0, _GER,
433
453
  export var GetEnvironmentResponse$ = [3, n0, _GERe,
434
454
  0,
435
455
  [_env],
436
- [() => Environment$]
456
+ [[() => Environment$, 0]]
437
457
  ];
438
458
  export var GetVersionsRequest$ = [3, n0, _GVR,
439
459
  0,
@@ -473,7 +493,7 @@ export var InstanceTypeEsxVersionsInfo$ = [3, n0, _ITEVI,
473
493
  export var LicenseInfo$ = [3, n0, _LI,
474
494
  0,
475
495
  [_sK, _vK],
476
- [0, 0], 2
496
+ [[() => SolutionKey, 0], [() => VSanLicenseKey, 0]], 2
477
497
  ];
478
498
  export var ListEnvironmentConnectorsRequest$ = [3, n0, _LECR,
479
499
  0,
@@ -633,7 +653,8 @@ var InstanceTypeEsxVersionsList = [1, n0, _ITEVL,
633
653
  ];
634
654
  var InstanceTypeList = 64 | 0;
635
655
  var LicenseInfoList = [1, n0, _LIL,
636
- 0, () => LicenseInfo$
656
+ 0, [() => LicenseInfo$,
657
+ 0]
637
658
  ];
638
659
  var NetworkInterfaceList = [1, n0, _NIL,
639
660
  0, () => NetworkInterface$
@@ -689,6 +710,9 @@ export var DeleteEnvironmentHost$ = [9, n0, _DEH,
689
710
  export var DisassociateEipFromVlan$ = [9, n0, _DEFV,
690
711
  2, () => DisassociateEipFromVlanRequest$, () => DisassociateEipFromVlanResponse$
691
712
  ];
713
+ export var GetDepotUrl$ = [9, n0, _GDU,
714
+ 0, () => GetDepotUrlRequest$, () => GetDepotUrlResponse$
715
+ ];
692
716
  export var GetEnvironment$ = [9, n0, _GE,
693
717
  0, () => GetEnvironmentRequest$, () => GetEnvironmentResponse$
694
718
  ];
@@ -9,6 +9,7 @@ import { type DeleteEnvironmentCommandInput, type DeleteEnvironmentCommandOutput
9
9
  import { type DeleteEnvironmentConnectorCommandInput, type DeleteEnvironmentConnectorCommandOutput } from "./commands/DeleteEnvironmentConnectorCommand";
10
10
  import { type DeleteEnvironmentHostCommandInput, type DeleteEnvironmentHostCommandOutput } from "./commands/DeleteEnvironmentHostCommand";
11
11
  import { type DisassociateEipFromVlanCommandInput, type DisassociateEipFromVlanCommandOutput } from "./commands/DisassociateEipFromVlanCommand";
12
+ import { type GetDepotUrlCommandInput, type GetDepotUrlCommandOutput } from "./commands/GetDepotUrlCommand";
12
13
  import { type GetEnvironmentCommandInput, type GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
13
14
  import { type GetVersionsCommandInput, type GetVersionsCommandOutput } from "./commands/GetVersionsCommand";
14
15
  import { type ListEnvironmentConnectorsCommandInput, type ListEnvironmentConnectorsCommandOutput } from "./commands/ListEnvironmentConnectorsCommand";
@@ -82,6 +83,12 @@ export interface Evs {
82
83
  disassociateEipFromVlan(args: DisassociateEipFromVlanCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateEipFromVlanCommandOutput>;
83
84
  disassociateEipFromVlan(args: DisassociateEipFromVlanCommandInput, cb: (err: any, data?: DisassociateEipFromVlanCommandOutput) => void): void;
84
85
  disassociateEipFromVlan(args: DisassociateEipFromVlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateEipFromVlanCommandOutput) => void): void;
86
+ /**
87
+ * @see {@link GetDepotUrlCommand}
88
+ */
89
+ getDepotUrl(args: GetDepotUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetDepotUrlCommandOutput>;
90
+ getDepotUrl(args: GetDepotUrlCommandInput, cb: (err: any, data?: GetDepotUrlCommandOutput) => void): void;
91
+ getDepotUrl(args: GetDepotUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDepotUrlCommandOutput) => void): void;
85
92
  /**
86
93
  * @see {@link GetEnvironmentCommand}
87
94
  */
@@ -16,6 +16,7 @@ import type { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } fr
16
16
  import type { DeleteEnvironmentConnectorCommandInput, DeleteEnvironmentConnectorCommandOutput } from "./commands/DeleteEnvironmentConnectorCommand";
17
17
  import type { DeleteEnvironmentHostCommandInput, DeleteEnvironmentHostCommandOutput } from "./commands/DeleteEnvironmentHostCommand";
18
18
  import type { DisassociateEipFromVlanCommandInput, DisassociateEipFromVlanCommandOutput } from "./commands/DisassociateEipFromVlanCommand";
19
+ import type { GetDepotUrlCommandInput, GetDepotUrlCommandOutput } from "./commands/GetDepotUrlCommand";
19
20
  import type { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
20
21
  import type { GetVersionsCommandInput, GetVersionsCommandOutput } from "./commands/GetVersionsCommand";
21
22
  import type { ListEnvironmentConnectorsCommandInput, ListEnvironmentConnectorsCommandOutput } from "./commands/ListEnvironmentConnectorsCommand";
@@ -33,11 +34,11 @@ export { __Client };
33
34
  /**
34
35
  * @public
35
36
  */
36
- export type ServiceInputTypes = AssociateEipToVlanCommandInput | CreateEntitlementCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentConnectorCommandInput | CreateEnvironmentHostCommandInput | DeleteEntitlementCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentConnectorCommandInput | DeleteEnvironmentHostCommandInput | DisassociateEipFromVlanCommandInput | GetEnvironmentCommandInput | GetVersionsCommandInput | ListEnvironmentConnectorsCommandInput | ListEnvironmentHostsCommandInput | ListEnvironmentVlansCommandInput | ListEnvironmentsCommandInput | ListTagsForResourceCommandInput | ListVmEntitlementsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEnvironmentConnectorCommandInput;
37
+ export type ServiceInputTypes = AssociateEipToVlanCommandInput | CreateEntitlementCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentConnectorCommandInput | CreateEnvironmentHostCommandInput | DeleteEntitlementCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentConnectorCommandInput | DeleteEnvironmentHostCommandInput | DisassociateEipFromVlanCommandInput | GetDepotUrlCommandInput | GetEnvironmentCommandInput | GetVersionsCommandInput | ListEnvironmentConnectorsCommandInput | ListEnvironmentHostsCommandInput | ListEnvironmentVlansCommandInput | ListEnvironmentsCommandInput | ListTagsForResourceCommandInput | ListVmEntitlementsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEnvironmentConnectorCommandInput;
37
38
  /**
38
39
  * @public
39
40
  */
40
- export type ServiceOutputTypes = AssociateEipToVlanCommandOutput | CreateEntitlementCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentConnectorCommandOutput | CreateEnvironmentHostCommandOutput | DeleteEntitlementCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentConnectorCommandOutput | DeleteEnvironmentHostCommandOutput | DisassociateEipFromVlanCommandOutput | GetEnvironmentCommandOutput | GetVersionsCommandOutput | ListEnvironmentConnectorsCommandOutput | ListEnvironmentHostsCommandOutput | ListEnvironmentVlansCommandOutput | ListEnvironmentsCommandOutput | ListTagsForResourceCommandOutput | ListVmEntitlementsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEnvironmentConnectorCommandOutput;
41
+ export type ServiceOutputTypes = AssociateEipToVlanCommandOutput | CreateEntitlementCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentConnectorCommandOutput | CreateEnvironmentHostCommandOutput | DeleteEntitlementCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentConnectorCommandOutput | DeleteEnvironmentHostCommandOutput | DisassociateEipFromVlanCommandOutput | GetDepotUrlCommandOutput | GetEnvironmentCommandOutput | GetVersionsCommandOutput | ListEnvironmentConnectorsCommandOutput | ListEnvironmentHostsCommandOutput | ListEnvironmentVlansCommandOutput | ListEnvironmentsCommandOutput | ListTagsForResourceCommandOutput | ListVmEntitlementsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEnvironmentConnectorCommandOutput;
41
42
  /**
42
43
  * @public
43
44
  */
@@ -0,0 +1,87 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
+ import type { GetDepotUrlRequest, GetDepotUrlResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetDepotUrlCommand}.
14
+ */
15
+ export interface GetDepotUrlCommandInput extends GetDepotUrlRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetDepotUrlCommand}.
21
+ */
22
+ export interface GetDepotUrlCommandOutput extends GetDepotUrlResponse, __MetadataBearer {
23
+ }
24
+ declare const GetDepotUrlCommand_base: {
25
+ new (input: GetDepotUrlCommandInput): import("@smithy/core/client").CommandImpl<GetDepotUrlCommandInput, GetDepotUrlCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDepotUrlCommandInput): import("@smithy/core/client").CommandImpl<GetDepotUrlCommandInput, GetDepotUrlCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Returns a URL and authentication token for accessing the Amazon EVS Custom Addon depot. Configure the depot URL as a download source in vSphere Lifecycle Manager (vLCM) to sync and install the Amazon EVS Custom Addon.</p> <p>The depot URL remains active until you rotate the authentication token by calling this action with <code>rotate</code> set to <code>true</code>.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { EvsClient, GetDepotUrlCommand } from "@aws-sdk/client-evs"; // ES Modules import
37
+ * // const { EvsClient, GetDepotUrlCommand } = require("@aws-sdk/client-evs"); // CommonJS import
38
+ * // import type { EvsClientConfig } from "@aws-sdk/client-evs";
39
+ * const config = {}; // type is EvsClientConfig
40
+ * const client = new EvsClient(config);
41
+ * const input = { // GetDepotUrlRequest
42
+ * environmentId: "STRING_VALUE", // required
43
+ * rotate: true || false,
44
+ * };
45
+ * const command = new GetDepotUrlCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // GetDepotUrlResponse
48
+ * // depotUrl: "STRING_VALUE", // required
49
+ * // token: "STRING_VALUE", // required
50
+ * // };
51
+ *
52
+ * ```
53
+ *
54
+ * @param GetDepotUrlCommandInput - {@link GetDepotUrlCommandInput}
55
+ * @returns {@link GetDepotUrlCommandOutput}
56
+ * @see {@link GetDepotUrlCommandInput} for command's `input` shape.
57
+ * @see {@link GetDepotUrlCommandOutput} for command's `response` shape.
58
+ * @see {@link EvsClientResolvedConfig | config} for EvsClient's `config` shape.
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>A service resource associated with the request could not be found. The resource might not be specified correctly, or it may have a <code>state</code> of <code>DELETED</code>.</p>
62
+ *
63
+ * @throws {@link ThrottlingException} (client fault)
64
+ * <p>The operation could not be performed because the service is throttling requests. This exception is thrown when the service endpoint receives too many concurrent requests.</p>
65
+ *
66
+ * @throws {@link ValidationException} (client fault)
67
+ * <p>The input fails to satisfy the specified constraints. You will see this exception if invalid inputs are provided for any of the Amazon EVS environment operations, or if a list operation is performed on an environment resource that is still initializing.</p>
68
+ *
69
+ * @throws {@link EvsServiceException}
70
+ * <p>Base exception class for all service exceptions from Evs service.</p>
71
+ *
72
+ *
73
+ * @public
74
+ */
75
+ export declare class GetDepotUrlCommand extends GetDepotUrlCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetDepotUrlRequest;
80
+ output: GetDepotUrlResponse;
81
+ };
82
+ sdk: {
83
+ input: GetDepotUrlCommandInput;
84
+ output: GetDepotUrlCommandOutput;
85
+ };
86
+ };
87
+ }
@@ -8,6 +8,7 @@ export * from "./DeleteEnvironmentCommand";
8
8
  export * from "./DeleteEnvironmentConnectorCommand";
9
9
  export * from "./DeleteEnvironmentHostCommand";
10
10
  export * from "./DisassociateEipFromVlanCommand";
11
+ export * from "./GetDepotUrlCommand";
11
12
  export * from "./GetEnvironmentCommand";
12
13
  export * from "./GetVersionsCommand";
13
14
  export * from "./ListEnvironmentConnectorsCommand";
@@ -1134,6 +1134,36 @@ export interface DisassociateEipFromVlanResponse {
1134
1134
  */
1135
1135
  vlan?: Vlan | undefined;
1136
1136
  }
1137
+ /**
1138
+ * @public
1139
+ */
1140
+ export interface GetDepotUrlRequest {
1141
+ /**
1142
+ * <p>The unique ID of the Amazon EVS environment to get the depot URL for.</p>
1143
+ * @public
1144
+ */
1145
+ environmentId: string | undefined;
1146
+ /**
1147
+ * <p>Revokes the current authentication token and returns a new depot URL with a new token. Previously issued depot URLs will stop working within 5 minutes of rotation.</p>
1148
+ * @public
1149
+ */
1150
+ rotate?: boolean | undefined;
1151
+ }
1152
+ /**
1153
+ * @public
1154
+ */
1155
+ export interface GetDepotUrlResponse {
1156
+ /**
1157
+ * <p>The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.</p>
1158
+ * @public
1159
+ */
1160
+ depotUrl: string | undefined;
1161
+ /**
1162
+ * <p>The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.</p>
1163
+ * @public
1164
+ */
1165
+ token: string | undefined;
1166
+ }
1137
1167
  /**
1138
1168
  * @public
1139
1169
  */
@@ -42,6 +42,8 @@ export declare var EipAssociation$: StaticStructureSchema;
42
42
  export declare var Environment$: StaticStructureSchema;
43
43
  export declare var EnvironmentSummary$: StaticStructureSchema;
44
44
  export declare var ErrorDetail$: StaticStructureSchema;
45
+ export declare var GetDepotUrlRequest$: StaticStructureSchema;
46
+ export declare var GetDepotUrlResponse$: StaticStructureSchema;
45
47
  export declare var GetEnvironmentRequest$: StaticStructureSchema;
46
48
  export declare var GetEnvironmentResponse$: StaticStructureSchema;
47
49
  export declare var GetVersionsRequest$: StaticStructureSchema;
@@ -88,6 +90,7 @@ export declare var DeleteEnvironment$: StaticOperationSchema;
88
90
  export declare var DeleteEnvironmentConnector$: StaticOperationSchema;
89
91
  export declare var DeleteEnvironmentHost$: StaticOperationSchema;
90
92
  export declare var DisassociateEipFromVlan$: StaticOperationSchema;
93
+ export declare var GetDepotUrl$: StaticOperationSchema;
91
94
  export declare var GetEnvironment$: StaticOperationSchema;
92
95
  export declare var GetVersions$: StaticOperationSchema;
93
96
  export declare var ListEnvironmentConnectors$: StaticOperationSchema;
@@ -43,6 +43,10 @@ import {
43
43
  DisassociateEipFromVlanCommandInput,
44
44
  DisassociateEipFromVlanCommandOutput,
45
45
  } from "./commands/DisassociateEipFromVlanCommand";
46
+ import {
47
+ GetDepotUrlCommandInput,
48
+ GetDepotUrlCommandOutput,
49
+ } from "./commands/GetDepotUrlCommand";
46
50
  import {
47
51
  GetEnvironmentCommandInput,
48
52
  GetEnvironmentCommandOutput,
@@ -219,6 +223,19 @@ export interface Evs {
219
223
  options: __HttpHandlerOptions,
220
224
  cb: (err: any, data?: DisassociateEipFromVlanCommandOutput) => void
221
225
  ): void;
226
+ getDepotUrl(
227
+ args: GetDepotUrlCommandInput,
228
+ options?: __HttpHandlerOptions
229
+ ): Promise<GetDepotUrlCommandOutput>;
230
+ getDepotUrl(
231
+ args: GetDepotUrlCommandInput,
232
+ cb: (err: any, data?: GetDepotUrlCommandOutput) => void
233
+ ): void;
234
+ getDepotUrl(
235
+ args: GetDepotUrlCommandInput,
236
+ options: __HttpHandlerOptions,
237
+ cb: (err: any, data?: GetDepotUrlCommandOutput) => void
238
+ ): void;
222
239
  getEnvironment(
223
240
  args: GetEnvironmentCommandInput,
224
241
  options?: __HttpHandlerOptions
@@ -76,6 +76,10 @@ import {
76
76
  DisassociateEipFromVlanCommandInput,
77
77
  DisassociateEipFromVlanCommandOutput,
78
78
  } from "./commands/DisassociateEipFromVlanCommand";
79
+ import {
80
+ GetDepotUrlCommandInput,
81
+ GetDepotUrlCommandOutput,
82
+ } from "./commands/GetDepotUrlCommand";
79
83
  import {
80
84
  GetEnvironmentCommandInput,
81
85
  GetEnvironmentCommandOutput,
@@ -138,6 +142,7 @@ export type ServiceInputTypes =
138
142
  | DeleteEnvironmentConnectorCommandInput
139
143
  | DeleteEnvironmentHostCommandInput
140
144
  | DisassociateEipFromVlanCommandInput
145
+ | GetDepotUrlCommandInput
141
146
  | GetEnvironmentCommandInput
142
147
  | GetVersionsCommandInput
143
148
  | ListEnvironmentConnectorsCommandInput
@@ -160,6 +165,7 @@ export type ServiceOutputTypes =
160
165
  | DeleteEnvironmentConnectorCommandOutput
161
166
  | DeleteEnvironmentHostCommandOutput
162
167
  | DisassociateEipFromVlanCommandOutput
168
+ | GetDepotUrlCommandOutput
163
169
  | GetEnvironmentCommandOutput
164
170
  | GetVersionsCommandOutput
165
171
  | ListEnvironmentConnectorsCommandOutput
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EvsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EvsClient";
8
+ import { GetDepotUrlRequest, GetDepotUrlResponse } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetDepotUrlCommandInput extends GetDepotUrlRequest {}
12
+ export interface GetDepotUrlCommandOutput
13
+ extends GetDepotUrlResponse,
14
+ __MetadataBearer {}
15
+ declare const GetDepotUrlCommand_base: {
16
+ new (
17
+ input: GetDepotUrlCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ GetDepotUrlCommandInput,
20
+ GetDepotUrlCommandOutput,
21
+ EvsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: GetDepotUrlCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ GetDepotUrlCommandInput,
29
+ GetDepotUrlCommandOutput,
30
+ EvsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class GetDepotUrlCommand extends GetDepotUrlCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: GetDepotUrlRequest;
42
+ output: GetDepotUrlResponse;
43
+ };
44
+ sdk: {
45
+ input: GetDepotUrlCommandInput;
46
+ output: GetDepotUrlCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -8,6 +8,7 @@ export * from "./DeleteEnvironmentCommand";
8
8
  export * from "./DeleteEnvironmentConnectorCommand";
9
9
  export * from "./DeleteEnvironmentHostCommand";
10
10
  export * from "./DisassociateEipFromVlanCommand";
11
+ export * from "./GetDepotUrlCommand";
11
12
  export * from "./GetEnvironmentCommand";
12
13
  export * from "./GetVersionsCommand";
13
14
  export * from "./ListEnvironmentConnectorsCommand";
@@ -274,6 +274,14 @@ export interface DisassociateEipFromVlanRequest {
274
274
  export interface DisassociateEipFromVlanResponse {
275
275
  vlan?: Vlan | undefined;
276
276
  }
277
+ export interface GetDepotUrlRequest {
278
+ environmentId: string | undefined;
279
+ rotate?: boolean | undefined;
280
+ }
281
+ export interface GetDepotUrlResponse {
282
+ depotUrl: string | undefined;
283
+ token: string | undefined;
284
+ }
277
285
  export interface GetEnvironmentRequest {
278
286
  environmentId: string | undefined;
279
287
  }
@@ -41,6 +41,8 @@ export declare var EipAssociation$: StaticStructureSchema;
41
41
  export declare var Environment$: StaticStructureSchema;
42
42
  export declare var EnvironmentSummary$: StaticStructureSchema;
43
43
  export declare var ErrorDetail$: StaticStructureSchema;
44
+ export declare var GetDepotUrlRequest$: StaticStructureSchema;
45
+ export declare var GetDepotUrlResponse$: StaticStructureSchema;
44
46
  export declare var GetEnvironmentRequest$: StaticStructureSchema;
45
47
  export declare var GetEnvironmentResponse$: StaticStructureSchema;
46
48
  export declare var GetVersionsRequest$: StaticStructureSchema;
@@ -87,6 +89,7 @@ export declare var DeleteEnvironment$: StaticOperationSchema;
87
89
  export declare var DeleteEnvironmentConnector$: StaticOperationSchema;
88
90
  export declare var DeleteEnvironmentHost$: StaticOperationSchema;
89
91
  export declare var DisassociateEipFromVlan$: StaticOperationSchema;
92
+ export declare var GetDepotUrl$: StaticOperationSchema;
90
93
  export declare var GetEnvironment$: StaticOperationSchema;
91
94
  export declare var GetVersions$: StaticOperationSchema;
92
95
  export declare var ListEnvironmentConnectors$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-evs",
3
3
  "description": "AWS SDK for JavaScript Evs Client for Node.js, Browser and React Native",
4
- "version": "3.1051.0",
4
+ "version": "3.1052.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-evs",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.12",
25
- "@aws-sdk/credential-provider-node": "^3.972.43",
26
- "@aws-sdk/types": "^3.973.8",
27
- "@smithy/core": "^3.24.2",
28
- "@smithy/fetch-http-handler": "^5.4.2",
29
- "@smithy/node-http-handler": "^4.7.2",
30
- "@smithy/types": "^4.14.1",
24
+ "@aws-sdk/core": "^3.974.13",
25
+ "@aws-sdk/credential-provider-node": "^3.972.44",
26
+ "@aws-sdk/types": "^3.973.9",
27
+ "@smithy/core": "^3.24.3",
28
+ "@smithy/fetch-http-handler": "^5.4.3",
29
+ "@smithy/node-http-handler": "^4.7.3",
30
+ "@smithy/types": "^4.14.2",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {