@aws-sdk/client-panorama 3.933.0 → 3.935.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.
- package/dist-cjs/index.js +0 -194
- package/dist-es/index.js +1 -1
- package/dist-es/models/errors.js +115 -0
- package/dist-es/models/models_0.js +0 -115
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/errors.d.ts +156 -0
- package/dist-types/models/models_0.d.ts +0 -155
- package/dist-types/ts3.4/index.d.ts +2 -1
- package/dist-types/ts3.4/models/errors.d.ts +69 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -63
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -131,42 +131,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends PanoramaServic
|
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
133
|
};
|
|
134
|
-
const ApplicationInstanceHealthStatus = {
|
|
135
|
-
ERROR: "ERROR",
|
|
136
|
-
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
137
|
-
RUNNING: "RUNNING",
|
|
138
|
-
};
|
|
139
|
-
const DesiredState = {
|
|
140
|
-
REMOVED: "REMOVED",
|
|
141
|
-
RUNNING: "RUNNING",
|
|
142
|
-
STOPPED: "STOPPED",
|
|
143
|
-
};
|
|
144
|
-
const DeviceReportedStatus = {
|
|
145
|
-
INSTALL_ERROR: "INSTALL_ERROR",
|
|
146
|
-
INSTALL_IN_PROGRESS: "INSTALL_IN_PROGRESS",
|
|
147
|
-
LAUNCHED: "LAUNCHED",
|
|
148
|
-
LAUNCH_ERROR: "LAUNCH_ERROR",
|
|
149
|
-
REMOVAL_FAILED: "REMOVAL_FAILED",
|
|
150
|
-
REMOVAL_IN_PROGRESS: "REMOVAL_IN_PROGRESS",
|
|
151
|
-
RUNNING: "RUNNING",
|
|
152
|
-
STARTING: "STARTING",
|
|
153
|
-
STOPPED: "STOPPED",
|
|
154
|
-
STOPPING: "STOPPING",
|
|
155
|
-
STOP_ERROR: "STOP_ERROR",
|
|
156
|
-
};
|
|
157
|
-
const ApplicationInstanceStatus = {
|
|
158
|
-
DEPLOYMENT_ERROR: "DEPLOYMENT_ERROR",
|
|
159
|
-
DEPLOYMENT_FAILED: "DEPLOYMENT_FAILED",
|
|
160
|
-
DEPLOYMENT_IN_PROGRESS: "DEPLOYMENT_IN_PROGRESS",
|
|
161
|
-
DEPLOYMENT_PENDING: "DEPLOYMENT_PENDING",
|
|
162
|
-
DEPLOYMENT_REQUESTED: "DEPLOYMENT_REQUESTED",
|
|
163
|
-
DEPLOYMENT_SUCCEEDED: "DEPLOYMENT_SUCCEEDED",
|
|
164
|
-
REMOVAL_FAILED: "REMOVAL_FAILED",
|
|
165
|
-
REMOVAL_IN_PROGRESS: "REMOVAL_IN_PROGRESS",
|
|
166
|
-
REMOVAL_PENDING: "REMOVAL_PENDING",
|
|
167
|
-
REMOVAL_REQUESTED: "REMOVAL_REQUESTED",
|
|
168
|
-
REMOVAL_SUCCEEDED: "REMOVAL_SUCCEEDED",
|
|
169
|
-
};
|
|
170
134
|
let ConflictException$1 = class ConflictException extends PanoramaServiceException$1 {
|
|
171
135
|
name = "ConflictException";
|
|
172
136
|
$fault = "client";
|
|
@@ -189,10 +153,6 @@ let ConflictException$1 = class ConflictException extends PanoramaServiceExcepti
|
|
|
189
153
|
this.ErrorArguments = opts.ErrorArguments;
|
|
190
154
|
}
|
|
191
155
|
};
|
|
192
|
-
const ConnectionType = {
|
|
193
|
-
DHCP: "DHCP",
|
|
194
|
-
STATIC_IP: "STATIC_IP",
|
|
195
|
-
};
|
|
196
156
|
let InternalServerException$1 = class InternalServerException extends PanoramaServiceException$1 {
|
|
197
157
|
name = "InternalServerException";
|
|
198
158
|
$fault = "server";
|
|
@@ -231,12 +191,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
231
191
|
this.ServiceCode = opts.ServiceCode;
|
|
232
192
|
}
|
|
233
193
|
};
|
|
234
|
-
const ValidationExceptionReason = {
|
|
235
|
-
CANNOT_PARSE: "CANNOT_PARSE",
|
|
236
|
-
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
237
|
-
OTHER: "OTHER",
|
|
238
|
-
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
239
|
-
};
|
|
240
194
|
let ValidationException$1 = class ValidationException extends PanoramaServiceException$1 {
|
|
241
195
|
name = "ValidationException";
|
|
242
196
|
$fault = "client";
|
|
@@ -259,10 +213,6 @@ let ValidationException$1 = class ValidationException extends PanoramaServiceExc
|
|
|
259
213
|
this.Fields = opts.Fields;
|
|
260
214
|
}
|
|
261
215
|
};
|
|
262
|
-
const JobType = {
|
|
263
|
-
OTA: "OTA",
|
|
264
|
-
REBOOT: "REBOOT",
|
|
265
|
-
};
|
|
266
216
|
let ResourceNotFoundException$1 = class ResourceNotFoundException extends PanoramaServiceException$1 {
|
|
267
217
|
name = "ResourceNotFoundException";
|
|
268
218
|
$fault = "client";
|
|
@@ -281,123 +231,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Panora
|
|
|
281
231
|
this.ResourceType = opts.ResourceType;
|
|
282
232
|
}
|
|
283
233
|
};
|
|
284
|
-
const JobResourceType = {
|
|
285
|
-
PACKAGE: "PACKAGE",
|
|
286
|
-
};
|
|
287
|
-
const TemplateType = {
|
|
288
|
-
RTSP_CAMERA_STREAM: "RTSP_CAMERA_STREAM",
|
|
289
|
-
};
|
|
290
|
-
const PackageImportJobType = {
|
|
291
|
-
MARKETPLACE_NODE_PACKAGE_VERSION: "MARKETPLACE_NODE_PACKAGE_VERSION",
|
|
292
|
-
NODE_PACKAGE_VERSION: "NODE_PACKAGE_VERSION",
|
|
293
|
-
};
|
|
294
|
-
const DeviceBrand = {
|
|
295
|
-
AWS_PANORAMA: "AWS_PANORAMA",
|
|
296
|
-
LENOVO: "LENOVO",
|
|
297
|
-
};
|
|
298
|
-
const NetworkConnectionStatus = {
|
|
299
|
-
CONNECTED: "CONNECTED",
|
|
300
|
-
CONNECTING: "CONNECTING",
|
|
301
|
-
NOT_CONNECTED: "NOT_CONNECTED",
|
|
302
|
-
};
|
|
303
|
-
const DeviceAggregatedStatus = {
|
|
304
|
-
AWAITING_PROVISIONING: "AWAITING_PROVISIONING",
|
|
305
|
-
DELETING: "DELETING",
|
|
306
|
-
ERROR: "ERROR",
|
|
307
|
-
FAILED: "FAILED",
|
|
308
|
-
LEASE_EXPIRED: "LEASE_EXPIRED",
|
|
309
|
-
OFFLINE: "OFFLINE",
|
|
310
|
-
ONLINE: "ONLINE",
|
|
311
|
-
PENDING: "PENDING",
|
|
312
|
-
REBOOTING: "REBOOTING",
|
|
313
|
-
UPDATE_NEEDED: "UPDATE_NEEDED",
|
|
314
|
-
};
|
|
315
|
-
const DeviceConnectionStatus = {
|
|
316
|
-
AWAITING_CREDENTIALS: "AWAITING_CREDENTIALS",
|
|
317
|
-
ERROR: "ERROR",
|
|
318
|
-
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
319
|
-
OFFLINE: "OFFLINE",
|
|
320
|
-
ONLINE: "ONLINE",
|
|
321
|
-
};
|
|
322
|
-
const UpdateProgress = {
|
|
323
|
-
COMPLETED: "COMPLETED",
|
|
324
|
-
DOWNLOADING: "DOWNLOADING",
|
|
325
|
-
FAILED: "FAILED",
|
|
326
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
327
|
-
PENDING: "PENDING",
|
|
328
|
-
REBOOTING: "REBOOTING",
|
|
329
|
-
VERIFYING: "VERIFYING",
|
|
330
|
-
};
|
|
331
|
-
const DeviceStatus = {
|
|
332
|
-
AWAITING_PROVISIONING: "AWAITING_PROVISIONING",
|
|
333
|
-
DELETING: "DELETING",
|
|
334
|
-
ERROR: "ERROR",
|
|
335
|
-
FAILED: "FAILED",
|
|
336
|
-
PENDING: "PENDING",
|
|
337
|
-
SUCCEEDED: "SUCCEEDED",
|
|
338
|
-
};
|
|
339
|
-
const DeviceType = {
|
|
340
|
-
PANORAMA_APPLIANCE: "PANORAMA_APPLIANCE",
|
|
341
|
-
PANORAMA_APPLIANCE_DEVELOPER_KIT: "PANORAMA_APPLIANCE_DEVELOPER_KIT",
|
|
342
|
-
};
|
|
343
|
-
const NodeCategory = {
|
|
344
|
-
BUSINESS_LOGIC: "BUSINESS_LOGIC",
|
|
345
|
-
MEDIA_SINK: "MEDIA_SINK",
|
|
346
|
-
MEDIA_SOURCE: "MEDIA_SOURCE",
|
|
347
|
-
ML_MODEL: "ML_MODEL",
|
|
348
|
-
};
|
|
349
|
-
const PortType = {
|
|
350
|
-
BOOLEAN: "BOOLEAN",
|
|
351
|
-
FLOAT32: "FLOAT32",
|
|
352
|
-
INT32: "INT32",
|
|
353
|
-
MEDIA: "MEDIA",
|
|
354
|
-
STRING: "STRING",
|
|
355
|
-
};
|
|
356
|
-
const NodeFromTemplateJobStatus = {
|
|
357
|
-
FAILED: "FAILED",
|
|
358
|
-
PENDING: "PENDING",
|
|
359
|
-
SUCCEEDED: "SUCCEEDED",
|
|
360
|
-
};
|
|
361
|
-
const PackageImportJobStatus = {
|
|
362
|
-
FAILED: "FAILED",
|
|
363
|
-
PENDING: "PENDING",
|
|
364
|
-
SUCCEEDED: "SUCCEEDED",
|
|
365
|
-
};
|
|
366
|
-
const PackageVersionStatus = {
|
|
367
|
-
DELETING: "DELETING",
|
|
368
|
-
FAILED: "FAILED",
|
|
369
|
-
REGISTER_COMPLETED: "REGISTER_COMPLETED",
|
|
370
|
-
REGISTER_PENDING: "REGISTER_PENDING",
|
|
371
|
-
};
|
|
372
|
-
const NodeInstanceStatus = {
|
|
373
|
-
ERROR: "ERROR",
|
|
374
|
-
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
375
|
-
PAUSED: "PAUSED",
|
|
376
|
-
RUNNING: "RUNNING",
|
|
377
|
-
};
|
|
378
|
-
const StatusFilter = {
|
|
379
|
-
DEPLOYMENT_ERROR: "DEPLOYMENT_ERROR",
|
|
380
|
-
DEPLOYMENT_FAILED: "DEPLOYMENT_FAILED",
|
|
381
|
-
DEPLOYMENT_SUCCEEDED: "DEPLOYMENT_SUCCEEDED",
|
|
382
|
-
PROCESSING_DEPLOYMENT: "PROCESSING_DEPLOYMENT",
|
|
383
|
-
PROCESSING_REMOVAL: "PROCESSING_REMOVAL",
|
|
384
|
-
REMOVAL_FAILED: "REMOVAL_FAILED",
|
|
385
|
-
REMOVAL_SUCCEEDED: "REMOVAL_SUCCEEDED",
|
|
386
|
-
};
|
|
387
|
-
const ListDevicesSortBy = {
|
|
388
|
-
CREATED_TIME: "CREATED_TIME",
|
|
389
|
-
DEVICE_AGGREGATED_STATUS: "DEVICE_AGGREGATED_STATUS",
|
|
390
|
-
DEVICE_ID: "DEVICE_ID",
|
|
391
|
-
NAME: "NAME",
|
|
392
|
-
};
|
|
393
|
-
const SortOrder = {
|
|
394
|
-
ASCENDING: "ASCENDING",
|
|
395
|
-
DESCENDING: "DESCENDING",
|
|
396
|
-
};
|
|
397
|
-
const NodeSignalValue = {
|
|
398
|
-
PAUSE: "PAUSE",
|
|
399
|
-
RESUME: "RESUME",
|
|
400
|
-
};
|
|
401
234
|
|
|
402
235
|
const _A = "Arn";
|
|
403
236
|
const _ADE = "AccessDeniedException";
|
|
@@ -2387,10 +2220,7 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2387
2220
|
get: function () { return smithyClient.Client; }
|
|
2388
2221
|
});
|
|
2389
2222
|
exports.AccessDeniedException = AccessDeniedException$1;
|
|
2390
|
-
exports.ApplicationInstanceHealthStatus = ApplicationInstanceHealthStatus;
|
|
2391
|
-
exports.ApplicationInstanceStatus = ApplicationInstanceStatus;
|
|
2392
2223
|
exports.ConflictException = ConflictException$1;
|
|
2393
|
-
exports.ConnectionType = ConnectionType;
|
|
2394
2224
|
exports.CreateApplicationInstanceCommand = CreateApplicationInstanceCommand;
|
|
2395
2225
|
exports.CreateJobForDevicesCommand = CreateJobForDevicesCommand;
|
|
2396
2226
|
exports.CreateNodeFromTemplateJobCommand = CreateNodeFromTemplateJobCommand;
|
|
@@ -2408,54 +2238,30 @@ exports.DescribeNodeFromTemplateJobCommand = DescribeNodeFromTemplateJobCommand;
|
|
|
2408
2238
|
exports.DescribePackageCommand = DescribePackageCommand;
|
|
2409
2239
|
exports.DescribePackageImportJobCommand = DescribePackageImportJobCommand;
|
|
2410
2240
|
exports.DescribePackageVersionCommand = DescribePackageVersionCommand;
|
|
2411
|
-
exports.DesiredState = DesiredState;
|
|
2412
|
-
exports.DeviceAggregatedStatus = DeviceAggregatedStatus;
|
|
2413
|
-
exports.DeviceBrand = DeviceBrand;
|
|
2414
|
-
exports.DeviceConnectionStatus = DeviceConnectionStatus;
|
|
2415
|
-
exports.DeviceReportedStatus = DeviceReportedStatus;
|
|
2416
|
-
exports.DeviceStatus = DeviceStatus;
|
|
2417
|
-
exports.DeviceType = DeviceType;
|
|
2418
2241
|
exports.InternalServerException = InternalServerException$1;
|
|
2419
|
-
exports.JobResourceType = JobResourceType;
|
|
2420
|
-
exports.JobType = JobType;
|
|
2421
2242
|
exports.ListApplicationInstanceDependenciesCommand = ListApplicationInstanceDependenciesCommand;
|
|
2422
2243
|
exports.ListApplicationInstanceNodeInstancesCommand = ListApplicationInstanceNodeInstancesCommand;
|
|
2423
2244
|
exports.ListApplicationInstancesCommand = ListApplicationInstancesCommand;
|
|
2424
2245
|
exports.ListDevicesCommand = ListDevicesCommand;
|
|
2425
2246
|
exports.ListDevicesJobsCommand = ListDevicesJobsCommand;
|
|
2426
|
-
exports.ListDevicesSortBy = ListDevicesSortBy;
|
|
2427
2247
|
exports.ListNodeFromTemplateJobsCommand = ListNodeFromTemplateJobsCommand;
|
|
2428
2248
|
exports.ListNodesCommand = ListNodesCommand;
|
|
2429
2249
|
exports.ListPackageImportJobsCommand = ListPackageImportJobsCommand;
|
|
2430
2250
|
exports.ListPackagesCommand = ListPackagesCommand;
|
|
2431
2251
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2432
|
-
exports.NetworkConnectionStatus = NetworkConnectionStatus;
|
|
2433
|
-
exports.NodeCategory = NodeCategory;
|
|
2434
|
-
exports.NodeFromTemplateJobStatus = NodeFromTemplateJobStatus;
|
|
2435
|
-
exports.NodeInstanceStatus = NodeInstanceStatus;
|
|
2436
|
-
exports.NodeSignalValue = NodeSignalValue;
|
|
2437
|
-
exports.PackageImportJobStatus = PackageImportJobStatus;
|
|
2438
|
-
exports.PackageImportJobType = PackageImportJobType;
|
|
2439
|
-
exports.PackageVersionStatus = PackageVersionStatus;
|
|
2440
2252
|
exports.Panorama = Panorama;
|
|
2441
2253
|
exports.PanoramaClient = PanoramaClient;
|
|
2442
2254
|
exports.PanoramaServiceException = PanoramaServiceException$1;
|
|
2443
|
-
exports.PortType = PortType;
|
|
2444
2255
|
exports.ProvisionDeviceCommand = ProvisionDeviceCommand;
|
|
2445
2256
|
exports.RegisterPackageVersionCommand = RegisterPackageVersionCommand;
|
|
2446
2257
|
exports.RemoveApplicationInstanceCommand = RemoveApplicationInstanceCommand;
|
|
2447
2258
|
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2448
2259
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
2449
2260
|
exports.SignalApplicationInstanceNodeInstancesCommand = SignalApplicationInstanceNodeInstancesCommand;
|
|
2450
|
-
exports.SortOrder = SortOrder;
|
|
2451
|
-
exports.StatusFilter = StatusFilter;
|
|
2452
2261
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2453
|
-
exports.TemplateType = TemplateType;
|
|
2454
2262
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2455
2263
|
exports.UpdateDeviceMetadataCommand = UpdateDeviceMetadataCommand;
|
|
2456
|
-
exports.UpdateProgress = UpdateProgress;
|
|
2457
2264
|
exports.ValidationException = ValidationException$1;
|
|
2458
|
-
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
2459
2265
|
exports.paginateListApplicationInstanceDependencies = paginateListApplicationInstanceDependencies;
|
|
2460
2266
|
exports.paginateListApplicationInstanceNodeInstances = paginateListApplicationInstanceNodeInstances;
|
|
2461
2267
|
exports.paginateListApplicationInstances = paginateListApplicationInstances;
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { PanoramaServiceException as __BaseException } from "./PanoramaServiceException";
|
|
2
|
+
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
Message;
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "AccessDeniedException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
+
this.Message = opts.Message;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export class ConflictException extends __BaseException {
|
|
17
|
+
name = "ConflictException";
|
|
18
|
+
$fault = "client";
|
|
19
|
+
Message;
|
|
20
|
+
ResourceId;
|
|
21
|
+
ResourceType;
|
|
22
|
+
ErrorId;
|
|
23
|
+
ErrorArguments;
|
|
24
|
+
constructor(opts) {
|
|
25
|
+
super({
|
|
26
|
+
name: "ConflictException",
|
|
27
|
+
$fault: "client",
|
|
28
|
+
...opts,
|
|
29
|
+
});
|
|
30
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
31
|
+
this.Message = opts.Message;
|
|
32
|
+
this.ResourceId = opts.ResourceId;
|
|
33
|
+
this.ResourceType = opts.ResourceType;
|
|
34
|
+
this.ErrorId = opts.ErrorId;
|
|
35
|
+
this.ErrorArguments = opts.ErrorArguments;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class InternalServerException extends __BaseException {
|
|
39
|
+
name = "InternalServerException";
|
|
40
|
+
$fault = "server";
|
|
41
|
+
Message;
|
|
42
|
+
RetryAfterSeconds;
|
|
43
|
+
constructor(opts) {
|
|
44
|
+
super({
|
|
45
|
+
name: "InternalServerException",
|
|
46
|
+
$fault: "server",
|
|
47
|
+
...opts,
|
|
48
|
+
});
|
|
49
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
50
|
+
this.Message = opts.Message;
|
|
51
|
+
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
55
|
+
name = "ServiceQuotaExceededException";
|
|
56
|
+
$fault = "client";
|
|
57
|
+
Message;
|
|
58
|
+
ResourceId;
|
|
59
|
+
ResourceType;
|
|
60
|
+
QuotaCode;
|
|
61
|
+
ServiceCode;
|
|
62
|
+
constructor(opts) {
|
|
63
|
+
super({
|
|
64
|
+
name: "ServiceQuotaExceededException",
|
|
65
|
+
$fault: "client",
|
|
66
|
+
...opts,
|
|
67
|
+
});
|
|
68
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
69
|
+
this.Message = opts.Message;
|
|
70
|
+
this.ResourceId = opts.ResourceId;
|
|
71
|
+
this.ResourceType = opts.ResourceType;
|
|
72
|
+
this.QuotaCode = opts.QuotaCode;
|
|
73
|
+
this.ServiceCode = opts.ServiceCode;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
export class ValidationException extends __BaseException {
|
|
77
|
+
name = "ValidationException";
|
|
78
|
+
$fault = "client";
|
|
79
|
+
Message;
|
|
80
|
+
Reason;
|
|
81
|
+
ErrorId;
|
|
82
|
+
ErrorArguments;
|
|
83
|
+
Fields;
|
|
84
|
+
constructor(opts) {
|
|
85
|
+
super({
|
|
86
|
+
name: "ValidationException",
|
|
87
|
+
$fault: "client",
|
|
88
|
+
...opts,
|
|
89
|
+
});
|
|
90
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
91
|
+
this.Message = opts.Message;
|
|
92
|
+
this.Reason = opts.Reason;
|
|
93
|
+
this.ErrorId = opts.ErrorId;
|
|
94
|
+
this.ErrorArguments = opts.ErrorArguments;
|
|
95
|
+
this.Fields = opts.Fields;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
99
|
+
name = "ResourceNotFoundException";
|
|
100
|
+
$fault = "client";
|
|
101
|
+
Message;
|
|
102
|
+
ResourceId;
|
|
103
|
+
ResourceType;
|
|
104
|
+
constructor(opts) {
|
|
105
|
+
super({
|
|
106
|
+
name: "ResourceNotFoundException",
|
|
107
|
+
$fault: "client",
|
|
108
|
+
...opts,
|
|
109
|
+
});
|
|
110
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
111
|
+
this.Message = opts.Message;
|
|
112
|
+
this.ResourceId = opts.ResourceId;
|
|
113
|
+
this.ResourceType = opts.ResourceType;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
import { PanoramaServiceException as __BaseException } from "./PanoramaServiceException";
|
|
2
|
-
export class AccessDeniedException extends __BaseException {
|
|
3
|
-
name = "AccessDeniedException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
Message;
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
1
|
export const ApplicationInstanceHealthStatus = {
|
|
17
2
|
ERROR: "ERROR",
|
|
18
3
|
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
@@ -49,120 +34,20 @@ export const ApplicationInstanceStatus = {
|
|
|
49
34
|
REMOVAL_REQUESTED: "REMOVAL_REQUESTED",
|
|
50
35
|
REMOVAL_SUCCEEDED: "REMOVAL_SUCCEEDED",
|
|
51
36
|
};
|
|
52
|
-
export class ConflictException extends __BaseException {
|
|
53
|
-
name = "ConflictException";
|
|
54
|
-
$fault = "client";
|
|
55
|
-
Message;
|
|
56
|
-
ResourceId;
|
|
57
|
-
ResourceType;
|
|
58
|
-
ErrorId;
|
|
59
|
-
ErrorArguments;
|
|
60
|
-
constructor(opts) {
|
|
61
|
-
super({
|
|
62
|
-
name: "ConflictException",
|
|
63
|
-
$fault: "client",
|
|
64
|
-
...opts,
|
|
65
|
-
});
|
|
66
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
67
|
-
this.Message = opts.Message;
|
|
68
|
-
this.ResourceId = opts.ResourceId;
|
|
69
|
-
this.ResourceType = opts.ResourceType;
|
|
70
|
-
this.ErrorId = opts.ErrorId;
|
|
71
|
-
this.ErrorArguments = opts.ErrorArguments;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
37
|
export const ConnectionType = {
|
|
75
38
|
DHCP: "DHCP",
|
|
76
39
|
STATIC_IP: "STATIC_IP",
|
|
77
40
|
};
|
|
78
|
-
export class InternalServerException extends __BaseException {
|
|
79
|
-
name = "InternalServerException";
|
|
80
|
-
$fault = "server";
|
|
81
|
-
Message;
|
|
82
|
-
RetryAfterSeconds;
|
|
83
|
-
constructor(opts) {
|
|
84
|
-
super({
|
|
85
|
-
name: "InternalServerException",
|
|
86
|
-
$fault: "server",
|
|
87
|
-
...opts,
|
|
88
|
-
});
|
|
89
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
90
|
-
this.Message = opts.Message;
|
|
91
|
-
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
95
|
-
name = "ServiceQuotaExceededException";
|
|
96
|
-
$fault = "client";
|
|
97
|
-
Message;
|
|
98
|
-
ResourceId;
|
|
99
|
-
ResourceType;
|
|
100
|
-
QuotaCode;
|
|
101
|
-
ServiceCode;
|
|
102
|
-
constructor(opts) {
|
|
103
|
-
super({
|
|
104
|
-
name: "ServiceQuotaExceededException",
|
|
105
|
-
$fault: "client",
|
|
106
|
-
...opts,
|
|
107
|
-
});
|
|
108
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
109
|
-
this.Message = opts.Message;
|
|
110
|
-
this.ResourceId = opts.ResourceId;
|
|
111
|
-
this.ResourceType = opts.ResourceType;
|
|
112
|
-
this.QuotaCode = opts.QuotaCode;
|
|
113
|
-
this.ServiceCode = opts.ServiceCode;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
41
|
export const ValidationExceptionReason = {
|
|
117
42
|
CANNOT_PARSE: "CANNOT_PARSE",
|
|
118
43
|
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
119
44
|
OTHER: "OTHER",
|
|
120
45
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
121
46
|
};
|
|
122
|
-
export class ValidationException extends __BaseException {
|
|
123
|
-
name = "ValidationException";
|
|
124
|
-
$fault = "client";
|
|
125
|
-
Message;
|
|
126
|
-
Reason;
|
|
127
|
-
ErrorId;
|
|
128
|
-
ErrorArguments;
|
|
129
|
-
Fields;
|
|
130
|
-
constructor(opts) {
|
|
131
|
-
super({
|
|
132
|
-
name: "ValidationException",
|
|
133
|
-
$fault: "client",
|
|
134
|
-
...opts,
|
|
135
|
-
});
|
|
136
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
137
|
-
this.Message = opts.Message;
|
|
138
|
-
this.Reason = opts.Reason;
|
|
139
|
-
this.ErrorId = opts.ErrorId;
|
|
140
|
-
this.ErrorArguments = opts.ErrorArguments;
|
|
141
|
-
this.Fields = opts.Fields;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
47
|
export const JobType = {
|
|
145
48
|
OTA: "OTA",
|
|
146
49
|
REBOOT: "REBOOT",
|
|
147
50
|
};
|
|
148
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
149
|
-
name = "ResourceNotFoundException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
Message;
|
|
152
|
-
ResourceId;
|
|
153
|
-
ResourceType;
|
|
154
|
-
constructor(opts) {
|
|
155
|
-
super({
|
|
156
|
-
name: "ResourceNotFoundException",
|
|
157
|
-
$fault: "client",
|
|
158
|
-
...opts,
|
|
159
|
-
});
|
|
160
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
161
|
-
this.Message = opts.Message;
|
|
162
|
-
this.ResourceId = opts.ResourceId;
|
|
163
|
-
this.ResourceType = opts.ResourceType;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
51
|
export const JobResourceType = {
|
|
167
52
|
PACKAGE: "PACKAGE",
|
|
168
53
|
};
|
|
@@ -319,7 +319,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.panorama";
|
|
|
319
319
|
const _tK = "tagKeys";
|
|
320
320
|
const n0 = "com.amazonaws.panorama";
|
|
321
321
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
322
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ValidationException as __ValidationException, } from "../models/
|
|
322
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ValidationException as __ValidationException, } from "../models/errors";
|
|
323
323
|
import { PanoramaServiceException as __PanoramaServiceException } from "../models/PanoramaServiceException";
|
|
324
324
|
export var TemplateValue = [0, n0, _TV, 8, 0];
|
|
325
325
|
export var AccessDeniedException = [
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,5 +15,6 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
15
15
|
export type { PanoramaExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
|
-
export * from "./models";
|
|
18
|
+
export * from "./models/errors";
|
|
19
|
+
export type * from "./models/models_0";
|
|
19
20
|
export { PanoramaServiceException } from "./models/PanoramaServiceException";
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ConflictExceptionErrorArgument, ValidationExceptionErrorArgument, ValidationExceptionField, ValidationExceptionReason } from "./models_0";
|
|
3
|
+
import { PanoramaServiceException as __BaseException } from "./PanoramaServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* <p>The requestor does not have permission to access the target action or resource.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
9
|
+
readonly name: "AccessDeniedException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
Message: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* <p>The target resource is in use.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export declare class ConflictException extends __BaseException {
|
|
22
|
+
readonly name: "ConflictException";
|
|
23
|
+
readonly $fault: "client";
|
|
24
|
+
Message: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The resource's ID.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
ResourceId: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The resource's type.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
ResourceType: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>A unique ID for the error.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
ErrorId?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>A list of attributes that led to the exception and their values.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
ErrorArguments?: ConflictExceptionErrorArgument[] | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @internal
|
|
47
|
+
*/
|
|
48
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* <p>An internal error occurred.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export declare class InternalServerException extends __BaseException {
|
|
55
|
+
readonly name: "InternalServerException";
|
|
56
|
+
readonly $fault: "server";
|
|
57
|
+
Message: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The number of seconds a client should wait before retrying the call.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
RetryAfterSeconds?: number | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
66
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* <p>The request would cause a limit to be exceeded.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
73
|
+
readonly name: "ServiceQuotaExceededException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
Message: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The target resource's ID.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
ResourceId?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The target resource's type.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
ResourceType?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The name of the limit.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
QuotaCode: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The name of the service.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
ServiceCode: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* <p>The request contains an invalid parameter value.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare class ValidationException extends __BaseException {
|
|
106
|
+
readonly name: "ValidationException";
|
|
107
|
+
readonly $fault: "client";
|
|
108
|
+
Message: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The reason that validation failed.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
Reason?: ValidationExceptionReason | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* <p>A unique ID for the error.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
ErrorId?: string | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* <p>A list of attributes that led to the exception and their values.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
ErrorArguments?: ValidationExceptionErrorArgument[] | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>A list of request parameters that failed validation.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
Fields?: ValidationExceptionField[] | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
132
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* <p>The target resource was not found.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
139
|
+
readonly name: "ResourceNotFoundException";
|
|
140
|
+
readonly $fault: "client";
|
|
141
|
+
Message: string | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The resource's ID.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
ResourceId: string | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* <p>The resource's type.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
ResourceType: string | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* @internal
|
|
154
|
+
*/
|
|
155
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
156
|
+
}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { PanoramaServiceException as __BaseException } from "./PanoramaServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* <p>The requestor does not have permission to access the target action or resource.</p>
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
-
readonly name: "AccessDeniedException";
|
|
9
|
-
readonly $fault: "client";
|
|
10
|
-
Message: string | undefined;
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
|
-
}
|
|
16
1
|
/**
|
|
17
2
|
* <p>Details about a beta appliance software update.</p>
|
|
18
3
|
* @public
|
|
@@ -200,39 +185,6 @@ export interface ConflictExceptionErrorArgument {
|
|
|
200
185
|
*/
|
|
201
186
|
Value: string | undefined;
|
|
202
187
|
}
|
|
203
|
-
/**
|
|
204
|
-
* <p>The target resource is in use.</p>
|
|
205
|
-
* @public
|
|
206
|
-
*/
|
|
207
|
-
export declare class ConflictException extends __BaseException {
|
|
208
|
-
readonly name: "ConflictException";
|
|
209
|
-
readonly $fault: "client";
|
|
210
|
-
Message: string | undefined;
|
|
211
|
-
/**
|
|
212
|
-
* <p>The resource's ID.</p>
|
|
213
|
-
* @public
|
|
214
|
-
*/
|
|
215
|
-
ResourceId: string | undefined;
|
|
216
|
-
/**
|
|
217
|
-
* <p>The resource's type.</p>
|
|
218
|
-
* @public
|
|
219
|
-
*/
|
|
220
|
-
ResourceType: string | undefined;
|
|
221
|
-
/**
|
|
222
|
-
* <p>A unique ID for the error.</p>
|
|
223
|
-
* @public
|
|
224
|
-
*/
|
|
225
|
-
ErrorId?: string | undefined;
|
|
226
|
-
/**
|
|
227
|
-
* <p>A list of attributes that led to the exception and their values.</p>
|
|
228
|
-
* @public
|
|
229
|
-
*/
|
|
230
|
-
ErrorArguments?: ConflictExceptionErrorArgument[] | undefined;
|
|
231
|
-
/**
|
|
232
|
-
* @internal
|
|
233
|
-
*/
|
|
234
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
235
|
-
}
|
|
236
188
|
/**
|
|
237
189
|
* @public
|
|
238
190
|
* @enum
|
|
@@ -369,57 +321,6 @@ export interface CreateApplicationInstanceResponse {
|
|
|
369
321
|
*/
|
|
370
322
|
ApplicationInstanceId: string | undefined;
|
|
371
323
|
}
|
|
372
|
-
/**
|
|
373
|
-
* <p>An internal error occurred.</p>
|
|
374
|
-
* @public
|
|
375
|
-
*/
|
|
376
|
-
export declare class InternalServerException extends __BaseException {
|
|
377
|
-
readonly name: "InternalServerException";
|
|
378
|
-
readonly $fault: "server";
|
|
379
|
-
Message: string | undefined;
|
|
380
|
-
/**
|
|
381
|
-
* <p>The number of seconds a client should wait before retrying the call.</p>
|
|
382
|
-
* @public
|
|
383
|
-
*/
|
|
384
|
-
RetryAfterSeconds?: number | undefined;
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
389
|
-
}
|
|
390
|
-
/**
|
|
391
|
-
* <p>The request would cause a limit to be exceeded.</p>
|
|
392
|
-
* @public
|
|
393
|
-
*/
|
|
394
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
395
|
-
readonly name: "ServiceQuotaExceededException";
|
|
396
|
-
readonly $fault: "client";
|
|
397
|
-
Message: string | undefined;
|
|
398
|
-
/**
|
|
399
|
-
* <p>The target resource's ID.</p>
|
|
400
|
-
* @public
|
|
401
|
-
*/
|
|
402
|
-
ResourceId?: string | undefined;
|
|
403
|
-
/**
|
|
404
|
-
* <p>The target resource's type.</p>
|
|
405
|
-
* @public
|
|
406
|
-
*/
|
|
407
|
-
ResourceType?: string | undefined;
|
|
408
|
-
/**
|
|
409
|
-
* <p>The name of the limit.</p>
|
|
410
|
-
* @public
|
|
411
|
-
*/
|
|
412
|
-
QuotaCode: string | undefined;
|
|
413
|
-
/**
|
|
414
|
-
* <p>The name of the service.</p>
|
|
415
|
-
* @public
|
|
416
|
-
*/
|
|
417
|
-
ServiceCode: string | undefined;
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
422
|
-
}
|
|
423
324
|
/**
|
|
424
325
|
* <p>A validation exception error argument.</p>
|
|
425
326
|
* @public
|
|
@@ -466,39 +367,6 @@ export declare const ValidationExceptionReason: {
|
|
|
466
367
|
* @public
|
|
467
368
|
*/
|
|
468
369
|
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
469
|
-
/**
|
|
470
|
-
* <p>The request contains an invalid parameter value.</p>
|
|
471
|
-
* @public
|
|
472
|
-
*/
|
|
473
|
-
export declare class ValidationException extends __BaseException {
|
|
474
|
-
readonly name: "ValidationException";
|
|
475
|
-
readonly $fault: "client";
|
|
476
|
-
Message: string | undefined;
|
|
477
|
-
/**
|
|
478
|
-
* <p>The reason that validation failed.</p>
|
|
479
|
-
* @public
|
|
480
|
-
*/
|
|
481
|
-
Reason?: ValidationExceptionReason | undefined;
|
|
482
|
-
/**
|
|
483
|
-
* <p>A unique ID for the error.</p>
|
|
484
|
-
* @public
|
|
485
|
-
*/
|
|
486
|
-
ErrorId?: string | undefined;
|
|
487
|
-
/**
|
|
488
|
-
* <p>A list of attributes that led to the exception and their values.</p>
|
|
489
|
-
* @public
|
|
490
|
-
*/
|
|
491
|
-
ErrorArguments?: ValidationExceptionErrorArgument[] | undefined;
|
|
492
|
-
/**
|
|
493
|
-
* <p>A list of request parameters that failed validation.</p>
|
|
494
|
-
* @public
|
|
495
|
-
*/
|
|
496
|
-
Fields?: ValidationExceptionField[] | undefined;
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
501
|
-
}
|
|
502
370
|
/**
|
|
503
371
|
* <p>An over-the-air update (OTA) job configuration.</p>
|
|
504
372
|
* @public
|
|
@@ -584,29 +452,6 @@ export interface CreateJobForDevicesResponse {
|
|
|
584
452
|
*/
|
|
585
453
|
Jobs: Job[] | undefined;
|
|
586
454
|
}
|
|
587
|
-
/**
|
|
588
|
-
* <p>The target resource was not found.</p>
|
|
589
|
-
* @public
|
|
590
|
-
*/
|
|
591
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
592
|
-
readonly name: "ResourceNotFoundException";
|
|
593
|
-
readonly $fault: "client";
|
|
594
|
-
Message: string | undefined;
|
|
595
|
-
/**
|
|
596
|
-
* <p>The resource's ID.</p>
|
|
597
|
-
* @public
|
|
598
|
-
*/
|
|
599
|
-
ResourceId: string | undefined;
|
|
600
|
-
/**
|
|
601
|
-
* <p>The resource's type.</p>
|
|
602
|
-
* @public
|
|
603
|
-
*/
|
|
604
|
-
ResourceType: string | undefined;
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
609
|
-
}
|
|
610
455
|
/**
|
|
611
456
|
* @public
|
|
612
457
|
* @enum
|
|
@@ -5,5 +5,6 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { PanoramaExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/errors";
|
|
9
|
+
export * from "./models/models_0";
|
|
9
10
|
export { PanoramaServiceException } from "./models/PanoramaServiceException";
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
ConflictExceptionErrorArgument,
|
|
4
|
+
ValidationExceptionErrorArgument,
|
|
5
|
+
ValidationExceptionField,
|
|
6
|
+
ValidationExceptionReason,
|
|
7
|
+
} from "./models_0";
|
|
8
|
+
import { PanoramaServiceException as __BaseException } from "./PanoramaServiceException";
|
|
9
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
10
|
+
readonly name: "AccessDeniedException";
|
|
11
|
+
readonly $fault: "client";
|
|
12
|
+
Message: string | undefined;
|
|
13
|
+
constructor(
|
|
14
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
export declare class ConflictException extends __BaseException {
|
|
18
|
+
readonly name: "ConflictException";
|
|
19
|
+
readonly $fault: "client";
|
|
20
|
+
Message: string | undefined;
|
|
21
|
+
ResourceId: string | undefined;
|
|
22
|
+
ResourceType: string | undefined;
|
|
23
|
+
ErrorId?: string | undefined;
|
|
24
|
+
ErrorArguments?: ConflictExceptionErrorArgument[] | undefined;
|
|
25
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
26
|
+
}
|
|
27
|
+
export declare class InternalServerException extends __BaseException {
|
|
28
|
+
readonly name: "InternalServerException";
|
|
29
|
+
readonly $fault: "server";
|
|
30
|
+
Message: string | undefined;
|
|
31
|
+
RetryAfterSeconds?: number | undefined;
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
37
|
+
readonly name: "ServiceQuotaExceededException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Message: string | undefined;
|
|
40
|
+
ResourceId?: string | undefined;
|
|
41
|
+
ResourceType?: string | undefined;
|
|
42
|
+
QuotaCode: string | undefined;
|
|
43
|
+
ServiceCode: string | undefined;
|
|
44
|
+
constructor(
|
|
45
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
export declare class ValidationException extends __BaseException {
|
|
49
|
+
readonly name: "ValidationException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
Message: string | undefined;
|
|
52
|
+
Reason?: ValidationExceptionReason | undefined;
|
|
53
|
+
ErrorId?: string | undefined;
|
|
54
|
+
ErrorArguments?: ValidationExceptionErrorArgument[] | undefined;
|
|
55
|
+
Fields?: ValidationExceptionField[] | undefined;
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
61
|
+
readonly name: "ResourceNotFoundException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
Message: string | undefined;
|
|
64
|
+
ResourceId: string | undefined;
|
|
65
|
+
ResourceType: string | undefined;
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { PanoramaServiceException as __BaseException } from "./PanoramaServiceException";
|
|
3
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
-
readonly name: "AccessDeniedException";
|
|
5
|
-
readonly $fault: "client";
|
|
6
|
-
Message: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
-
);
|
|
10
|
-
}
|
|
11
1
|
export interface AlternateSoftwareMetadata {
|
|
12
2
|
Version?: string | undefined;
|
|
13
3
|
}
|
|
@@ -78,16 +68,6 @@ export interface ConflictExceptionErrorArgument {
|
|
|
78
68
|
Name: string | undefined;
|
|
79
69
|
Value: string | undefined;
|
|
80
70
|
}
|
|
81
|
-
export declare class ConflictException extends __BaseException {
|
|
82
|
-
readonly name: "ConflictException";
|
|
83
|
-
readonly $fault: "client";
|
|
84
|
-
Message: string | undefined;
|
|
85
|
-
ResourceId: string | undefined;
|
|
86
|
-
ResourceType: string | undefined;
|
|
87
|
-
ErrorId?: string | undefined;
|
|
88
|
-
ErrorArguments?: ConflictExceptionErrorArgument[] | undefined;
|
|
89
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
90
|
-
}
|
|
91
71
|
export declare const ConnectionType: {
|
|
92
72
|
readonly DHCP: "DHCP";
|
|
93
73
|
readonly STATIC_IP: "STATIC_IP";
|
|
@@ -141,27 +121,6 @@ export interface CreateApplicationInstanceRequest {
|
|
|
141
121
|
export interface CreateApplicationInstanceResponse {
|
|
142
122
|
ApplicationInstanceId: string | undefined;
|
|
143
123
|
}
|
|
144
|
-
export declare class InternalServerException extends __BaseException {
|
|
145
|
-
readonly name: "InternalServerException";
|
|
146
|
-
readonly $fault: "server";
|
|
147
|
-
Message: string | undefined;
|
|
148
|
-
RetryAfterSeconds?: number | undefined;
|
|
149
|
-
constructor(
|
|
150
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
151
|
-
);
|
|
152
|
-
}
|
|
153
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
154
|
-
readonly name: "ServiceQuotaExceededException";
|
|
155
|
-
readonly $fault: "client";
|
|
156
|
-
Message: string | undefined;
|
|
157
|
-
ResourceId?: string | undefined;
|
|
158
|
-
ResourceType?: string | undefined;
|
|
159
|
-
QuotaCode: string | undefined;
|
|
160
|
-
ServiceCode: string | undefined;
|
|
161
|
-
constructor(
|
|
162
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
163
|
-
);
|
|
164
|
-
}
|
|
165
124
|
export interface ValidationExceptionErrorArgument {
|
|
166
125
|
Name: string | undefined;
|
|
167
126
|
Value: string | undefined;
|
|
@@ -178,18 +137,6 @@ export declare const ValidationExceptionReason: {
|
|
|
178
137
|
};
|
|
179
138
|
export type ValidationExceptionReason =
|
|
180
139
|
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
181
|
-
export declare class ValidationException extends __BaseException {
|
|
182
|
-
readonly name: "ValidationException";
|
|
183
|
-
readonly $fault: "client";
|
|
184
|
-
Message: string | undefined;
|
|
185
|
-
Reason?: ValidationExceptionReason | undefined;
|
|
186
|
-
ErrorId?: string | undefined;
|
|
187
|
-
ErrorArguments?: ValidationExceptionErrorArgument[] | undefined;
|
|
188
|
-
Fields?: ValidationExceptionField[] | undefined;
|
|
189
|
-
constructor(
|
|
190
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
191
|
-
);
|
|
192
|
-
}
|
|
193
140
|
export interface OTAJobConfig {
|
|
194
141
|
ImageVersion: string | undefined;
|
|
195
142
|
AllowMajorVersionUpdate?: boolean | undefined;
|
|
@@ -214,16 +161,6 @@ export interface Job {
|
|
|
214
161
|
export interface CreateJobForDevicesResponse {
|
|
215
162
|
Jobs: Job[] | undefined;
|
|
216
163
|
}
|
|
217
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
218
|
-
readonly name: "ResourceNotFoundException";
|
|
219
|
-
readonly $fault: "client";
|
|
220
|
-
Message: string | undefined;
|
|
221
|
-
ResourceId: string | undefined;
|
|
222
|
-
ResourceType: string | undefined;
|
|
223
|
-
constructor(
|
|
224
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
225
|
-
);
|
|
226
|
-
}
|
|
227
164
|
export declare const JobResourceType: {
|
|
228
165
|
readonly PACKAGE: "PACKAGE";
|
|
229
166
|
};
|
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.
|
|
4
|
+
"version": "3.935.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",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|