@aws-sdk/client-evs 3.1076.0 → 3.1078.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 (86) hide show
  1. package/dist-cjs/index.js +33 -225
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateEipToVlanCommand.js +2 -14
  4. package/dist-es/commands/CreateEntitlementCommand.js +2 -14
  5. package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
  6. package/dist-es/commands/CreateEnvironmentConnectorCommand.js +2 -14
  7. package/dist-es/commands/CreateEnvironmentHostCommand.js +2 -14
  8. package/dist-es/commands/DeleteEntitlementCommand.js +2 -14
  9. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
  10. package/dist-es/commands/DeleteEnvironmentConnectorCommand.js +2 -14
  11. package/dist-es/commands/DeleteEnvironmentHostCommand.js +2 -14
  12. package/dist-es/commands/DisassociateEipFromVlanCommand.js +2 -14
  13. package/dist-es/commands/GetDepotUrlCommand.js +2 -14
  14. package/dist-es/commands/GetEnvironmentCommand.js +2 -14
  15. package/dist-es/commands/GetVersionsCommand.js +2 -14
  16. package/dist-es/commands/ListEnvironmentConnectorsCommand.js +2 -14
  17. package/dist-es/commands/ListEnvironmentHostsCommand.js +2 -14
  18. package/dist-es/commands/ListEnvironmentVlansCommand.js +2 -14
  19. package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/ListVmEntitlementsCommand.js +2 -14
  22. package/dist-es/commands/TagResourceCommand.js +2 -14
  23. package/dist-es/commands/UntagResourceCommand.js +2 -14
  24. package/dist-es/commands/UpdateEnvironmentConnectorCommand.js +2 -14
  25. package/dist-es/index.js +1 -0
  26. package/dist-es/runtimeConfig.browser.js +0 -2
  27. package/dist-es/runtimeConfig.js +1 -2
  28. package/dist-es/runtimeConfig.native.js +0 -2
  29. package/dist-es/runtimeConfig.shared.js +2 -0
  30. package/dist-types/commandBuilder.d.ts +18 -0
  31. package/dist-types/commands/AssociateEipToVlanCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateEnvironmentConnectorCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateEnvironmentHostCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteEntitlementCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteEnvironmentConnectorCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteEnvironmentHostCommand.d.ts +3 -8
  40. package/dist-types/commands/DisassociateEipFromVlanCommand.d.ts +3 -8
  41. package/dist-types/commands/GetDepotUrlCommand.d.ts +3 -8
  42. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
  43. package/dist-types/commands/GetVersionsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListEnvironmentConnectorsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListEnvironmentHostsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListEnvironmentVlansCommand.d.ts +3 -8
  47. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  49. package/dist-types/commands/ListVmEntitlementsCommand.d.ts +3 -8
  50. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateEnvironmentConnectorCommand.d.ts +3 -8
  53. package/dist-types/index.d.ts +1 -0
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  55. package/dist-types/runtimeConfig.d.ts +1 -1
  56. package/dist-types/runtimeConfig.native.d.ts +1 -1
  57. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  58. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  59. package/dist-types/ts3.4/commands/AssociateEipToVlanCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CreateEnvironmentConnectorCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/CreateEnvironmentHostCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteEnvironmentConnectorCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteEnvironmentHostCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DisassociateEipFromVlanCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetDepotUrlCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetVersionsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListEnvironmentConnectorsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListEnvironmentHostsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListEnvironmentVlansCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListVmEntitlementsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UpdateEnvironmentConnectorCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/index.d.ts +1 -0
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  86. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListEnvironmentVlans$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEnvironmentVlansCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "ListEnvironmentVlans", {})
13
- .n("EvsClient", "ListEnvironmentVlansCommand")
14
- .sc(ListEnvironmentVlans$)
15
- .build() {
3
+ export class ListEnvironmentVlansCommand extends command(_ep0, _mw0, "ListEnvironmentVlans", ListEnvironmentVlans$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListEnvironments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEnvironmentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "ListEnvironments", {})
13
- .n("EvsClient", "ListEnvironmentsCommand")
14
- .sc(ListEnvironments$)
15
- .build() {
3
+ export class ListEnvironmentsCommand extends command(_ep0, _mw0, "ListEnvironments", ListEnvironments$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "ListTagsForResource", {})
13
- .n("EvsClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVmEntitlements$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVmEntitlementsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "ListVmEntitlements", {})
13
- .n("EvsClient", "ListVmEntitlementsCommand")
14
- .sc(ListVmEntitlements$)
15
- .build() {
3
+ export class ListVmEntitlementsCommand extends command(_ep0, _mw0, "ListVmEntitlements", ListVmEntitlements$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "TagResource", {})
13
- .n("EvsClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "UntagResource", {})
13
- .n("EvsClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateEnvironmentConnector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateEnvironmentConnectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "UpdateEnvironmentConnector", {})
13
- .n("EvsClient", "UpdateEnvironmentConnectorCommand")
14
- .sc(UpdateEnvironmentConnector$)
15
- .build() {
3
+ export class UpdateEnvironmentConnectorCommand extends command(_ep0, _mw0, "UpdateEnvironmentConnector", UpdateEnvironmentConnector$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./EvsClient";
2
2
  export * from "./Evs";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AmazonElasticVMwareService",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "evs",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./EvsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { AssociateEipToVlanRequest, AssociateEipToVlanResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateEipToVlanCommandInput extends AssociateEipToVlanReques
22
19
  export interface AssociateEipToVlanCommandOutput extends AssociateEipToVlanResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateEipToVlanCommand_base: {
25
- new (input: AssociateEipToVlanCommandInput): import("@smithy/core/client").CommandImpl<AssociateEipToVlanCommandInput, AssociateEipToVlanCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateEipToVlanCommandInput): import("@smithy/core/client").CommandImpl<AssociateEipToVlanCommandInput, AssociateEipToVlanCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateEipToVlanCommandInput): import("@smithy/core/client").CommandImpl<AssociateEipToVlanCommandInput, AssociateEipToVlanCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateEipToVlanCommandInput): import("@smithy/core/client").CommandImpl<AssociateEipToVlanCommandInput, AssociateEipToVlanCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an Elastic IP address with a public HCX VLAN. This operation is only allowed for public HCX VLANs at this time.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { CreateEntitlementRequest, CreateEntitlementResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEntitlementCommandInput extends CreateEntitlementRequest
22
19
  export interface CreateEntitlementCommandOutput extends CreateEntitlementResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEntitlementCommand_base: {
25
- new (input: CreateEntitlementCommandInput): import("@smithy/core/client").CommandImpl<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEntitlementCommandInput): import("@smithy/core/client").CommandImpl<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEntitlementCommandInput): import("@smithy/core/client").CommandImpl<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEntitlementCommandInput): import("@smithy/core/client").CommandImpl<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Windows Server License entitlement for virtual machines in an Amazon EVS environment using the provided vCenter Server connector. This is an asynchronous operation. Amazon EVS validates the specified virtual machines before starting usage tracking.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest
22
19
  export interface CreateEnvironmentCommandOutput extends CreateEnvironmentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEnvironmentCommand_base: {
25
- new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX Manager, and vCenter Server.</p> <note> <p>When you specify <code>SELF_DEPLOYED</code> for <code>vcfVersion</code>, Amazon EVS provisions only the VLAN subnets; no hosts are added and no VCF installation is performed. After the environment is created, you can add hosts with <code>CreateEnvironmentHost</code> and install VCF yourself. The <code>licenseInfo</code>, <code>hosts</code>, <code>vcfHostnames</code>, <code>siteId</code>, and <code>connectivityInfo</code> parameters are not supported in this mode.</p> </note> <p>When you specify any other VCF version, Amazon EVS installs and configures VCF for you. For more information, see <a href="https://docs.aws.amazon.com/evs/latest/userguide/getting-started-self-deployed.html">Self-deployed mode</a> in the <i>Amazon EVS User Guide</i>.</p> <important> <p>When Amazon EVS installs VCF, the default ESX version for the selected VCF version will be used. After a host is added with a specific ESX version, it can only be upgraded using vCenter Lifecycle Manager.</p> </important> <note> <p>You cannot use the <code>dedicatedHostId</code> and <code>placementGroupId</code> parameters together in the same <code>CreateEnvironment</code> action. This results in a <code>ValidationException</code> response.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { CreateEnvironmentConnectorRequest, CreateEnvironmentConnectorResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEnvironmentConnectorCommandInput extends CreateEnvironmen
22
19
  export interface CreateEnvironmentConnectorCommandOutput extends CreateEnvironmentConnectorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEnvironmentConnectorCommand_base: {
25
- new (input: CreateEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentConnectorCommandInput, CreateEnvironmentConnectorCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentConnectorCommandInput, CreateEnvironmentConnectorCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentConnectorCommandInput, CreateEnvironmentConnectorCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentConnectorCommandInput, CreateEnvironmentConnectorCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a connector for an Amazon EVS environment. A connector allows the Amazon EVS control plane to interface with VCF appliances using a fully qualified domain name.</p> <p>You can create only one connector of each type per environment. For environments where Amazon EVS installs VCF, the <code>SDDC_MANAGER</code> connector is created automatically.</p> <note> <p>Amazon EVS requires an active connector to SDDC Manager or VCF Operations Manager to monitor environment health and license compliance.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { CreateEnvironmentHostRequest, CreateEnvironmentHostResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEnvironmentHostCommandInput extends CreateEnvironmentHost
22
19
  export interface CreateEnvironmentHostCommandOutput extends CreateEnvironmentHostResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEnvironmentHostCommand_base: {
25
- new (input: CreateEnvironmentHostCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentHostCommandInput, CreateEnvironmentHostCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEnvironmentHostCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentHostCommandInput, CreateEnvironmentHostCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEnvironmentHostCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentHostCommandInput, CreateEnvironmentHostCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEnvironmentHostCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentHostCommandInput, CreateEnvironmentHostCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an ESX host and adds it to an Amazon EVS environment.</p> <p>This action can only be used after the Amazon EVS environment is deployed.</p> <p>You can use the <code>dedicatedHostId</code> parameter to specify an Amazon EC2 Dedicated Host for ESX host creation.</p> <p> You can use the <code>placementGroupId</code> parameter to specify a cluster or partition placement group to launch EC2 instances into.</p> <note> <p>If you don't specify an ESX version when adding hosts using <code>CreateEnvironmentHost</code> action, Amazon EVS automatically uses the default ESX version for your environment's VCF version. To find the available ESX versions for a particular VCF version, use the <code>GetVersions</code> action.</p> <p>You cannot use the <code>dedicatedHostId</code> and <code>placementGroupId</code> parameters together in the same <code>CreateEnvironmentHost</code> action. This results in a <code>ValidationException</code> response.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { DeleteEntitlementRequest, DeleteEntitlementResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEntitlementCommandInput extends DeleteEntitlementRequest
22
19
  export interface DeleteEntitlementCommandOutput extends DeleteEntitlementResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEntitlementCommand_base: {
25
- new (input: DeleteEntitlementCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEntitlementCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEntitlementCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEntitlementCommandInput): import("@smithy/core/client").CommandImpl<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Windows Server License entitlement for virtual machines in an Amazon EVS environment. Deleting an entitlement stops usage tracking for the specified virtual machines.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest
22
19
  export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEnvironmentCommand_base: {
25
- new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Amazon EVS environment.</p> <p>Amazon EVS environments will only be enabled for deletion once the hosts are deleted. You can delete hosts using the <code>DeleteEnvironmentHost</code> action.</p> <p>Environment deletion also deletes the associated Amazon EVS VLAN subnets and Amazon Web Services Secrets Manager secrets that Amazon EVS created. Amazon Web Services resources that you create are not deleted. These resources may continue to incur costs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { DeleteEnvironmentConnectorRequest, DeleteEnvironmentConnectorResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEnvironmentConnectorCommandInput extends DeleteEnvironmen
22
19
  export interface DeleteEnvironmentConnectorCommandOutput extends DeleteEnvironmentConnectorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEnvironmentConnectorCommand_base: {
25
- new (input: DeleteEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentConnectorCommandInput, DeleteEnvironmentConnectorCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentConnectorCommandInput, DeleteEnvironmentConnectorCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentConnectorCommandInput, DeleteEnvironmentConnectorCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentConnectorCommandInput, DeleteEnvironmentConnectorCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a connector from an Amazon EVS environment.</p> <note> <p>Before deleting a connector, you must remove all entitlements that are associated with the same vCenter.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { DeleteEnvironmentHostRequest, DeleteEnvironmentHostResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEnvironmentHostCommandInput extends DeleteEnvironmentHost
22
19
  export interface DeleteEnvironmentHostCommandOutput extends DeleteEnvironmentHostResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEnvironmentHostCommand_base: {
25
- new (input: DeleteEnvironmentHostCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentHostCommandInput, DeleteEnvironmentHostCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEnvironmentHostCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentHostCommandInput, DeleteEnvironmentHostCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEnvironmentHostCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentHostCommandInput, DeleteEnvironmentHostCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEnvironmentHostCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentHostCommandInput, DeleteEnvironmentHostCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a host from an Amazon EVS environment.</p> <note> <p>Before deleting a host, you must unassign and decommission the host from within the SDDC Manager user interface. Not doing so could impact the availability of your virtual machines or result in data loss.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { DisassociateEipFromVlanRequest, DisassociateEipFromVlanResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateEipFromVlanCommandInput extends DisassociateEipFrom
22
19
  export interface DisassociateEipFromVlanCommandOutput extends DisassociateEipFromVlanResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateEipFromVlanCommand_base: {
25
- new (input: DisassociateEipFromVlanCommandInput): import("@smithy/core/client").CommandImpl<DisassociateEipFromVlanCommandInput, DisassociateEipFromVlanCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateEipFromVlanCommandInput): import("@smithy/core/client").CommandImpl<DisassociateEipFromVlanCommandInput, DisassociateEipFromVlanCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateEipFromVlanCommandInput): import("@smithy/core/client").CommandImpl<DisassociateEipFromVlanCommandInput, DisassociateEipFromVlanCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateEipFromVlanCommandInput): import("@smithy/core/client").CommandImpl<DisassociateEipFromVlanCommandInput, DisassociateEipFromVlanCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociates an Elastic IP address from a public HCX VLAN. This operation is only allowed for public HCX VLANs at this time.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { GetDepotUrlRequest, GetDepotUrlResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDepotUrlCommandInput extends GetDepotUrlRequest {
22
19
  export interface GetDepotUrlCommandOutput extends GetDepotUrlResponse, __MetadataBearer {
23
20
  }
24
21
  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
- };
22
+ new (input: GetDepotUrlCommandInput): import("@smithy/core/client").CommandImpl<GetDepotUrlCommandInput, GetDepotUrlCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDepotUrlCommandInput): import("@smithy/core/client").CommandImpl<GetDepotUrlCommandInput, GetDepotUrlCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
22
19
  export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEnvironmentCommand_base: {
25
- new (input: GetEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a description of the specified environment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
2
  import type { GetVersionsRequest, GetVersionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetVersionsCommandInput extends GetVersionsRequest {
22
19
  export interface GetVersionsCommandOutput extends GetVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetVersionsCommand_base: {
25
- new (input: GetVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetVersionsCommandInput, GetVersionsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetVersionsCommandInput, GetVersionsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetVersionsCommandInput, GetVersionsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetVersionsCommandInput, GetVersionsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about VCF versions, ESX versions and EC2 instance types provided by Amazon EVS. For each VCF version, the response also includes the default ESX version and provided EC2 instance types.</p>