@aws-sdk/client-panorama 3.529.1 → 3.535.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 (81) hide show
  1. package/dist-types/Panorama.d.ts +8 -1
  2. package/dist-types/PanoramaClient.d.ts +1 -1
  3. package/dist-types/commands/CreateApplicationInstanceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateJobForDevicesCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateNodeFromTemplateJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePackageImportJobCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteDeviceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  10. package/dist-types/commands/DeregisterPackageVersionCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeApplicationInstanceCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeApplicationInstanceDetailsCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeDeviceCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeDeviceJobCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeNodeCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeNodeFromTemplateJobCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribePackageCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribePackageImportJobCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -1
  20. package/dist-types/commands/ListApplicationInstanceDependenciesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListApplicationInstancesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDevicesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDevicesJobsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListNodeFromTemplateJobsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListNodesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListPackageImportJobsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPackagesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/ProvisionDeviceCommand.d.ts +3 -2
  31. package/dist-types/commands/RegisterPackageVersionCommand.d.ts +2 -1
  32. package/dist-types/commands/RemoveApplicationInstanceCommand.d.ts +2 -1
  33. package/dist-types/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateDeviceMetadataCommand.d.ts +2 -1
  37. package/dist-types/models/models_0.d.ts +442 -442
  38. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  39. package/dist-types/runtimeConfig.d.ts +2 -2
  40. package/dist-types/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  42. package/dist-types/ts3.4/Panorama.d.ts +7 -0
  43. package/dist-types/ts3.4/commands/CreateApplicationInstanceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateJobForDevicesCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateNodeFromTemplateJobCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreatePackageImportJobCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeregisterPackageVersionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeApplicationInstanceCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeApplicationInstanceDetailsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeDeviceJobCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeNodeFromTemplateJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribePackageImportJobCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListApplicationInstanceDependenciesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListApplicationInstancesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListDevicesJobsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListNodeFromTemplateJobsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListPackageImportJobsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ProvisionDeviceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/RegisterPackageVersionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/RemoveApplicationInstanceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateDeviceMetadataCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  81. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: PanoramaClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: PanoramaClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: PanoramaClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { PanoramaClientConfig } from "./PanoramaClient";
5
5
  export declare const getRuntimeConfig: (config: PanoramaClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: PanoramaClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -402,6 +402,7 @@ export interface Panorama {
402
402
  data?: ListApplicationInstanceNodeInstancesCommandOutput
403
403
  ) => void
404
404
  ): void;
405
+ listApplicationInstances(): Promise<ListApplicationInstancesCommandOutput>;
405
406
  listApplicationInstances(
406
407
  args: ListApplicationInstancesCommandInput,
407
408
  options?: __HttpHandlerOptions
@@ -415,6 +416,7 @@ export interface Panorama {
415
416
  options: __HttpHandlerOptions,
416
417
  cb: (err: any, data?: ListApplicationInstancesCommandOutput) => void
417
418
  ): void;
419
+ listDevices(): Promise<ListDevicesCommandOutput>;
418
420
  listDevices(
419
421
  args: ListDevicesCommandInput,
420
422
  options?: __HttpHandlerOptions
@@ -428,6 +430,7 @@ export interface Panorama {
428
430
  options: __HttpHandlerOptions,
429
431
  cb: (err: any, data?: ListDevicesCommandOutput) => void
430
432
  ): void;
433
+ listDevicesJobs(): Promise<ListDevicesJobsCommandOutput>;
431
434
  listDevicesJobs(
432
435
  args: ListDevicesJobsCommandInput,
433
436
  options?: __HttpHandlerOptions
@@ -441,6 +444,7 @@ export interface Panorama {
441
444
  options: __HttpHandlerOptions,
442
445
  cb: (err: any, data?: ListDevicesJobsCommandOutput) => void
443
446
  ): void;
447
+ listNodeFromTemplateJobs(): Promise<ListNodeFromTemplateJobsCommandOutput>;
444
448
  listNodeFromTemplateJobs(
445
449
  args: ListNodeFromTemplateJobsCommandInput,
446
450
  options?: __HttpHandlerOptions
@@ -454,6 +458,7 @@ export interface Panorama {
454
458
  options: __HttpHandlerOptions,
455
459
  cb: (err: any, data?: ListNodeFromTemplateJobsCommandOutput) => void
456
460
  ): void;
461
+ listNodes(): Promise<ListNodesCommandOutput>;
457
462
  listNodes(
458
463
  args: ListNodesCommandInput,
459
464
  options?: __HttpHandlerOptions
@@ -467,6 +472,7 @@ export interface Panorama {
467
472
  options: __HttpHandlerOptions,
468
473
  cb: (err: any, data?: ListNodesCommandOutput) => void
469
474
  ): void;
475
+ listPackageImportJobs(): Promise<ListPackageImportJobsCommandOutput>;
470
476
  listPackageImportJobs(
471
477
  args: ListPackageImportJobsCommandInput,
472
478
  options?: __HttpHandlerOptions
@@ -480,6 +486,7 @@ export interface Panorama {
480
486
  options: __HttpHandlerOptions,
481
487
  cb: (err: any, data?: ListPackageImportJobsCommandOutput) => void
482
488
  ): void;
489
+ listPackages(): Promise<ListPackagesCommandOutput>;
483
490
  listPackages(
484
491
  args: ListPackagesCommandInput,
485
492
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CreateApplicationInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateApplicationInstanceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateApplicationInstanceCommandInput,
32
+ CreateApplicationInstanceCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateApplicationInstanceCommand extends CreateApplicationInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateJobForDevicesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateJobForDevicesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateJobForDevicesCommandInput,
32
+ CreateJobForDevicesCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateJobForDevicesCommand extends CreateJobForDevicesCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateNodeFromTemplateJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateNodeFromTemplateJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateNodeFromTemplateJobCommandInput,
32
+ CreateNodeFromTemplateJobCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateNodeFromTemplateJobCommand extends CreateNodeFromTemplateJobCommand_base {}
@@ -24,6 +24,15 @@ declare const CreatePackageCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreatePackageCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreatePackageCommandInput,
31
+ CreatePackageCommandOutput,
32
+ PanoramaClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreatePackageCommand extends CreatePackageCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePackageImportJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePackageImportJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePackageImportJobCommandInput,
32
+ CreatePackageImportJobCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePackageImportJobCommand extends CreatePackageImportJobCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteDeviceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteDeviceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteDeviceCommandInput,
28
+ DeleteDeviceCommandOutput,
29
+ PanoramaClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteDeviceCommand extends DeleteDeviceCommand_base {}
@@ -24,6 +24,15 @@ declare const DeletePackageCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeletePackageCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeletePackageCommandInput,
31
+ DeletePackageCommandOutput,
32
+ PanoramaClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeletePackageCommand extends DeletePackageCommand_base {}
@@ -25,6 +25,15 @@ declare const DeregisterPackageVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeregisterPackageVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeregisterPackageVersionCommandInput,
32
+ DeregisterPackageVersionCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeregisterPackageVersionCommand extends DeregisterPackageVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeApplicationInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeApplicationInstanceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeApplicationInstanceCommandInput,
32
+ DescribeApplicationInstanceCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeApplicationInstanceCommand extends DescribeApplicationInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeApplicationInstanceDetailsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeApplicationInstanceDetailsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeApplicationInstanceDetailsCommandInput,
32
+ DescribeApplicationInstanceDetailsCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeApplicationInstanceDetailsCommand extends DescribeApplicationInstanceDetailsCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeDeviceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeDeviceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeDeviceCommandInput,
31
+ DescribeDeviceCommandOutput,
32
+ PanoramaClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeDeviceCommand extends DescribeDeviceCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDeviceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeDeviceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDeviceJobCommandInput,
32
+ DescribeDeviceJobCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDeviceJobCommand extends DescribeDeviceJobCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeNodeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeNodeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeNodeCommandInput,
28
+ DescribeNodeCommandOutput,
29
+ PanoramaClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeNodeCommand extends DescribeNodeCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeNodeFromTemplateJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeNodeFromTemplateJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeNodeFromTemplateJobCommandInput,
32
+ DescribeNodeFromTemplateJobCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeNodeFromTemplateJobCommand extends DescribeNodeFromTemplateJobCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribePackageCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribePackageCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribePackageCommandInput,
31
+ DescribePackageCommandOutput,
32
+ PanoramaClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribePackageCommand extends DescribePackageCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribePackageImportJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribePackageImportJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribePackageImportJobCommandInput,
32
+ DescribePackageImportJobCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribePackageImportJobCommand extends DescribePackageImportJobCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribePackageVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribePackageVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribePackageVersionCommandInput,
32
+ DescribePackageVersionCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const ListApplicationInstanceDependenciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListApplicationInstanceDependenciesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListApplicationInstanceDependenciesCommandInput,
32
+ ListApplicationInstanceDependenciesCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListApplicationInstanceDependenciesCommand extends ListApplicationInstanceDependenciesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListApplicationInstanceNodeInstancesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListApplicationInstanceNodeInstancesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListApplicationInstanceNodeInstancesCommandInput,
32
+ ListApplicationInstanceNodeInstancesCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListApplicationInstanceNodeInstancesCommand extends ListApplicationInstanceNodeInstancesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListApplicationInstancesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListApplicationInstancesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListApplicationInstancesCommandInput,
32
+ ListApplicationInstancesCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListApplicationInstancesCommand extends ListApplicationInstancesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListDevicesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListDevicesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListDevicesCommandInput,
28
+ ListDevicesCommandOutput,
29
+ PanoramaClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListDevicesCommand extends ListDevicesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListDevicesJobsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListDevicesJobsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListDevicesJobsCommandInput,
31
+ ListDevicesJobsCommandOutput,
32
+ PanoramaClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListDevicesJobsCommand extends ListDevicesJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListNodeFromTemplateJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListNodeFromTemplateJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListNodeFromTemplateJobsCommandInput,
32
+ ListNodeFromTemplateJobsCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListNodeFromTemplateJobsCommand extends ListNodeFromTemplateJobsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListNodesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListNodesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListNodesCommandInput,
28
+ ListNodesCommandOutput,
29
+ PanoramaClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListNodesCommand extends ListNodesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPackageImportJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListPackageImportJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPackageImportJobsCommandInput,
32
+ ListPackageImportJobsCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPackageImportJobsCommand extends ListPackageImportJobsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListPackagesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListPackagesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListPackagesCommandInput,
28
+ ListPackagesCommandOutput,
29
+ PanoramaClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListPackagesCommand extends ListPackagesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const ProvisionDeviceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ProvisionDeviceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ProvisionDeviceCommandInput,
31
+ ProvisionDeviceCommandOutput,
32
+ PanoramaClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ProvisionDeviceCommand extends ProvisionDeviceCommand_base {}
@@ -25,6 +25,15 @@ declare const RegisterPackageVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RegisterPackageVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RegisterPackageVersionCommandInput,
32
+ RegisterPackageVersionCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RegisterPackageVersionCommand extends RegisterPackageVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const RemoveApplicationInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RemoveApplicationInstanceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RemoveApplicationInstanceCommandInput,
32
+ RemoveApplicationInstanceCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RemoveApplicationInstanceCommand extends RemoveApplicationInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const SignalApplicationInstanceNodeInstancesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SignalApplicationInstanceNodeInstancesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SignalApplicationInstanceNodeInstancesCommandInput,
32
+ SignalApplicationInstanceNodeInstancesCommandOutput,
33
+ PanoramaClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SignalApplicationInstanceNodeInstancesCommand extends SignalApplicationInstanceNodeInstancesCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ PanoramaClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}