@aws-sdk/client-evs 3.1045.0 → 3.1046.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 (98) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +58 -59
  5. package/dist-cjs/models/EvsServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Evs.js +1 -1
  10. package/dist-es/EvsClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateEipToVlanCommand.js +2 -2
  13. package/dist-es/commands/CreateEntitlementCommand.js +2 -2
  14. package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
  15. package/dist-es/commands/CreateEnvironmentConnectorCommand.js +2 -2
  16. package/dist-es/commands/CreateEnvironmentHostCommand.js +2 -2
  17. package/dist-es/commands/DeleteEntitlementCommand.js +2 -2
  18. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  19. package/dist-es/commands/DeleteEnvironmentConnectorCommand.js +2 -2
  20. package/dist-es/commands/DeleteEnvironmentHostCommand.js +2 -2
  21. package/dist-es/commands/DisassociateEipFromVlanCommand.js +2 -2
  22. package/dist-es/commands/GetEnvironmentCommand.js +2 -2
  23. package/dist-es/commands/GetVersionsCommand.js +2 -2
  24. package/dist-es/commands/ListEnvironmentConnectorsCommand.js +2 -2
  25. package/dist-es/commands/ListEnvironmentHostsCommand.js +2 -2
  26. package/dist-es/commands/ListEnvironmentVlansCommand.js +2 -2
  27. package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-es/commands/ListVmEntitlementsCommand.js +2 -2
  30. package/dist-es/commands/TagResourceCommand.js +2 -2
  31. package/dist-es/commands/UntagResourceCommand.js +2 -2
  32. package/dist-es/commands/UpdateEnvironmentConnectorCommand.js +2 -2
  33. package/dist-es/endpoint/bdd.js +1 -1
  34. package/dist-es/endpoint/endpointResolver.js +1 -1
  35. package/dist-es/models/EvsServiceException.js +1 -1
  36. package/dist-es/runtimeConfig.browser.js +4 -6
  37. package/dist-es/runtimeConfig.js +4 -8
  38. package/dist-es/runtimeConfig.shared.js +3 -4
  39. package/dist-es/runtimeExtensions.js +2 -2
  40. package/dist-types/EvsClient.d.ts +5 -5
  41. package/dist-types/commands/AssociateEipToVlanCommand.d.ts +6 -4
  42. package/dist-types/commands/CreateEntitlementCommand.d.ts +6 -4
  43. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
  44. package/dist-types/commands/CreateEnvironmentConnectorCommand.d.ts +6 -4
  45. package/dist-types/commands/CreateEnvironmentHostCommand.d.ts +6 -4
  46. package/dist-types/commands/DeleteEntitlementCommand.d.ts +6 -4
  47. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
  48. package/dist-types/commands/DeleteEnvironmentConnectorCommand.d.ts +6 -4
  49. package/dist-types/commands/DeleteEnvironmentHostCommand.d.ts +6 -4
  50. package/dist-types/commands/DisassociateEipFromVlanCommand.d.ts +6 -4
  51. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
  52. package/dist-types/commands/GetVersionsCommand.d.ts +6 -4
  53. package/dist-types/commands/ListEnvironmentConnectorsCommand.d.ts +6 -4
  54. package/dist-types/commands/ListEnvironmentHostsCommand.d.ts +6 -4
  55. package/dist-types/commands/ListEnvironmentVlansCommand.d.ts +6 -4
  56. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  58. package/dist-types/commands/ListVmEntitlementsCommand.d.ts +6 -4
  59. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  60. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  61. package/dist-types/commands/UpdateEnvironmentConnectorCommand.d.ts +6 -4
  62. package/dist-types/endpoint/bdd.d.ts +1 -1
  63. package/dist-types/extensionConfiguration.d.ts +1 -1
  64. package/dist-types/models/EvsServiceException.d.ts +1 -1
  65. package/dist-types/models/errors.d.ts +1 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  67. package/dist-types/runtimeConfig.d.ts +2 -2
  68. package/dist-types/runtimeConfig.native.d.ts +2 -2
  69. package/dist-types/ts3.4/EvsClient.d.ts +8 -14
  70. package/dist-types/ts3.4/commands/AssociateEipToVlanCommand.d.ts +6 -4
  71. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +6 -4
  72. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
  73. package/dist-types/ts3.4/commands/CreateEnvironmentConnectorCommand.d.ts +6 -4
  74. package/dist-types/ts3.4/commands/CreateEnvironmentHostCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/DeleteEnvironmentConnectorCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/DeleteEnvironmentHostCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/DisassociateEipFromVlanCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/GetVersionsCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/ListEnvironmentConnectorsCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/ListEnvironmentHostsCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/ListEnvironmentVlansCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/ListVmEntitlementsCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/UpdateEnvironmentConnectorCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  93. package/dist-types/ts3.4/models/EvsServiceException.d.ts +1 -1
  94. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  98. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { ListEnvironmentConnectorsRequest, ListEnvironmentConnectorsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEnvironmentConnectorsCommandInput extends ListEnvironmentCo
22
22
  export interface ListEnvironmentConnectorsCommandOutput extends ListEnvironmentConnectorsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEnvironmentConnectorsCommand_base: {
25
- new (input: ListEnvironmentConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentConnectorsCommandInput, ListEnvironmentConnectorsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEnvironmentConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentConnectorsCommandInput, ListEnvironmentConnectorsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the connectors within an environment. Returns the status of each connector and its applicable checks, among other connector details.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { ListEnvironmentHostsRequest, ListEnvironmentHostsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEnvironmentHostsCommandInput extends ListEnvironmentHostsRe
22
22
  export interface ListEnvironmentHostsCommandOutput extends ListEnvironmentHostsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEnvironmentHostsCommand_base: {
25
- new (input: ListEnvironmentHostsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentHostsCommandInput, ListEnvironmentHostsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEnvironmentHostsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentHostsCommandInput, ListEnvironmentHostsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the hosts within an environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { ListEnvironmentVlansRequest, ListEnvironmentVlansResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEnvironmentVlansCommandInput extends ListEnvironmentVlansRe
22
22
  export interface ListEnvironmentVlansCommandOutput extends ListEnvironmentVlansResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEnvironmentVlansCommand_base: {
25
- new (input: ListEnvironmentVlansCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentVlansCommandInput, ListEnvironmentVlansCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEnvironmentVlansCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentVlansCommandInput, ListEnvironmentVlansCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists environment VLANs that are associated with the specified environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
22
22
  export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEnvironmentsCommand_base: {
25
- new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEnvironmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the Amazon EVS environments in your Amazon Web Services account in the specified Amazon Web Services Region.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags for an Amazon EVS resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { ListVmEntitlementsRequest, ListVmEntitlementsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListVmEntitlementsCommandInput extends ListVmEntitlementsReques
22
22
  export interface ListVmEntitlementsCommandOutput extends ListVmEntitlementsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListVmEntitlementsCommand_base: {
25
- new (input: ListVmEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVmEntitlementsCommandInput, ListVmEntitlementsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListVmEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVmEntitlementsCommandInput, ListVmEntitlementsCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes specified tags from an Amazon EVS resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvsClient";
4
4
  import type { UpdateEnvironmentConnectorRequest, UpdateEnvironmentConnectorResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateEnvironmentConnectorCommandInput extends UpdateEnvironmen
22
22
  export interface UpdateEnvironmentConnectorCommandOutput extends UpdateEnvironmentConnectorResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateEnvironmentConnectorCommand_base: {
25
- new (input: UpdateEnvironmentConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentConnectorCommandInput, UpdateEnvironmentConnectorCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEnvironmentConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentConnectorCommandInput, UpdateEnvironmentConnectorCommandOutput, EvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import type { ValidationExceptionReason } from "./enums";
3
3
  import { EvsServiceException as __BaseException } from "./EvsServiceException";
4
4
  import type { ValidationExceptionField } from "./models_0";
@@ -5,13 +5,13 @@ import type { EvsClientConfig } from "./EvsClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: EvsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { EvsClientConfig } from "./EvsClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: EvsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { EvsClientConfig } from "./EvsClient";
5
5
  export declare const getRuntimeConfig: (config: EvsClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ 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
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: EvsClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EvsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface AssociateEipToVlanCommandOutput
19
19
  declare const AssociateEipToVlanCommand_base: {
20
20
  new (
21
21
  input: AssociateEipToVlanCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  AssociateEipToVlanCommandInput,
24
24
  AssociateEipToVlanCommandOutput,
25
25
  EvsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const AssociateEipToVlanCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: AssociateEipToVlanCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  AssociateEipToVlanCommandInput,
33
33
  AssociateEipToVlanCommandOutput,
34
34
  EvsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class AssociateEipToVlanCommand extends AssociateEipToVlanCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EvsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateEntitlementCommandOutput
19
19
  declare const CreateEntitlementCommand_base: {
20
20
  new (
21
21
  input: CreateEntitlementCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateEntitlementCommandInput,
24
24
  CreateEntitlementCommandOutput,
25
25
  EvsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateEntitlementCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateEntitlementCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateEntitlementCommandInput,
33
33
  CreateEntitlementCommandOutput,
34
34
  EvsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateEntitlementCommand extends CreateEntitlementCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EvsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateEnvironmentCommandOutput
19
19
  declare const CreateEnvironmentCommand_base: {
20
20
  new (
21
21
  input: CreateEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateEnvironmentCommandInput,
24
24
  CreateEnvironmentCommandOutput,
25
25
  EvsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateEnvironmentCommandInput,
33
33
  CreateEnvironmentCommandOutput,
34
34
  EvsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EvsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateEnvironmentConnectorCommandOutput
19
19
  declare const CreateEnvironmentConnectorCommand_base: {
20
20
  new (
21
21
  input: CreateEnvironmentConnectorCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateEnvironmentConnectorCommandInput,
24
24
  CreateEnvironmentConnectorCommandOutput,
25
25
  EvsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateEnvironmentConnectorCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateEnvironmentConnectorCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateEnvironmentConnectorCommandInput,
33
33
  CreateEnvironmentConnectorCommandOutput,
34
34
  EvsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateEnvironmentConnectorCommand extends CreateEnvironmentConnectorCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EvsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateEnvironmentHostCommandOutput
19
19
  declare const CreateEnvironmentHostCommand_base: {
20
20
  new (
21
21
  input: CreateEnvironmentHostCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateEnvironmentHostCommandInput,
24
24
  CreateEnvironmentHostCommandOutput,
25
25
  EvsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateEnvironmentHostCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateEnvironmentHostCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateEnvironmentHostCommandInput,
33
33
  CreateEnvironmentHostCommandOutput,
34
34
  EvsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateEnvironmentHostCommand extends CreateEnvironmentHostCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EvsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteEntitlementCommandOutput
19
19
  declare const DeleteEntitlementCommand_base: {
20
20
  new (
21
21
  input: DeleteEntitlementCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteEntitlementCommandInput,
24
24
  DeleteEntitlementCommandOutput,
25
25
  EvsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteEntitlementCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteEntitlementCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteEntitlementCommandInput,
33
33
  DeleteEntitlementCommandOutput,
34
34
  EvsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteEntitlementCommand extends DeleteEntitlementCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EvsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteEnvironmentCommandOutput
19
19
  declare const DeleteEnvironmentCommand_base: {
20
20
  new (
21
21
  input: DeleteEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteEnvironmentCommandInput,
24
24
  DeleteEnvironmentCommandOutput,
25
25
  EvsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteEnvironmentCommandInput,
33
33
  DeleteEnvironmentCommandOutput,
34
34
  EvsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EvsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteEnvironmentConnectorCommandOutput
19
19
  declare const DeleteEnvironmentConnectorCommand_base: {
20
20
  new (
21
21
  input: DeleteEnvironmentConnectorCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteEnvironmentConnectorCommandInput,
24
24
  DeleteEnvironmentConnectorCommandOutput,
25
25
  EvsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteEnvironmentConnectorCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteEnvironmentConnectorCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteEnvironmentConnectorCommandInput,
33
33
  DeleteEnvironmentConnectorCommandOutput,
34
34
  EvsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteEnvironmentConnectorCommand extends DeleteEnvironmentConnectorCommand_base {
41
43
  protected static __types: {