@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,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 { ListEnvironmentConnectorsRequest, ListEnvironmentConnectorsResponse } 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 ListEnvironmentConnectorsCommandInput extends ListEnvironmentCo
22
19
  export interface ListEnvironmentConnectorsCommandOutput extends ListEnvironmentConnectorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEnvironmentConnectorsCommand_base: {
25
- new (input: ListEnvironmentConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentConnectorsCommandInput, ListEnvironmentConnectorsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEnvironmentConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentConnectorsCommandInput, ListEnvironmentConnectorsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEnvironmentConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentConnectorsCommandInput, ListEnvironmentConnectorsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEnvironmentConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentConnectorsCommandInput, ListEnvironmentConnectorsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the connectors within an environment. Returns the status of each connector and its applicable checks, among other connector details.</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 { ListEnvironmentHostsRequest, ListEnvironmentHostsResponse } 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 ListEnvironmentHostsCommandInput extends ListEnvironmentHostsRe
22
19
  export interface ListEnvironmentHostsCommandOutput extends ListEnvironmentHostsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEnvironmentHostsCommand_base: {
25
- new (input: ListEnvironmentHostsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentHostsCommandInput, ListEnvironmentHostsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEnvironmentHostsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentHostsCommandInput, ListEnvironmentHostsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEnvironmentHostsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentHostsCommandInput, ListEnvironmentHostsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEnvironmentHostsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentHostsCommandInput, ListEnvironmentHostsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the hosts within an 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 { ListEnvironmentVlansRequest, ListEnvironmentVlansResponse } 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 ListEnvironmentVlansCommandInput extends ListEnvironmentVlansRe
22
19
  export interface ListEnvironmentVlansCommandOutput extends ListEnvironmentVlansResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEnvironmentVlansCommand_base: {
25
- new (input: ListEnvironmentVlansCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentVlansCommandInput, ListEnvironmentVlansCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEnvironmentVlansCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentVlansCommandInput, ListEnvironmentVlansCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEnvironmentVlansCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentVlansCommandInput, ListEnvironmentVlansCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEnvironmentVlansCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentVlansCommandInput, ListEnvironmentVlansCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists environment VLANs that are associated with 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 { ListEnvironmentsRequest, ListEnvironmentsResponse } 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 ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
22
19
  export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEnvironmentsCommand_base: {
25
- new (input: ListEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the Amazon EVS environments in your Amazon Web Services account in the specified Amazon Web Services Region.</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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags for an Amazon EVS resource.</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 { ListVmEntitlementsRequest, ListVmEntitlementsResponse } 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 ListVmEntitlementsCommandInput extends ListVmEntitlementsReques
22
19
  export interface ListVmEntitlementsCommandOutput extends ListVmEntitlementsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListVmEntitlementsCommand_base: {
25
- new (input: ListVmEntitlementsCommandInput): import("@smithy/core/client").CommandImpl<ListVmEntitlementsCommandInput, ListVmEntitlementsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListVmEntitlementsCommandInput): import("@smithy/core/client").CommandImpl<ListVmEntitlementsCommandInput, ListVmEntitlementsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListVmEntitlementsCommandInput): import("@smithy/core/client").CommandImpl<ListVmEntitlementsCommandInput, ListVmEntitlementsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListVmEntitlementsCommandInput): import("@smithy/core/client").CommandImpl<ListVmEntitlementsCommandInput, ListVmEntitlementsCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the Windows Server License entitlements for virtual machines in an Amazon EVS environment. Returns existing entitlements for virtual machines associated with the specified environment and connector.</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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates the specified tags to an Amazon EVS resource with the specified <code>resourceArn</code>. If existing tags on a resource are not specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted. Tags that you create for Amazon EVS resources don't propagate to any other resources associated with the environment. For example, if you tag an environment with this operation, that tag doesn't automatically propagate to the VLAN subnets and hosts associated with the 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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes specified tags from an Amazon EVS resource.</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 { UpdateEnvironmentConnectorRequest, UpdateEnvironmentConnectorResponse } 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 UpdateEnvironmentConnectorCommandInput extends UpdateEnvironmen
22
19
  export interface UpdateEnvironmentConnectorCommandOutput extends UpdateEnvironmentConnectorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEnvironmentConnectorCommand_base: {
25
- new (input: UpdateEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentConnectorCommandInput, UpdateEnvironmentConnectorCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentConnectorCommandInput, UpdateEnvironmentConnectorCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentConnectorCommandInput, UpdateEnvironmentConnectorCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEnvironmentConnectorCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentConnectorCommandInput, UpdateEnvironmentConnectorCommandOutput, import("..").EvsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a connector for an Amazon EVS environment. You can update the Amazon Web Services Secrets Manager secret ARN or the appliance FQDN to reconfigure the connector metadata.</p> <note> <p>You cannot update both the secret and the FQDN in the same request.</p> </note>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { EvsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { EvsClientConfig } from "./EvsClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: EvsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ EvsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./EvsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ EvsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ EvsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EvsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EvsClient";
8
2
  import {
9
3
  AssociateEipToVlanRequest,
10
4
  AssociateEipToVlanResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateEipToVlanCommandInput
15
8
  extends AssociateEipToVlanRequest {}
16
9
  export interface AssociateEipToVlanCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateEipToVlanCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateEipToVlanCommandInput,
24
17
  AssociateEipToVlanCommandOutput,
25
- EvsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EvsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateEipToVlanCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateEipToVlanCommandInput,
33
26
  AssociateEipToVlanCommandOutput,
34
- EvsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EvsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateEipToVlanCommand extends AssociateEipToVlanCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EvsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EvsClient";
8
2
  import {
9
3
  CreateEntitlementRequest,
10
4
  CreateEntitlementResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEntitlementCommandInput
15
8
  extends CreateEntitlementRequest {}
16
9
  export interface CreateEntitlementCommandOutput
@@ -22,22 +15,20 @@ declare const CreateEntitlementCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateEntitlementCommandInput,
24
17
  CreateEntitlementCommandOutput,
25
- EvsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EvsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateEntitlementCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateEntitlementCommandInput,
33
26
  CreateEntitlementCommandOutput,
34
- EvsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EvsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateEntitlementCommand extends CreateEntitlementCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EvsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EvsClient";
8
2
  import {
9
3
  CreateEnvironmentRequest,
10
4
  CreateEnvironmentResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEnvironmentCommandInput
15
8
  extends CreateEnvironmentRequest {}
16
9
  export interface CreateEnvironmentCommandOutput
@@ -22,22 +15,20 @@ declare const CreateEnvironmentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateEnvironmentCommandInput,
24
17
  CreateEnvironmentCommandOutput,
25
- EvsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EvsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateEnvironmentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateEnvironmentCommandInput,
33
26
  CreateEnvironmentCommandOutput,
34
- EvsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EvsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EvsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EvsClient";
8
2
  import {
9
3
  CreateEnvironmentConnectorRequest,
10
4
  CreateEnvironmentConnectorResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEnvironmentConnectorCommandInput
15
8
  extends CreateEnvironmentConnectorRequest {}
16
9
  export interface CreateEnvironmentConnectorCommandOutput
@@ -22,22 +15,20 @@ declare const CreateEnvironmentConnectorCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateEnvironmentConnectorCommandInput,
24
17
  CreateEnvironmentConnectorCommandOutput,
25
- EvsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EvsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateEnvironmentConnectorCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateEnvironmentConnectorCommandInput,
33
26
  CreateEnvironmentConnectorCommandOutput,
34
- EvsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EvsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateEnvironmentConnectorCommand extends CreateEnvironmentConnectorCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EvsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EvsClient";
8
2
  import {
9
3
  CreateEnvironmentHostRequest,
10
4
  CreateEnvironmentHostResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEnvironmentHostCommandInput
15
8
  extends CreateEnvironmentHostRequest {}
16
9
  export interface CreateEnvironmentHostCommandOutput
@@ -22,22 +15,20 @@ declare const CreateEnvironmentHostCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateEnvironmentHostCommandInput,
24
17
  CreateEnvironmentHostCommandOutput,
25
- EvsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EvsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateEnvironmentHostCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateEnvironmentHostCommandInput,
33
26
  CreateEnvironmentHostCommandOutput,
34
- EvsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EvsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateEnvironmentHostCommand extends CreateEnvironmentHostCommand_base {
43
34
  protected static __types: {