@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,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
  DescribeApplicationInstanceRequest,
@@ -19,7 +19,7 @@ export interface DescribeApplicationInstanceCommandOutput
19
19
  declare const DescribeApplicationInstanceCommand_base: {
20
20
  new (
21
21
  input: DescribeApplicationInstanceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeApplicationInstanceCommandInput,
24
24
  DescribeApplicationInstanceCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeApplicationInstanceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeApplicationInstanceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeApplicationInstanceCommandInput,
33
33
  DescribeApplicationInstanceCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 DescribeApplicationInstanceCommand extends DescribeApplicationInstanceCommand_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
  DescribeApplicationInstanceDetailsRequest,
@@ -19,7 +19,7 @@ export interface DescribeApplicationInstanceDetailsCommandOutput
19
19
  declare const DescribeApplicationInstanceDetailsCommand_base: {
20
20
  new (
21
21
  input: DescribeApplicationInstanceDetailsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeApplicationInstanceDetailsCommandInput,
24
24
  DescribeApplicationInstanceDetailsCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeApplicationInstanceDetailsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeApplicationInstanceDetailsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeApplicationInstanceDetailsCommandInput,
33
33
  DescribeApplicationInstanceDetailsCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 DescribeApplicationInstanceDetailsCommand extends DescribeApplicationInstanceDetailsCommand_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
  DescribeDeviceRequest,
@@ -18,7 +18,7 @@ export interface DescribeDeviceCommandOutput
18
18
  declare const DescribeDeviceCommand_base: {
19
19
  new (
20
20
  input: DescribeDeviceCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DescribeDeviceCommandInput,
23
23
  DescribeDeviceCommandOutput,
24
24
  PanoramaClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DescribeDeviceCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DescribeDeviceCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DescribeDeviceCommandInput,
32
32
  DescribeDeviceCommandOutput,
33
33
  PanoramaClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DescribeDeviceCommand extends DescribeDeviceCommand_base {
40
42
  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
  DescribeDeviceJobRequest,
@@ -19,7 +19,7 @@ export interface DescribeDeviceJobCommandOutput
19
19
  declare const DescribeDeviceJobCommand_base: {
20
20
  new (
21
21
  input: DescribeDeviceJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeDeviceJobCommandInput,
24
24
  DescribeDeviceJobCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeDeviceJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeDeviceJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeDeviceJobCommandInput,
33
33
  DescribeDeviceJobCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 DescribeDeviceJobCommand extends DescribeDeviceJobCommand_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 { DescribeNodeRequest, DescribeNodeResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DescribeNodeCommandOutput
15
15
  declare const DescribeNodeCommand_base: {
16
16
  new (
17
17
  input: DescribeNodeCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DescribeNodeCommandInput,
20
20
  DescribeNodeCommandOutput,
21
21
  PanoramaClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DescribeNodeCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DescribeNodeCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DescribeNodeCommandInput,
29
29
  DescribeNodeCommandOutput,
30
30
  PanoramaClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DescribeNodeCommand extends DescribeNodeCommand_base {
37
39
  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
  DescribeNodeFromTemplateJobRequest,
@@ -19,7 +19,7 @@ export interface DescribeNodeFromTemplateJobCommandOutput
19
19
  declare const DescribeNodeFromTemplateJobCommand_base: {
20
20
  new (
21
21
  input: DescribeNodeFromTemplateJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeNodeFromTemplateJobCommandInput,
24
24
  DescribeNodeFromTemplateJobCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeNodeFromTemplateJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeNodeFromTemplateJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeNodeFromTemplateJobCommandInput,
33
33
  DescribeNodeFromTemplateJobCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 DescribeNodeFromTemplateJobCommand extends DescribeNodeFromTemplateJobCommand_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
  DescribePackageRequest,
@@ -18,7 +18,7 @@ export interface DescribePackageCommandOutput
18
18
  declare const DescribePackageCommand_base: {
19
19
  new (
20
20
  input: DescribePackageCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DescribePackageCommandInput,
23
23
  DescribePackageCommandOutput,
24
24
  PanoramaClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DescribePackageCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DescribePackageCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DescribePackageCommandInput,
32
32
  DescribePackageCommandOutput,
33
33
  PanoramaClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DescribePackageCommand extends DescribePackageCommand_base {
40
42
  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
  DescribePackageImportJobRequest,
@@ -19,7 +19,7 @@ export interface DescribePackageImportJobCommandOutput
19
19
  declare const DescribePackageImportJobCommand_base: {
20
20
  new (
21
21
  input: DescribePackageImportJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribePackageImportJobCommandInput,
24
24
  DescribePackageImportJobCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribePackageImportJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribePackageImportJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribePackageImportJobCommandInput,
33
33
  DescribePackageImportJobCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 DescribePackageImportJobCommand extends DescribePackageImportJobCommand_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
  DescribePackageVersionRequest,
@@ -19,7 +19,7 @@ export interface DescribePackageVersionCommandOutput
19
19
  declare const DescribePackageVersionCommand_base: {
20
20
  new (
21
21
  input: DescribePackageVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribePackageVersionCommandInput,
24
24
  DescribePackageVersionCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribePackageVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribePackageVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribePackageVersionCommandInput,
33
33
  DescribePackageVersionCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 DescribePackageVersionCommand extends DescribePackageVersionCommand_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
  ListApplicationInstanceDependenciesRequest,
@@ -19,7 +19,7 @@ export interface ListApplicationInstanceDependenciesCommandOutput
19
19
  declare const ListApplicationInstanceDependenciesCommand_base: {
20
20
  new (
21
21
  input: ListApplicationInstanceDependenciesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListApplicationInstanceDependenciesCommandInput,
24
24
  ListApplicationInstanceDependenciesCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListApplicationInstanceDependenciesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListApplicationInstanceDependenciesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListApplicationInstanceDependenciesCommandInput,
33
33
  ListApplicationInstanceDependenciesCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 ListApplicationInstanceDependenciesCommand extends ListApplicationInstanceDependenciesCommand_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
  ListApplicationInstanceNodeInstancesRequest,
@@ -19,7 +19,7 @@ export interface ListApplicationInstanceNodeInstancesCommandOutput
19
19
  declare const ListApplicationInstanceNodeInstancesCommand_base: {
20
20
  new (
21
21
  input: ListApplicationInstanceNodeInstancesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListApplicationInstanceNodeInstancesCommandInput,
24
24
  ListApplicationInstanceNodeInstancesCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListApplicationInstanceNodeInstancesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListApplicationInstanceNodeInstancesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListApplicationInstanceNodeInstancesCommandInput,
33
33
  ListApplicationInstanceNodeInstancesCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 ListApplicationInstanceNodeInstancesCommand extends ListApplicationInstanceNodeInstancesCommand_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
  ListApplicationInstancesRequest,
@@ -19,7 +19,7 @@ export interface ListApplicationInstancesCommandOutput
19
19
  declare const ListApplicationInstancesCommand_base: {
20
20
  new (
21
21
  input: ListApplicationInstancesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListApplicationInstancesCommandInput,
24
24
  ListApplicationInstancesCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListApplicationInstancesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListApplicationInstancesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListApplicationInstancesCommandInput,
33
33
  ListApplicationInstancesCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 ListApplicationInstancesCommand extends ListApplicationInstancesCommand_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 { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListDevicesCommandOutput
15
15
  declare const ListDevicesCommand_base: {
16
16
  new (
17
17
  input: ListDevicesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListDevicesCommandInput,
20
20
  ListDevicesCommandOutput,
21
21
  PanoramaClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListDevicesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListDevicesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListDevicesCommandInput,
29
29
  ListDevicesCommandOutput,
30
30
  PanoramaClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListDevicesCommand extends ListDevicesCommand_base {
37
39
  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
  ListDevicesJobsRequest,
@@ -18,7 +18,7 @@ export interface ListDevicesJobsCommandOutput
18
18
  declare const ListDevicesJobsCommand_base: {
19
19
  new (
20
20
  input: ListDevicesJobsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListDevicesJobsCommandInput,
23
23
  ListDevicesJobsCommandOutput,
24
24
  PanoramaClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListDevicesJobsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListDevicesJobsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListDevicesJobsCommandInput,
32
32
  ListDevicesJobsCommandOutput,
33
33
  PanoramaClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListDevicesJobsCommand extends ListDevicesJobsCommand_base {
40
42
  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
  ListNodeFromTemplateJobsRequest,
@@ -19,7 +19,7 @@ export interface ListNodeFromTemplateJobsCommandOutput
19
19
  declare const ListNodeFromTemplateJobsCommand_base: {
20
20
  new (
21
21
  input: ListNodeFromTemplateJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListNodeFromTemplateJobsCommandInput,
24
24
  ListNodeFromTemplateJobsCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListNodeFromTemplateJobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListNodeFromTemplateJobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListNodeFromTemplateJobsCommandInput,
33
33
  ListNodeFromTemplateJobsCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 ListNodeFromTemplateJobsCommand extends ListNodeFromTemplateJobsCommand_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 { ListNodesRequest, ListNodesResponse } from "../models/models_0";
4
4
  import {
@@ -13,9 +13,7 @@ export interface ListNodesCommandOutput
13
13
  extends ListNodesResponse,
14
14
  __MetadataBearer {}
15
15
  declare const ListNodesCommand_base: {
16
- new (
17
- input: ListNodesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListNodesCommandInput,
20
18
  ListNodesCommandOutput,
21
19
  PanoramaClientResolvedConfig,
@@ -24,14 +22,16 @@ declare const ListNodesCommand_base: {
24
22
  >;
25
23
  new (
26
24
  ...[input]: [] | [ListNodesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
28
26
  ListNodesCommandInput,
29
27
  ListNodesCommandOutput,
30
28
  PanoramaClientResolvedConfig,
31
29
  ServiceInputTypes,
32
30
  ServiceOutputTypes
33
31
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
35
35
  };
36
36
  export declare class ListNodesCommand extends ListNodesCommand_base {
37
37
  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
  ListPackageImportJobsRequest,
@@ -19,7 +19,7 @@ export interface ListPackageImportJobsCommandOutput
19
19
  declare const ListPackageImportJobsCommand_base: {
20
20
  new (
21
21
  input: ListPackageImportJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListPackageImportJobsCommandInput,
24
24
  ListPackageImportJobsCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListPackageImportJobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListPackageImportJobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListPackageImportJobsCommandInput,
33
33
  ListPackageImportJobsCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 ListPackageImportJobsCommand extends ListPackageImportJobsCommand_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 { ListPackagesRequest, ListPackagesResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListPackagesCommandOutput
15
15
  declare const ListPackagesCommand_base: {
16
16
  new (
17
17
  input: ListPackagesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListPackagesCommandInput,
20
20
  ListPackagesCommandOutput,
21
21
  PanoramaClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListPackagesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListPackagesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListPackagesCommandInput,
29
29
  ListPackagesCommandOutput,
30
30
  PanoramaClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListPackagesCommand extends ListPackagesCommand_base {
37
39
  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
  ListTagsForResourceRequest,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  PanoramaClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  PanoramaClientResolvedConfig,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {