@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
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of tags for a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link PanoramaServiceException}
65
65
  * <p>Base exception class for all service exceptions from Panorama service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface ProvisionDeviceCommandOutput extends ProvisionDeviceResponse, _
22
22
  }
23
23
  declare const ProvisionDeviceCommand_base: {
24
24
  new (input: ProvisionDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<ProvisionDeviceCommandInput, ProvisionDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ProvisionDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<ProvisionDeviceCommandInput, ProvisionDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a device and returns a configuration archive. The configuration archive is a ZIP file that contains a
30
30
  * provisioning certificate that is valid for 5 minutes. Name the configuration archive
31
31
  * <code>certificates-omni_<i>device-name</i>.zip</code> and transfer it to the device within 5
@@ -78,7 +78,7 @@ declare const ProvisionDeviceCommand_base: {
78
78
  * // DeviceId: "STRING_VALUE",
79
79
  * // Arn: "STRING_VALUE", // required
80
80
  * // Status: "STRING_VALUE", // required
81
- * // Certificates: "BLOB_VALUE",
81
+ * // Certificates: new Uint8Array(),
82
82
  * // IotThingName: "STRING_VALUE",
83
83
  * // };
84
84
  *
@@ -108,6 +108,7 @@ declare const ProvisionDeviceCommand_base: {
108
108
  * @throws {@link PanoramaServiceException}
109
109
  * <p>Base exception class for all service exceptions from Panorama service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class ProvisionDeviceCommand extends ProvisionDeviceCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface RegisterPackageVersionCommandOutput extends RegisterPackageVers
22
22
  }
23
23
  declare const RegisterPackageVersionCommand_base: {
24
24
  new (input: RegisterPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterPackageVersionCommandInput, RegisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterPackageVersionCommandInput, RegisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers a package version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const RegisterPackageVersionCommand_base: {
67
67
  * @throws {@link PanoramaServiceException}
68
68
  * <p>Base exception class for all service exceptions from Panorama service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class RegisterPackageVersionCommand extends RegisterPackageVersionCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface RemoveApplicationInstanceCommandOutput extends RemoveApplicatio
22
22
  }
23
23
  declare const RemoveApplicationInstanceCommand_base: {
24
24
  new (input: RemoveApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveApplicationInstanceCommandInput, RemoveApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveApplicationInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveApplicationInstanceCommandInput, RemoveApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes an application instance.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const RemoveApplicationInstanceCommand_base: {
66
66
  * @throws {@link PanoramaServiceException}
67
67
  * <p>Base exception class for all service exceptions from Panorama service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class RemoveApplicationInstanceCommand extends RemoveApplicationInstanceCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface SignalApplicationInstanceNodeInstancesCommandOutput extends Sig
22
22
  }
23
23
  declare const SignalApplicationInstanceNodeInstancesCommand_base: {
24
24
  new (input: SignalApplicationInstanceNodeInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<SignalApplicationInstanceNodeInstancesCommandInput, SignalApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SignalApplicationInstanceNodeInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<SignalApplicationInstanceNodeInstancesCommandInput, SignalApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Signal camera nodes to stop or resume.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const SignalApplicationInstanceNodeInstancesCommand_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 SignalApplicationInstanceNodeInstancesCommand extends SignalApplicationInstanceNodeInstancesCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tags a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
63
63
  * @throws {@link PanoramaServiceException}
64
64
  * <p>Base exception class for all service exceptions from Panorama service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link PanoramaServiceException}
64
64
  * <p>Base exception class for all service exceptions from Panorama service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateDeviceMetadataCommandOutput extends UpdateDeviceMetadataR
22
22
  }
23
23
  declare const UpdateDeviceMetadataCommand_base: {
24
24
  new (input: UpdateDeviceMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeviceMetadataCommandInput, UpdateDeviceMetadataCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDeviceMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeviceMetadataCommandInput, UpdateDeviceMetadataCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a device's metadata.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UpdateDeviceMetadataCommand_base: {
69
69
  * @throws {@link PanoramaServiceException}
70
70
  * <p>Base exception class for all service exceptions from Panorama service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UpdateDeviceMetadataCommand extends UpdateDeviceMetadataCommand_base {
74
75
  }