@aws-sdk/client-panorama 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 (137) 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 +84 -85
  5. package/dist-cjs/models/PanoramaServiceException.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/Panorama.js +1 -1
  10. package/dist-es/PanoramaClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateApplicationInstanceCommand.js +2 -2
  13. package/dist-es/commands/CreateJobForDevicesCommand.js +2 -2
  14. package/dist-es/commands/CreateNodeFromTemplateJobCommand.js +2 -2
  15. package/dist-es/commands/CreatePackageCommand.js +2 -2
  16. package/dist-es/commands/CreatePackageImportJobCommand.js +2 -2
  17. package/dist-es/commands/DeleteDeviceCommand.js +2 -2
  18. package/dist-es/commands/DeletePackageCommand.js +2 -2
  19. package/dist-es/commands/DeregisterPackageVersionCommand.js +2 -2
  20. package/dist-es/commands/DescribeApplicationInstanceCommand.js +2 -2
  21. package/dist-es/commands/DescribeApplicationInstanceDetailsCommand.js +2 -2
  22. package/dist-es/commands/DescribeDeviceCommand.js +2 -2
  23. package/dist-es/commands/DescribeDeviceJobCommand.js +2 -2
  24. package/dist-es/commands/DescribeNodeCommand.js +2 -2
  25. package/dist-es/commands/DescribeNodeFromTemplateJobCommand.js +2 -2
  26. package/dist-es/commands/DescribePackageCommand.js +2 -2
  27. package/dist-es/commands/DescribePackageImportJobCommand.js +2 -2
  28. package/dist-es/commands/DescribePackageVersionCommand.js +2 -2
  29. package/dist-es/commands/ListApplicationInstanceDependenciesCommand.js +2 -2
  30. package/dist-es/commands/ListApplicationInstanceNodeInstancesCommand.js +2 -2
  31. package/dist-es/commands/ListApplicationInstancesCommand.js +2 -2
  32. package/dist-es/commands/ListDevicesCommand.js +2 -2
  33. package/dist-es/commands/ListDevicesJobsCommand.js +2 -2
  34. package/dist-es/commands/ListNodeFromTemplateJobsCommand.js +2 -2
  35. package/dist-es/commands/ListNodesCommand.js +2 -2
  36. package/dist-es/commands/ListPackageImportJobsCommand.js +2 -2
  37. package/dist-es/commands/ListPackagesCommand.js +2 -2
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-es/commands/ProvisionDeviceCommand.js +2 -2
  40. package/dist-es/commands/RegisterPackageVersionCommand.js +2 -2
  41. package/dist-es/commands/RemoveApplicationInstanceCommand.js +2 -2
  42. package/dist-es/commands/SignalApplicationInstanceNodeInstancesCommand.js +2 -2
  43. package/dist-es/commands/TagResourceCommand.js +2 -2
  44. package/dist-es/commands/UntagResourceCommand.js +2 -2
  45. package/dist-es/commands/UpdateDeviceMetadataCommand.js +2 -2
  46. package/dist-es/endpoint/bdd.js +1 -1
  47. package/dist-es/endpoint/endpointResolver.js +1 -1
  48. package/dist-es/models/PanoramaServiceException.js +1 -1
  49. package/dist-es/runtimeConfig.browser.js +4 -6
  50. package/dist-es/runtimeConfig.js +4 -8
  51. package/dist-es/runtimeConfig.shared.js +3 -4
  52. package/dist-es/runtimeExtensions.js +2 -2
  53. package/dist-types/PanoramaClient.d.ts +5 -5
  54. package/dist-types/commands/CreateApplicationInstanceCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateJobForDevicesCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateNodeFromTemplateJobCommand.d.ts +6 -4
  57. package/dist-types/commands/CreatePackageCommand.d.ts +6 -4
  58. package/dist-types/commands/CreatePackageImportJobCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteDeviceCommand.d.ts +6 -4
  60. package/dist-types/commands/DeletePackageCommand.d.ts +6 -4
  61. package/dist-types/commands/DeregisterPackageVersionCommand.d.ts +6 -4
  62. package/dist-types/commands/DescribeApplicationInstanceCommand.d.ts +6 -4
  63. package/dist-types/commands/DescribeApplicationInstanceDetailsCommand.d.ts +6 -4
  64. package/dist-types/commands/DescribeDeviceCommand.d.ts +6 -4
  65. package/dist-types/commands/DescribeDeviceJobCommand.d.ts +6 -4
  66. package/dist-types/commands/DescribeNodeCommand.d.ts +6 -4
  67. package/dist-types/commands/DescribeNodeFromTemplateJobCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribePackageCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribePackageImportJobCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribePackageVersionCommand.d.ts +6 -4
  71. package/dist-types/commands/ListApplicationInstanceDependenciesCommand.d.ts +6 -4
  72. package/dist-types/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +6 -4
  73. package/dist-types/commands/ListApplicationInstancesCommand.d.ts +6 -4
  74. package/dist-types/commands/ListDevicesCommand.d.ts +6 -4
  75. package/dist-types/commands/ListDevicesJobsCommand.d.ts +6 -4
  76. package/dist-types/commands/ListNodeFromTemplateJobsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListNodesCommand.d.ts +6 -4
  78. package/dist-types/commands/ListPackageImportJobsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListPackagesCommand.d.ts +6 -4
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  81. package/dist-types/commands/ProvisionDeviceCommand.d.ts +6 -4
  82. package/dist-types/commands/RegisterPackageVersionCommand.d.ts +6 -4
  83. package/dist-types/commands/RemoveApplicationInstanceCommand.d.ts +6 -4
  84. package/dist-types/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +6 -4
  85. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  86. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  87. package/dist-types/commands/UpdateDeviceMetadataCommand.d.ts +6 -4
  88. package/dist-types/endpoint/bdd.d.ts +1 -1
  89. package/dist-types/extensionConfiguration.d.ts +1 -1
  90. package/dist-types/models/PanoramaServiceException.d.ts +1 -1
  91. package/dist-types/models/errors.d.ts +1 -1
  92. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  93. package/dist-types/runtimeConfig.d.ts +2 -2
  94. package/dist-types/runtimeConfig.native.d.ts +2 -2
  95. package/dist-types/ts3.4/PanoramaClient.d.ts +8 -14
  96. package/dist-types/ts3.4/commands/CreateApplicationInstanceCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/CreateJobForDevicesCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/CreateNodeFromTemplateJobCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/CreatePackageImportJobCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DeregisterPackageVersionCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DescribeApplicationInstanceCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DescribeApplicationInstanceDetailsCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DescribeDeviceJobCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DescribeNodeFromTemplateJobCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DescribePackageImportJobCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/ListApplicationInstanceDependenciesCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/ListApplicationInstancesCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/ListDevicesJobsCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/ListNodeFromTemplateJobsCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +6 -6
  120. package/dist-types/ts3.4/commands/ListPackageImportJobsCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ProvisionDeviceCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/RegisterPackageVersionCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/RemoveApplicationInstanceCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/UpdateDeviceMetadataCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  131. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  132. package/dist-types/ts3.4/models/PanoramaServiceException.d.ts +1 -1
  133. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  135. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  136. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  137. package/package.json +13 -34
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput } from "./commands/CreateApplicationInstanceCommand";
@@ -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 { CreateApplicationInstanceRequest, CreateApplicationInstanceResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface CreateApplicationInstanceCommandInput extends CreateApplication
22
22
  export interface CreateApplicationInstanceCommandOutput extends CreateApplicationInstanceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateApplicationInstanceCommand_base: {
25
- new (input: CreateApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateApplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateApplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an application instance and deploys it to a device.</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 { CreateJobForDevicesRequest, CreateJobForDevicesResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface CreateJobForDevicesCommandInput extends CreateJobForDevicesRequ
22
22
  export interface CreateJobForDevicesCommandOutput extends CreateJobForDevicesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateJobForDevicesCommand_base: {
25
- new (input: CreateJobForDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateJobForDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateJobForDevicesCommandInput): import("@smithy/core/client").CommandImpl<CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateJobForDevicesCommandInput): import("@smithy/core/client").CommandImpl<CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a job to run on a device. A job can update a device's software or reboot it.</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 { CreateNodeFromTemplateJobRequest, CreateNodeFromTemplateJobResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface CreateNodeFromTemplateJobCommandInput extends CreateNodeFromTem
22
22
  export interface CreateNodeFromTemplateJobCommandOutput extends CreateNodeFromTemplateJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateNodeFromTemplateJobCommand_base: {
25
- new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a camera stream node.</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 { CreatePackageRequest, CreatePackageResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface CreatePackageCommandInput extends CreatePackageRequest {
22
22
  export interface CreatePackageCommandOutput extends CreatePackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePackageCommand_base: {
25
- new (input: CreatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePackageCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePackageCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a package and storage location in an Amazon S3 access point.</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 { CreatePackageImportJobRequest, CreatePackageImportJobResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface CreatePackageImportJobCommandInput extends CreatePackageImportJ
22
22
  export interface CreatePackageImportJobCommandOutput extends CreatePackageImportJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePackageImportJobCommand_base: {
25
- new (input: CreatePackageImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePackageImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePackageImportJobCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePackageImportJobCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Imports a node package.</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 { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DeleteDeviceCommandInput extends DeleteDeviceRequest {
22
22
  export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDeviceCommand_base: {
25
- new (input: DeleteDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDeviceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDeviceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a device.</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 { DeletePackageRequest, DeletePackageResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DeletePackageCommandInput extends DeletePackageRequest {
22
22
  export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeletePackageCommand_base: {
25
- new (input: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeletePackageCommandInput): import("@smithy/core/client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePackageCommandInput): import("@smithy/core/client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a package.</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 { DeregisterPackageVersionRequest, DeregisterPackageVersionResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DeregisterPackageVersionCommandInput extends DeregisterPackageV
22
22
  export interface DeregisterPackageVersionCommandOutput extends DeregisterPackageVersionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeregisterPackageVersionCommand_base: {
25
- new (input: DeregisterPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeregisterPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeregisterPackageVersionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeregisterPackageVersionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deregisters a package version.</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 { DescribeApplicationInstanceRequest, DescribeApplicationInstanceResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribeApplicationInstanceCommandInput extends DescribeApplica
22
22
  export interface DescribeApplicationInstanceCommandOutput extends DescribeApplicationInstanceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeApplicationInstanceCommand_base: {
25
- new (input: DescribeApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeApplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeApplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about an application instance on a device.</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 { DescribeApplicationInstanceDetailsRequest, DescribeApplicationInstanceDetailsResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribeApplicationInstanceDetailsCommandInput extends Describe
22
22
  export interface DescribeApplicationInstanceDetailsCommandOutput extends DescribeApplicationInstanceDetailsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeApplicationInstanceDetailsCommand_base: {
25
- new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about an application instance's configuration manifest.</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 { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribeDeviceCommandInput extends DescribeDeviceRequest {
22
22
  export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeDeviceCommand_base: {
25
- new (input: DescribeDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeviceCommandInput, DescribeDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeviceCommandInput, DescribeDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeDeviceCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeviceCommandInput, DescribeDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeDeviceCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeviceCommandInput, DescribeDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a device.</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 { DescribeDeviceJobRequest, DescribeDeviceJobResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribeDeviceJobCommandInput extends DescribeDeviceJobRequest
22
22
  export interface DescribeDeviceJobCommandOutput extends DescribeDeviceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeDeviceJobCommand_base: {
25
- new (input: DescribeDeviceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDeviceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeDeviceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeDeviceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a device job.</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 { DescribeNodeRequest, DescribeNodeResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribeNodeCommandInput extends DescribeNodeRequest {
22
22
  export interface DescribeNodeCommandOutput extends DescribeNodeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeNodeCommand_base: {
25
- new (input: DescribeNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodeCommandInput, DescribeNodeCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodeCommandInput, DescribeNodeCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeNodeCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeCommandInput, DescribeNodeCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeNodeCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeCommandInput, DescribeNodeCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a node.</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 { DescribeNodeFromTemplateJobRequest, DescribeNodeFromTemplateJobResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribeNodeFromTemplateJobCommandInput extends DescribeNodeFro
22
22
  export interface DescribeNodeFromTemplateJobCommandOutput extends DescribeNodeFromTemplateJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeNodeFromTemplateJobCommand_base: {
25
- new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a job to create a camera stream node.</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 { DescribePackageRequest, DescribePackageResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribePackageCommandInput extends DescribePackageRequest {
22
22
  export interface DescribePackageCommandOutput extends DescribePackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribePackageCommand_base: {
25
- new (input: DescribePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribePackageCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribePackageCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a package.</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 { DescribePackageImportJobRequest, DescribePackageImportJobResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribePackageImportJobCommandInput extends DescribePackageImp
22
22
  export interface DescribePackageImportJobCommandOutput extends DescribePackageImportJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribePackageImportJobCommand_base: {
25
- new (input: DescribePackageImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribePackageImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribePackageImportJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribePackageImportJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a package import job.</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 { DescribePackageVersionRequest, DescribePackageVersionResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface DescribePackageVersionCommandInput extends DescribePackageVersi
22
22
  export interface DescribePackageVersionCommandOutput extends DescribePackageVersionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribePackageVersionCommand_base: {
25
- new (input: DescribePackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribePackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribePackageVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribePackageVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a package version.</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 { ListApplicationInstanceDependenciesRequest, ListApplicationInstanceDependenciesResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface ListApplicationInstanceDependenciesCommandInput extends ListApp
22
22
  export interface ListApplicationInstanceDependenciesCommandOutput extends ListApplicationInstanceDependenciesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListApplicationInstanceDependenciesCommand_base: {
25
- new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of application instance dependencies.</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 { ListApplicationInstanceNodeInstancesRequest, ListApplicationInstanceNodeInstancesResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface ListApplicationInstanceNodeInstancesCommandInput extends ListAp
22
22
  export interface ListApplicationInstanceNodeInstancesCommandOutput extends ListApplicationInstanceNodeInstancesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListApplicationInstanceNodeInstancesCommand_base: {
25
- new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of application node instances.</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 { ListApplicationInstancesRequest, ListApplicationInstancesResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface ListApplicationInstancesCommandInput extends ListApplicationIns
22
22
  export interface ListApplicationInstancesCommandOutput extends ListApplicationInstancesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListApplicationInstancesCommand_base: {
25
- new (input: ListApplicationInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListApplicationInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListApplicationInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListApplicationInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of application instances.</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 { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface ListDevicesCommandInput extends ListDevicesRequest {
22
22
  export interface ListDevicesCommandOutput extends ListDevicesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDevicesCommand_base: {
25
- new (input: ListDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDevicesCommandInput): import("@smithy/core/client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/core/client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of devices.</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 { ListDevicesJobsRequest, ListDevicesJobsResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface ListDevicesJobsCommandInput extends ListDevicesJobsRequest {
22
22
  export interface ListDevicesJobsCommandOutput extends ListDevicesJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDevicesJobsCommand_base: {
25
- new (input: ListDevicesJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDevicesJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDevicesJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDevicesJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of jobs.</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 { ListNodeFromTemplateJobsRequest, ListNodeFromTemplateJobsResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface ListNodeFromTemplateJobsCommandInput extends ListNodeFromTempla
22
22
  export interface ListNodeFromTemplateJobsCommandOutput extends ListNodeFromTemplateJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListNodeFromTemplateJobsCommand_base: {
25
- new (input: ListNodeFromTemplateJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListNodeFromTemplateJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListNodeFromTemplateJobsCommandInput): import("@smithy/core/client").CommandImpl<ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListNodeFromTemplateJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of camera stream node jobs.</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 { ListNodesRequest, ListNodesResponse } from "../models/models_0";
4
4
  import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
@@ -22,9 +22,11 @@ export interface ListNodesCommandInput extends ListNodesRequest {
22
22
  export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListNodesCommand_base: {
25
- new (input: ListNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListNodesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListNodesCommandInput]): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of nodes.</p>