@aws-sdk/client-panorama 3.775.0 → 3.782.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 (35) hide show
  1. package/dist-types/commands/CreateApplicationInstanceCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateJobForDevicesCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateNodeFromTemplateJobCommand.d.ts +1 -0
  4. package/dist-types/commands/CreatePackageCommand.d.ts +1 -0
  5. package/dist-types/commands/CreatePackageImportJobCommand.d.ts +1 -0
  6. package/dist-types/commands/DeleteDeviceCommand.d.ts +1 -0
  7. package/dist-types/commands/DeletePackageCommand.d.ts +1 -0
  8. package/dist-types/commands/DeregisterPackageVersionCommand.d.ts +1 -0
  9. package/dist-types/commands/DescribeApplicationInstanceCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeApplicationInstanceDetailsCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeDeviceJobCommand.d.ts +1 -0
  13. package/dist-types/commands/DescribeNodeCommand.d.ts +1 -0
  14. package/dist-types/commands/DescribeNodeFromTemplateJobCommand.d.ts +1 -0
  15. package/dist-types/commands/DescribePackageCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribePackageImportJobCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribePackageVersionCommand.d.ts +1 -0
  18. package/dist-types/commands/ListApplicationInstanceDependenciesCommand.d.ts +1 -0
  19. package/dist-types/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +1 -0
  20. package/dist-types/commands/ListApplicationInstancesCommand.d.ts +1 -0
  21. package/dist-types/commands/ListDevicesCommand.d.ts +1 -0
  22. package/dist-types/commands/ListDevicesJobsCommand.d.ts +1 -0
  23. package/dist-types/commands/ListNodeFromTemplateJobsCommand.d.ts +1 -0
  24. package/dist-types/commands/ListNodesCommand.d.ts +1 -0
  25. package/dist-types/commands/ListPackageImportJobsCommand.d.ts +1 -0
  26. package/dist-types/commands/ListPackagesCommand.d.ts +1 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  28. package/dist-types/commands/ProvisionDeviceCommand.d.ts +1 -0
  29. package/dist-types/commands/RegisterPackageVersionCommand.d.ts +1 -0
  30. package/dist-types/commands/RemoveApplicationInstanceCommand.d.ts +1 -0
  31. package/dist-types/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +1 -0
  32. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  33. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  34. package/dist-types/commands/UpdateDeviceMetadataCommand.d.ts +1 -0
  35. package/package.json +5 -5
@@ -79,6 +79,7 @@ declare const CreateApplicationInstanceCommand_base: {
79
79
  * @throws {@link PanoramaServiceException}
80
80
  * <p>Base exception class for all service exceptions from Panorama service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class CreateApplicationInstanceCommand extends CreateApplicationInstanceCommand_base {
@@ -83,6 +83,7 @@ declare const CreateJobForDevicesCommand_base: {
83
83
  * @throws {@link PanoramaServiceException}
84
84
  * <p>Base exception class for all service exceptions from Panorama service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class CreateJobForDevicesCommand extends CreateJobForDevicesCommand_base {
@@ -81,6 +81,7 @@ declare const CreateNodeFromTemplateJobCommand_base: {
81
81
  * @throws {@link PanoramaServiceException}
82
82
  * <p>Base exception class for all service exceptions from Panorama service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class CreateNodeFromTemplateJobCommand extends CreateNodeFromTemplateJobCommand_base {
@@ -77,6 +77,7 @@ declare const CreatePackageCommand_base: {
77
77
  * @throws {@link PanoramaServiceException}
78
78
  * <p>Base exception class for all service exceptions from Panorama service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CreatePackageCommand extends CreatePackageCommand_base {
@@ -91,6 +91,7 @@ declare const CreatePackageImportJobCommand_base: {
91
91
  * @throws {@link PanoramaServiceException}
92
92
  * <p>Base exception class for all service exceptions from Panorama service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CreatePackageImportJobCommand extends CreatePackageImportJobCommand_base {
@@ -69,6 +69,7 @@ declare const DeleteDeviceCommand_base: {
69
69
  * @throws {@link PanoramaServiceException}
70
70
  * <p>Base exception class for all service exceptions from Panorama service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class DeleteDeviceCommand extends DeleteDeviceCommand_base {
@@ -72,6 +72,7 @@ declare const DeletePackageCommand_base: {
72
72
  * @throws {@link PanoramaServiceException}
73
73
  * <p>Base exception class for all service exceptions from Panorama service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeletePackageCommand extends DeletePackageCommand_base {
@@ -71,6 +71,7 @@ declare const DeregisterPackageVersionCommand_base: {
71
71
  * @throws {@link PanoramaServiceException}
72
72
  * <p>Base exception class for all service exceptions from Panorama service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeregisterPackageVersionCommand extends DeregisterPackageVersionCommand_base {
@@ -92,6 +92,7 @@ declare const DescribeApplicationInstanceCommand_base: {
92
92
  * @throws {@link PanoramaServiceException}
93
93
  * <p>Base exception class for all service exceptions from Panorama service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DescribeApplicationInstanceCommand extends DescribeApplicationInstanceCommand_base {
@@ -80,6 +80,7 @@ declare const DescribeApplicationInstanceDetailsCommand_base: {
80
80
  * @throws {@link PanoramaServiceException}
81
81
  * <p>Base exception class for all service exceptions from Panorama service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DescribeApplicationInstanceDetailsCommand extends DescribeApplicationInstanceDetailsCommand_base {
@@ -140,6 +140,7 @@ declare const DescribeDeviceCommand_base: {
140
140
  * @throws {@link PanoramaServiceException}
141
141
  * <p>Base exception class for all service exceptions from Panorama service.</p>
142
142
  *
143
+ *
143
144
  * @public
144
145
  */
145
146
  export declare class DescribeDeviceCommand extends DescribeDeviceCommand_base {
@@ -77,6 +77,7 @@ declare const DescribeDeviceJobCommand_base: {
77
77
  * @throws {@link PanoramaServiceException}
78
78
  * <p>Base exception class for all service exceptions from Panorama service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DescribeDeviceJobCommand extends DescribeDeviceJobCommand_base {
@@ -100,6 +100,7 @@ declare const DescribeNodeCommand_base: {
100
100
  * @throws {@link PanoramaServiceException}
101
101
  * <p>Base exception class for all service exceptions from Panorama service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class DescribeNodeCommand extends DescribeNodeCommand_base {
@@ -86,6 +86,7 @@ declare const DescribeNodeFromTemplateJobCommand_base: {
86
86
  * @throws {@link PanoramaServiceException}
87
87
  * <p>Base exception class for all service exceptions from Panorama service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DescribeNodeFromTemplateJobCommand extends DescribeNodeFromTemplateJobCommand_base {
@@ -88,6 +88,7 @@ declare const DescribePackageCommand_base: {
88
88
  * @throws {@link PanoramaServiceException}
89
89
  * <p>Base exception class for all service exceptions from Panorama service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class DescribePackageCommand extends DescribePackageCommand_base {
@@ -105,6 +105,7 @@ declare const DescribePackageImportJobCommand_base: {
105
105
  * @throws {@link PanoramaServiceException}
106
106
  * <p>Base exception class for all service exceptions from Panorama service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class DescribePackageImportJobCommand extends DescribePackageImportJobCommand_base {
@@ -81,6 +81,7 @@ declare const DescribePackageVersionCommand_base: {
81
81
  * @throws {@link PanoramaServiceException}
82
82
  * <p>Base exception class for all service exceptions from Panorama service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {
@@ -69,6 +69,7 @@ declare const ListApplicationInstanceDependenciesCommand_base: {
69
69
  * @throws {@link PanoramaServiceException}
70
70
  * <p>Base exception class for all service exceptions from Panorama service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListApplicationInstanceDependenciesCommand extends ListApplicationInstanceDependenciesCommand_base {
@@ -73,6 +73,7 @@ declare const ListApplicationInstanceNodeInstancesCommand_base: {
73
73
  * @throws {@link PanoramaServiceException}
74
74
  * <p>Base exception class for all service exceptions from Panorama service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class ListApplicationInstanceNodeInstancesCommand extends ListApplicationInstanceNodeInstancesCommand_base {
@@ -88,6 +88,7 @@ declare const ListApplicationInstancesCommand_base: {
88
88
  * @throws {@link PanoramaServiceException}
89
89
  * <p>Base exception class for all service exceptions from Panorama service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class ListApplicationInstancesCommand extends ListApplicationInstancesCommand_base {
@@ -94,6 +94,7 @@ declare const ListDevicesCommand_base: {
94
94
  * @throws {@link PanoramaServiceException}
95
95
  * <p>Base exception class for all service exceptions from Panorama service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListDevicesCommand extends ListDevicesCommand_base {
@@ -80,6 +80,7 @@ declare const ListDevicesJobsCommand_base: {
80
80
  * @throws {@link PanoramaServiceException}
81
81
  * <p>Base exception class for all service exceptions from Panorama service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListDevicesJobsCommand extends ListDevicesJobsCommand_base {
@@ -77,6 +77,7 @@ declare const ListNodeFromTemplateJobsCommand_base: {
77
77
  * @throws {@link PanoramaServiceException}
78
78
  * <p>Base exception class for all service exceptions from Panorama service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListNodeFromTemplateJobsCommand extends ListNodeFromTemplateJobsCommand_base {
@@ -84,6 +84,7 @@ declare const ListNodesCommand_base: {
84
84
  * @throws {@link PanoramaServiceException}
85
85
  * <p>Base exception class for all service exceptions from Panorama service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ListNodesCommand extends ListNodesCommand_base {
@@ -77,6 +77,7 @@ declare const ListPackageImportJobsCommand_base: {
77
77
  * @throws {@link PanoramaServiceException}
78
78
  * <p>Base exception class for all service exceptions from Panorama service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListPackageImportJobsCommand extends ListPackageImportJobsCommand_base {
@@ -81,6 +81,7 @@ declare const ListPackagesCommand_base: {
81
81
  * @throws {@link PanoramaServiceException}
82
82
  * <p>Base exception class for all service exceptions from Panorama service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListPackagesCommand extends ListPackagesCommand_base {
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @throws {@link PanoramaServiceException}
66
66
  * <p>Base exception class for all service exceptions from Panorama service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -109,6 +109,7 @@ declare const ProvisionDeviceCommand_base: {
109
109
  * @throws {@link PanoramaServiceException}
110
110
  * <p>Base exception class for all service exceptions from Panorama service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class ProvisionDeviceCommand extends ProvisionDeviceCommand_base {
@@ -68,6 +68,7 @@ declare const RegisterPackageVersionCommand_base: {
68
68
  * @throws {@link PanoramaServiceException}
69
69
  * <p>Base exception class for all service exceptions from Panorama service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class RegisterPackageVersionCommand extends RegisterPackageVersionCommand_base {
@@ -67,6 +67,7 @@ declare const RemoveApplicationInstanceCommand_base: {
67
67
  * @throws {@link PanoramaServiceException}
68
68
  * <p>Base exception class for all service exceptions from Panorama service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class RemoveApplicationInstanceCommand extends RemoveApplicationInstanceCommand_base {
@@ -72,6 +72,7 @@ declare const SignalApplicationInstanceNodeInstancesCommand_base: {
72
72
  * @throws {@link PanoramaServiceException}
73
73
  * <p>Base exception class for all service exceptions from Panorama service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class SignalApplicationInstanceNodeInstancesCommand extends SignalApplicationInstanceNodeInstancesCommand_base {
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
64
64
  * @throws {@link PanoramaServiceException}
65
65
  * <p>Base exception class for all service exceptions from Panorama service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
64
64
  * @throws {@link PanoramaServiceException}
65
65
  * <p>Base exception class for all service exceptions from Panorama service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -70,6 +70,7 @@ declare const UpdateDeviceMetadataCommand_base: {
70
70
  * @throws {@link PanoramaServiceException}
71
71
  * <p>Base exception class for all service exceptions from Panorama service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class UpdateDeviceMetadataCommand extends UpdateDeviceMetadataCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-panorama",
3
3
  "description": "AWS SDK for JavaScript Panorama Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-panorama",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",