@aws-sdk/client-panorama 3.533.0 → 3.540.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 (79) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Panorama.d.ts +8 -1
  6. package/dist-types/PanoramaClient.d.ts +1 -1
  7. package/dist-types/commands/CreateApplicationInstanceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateJobForDevicesCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateNodeFromTemplateJobCommand.d.ts +2 -1
  10. package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
  11. package/dist-types/commands/CreatePackageImportJobCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDeviceCommand.d.ts +2 -1
  13. package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  14. package/dist-types/commands/DeregisterPackageVersionCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeApplicationInstanceCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeApplicationInstanceDetailsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeDeviceCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeDeviceJobCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeNodeCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeNodeFromTemplateJobCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribePackageCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribePackageImportJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -1
  24. package/dist-types/commands/ListApplicationInstanceDependenciesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListApplicationInstancesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListDevicesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDevicesJobsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListNodeFromTemplateJobsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListNodesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListPackageImportJobsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListPackagesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/ProvisionDeviceCommand.d.ts +2 -1
  35. package/dist-types/commands/RegisterPackageVersionCommand.d.ts +2 -1
  36. package/dist-types/commands/RemoveApplicationInstanceCommand.d.ts +2 -1
  37. package/dist-types/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +2 -1
  38. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateDeviceMetadataCommand.d.ts +2 -1
  41. package/dist-types/index.d.ts +0 -1
  42. package/dist-types/models/models_0.d.ts +442 -442
  43. package/dist-types/ts3.4/Panorama.d.ts +7 -0
  44. package/dist-types/ts3.4/commands/CreateApplicationInstanceCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateJobForDevicesCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateNodeFromTemplateJobCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreatePackageImportJobCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeregisterPackageVersionCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeApplicationInstanceCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeApplicationInstanceDetailsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeDeviceJobCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeNodeFromTemplateJobCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribePackageImportJobCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListApplicationInstanceDependenciesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListApplicationInstancesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListDevicesJobsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListNodeFromTemplateJobsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListPackageImportJobsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ProvisionDeviceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/RegisterPackageVersionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/RemoveApplicationInstanceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UpdateDeviceMetadataCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/index.d.ts +0 -1
  79. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2590,9 +2590,6 @@ var paginateListPackageImportJobs = (0, import_core.createPaginator)(PanoramaCli
2590
2590
  // src/pagination/ListPackagesPaginator.ts
2591
2591
 
2592
2592
  var paginateListPackages = (0, import_core.createPaginator)(PanoramaClient, ListPackagesCommand, "NextToken", "NextToken", "MaxResults");
2593
-
2594
- // src/index.ts
2595
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2596
2593
  // Annotate the CommonJS export names for ESM import in node:
2597
2594
 
2598
2595
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./Panorama";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { PanoramaServiceException } from "./models/PanoramaServiceException";
@@ -152,42 +152,49 @@ export interface Panorama {
152
152
  /**
153
153
  * @see {@link ListApplicationInstancesCommand}
154
154
  */
155
+ listApplicationInstances(): Promise<ListApplicationInstancesCommandOutput>;
155
156
  listApplicationInstances(args: ListApplicationInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationInstancesCommandOutput>;
156
157
  listApplicationInstances(args: ListApplicationInstancesCommandInput, cb: (err: any, data?: ListApplicationInstancesCommandOutput) => void): void;
157
158
  listApplicationInstances(args: ListApplicationInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationInstancesCommandOutput) => void): void;
158
159
  /**
159
160
  * @see {@link ListDevicesCommand}
160
161
  */
162
+ listDevices(): Promise<ListDevicesCommandOutput>;
161
163
  listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
162
164
  listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
163
165
  listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
164
166
  /**
165
167
  * @see {@link ListDevicesJobsCommand}
166
168
  */
169
+ listDevicesJobs(): Promise<ListDevicesJobsCommandOutput>;
167
170
  listDevicesJobs(args: ListDevicesJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesJobsCommandOutput>;
168
171
  listDevicesJobs(args: ListDevicesJobsCommandInput, cb: (err: any, data?: ListDevicesJobsCommandOutput) => void): void;
169
172
  listDevicesJobs(args: ListDevicesJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesJobsCommandOutput) => void): void;
170
173
  /**
171
174
  * @see {@link ListNodeFromTemplateJobsCommand}
172
175
  */
176
+ listNodeFromTemplateJobs(): Promise<ListNodeFromTemplateJobsCommandOutput>;
173
177
  listNodeFromTemplateJobs(args: ListNodeFromTemplateJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListNodeFromTemplateJobsCommandOutput>;
174
178
  listNodeFromTemplateJobs(args: ListNodeFromTemplateJobsCommandInput, cb: (err: any, data?: ListNodeFromTemplateJobsCommandOutput) => void): void;
175
179
  listNodeFromTemplateJobs(args: ListNodeFromTemplateJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNodeFromTemplateJobsCommandOutput) => void): void;
176
180
  /**
177
181
  * @see {@link ListNodesCommand}
178
182
  */
183
+ listNodes(): Promise<ListNodesCommandOutput>;
179
184
  listNodes(args: ListNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListNodesCommandOutput>;
180
185
  listNodes(args: ListNodesCommandInput, cb: (err: any, data?: ListNodesCommandOutput) => void): void;
181
186
  listNodes(args: ListNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNodesCommandOutput) => void): void;
182
187
  /**
183
188
  * @see {@link ListPackageImportJobsCommand}
184
189
  */
190
+ listPackageImportJobs(): Promise<ListPackageImportJobsCommandOutput>;
185
191
  listPackageImportJobs(args: ListPackageImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPackageImportJobsCommandOutput>;
186
192
  listPackageImportJobs(args: ListPackageImportJobsCommandInput, cb: (err: any, data?: ListPackageImportJobsCommandOutput) => void): void;
187
193
  listPackageImportJobs(args: ListPackageImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPackageImportJobsCommandOutput) => void): void;
188
194
  /**
189
195
  * @see {@link ListPackagesCommand}
190
196
  */
197
+ listPackages(): Promise<ListPackagesCommandOutput>;
191
198
  listPackages(args: ListPackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListPackagesCommandOutput>;
192
199
  listPackages(args: ListPackagesCommandInput, cb: (err: any, data?: ListPackagesCommandOutput) => void): void;
193
200
  listPackages(args: ListPackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPackagesCommandOutput) => void): void;
@@ -241,13 +248,13 @@ export interface Panorama {
241
248
  updateDeviceMetadata(args: UpdateDeviceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceMetadataCommandOutput) => void): void;
242
249
  }
243
250
  /**
244
- * @public
245
251
  * <fullname>AWS Panorama</fullname>
246
252
  * <p>
247
253
  * <b>Overview</b>
248
254
  * </p>
249
255
  * <p>This is the <i>AWS Panorama API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-welcome.html">What is AWS Panorama?</a> in the
250
256
  * <i>AWS Panorama Developer Guide</i>.</p>
257
+ * @public
251
258
  */
252
259
  export declare class Panorama extends PanoramaClient implements Panorama {
253
260
  }
@@ -185,13 +185,13 @@ export type PanoramaClientResolvedConfigType = __SmithyResolvedConfiguration<__H
185
185
  export interface PanoramaClientResolvedConfig extends PanoramaClientResolvedConfigType {
186
186
  }
187
187
  /**
188
- * @public
189
188
  * <fullname>AWS Panorama</fullname>
190
189
  * <p>
191
190
  * <b>Overview</b>
192
191
  * </p>
193
192
  * <p>This is the <i>AWS Panorama API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-welcome.html">What is AWS Panorama?</a> in the
194
193
  * <i>AWS Panorama Developer Guide</i>.</p>
194
+ * @public
195
195
  */
196
196
  export declare class PanoramaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PanoramaClientResolvedConfig> {
197
197
  /**
@@ -22,10 +22,10 @@ export interface CreateApplicationInstanceCommandOutput extends CreateApplicatio
22
22
  }
23
23
  declare const CreateApplicationInstanceCommand_base: {
24
24
  new (input: CreateApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an application instance and deploys it to a device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const CreateApplicationInstanceCommand_base: {
78
78
  * @throws {@link PanoramaServiceException}
79
79
  * <p>Base exception class for all service exceptions from Panorama service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateApplicationInstanceCommand extends CreateApplicationInstanceCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface CreateJobForDevicesCommandOutput extends CreateJobForDevicesRes
22
22
  }
23
23
  declare const CreateJobForDevicesCommand_base: {
24
24
  new (input: CreateJobForDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateJobForDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a job to run on a device. A job can update a device's software or reboot it.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const CreateJobForDevicesCommand_base: {
82
82
  * @throws {@link PanoramaServiceException}
83
83
  * <p>Base exception class for all service exceptions from Panorama service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class CreateJobForDevicesCommand extends CreateJobForDevicesCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface CreateNodeFromTemplateJobCommandOutput extends CreateNodeFromTe
22
22
  }
23
23
  declare const CreateNodeFromTemplateJobCommand_base: {
24
24
  new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateNodeFromTemplateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a camera stream node.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const CreateNodeFromTemplateJobCommand_base: {
80
80
  * @throws {@link PanoramaServiceException}
81
81
  * <p>Base exception class for all service exceptions from Panorama service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class CreateNodeFromTemplateJobCommand extends CreateNodeFromTemplateJobCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface CreatePackageCommandOutput extends CreatePackageResponse, __Met
22
22
  }
23
23
  declare const CreatePackageCommand_base: {
24
24
  new (input: CreatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a package and storage location in an Amazon S3 access point.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const CreatePackageCommand_base: {
76
76
  * @throws {@link PanoramaServiceException}
77
77
  * <p>Base exception class for all service exceptions from Panorama service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreatePackageCommand extends CreatePackageCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreatePackageImportJobCommandOutput extends CreatePackageImport
22
22
  }
23
23
  declare const CreatePackageImportJobCommand_base: {
24
24
  new (input: CreatePackageImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePackageImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports a node package.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const CreatePackageImportJobCommand_base: {
90
90
  * @throws {@link PanoramaServiceException}
91
91
  * <p>Base exception class for all service exceptions from Panorama service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class CreatePackageImportJobCommand extends CreatePackageImportJobCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
22
22
  }
23
23
  declare const DeleteDeviceCommand_base: {
24
24
  new (input: DeleteDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteDeviceCommand_base: {
68
68
  * @throws {@link PanoramaServiceException}
69
69
  * <p>Base exception class for all service exceptions from Panorama service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteDeviceCommand extends DeleteDeviceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeletePackageCommandOutput extends DeletePackageResponse, __Met
22
22
  }
23
23
  declare const DeletePackageCommand_base: {
24
24
  new (input: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a package.</p>
30
30
  * <note>
31
31
  * <p>To delete a package, you need permission to call <code>s3:DeleteObject</code> in addition to permissions for
@@ -71,6 +71,7 @@ declare const DeletePackageCommand_base: {
71
71
  * @throws {@link PanoramaServiceException}
72
72
  * <p>Base exception class for all service exceptions from Panorama service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeletePackageCommand extends DeletePackageCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeregisterPackageVersionCommandOutput extends DeregisterPackage
22
22
  }
23
23
  declare const DeregisterPackageVersionCommand_base: {
24
24
  new (input: DeregisterPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deregisters a package version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DeregisterPackageVersionCommand_base: {
70
70
  * @throws {@link PanoramaServiceException}
71
71
  * <p>Base exception class for all service exceptions from Panorama service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeregisterPackageVersionCommand extends DeregisterPackageVersionCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationInstanceCommandOutput extends DescribeApplic
22
22
  }
23
23
  declare const DescribeApplicationInstanceCommand_base: {
24
24
  new (input: DescribeApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an application instance on a device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const DescribeApplicationInstanceCommand_base: {
91
91
  * @throws {@link PanoramaServiceException}
92
92
  * <p>Base exception class for all service exceptions from Panorama service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DescribeApplicationInstanceCommand extends DescribeApplicationInstanceCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationInstanceDetailsCommandOutput extends Describ
22
22
  }
23
23
  declare const DescribeApplicationInstanceDetailsCommand_base: {
24
24
  new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an application instance's configuration manifest.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const DescribeApplicationInstanceDetailsCommand_base: {
79
79
  * @throws {@link PanoramaServiceException}
80
80
  * <p>Base exception class for all service exceptions from Panorama service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DescribeApplicationInstanceDetailsCommand extends DescribeApplicationInstanceDetailsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __M
22
22
  }
23
23
  declare const DescribeDeviceCommand_base: {
24
24
  new (input: DescribeDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeviceCommandInput, DescribeDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeviceCommandInput, DescribeDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -139,6 +139,7 @@ declare const DescribeDeviceCommand_base: {
139
139
  * @throws {@link PanoramaServiceException}
140
140
  * <p>Base exception class for all service exceptions from Panorama service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class DescribeDeviceCommand extends DescribeDeviceCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface DescribeDeviceJobCommandOutput extends DescribeDeviceJobRespons
22
22
  }
23
23
  declare const DescribeDeviceJobCommand_base: {
24
24
  new (input: DescribeDeviceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDeviceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a device job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DescribeDeviceJobCommand_base: {
76
76
  * @throws {@link PanoramaServiceException}
77
77
  * <p>Base exception class for all service exceptions from Panorama service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeDeviceJobCommand extends DescribeDeviceJobCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeNodeCommandOutput extends DescribeNodeResponse, __Metad
22
22
  }
23
23
  declare const DescribeNodeCommand_base: {
24
24
  new (input: DescribeNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodeCommandInput, DescribeNodeCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodeCommandInput, DescribeNodeCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a node.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -99,6 +99,7 @@ declare const DescribeNodeCommand_base: {
99
99
  * @throws {@link PanoramaServiceException}
100
100
  * <p>Base exception class for all service exceptions from Panorama service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DescribeNodeCommand extends DescribeNodeCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface DescribeNodeFromTemplateJobCommandOutput extends DescribeNodeFr
22
22
  }
23
23
  declare const DescribeNodeFromTemplateJobCommand_base: {
24
24
  new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeNodeFromTemplateJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a job to create a camera stream node.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const DescribeNodeFromTemplateJobCommand_base: {
85
85
  * @throws {@link PanoramaServiceException}
86
86
  * <p>Base exception class for all service exceptions from Panorama service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DescribeNodeFromTemplateJobCommand extends DescribeNodeFromTemplateJobCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface DescribePackageCommandOutput extends DescribePackageResponse, _
22
22
  }
23
23
  declare const DescribePackageCommand_base: {
24
24
  new (input: DescribePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a package.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const DescribePackageCommand_base: {
87
87
  * @throws {@link PanoramaServiceException}
88
88
  * <p>Base exception class for all service exceptions from Panorama service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DescribePackageCommand extends DescribePackageCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DescribePackageImportJobCommandOutput extends DescribePackageIm
22
22
  }
23
23
  declare const DescribePackageImportJobCommand_base: {
24
24
  new (input: DescribePackageImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribePackageImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a package import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const DescribePackageImportJobCommand_base: {
104
104
  * @throws {@link PanoramaServiceException}
105
105
  * <p>Base exception class for all service exceptions from Panorama service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class DescribePackageImportJobCommand extends DescribePackageImportJobCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface DescribePackageVersionCommandOutput extends DescribePackageVers
22
22
  }
23
23
  declare const DescribePackageVersionCommand_base: {
24
24
  new (input: DescribePackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribePackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a package version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DescribePackageVersionCommand_base: {
80
80
  * @throws {@link PanoramaServiceException}
81
81
  * <p>Base exception class for all service exceptions from Panorama service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListApplicationInstanceDependenciesCommandOutput extends ListAp
22
22
  }
23
23
  declare const ListApplicationInstanceDependenciesCommand_base: {
24
24
  new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListApplicationInstanceDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of application instance dependencies.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const ListApplicationInstanceDependenciesCommand_base: {
68
68
  * @throws {@link PanoramaServiceException}
69
69
  * <p>Base exception class for all service exceptions from Panorama service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class ListApplicationInstanceDependenciesCommand extends ListApplicationInstanceDependenciesCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListApplicationInstanceNodeInstancesCommandOutput extends ListA
22
22
  }
23
23
  declare const ListApplicationInstanceNodeInstancesCommand_base: {
24
24
  new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of application node instances.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListApplicationInstanceNodeInstancesCommand_base: {
72
72
  * @throws {@link PanoramaServiceException}
73
73
  * <p>Base exception class for all service exceptions from Panorama service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListApplicationInstanceNodeInstancesCommand extends ListApplicationInstanceNodeInstancesCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListApplicationInstancesCommandOutput extends ListApplicationIn
22
22
  }
23
23
  declare const ListApplicationInstancesCommand_base: {
24
24
  new (input: ListApplicationInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListApplicationInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of application instances.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const ListApplicationInstancesCommand_base: {
87
87
  * @throws {@link PanoramaServiceException}
88
88
  * <p>Base exception class for all service exceptions from Panorama service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListApplicationInstancesCommand extends ListApplicationInstancesCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat
22
22
  }
23
23
  declare const ListDevicesCommand_base: {
24
24
  new (input: ListDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of devices.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const ListDevicesCommand_base: {
93
93
  * @throws {@link PanoramaServiceException}
94
94
  * <p>Base exception class for all service exceptions from Panorama service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListDevicesCommand extends ListDevicesCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListDevicesJobsCommandOutput extends ListDevicesJobsResponse, _
22
22
  }
23
23
  declare const ListDevicesJobsCommand_base: {
24
24
  new (input: ListDevicesJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDevicesJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of jobs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListDevicesJobsCommand_base: {
79
79
  * @throws {@link PanoramaServiceException}
80
80
  * <p>Base exception class for all service exceptions from Panorama service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListDevicesJobsCommand extends ListDevicesJobsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListNodeFromTemplateJobsCommandOutput extends ListNodeFromTempl
22
22
  }
23
23
  declare const ListNodeFromTemplateJobsCommand_base: {
24
24
  new (input: ListNodeFromTemplateJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListNodeFromTemplateJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of camera stream node jobs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const ListNodeFromTemplateJobsCommand_base: {
76
76
  * @throws {@link PanoramaServiceException}
77
77
  * <p>Base exception class for all service exceptions from Panorama service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListNodeFromTemplateJobsCommand extends ListNodeFromTemplateJobsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBea
22
22
  }
23
23
  declare const ListNodesCommand_base: {
24
24
  new (input: ListNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListNodesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of nodes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListNodesCommand_base: {
83
83
  * @throws {@link PanoramaServiceException}
84
84
  * <p>Base exception class for all service exceptions from Panorama service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListNodesCommand extends ListNodesCommand_base {
88
89
  }