@aws-sdk/client-panorama 3.928.0 → 3.929.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 (58) hide show
  1. package/dist-cjs/index.js +1580 -1579
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/PanoramaClient.js +2 -0
  4. package/dist-es/commands/CreateApplicationInstanceCommand.js +3 -9
  5. package/dist-es/commands/CreateJobForDevicesCommand.js +3 -9
  6. package/dist-es/commands/CreateNodeFromTemplateJobCommand.js +3 -10
  7. package/dist-es/commands/CreatePackageCommand.js +3 -9
  8. package/dist-es/commands/CreatePackageImportJobCommand.js +3 -9
  9. package/dist-es/commands/DeleteDeviceCommand.js +3 -9
  10. package/dist-es/commands/DeletePackageCommand.js +3 -9
  11. package/dist-es/commands/DeregisterPackageVersionCommand.js +3 -9
  12. package/dist-es/commands/DescribeApplicationInstanceCommand.js +3 -9
  13. package/dist-es/commands/DescribeApplicationInstanceDetailsCommand.js +3 -9
  14. package/dist-es/commands/DescribeDeviceCommand.js +3 -9
  15. package/dist-es/commands/DescribeDeviceJobCommand.js +3 -9
  16. package/dist-es/commands/DescribeNodeCommand.js +3 -9
  17. package/dist-es/commands/DescribeNodeFromTemplateJobCommand.js +3 -10
  18. package/dist-es/commands/DescribePackageCommand.js +3 -9
  19. package/dist-es/commands/DescribePackageImportJobCommand.js +3 -9
  20. package/dist-es/commands/DescribePackageVersionCommand.js +3 -9
  21. package/dist-es/commands/ListApplicationInstanceDependenciesCommand.js +3 -9
  22. package/dist-es/commands/ListApplicationInstanceNodeInstancesCommand.js +3 -9
  23. package/dist-es/commands/ListApplicationInstancesCommand.js +3 -9
  24. package/dist-es/commands/ListDevicesCommand.js +3 -9
  25. package/dist-es/commands/ListDevicesJobsCommand.js +3 -9
  26. package/dist-es/commands/ListNodeFromTemplateJobsCommand.js +3 -9
  27. package/dist-es/commands/ListNodesCommand.js +3 -9
  28. package/dist-es/commands/ListPackageImportJobsCommand.js +3 -9
  29. package/dist-es/commands/ListPackagesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/ProvisionDeviceCommand.js +3 -9
  32. package/dist-es/commands/RegisterPackageVersionCommand.js +3 -9
  33. package/dist-es/commands/RemoveApplicationInstanceCommand.js +3 -9
  34. package/dist-es/commands/SignalApplicationInstanceNodeInstancesCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateDeviceMetadataCommand.js +3 -9
  38. package/dist-es/models/models_0.js +0 -9
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1521 -0
  41. package/dist-types/PanoramaClient.d.ts +10 -1
  42. package/dist-types/models/models_0.d.ts +0 -8
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +177 -0
  48. package/dist-types/ts3.4/PanoramaClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +184 -0
  55. package/package.json +2 -2
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1337
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
 
20
19
  const resolveClientEndpointParameters = (options) => {
21
20
  return Object.assign(options, {
@@ -91,6 +90,7 @@ class PanoramaClient extends smithyClient.Client {
91
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
92
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
93
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
94
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
95
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -110,14 +110,14 @@ class PanoramaClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- class PanoramaServiceException extends smithyClient.ServiceException {
113
+ let PanoramaServiceException$1 = class PanoramaServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, PanoramaServiceException.prototype);
117
117
  }
118
- }
118
+ };
119
119
 
120
- class AccessDeniedException extends PanoramaServiceException {
120
+ let AccessDeniedException$1 = class AccessDeniedException extends PanoramaServiceException$1 {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,7 +130,7 @@ class AccessDeniedException extends PanoramaServiceException {
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- }
133
+ };
134
134
  const ApplicationInstanceHealthStatus = {
135
135
  ERROR: "ERROR",
136
136
  NOT_AVAILABLE: "NOT_AVAILABLE",
@@ -167,7 +167,7 @@ const ApplicationInstanceStatus = {
167
167
  REMOVAL_REQUESTED: "REMOVAL_REQUESTED",
168
168
  REMOVAL_SUCCEEDED: "REMOVAL_SUCCEEDED",
169
169
  };
170
- class ConflictException extends PanoramaServiceException {
170
+ let ConflictException$1 = class ConflictException extends PanoramaServiceException$1 {
171
171
  name = "ConflictException";
172
172
  $fault = "client";
173
173
  Message;
@@ -188,7 +188,7 @@ class ConflictException extends PanoramaServiceException {
188
188
  this.ErrorId = opts.ErrorId;
189
189
  this.ErrorArguments = opts.ErrorArguments;
190
190
  }
191
- }
191
+ };
192
192
  const ConnectionType = {
193
193
  DHCP: "DHCP",
194
194
  STATIC_IP: "STATIC_IP",
@@ -209,7 +209,7 @@ exports.ManifestPayload = void 0;
209
209
  return visitor._(value.$unknown[0], value.$unknown[1]);
210
210
  };
211
211
  })(exports.ManifestPayload || (exports.ManifestPayload = {}));
212
- class InternalServerException extends PanoramaServiceException {
212
+ let InternalServerException$1 = class InternalServerException extends PanoramaServiceException$1 {
213
213
  name = "InternalServerException";
214
214
  $fault = "server";
215
215
  Message;
@@ -224,8 +224,8 @@ class InternalServerException extends PanoramaServiceException {
224
224
  this.Message = opts.Message;
225
225
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
226
226
  }
227
- }
228
- class ServiceQuotaExceededException extends PanoramaServiceException {
227
+ };
228
+ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends PanoramaServiceException$1 {
229
229
  name = "ServiceQuotaExceededException";
230
230
  $fault = "client";
231
231
  Message;
@@ -246,14 +246,14 @@ class ServiceQuotaExceededException extends PanoramaServiceException {
246
246
  this.QuotaCode = opts.QuotaCode;
247
247
  this.ServiceCode = opts.ServiceCode;
248
248
  }
249
- }
249
+ };
250
250
  const ValidationExceptionReason = {
251
251
  CANNOT_PARSE: "CANNOT_PARSE",
252
252
  FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
253
253
  OTHER: "OTHER",
254
254
  UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
255
255
  };
256
- class ValidationException extends PanoramaServiceException {
256
+ let ValidationException$1 = class ValidationException extends PanoramaServiceException$1 {
257
257
  name = "ValidationException";
258
258
  $fault = "client";
259
259
  Message;
@@ -274,12 +274,12 @@ class ValidationException extends PanoramaServiceException {
274
274
  this.ErrorArguments = opts.ErrorArguments;
275
275
  this.Fields = opts.Fields;
276
276
  }
277
- }
277
+ };
278
278
  const JobType = {
279
279
  OTA: "OTA",
280
280
  REBOOT: "REBOOT",
281
281
  };
282
- class ResourceNotFoundException extends PanoramaServiceException {
282
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends PanoramaServiceException$1 {
283
283
  name = "ResourceNotFoundException";
284
284
  $fault = "client";
285
285
  Message;
@@ -296,7 +296,7 @@ class ResourceNotFoundException extends PanoramaServiceException {
296
296
  this.ResourceId = opts.ResourceId;
297
297
  this.ResourceType = opts.ResourceType;
298
298
  }
299
- }
299
+ };
300
300
  const JobResourceType = {
301
301
  PACKAGE: "PACKAGE",
302
302
  };
@@ -414,1361 +414,1529 @@ const NodeSignalValue = {
414
414
  PAUSE: "PAUSE",
415
415
  RESUME: "RESUME",
416
416
  };
417
- const CreateNodeFromTemplateJobRequestFilterSensitiveLog = (obj) => ({
418
- ...obj,
419
- ...(obj.TemplateParameters && { TemplateParameters: smithyClient.SENSITIVE_STRING }),
420
- });
421
- const DescribeNodeFromTemplateJobResponseFilterSensitiveLog = (obj) => ({
422
- ...obj,
423
- ...(obj.TemplateParameters && { TemplateParameters: smithyClient.SENSITIVE_STRING }),
424
- });
425
417
 
426
- const se_CreateApplicationInstanceCommand = async (input, context) => {
427
- const b = core.requestBuilder(input, context);
428
- const headers = {
429
- "content-type": "application/json",
430
- };
431
- b.bp("/application-instances");
432
- let body;
433
- body = JSON.stringify(smithyClient.take(input, {
434
- ApplicationInstanceIdToReplace: [],
435
- DefaultRuntimeContextDevice: [],
436
- Description: [],
437
- ManifestOverridesPayload: (_) => smithyClient._json(_),
438
- ManifestPayload: (_) => smithyClient._json(_),
439
- Name: [],
440
- RuntimeRoleArn: [],
441
- Tags: (_) => smithyClient._json(_),
442
- }));
443
- b.m("POST").h(headers).b(body);
444
- return b.build();
445
- };
446
- const se_CreateJobForDevicesCommand = async (input, context) => {
447
- const b = core.requestBuilder(input, context);
448
- const headers = {
449
- "content-type": "application/json",
450
- };
451
- b.bp("/jobs");
452
- let body;
453
- body = JSON.stringify(smithyClient.take(input, {
454
- DeviceIds: (_) => smithyClient._json(_),
455
- DeviceJobConfig: (_) => smithyClient._json(_),
456
- JobType: [],
457
- }));
458
- b.m("POST").h(headers).b(body);
459
- return b.build();
460
- };
461
- const se_CreateNodeFromTemplateJobCommand = async (input, context) => {
462
- const b = core.requestBuilder(input, context);
463
- const headers = {
464
- "content-type": "application/json",
465
- };
466
- b.bp("/packages/template-job");
467
- let body;
468
- body = JSON.stringify(smithyClient.take(input, {
469
- JobTags: (_) => smithyClient._json(_),
470
- NodeDescription: [],
471
- NodeName: [],
472
- OutputPackageName: [],
473
- OutputPackageVersion: [],
474
- TemplateParameters: (_) => smithyClient._json(_),
475
- TemplateType: [],
476
- }));
477
- b.m("POST").h(headers).b(body);
478
- return b.build();
479
- };
480
- const se_CreatePackageCommand = async (input, context) => {
481
- const b = core.requestBuilder(input, context);
482
- const headers = {
483
- "content-type": "application/json",
484
- };
485
- b.bp("/packages");
486
- let body;
487
- body = JSON.stringify(smithyClient.take(input, {
488
- PackageName: [],
489
- Tags: (_) => smithyClient._json(_),
490
- }));
491
- b.m("POST").h(headers).b(body);
492
- return b.build();
493
- };
494
- const se_CreatePackageImportJobCommand = async (input, context) => {
495
- const b = core.requestBuilder(input, context);
496
- const headers = {
497
- "content-type": "application/json",
498
- };
499
- b.bp("/packages/import-jobs");
500
- let body;
501
- body = JSON.stringify(smithyClient.take(input, {
502
- ClientToken: [],
503
- InputConfig: (_) => smithyClient._json(_),
504
- JobTags: (_) => smithyClient._json(_),
505
- JobType: [],
506
- OutputConfig: (_) => smithyClient._json(_),
507
- }));
508
- b.m("POST").h(headers).b(body);
509
- return b.build();
510
- };
511
- const se_DeleteDeviceCommand = async (input, context) => {
512
- const b = core.requestBuilder(input, context);
513
- const headers = {};
514
- b.bp("/devices/{DeviceId}");
515
- b.p("DeviceId", () => input.DeviceId, "{DeviceId}", false);
516
- let body;
517
- b.m("DELETE").h(headers).b(body);
518
- return b.build();
519
- };
520
- const se_DeletePackageCommand = async (input, context) => {
521
- const b = core.requestBuilder(input, context);
522
- const headers = {};
523
- b.bp("/packages/{PackageId}");
524
- b.p("PackageId", () => input.PackageId, "{PackageId}", false);
525
- const query = smithyClient.map({
526
- [_FD]: [() => input.ForceDelete !== void 0, () => input[_FD].toString()],
527
- });
528
- let body;
529
- b.m("DELETE").h(headers).q(query).b(body);
530
- return b.build();
531
- };
532
- const se_DeregisterPackageVersionCommand = async (input, context) => {
533
- const b = core.requestBuilder(input, context);
534
- const headers = {};
535
- b.bp("/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}");
536
- b.p("PackageId", () => input.PackageId, "{PackageId}", false);
537
- b.p("PackageVersion", () => input.PackageVersion, "{PackageVersion}", false);
538
- b.p("PatchVersion", () => input.PatchVersion, "{PatchVersion}", false);
539
- const query = smithyClient.map({
540
- [_OA]: [, input[_OA]],
541
- [_ULPV]: [, input[_ULPV]],
542
- });
543
- let body;
544
- b.m("DELETE").h(headers).q(query).b(body);
545
- return b.build();
546
- };
547
- const se_DescribeApplicationInstanceCommand = async (input, context) => {
548
- const b = core.requestBuilder(input, context);
549
- const headers = {};
550
- b.bp("/application-instances/{ApplicationInstanceId}");
551
- b.p("ApplicationInstanceId", () => input.ApplicationInstanceId, "{ApplicationInstanceId}", false);
552
- let body;
553
- b.m("GET").h(headers).b(body);
554
- return b.build();
555
- };
556
- const se_DescribeApplicationInstanceDetailsCommand = async (input, context) => {
557
- const b = core.requestBuilder(input, context);
558
- const headers = {};
559
- b.bp("/application-instances/{ApplicationInstanceId}/details");
560
- b.p("ApplicationInstanceId", () => input.ApplicationInstanceId, "{ApplicationInstanceId}", false);
561
- let body;
562
- b.m("GET").h(headers).b(body);
563
- return b.build();
564
- };
565
- const se_DescribeDeviceCommand = async (input, context) => {
566
- const b = core.requestBuilder(input, context);
567
- const headers = {};
568
- b.bp("/devices/{DeviceId}");
569
- b.p("DeviceId", () => input.DeviceId, "{DeviceId}", false);
570
- let body;
571
- b.m("GET").h(headers).b(body);
572
- return b.build();
573
- };
574
- const se_DescribeDeviceJobCommand = async (input, context) => {
575
- const b = core.requestBuilder(input, context);
576
- const headers = {};
577
- b.bp("/jobs/{JobId}");
578
- b.p("JobId", () => input.JobId, "{JobId}", false);
579
- let body;
580
- b.m("GET").h(headers).b(body);
581
- return b.build();
582
- };
583
- const se_DescribeNodeCommand = async (input, context) => {
584
- const b = core.requestBuilder(input, context);
585
- const headers = {};
586
- b.bp("/nodes/{NodeId}");
587
- b.p("NodeId", () => input.NodeId, "{NodeId}", false);
588
- const query = smithyClient.map({
589
- [_OA]: [, input[_OA]],
590
- });
591
- let body;
592
- b.m("GET").h(headers).q(query).b(body);
593
- return b.build();
594
- };
595
- const se_DescribeNodeFromTemplateJobCommand = async (input, context) => {
596
- const b = core.requestBuilder(input, context);
597
- const headers = {};
598
- b.bp("/packages/template-job/{JobId}");
599
- b.p("JobId", () => input.JobId, "{JobId}", false);
600
- let body;
601
- b.m("GET").h(headers).b(body);
602
- return b.build();
603
- };
604
- const se_DescribePackageCommand = async (input, context) => {
605
- const b = core.requestBuilder(input, context);
606
- const headers = {};
607
- b.bp("/packages/metadata/{PackageId}");
608
- b.p("PackageId", () => input.PackageId, "{PackageId}", false);
609
- let body;
610
- b.m("GET").h(headers).b(body);
611
- return b.build();
612
- };
613
- const se_DescribePackageImportJobCommand = async (input, context) => {
614
- const b = core.requestBuilder(input, context);
615
- const headers = {};
616
- b.bp("/packages/import-jobs/{JobId}");
617
- b.p("JobId", () => input.JobId, "{JobId}", false);
618
- let body;
619
- b.m("GET").h(headers).b(body);
620
- return b.build();
621
- };
622
- const se_DescribePackageVersionCommand = async (input, context) => {
623
- const b = core.requestBuilder(input, context);
624
- const headers = {};
625
- b.bp("/packages/metadata/{PackageId}/versions/{PackageVersion}");
626
- b.p("PackageId", () => input.PackageId, "{PackageId}", false);
627
- b.p("PackageVersion", () => input.PackageVersion, "{PackageVersion}", false);
628
- const query = smithyClient.map({
629
- [_OA]: [, input[_OA]],
630
- [_PV]: [, input[_PV]],
631
- });
632
- let body;
633
- b.m("GET").h(headers).q(query).b(body);
634
- return b.build();
635
- };
636
- const se_ListApplicationInstanceDependenciesCommand = async (input, context) => {
637
- const b = core.requestBuilder(input, context);
638
- const headers = {};
639
- b.bp("/application-instances/{ApplicationInstanceId}/package-dependencies");
640
- b.p("ApplicationInstanceId", () => input.ApplicationInstanceId, "{ApplicationInstanceId}", false);
641
- const query = smithyClient.map({
642
- [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
643
- [_nT]: [, input[_NT]],
644
- });
645
- let body;
646
- b.m("GET").h(headers).q(query).b(body);
647
- return b.build();
648
- };
649
- const se_ListApplicationInstanceNodeInstancesCommand = async (input, context) => {
650
- const b = core.requestBuilder(input, context);
651
- const headers = {};
652
- b.bp("/application-instances/{ApplicationInstanceId}/node-instances");
653
- b.p("ApplicationInstanceId", () => input.ApplicationInstanceId, "{ApplicationInstanceId}", false);
654
- const query = smithyClient.map({
655
- [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
656
- [_nT]: [, input[_NT]],
657
- });
658
- let body;
659
- b.m("GET").h(headers).q(query).b(body);
660
- return b.build();
661
- };
662
- const se_ListApplicationInstancesCommand = async (input, context) => {
663
- const b = core.requestBuilder(input, context);
664
- const headers = {};
665
- b.bp("/application-instances");
666
- const query = smithyClient.map({
667
- [_dI]: [, input[_DI]],
668
- [_sF]: [, input[_SF]],
669
- [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
670
- [_nT]: [, input[_NT]],
671
- });
672
- let body;
673
- b.m("GET").h(headers).q(query).b(body);
674
- return b.build();
675
- };
676
- const se_ListDevicesCommand = async (input, context) => {
677
- const b = core.requestBuilder(input, context);
678
- const headers = {};
679
- b.bp("/devices");
680
- const query = smithyClient.map({
681
- [_NT]: [, input[_NT]],
682
- [_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
683
- [_SB]: [, input[_SB]],
684
- [_SO]: [, input[_SO]],
685
- [_NF]: [, input[_NF]],
686
- [_DASF]: [, input[_DASF]],
687
- });
688
- let body;
689
- b.m("GET").h(headers).q(query).b(body);
690
- return b.build();
691
- };
692
- const se_ListDevicesJobsCommand = async (input, context) => {
693
- const b = core.requestBuilder(input, context);
694
- const headers = {};
695
- b.bp("/jobs");
696
- const query = smithyClient.map({
697
- [_DI]: [, input[_DI]],
698
- [_NT]: [, input[_NT]],
699
- [_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
700
- });
701
- let body;
702
- b.m("GET").h(headers).q(query).b(body);
703
- return b.build();
704
- };
705
- const se_ListNodeFromTemplateJobsCommand = async (input, context) => {
706
- const b = core.requestBuilder(input, context);
707
- const headers = {};
708
- b.bp("/packages/template-job");
709
- const query = smithyClient.map({
710
- [_NT]: [, input[_NT]],
711
- [_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
712
- });
713
- let body;
714
- b.m("GET").h(headers).q(query).b(body);
715
- return b.build();
716
- };
717
- const se_ListNodesCommand = async (input, context) => {
718
- const b = core.requestBuilder(input, context);
719
- const headers = {};
720
- b.bp("/nodes");
721
- const query = smithyClient.map({
722
- [_c]: [, input[_C]],
723
- [_oA]: [, input[_OA]],
724
- [_pN]: [, input[_PN]],
725
- [_pV]: [, input[_PVa]],
726
- [_pVa]: [, input[_PV]],
727
- [_nT]: [, input[_NT]],
728
- [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
729
- });
730
- let body;
731
- b.m("GET").h(headers).q(query).b(body);
732
- return b.build();
733
- };
734
- const se_ListPackageImportJobsCommand = async (input, context) => {
735
- const b = core.requestBuilder(input, context);
736
- const headers = {};
737
- b.bp("/packages/import-jobs");
738
- const query = smithyClient.map({
739
- [_NT]: [, input[_NT]],
740
- [_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
741
- });
742
- let body;
743
- b.m("GET").h(headers).q(query).b(body);
744
- return b.build();
745
- };
746
- const se_ListPackagesCommand = async (input, context) => {
747
- const b = core.requestBuilder(input, context);
748
- const headers = {};
749
- b.bp("/packages");
750
- const query = smithyClient.map({
751
- [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
752
- [_nT]: [, input[_NT]],
753
- });
754
- let body;
755
- b.m("GET").h(headers).q(query).b(body);
756
- return b.build();
757
- };
758
- const se_ListTagsForResourceCommand = async (input, context) => {
759
- const b = core.requestBuilder(input, context);
760
- const headers = {};
761
- b.bp("/tags/{ResourceArn}");
762
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
763
- let body;
764
- b.m("GET").h(headers).b(body);
765
- return b.build();
766
- };
767
- const se_ProvisionDeviceCommand = async (input, context) => {
768
- const b = core.requestBuilder(input, context);
769
- const headers = {
770
- "content-type": "application/json",
771
- };
772
- b.bp("/devices");
773
- let body;
774
- body = JSON.stringify(smithyClient.take(input, {
775
- Description: [],
776
- Name: [],
777
- NetworkingConfiguration: (_) => smithyClient._json(_),
778
- Tags: (_) => smithyClient._json(_),
779
- }));
780
- b.m("POST").h(headers).b(body);
781
- return b.build();
782
- };
783
- const se_RegisterPackageVersionCommand = async (input, context) => {
784
- const b = core.requestBuilder(input, context);
785
- const headers = {
786
- "content-type": "application/json",
787
- };
788
- b.bp("/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}");
789
- b.p("PackageId", () => input.PackageId, "{PackageId}", false);
790
- b.p("PackageVersion", () => input.PackageVersion, "{PackageVersion}", false);
791
- b.p("PatchVersion", () => input.PatchVersion, "{PatchVersion}", false);
792
- let body;
793
- body = JSON.stringify(smithyClient.take(input, {
794
- MarkLatest: [],
795
- OwnerAccount: [],
796
- }));
797
- b.m("PUT").h(headers).b(body);
798
- return b.build();
799
- };
800
- const se_RemoveApplicationInstanceCommand = async (input, context) => {
801
- const b = core.requestBuilder(input, context);
802
- const headers = {};
803
- b.bp("/application-instances/{ApplicationInstanceId}");
804
- b.p("ApplicationInstanceId", () => input.ApplicationInstanceId, "{ApplicationInstanceId}", false);
805
- let body;
806
- b.m("DELETE").h(headers).b(body);
807
- return b.build();
808
- };
809
- const se_SignalApplicationInstanceNodeInstancesCommand = async (input, context) => {
810
- const b = core.requestBuilder(input, context);
811
- const headers = {
812
- "content-type": "application/json",
813
- };
814
- b.bp("/application-instances/{ApplicationInstanceId}/node-signals");
815
- b.p("ApplicationInstanceId", () => input.ApplicationInstanceId, "{ApplicationInstanceId}", false);
816
- let body;
817
- body = JSON.stringify(smithyClient.take(input, {
818
- NodeSignals: (_) => smithyClient._json(_),
819
- }));
820
- b.m("PUT").h(headers).b(body);
821
- return b.build();
822
- };
823
- const se_TagResourceCommand = async (input, context) => {
824
- const b = core.requestBuilder(input, context);
825
- const headers = {
826
- "content-type": "application/json",
827
- };
828
- b.bp("/tags/{ResourceArn}");
829
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
830
- let body;
831
- body = JSON.stringify(smithyClient.take(input, {
832
- Tags: (_) => smithyClient._json(_),
833
- }));
834
- b.m("POST").h(headers).b(body);
835
- return b.build();
836
- };
837
- const se_UntagResourceCommand = async (input, context) => {
838
- const b = core.requestBuilder(input, context);
839
- const headers = {};
840
- b.bp("/tags/{ResourceArn}");
841
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
842
- const query = smithyClient.map({
843
- [_tK]: [smithyClient.expectNonNull(input.TagKeys, `TagKeys`) != null, () => input[_TK] || []],
844
- });
845
- let body;
846
- b.m("DELETE").h(headers).q(query).b(body);
847
- return b.build();
848
- };
849
- const se_UpdateDeviceMetadataCommand = async (input, context) => {
850
- const b = core.requestBuilder(input, context);
851
- const headers = {
852
- "content-type": "application/json",
853
- };
854
- b.bp("/devices/{DeviceId}");
855
- b.p("DeviceId", () => input.DeviceId, "{DeviceId}", false);
856
- let body;
857
- body = JSON.stringify(smithyClient.take(input, {
858
- Description: [],
859
- }));
860
- b.m("PUT").h(headers).b(body);
861
- return b.build();
862
- };
863
- const de_CreateApplicationInstanceCommand = async (output, context) => {
864
- if (output.statusCode !== 200 && output.statusCode >= 300) {
865
- return de_CommandError(output, context);
866
- }
867
- const contents = smithyClient.map({
868
- $metadata: deserializeMetadata(output),
869
- });
870
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
871
- const doc = smithyClient.take(data, {
872
- ApplicationInstanceId: smithyClient.expectString,
873
- });
874
- Object.assign(contents, doc);
875
- return contents;
876
- };
877
- const de_CreateJobForDevicesCommand = async (output, context) => {
878
- if (output.statusCode !== 200 && output.statusCode >= 300) {
879
- return de_CommandError(output, context);
880
- }
881
- const contents = smithyClient.map({
882
- $metadata: deserializeMetadata(output),
883
- });
884
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
885
- const doc = smithyClient.take(data, {
886
- Jobs: smithyClient._json,
887
- });
888
- Object.assign(contents, doc);
889
- return contents;
890
- };
891
- const de_CreateNodeFromTemplateJobCommand = async (output, context) => {
892
- if (output.statusCode !== 200 && output.statusCode >= 300) {
893
- return de_CommandError(output, context);
894
- }
895
- const contents = smithyClient.map({
896
- $metadata: deserializeMetadata(output),
897
- });
898
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
899
- const doc = smithyClient.take(data, {
900
- JobId: smithyClient.expectString,
901
- });
902
- Object.assign(contents, doc);
903
- return contents;
904
- };
905
- const de_CreatePackageCommand = async (output, context) => {
906
- if (output.statusCode !== 200 && output.statusCode >= 300) {
907
- return de_CommandError(output, context);
908
- }
909
- const contents = smithyClient.map({
910
- $metadata: deserializeMetadata(output),
911
- });
912
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
913
- const doc = smithyClient.take(data, {
914
- Arn: smithyClient.expectString,
915
- PackageId: smithyClient.expectString,
916
- StorageLocation: smithyClient._json,
917
- });
918
- Object.assign(contents, doc);
919
- return contents;
920
- };
921
- const de_CreatePackageImportJobCommand = async (output, context) => {
922
- if (output.statusCode !== 200 && output.statusCode >= 300) {
923
- return de_CommandError(output, context);
924
- }
925
- const contents = smithyClient.map({
926
- $metadata: deserializeMetadata(output),
927
- });
928
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
929
- const doc = smithyClient.take(data, {
930
- JobId: smithyClient.expectString,
931
- });
932
- Object.assign(contents, doc);
933
- return contents;
934
- };
935
- const de_DeleteDeviceCommand = async (output, context) => {
936
- if (output.statusCode !== 200 && output.statusCode >= 300) {
937
- return de_CommandError(output, context);
938
- }
939
- const contents = smithyClient.map({
940
- $metadata: deserializeMetadata(output),
941
- });
942
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
943
- const doc = smithyClient.take(data, {
944
- DeviceId: smithyClient.expectString,
945
- });
946
- Object.assign(contents, doc);
947
- return contents;
948
- };
949
- const de_DeletePackageCommand = async (output, context) => {
950
- if (output.statusCode !== 200 && output.statusCode >= 300) {
951
- return de_CommandError(output, context);
952
- }
953
- const contents = smithyClient.map({
954
- $metadata: deserializeMetadata(output),
955
- });
956
- await smithyClient.collectBody(output.body, context);
957
- return contents;
958
- };
959
- const de_DeregisterPackageVersionCommand = async (output, context) => {
960
- if (output.statusCode !== 200 && output.statusCode >= 300) {
961
- return de_CommandError(output, context);
962
- }
963
- const contents = smithyClient.map({
964
- $metadata: deserializeMetadata(output),
965
- });
966
- await smithyClient.collectBody(output.body, context);
967
- return contents;
968
- };
969
- const de_DescribeApplicationInstanceCommand = async (output, context) => {
970
- if (output.statusCode !== 200 && output.statusCode >= 300) {
971
- return de_CommandError(output, context);
972
- }
973
- const contents = smithyClient.map({
974
- $metadata: deserializeMetadata(output),
975
- });
976
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
977
- const doc = smithyClient.take(data, {
978
- ApplicationInstanceId: smithyClient.expectString,
979
- ApplicationInstanceIdToReplace: smithyClient.expectString,
980
- Arn: smithyClient.expectString,
981
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
982
- DefaultRuntimeContextDevice: smithyClient.expectString,
983
- DefaultRuntimeContextDeviceName: smithyClient.expectString,
984
- Description: smithyClient.expectString,
985
- HealthStatus: smithyClient.expectString,
986
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
987
- Name: smithyClient.expectString,
988
- RuntimeContextStates: (_) => de_ReportedRuntimeContextStates(_),
989
- RuntimeRoleArn: smithyClient.expectString,
990
- Status: smithyClient.expectString,
991
- StatusDescription: smithyClient.expectString,
992
- Tags: smithyClient._json,
993
- });
994
- Object.assign(contents, doc);
995
- return contents;
996
- };
997
- const de_DescribeApplicationInstanceDetailsCommand = async (output, context) => {
998
- if (output.statusCode !== 200 && output.statusCode >= 300) {
999
- return de_CommandError(output, context);
1000
- }
1001
- const contents = smithyClient.map({
1002
- $metadata: deserializeMetadata(output),
1003
- });
1004
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1005
- const doc = smithyClient.take(data, {
1006
- ApplicationInstanceId: smithyClient.expectString,
1007
- ApplicationInstanceIdToReplace: smithyClient.expectString,
1008
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1009
- DefaultRuntimeContextDevice: smithyClient.expectString,
1010
- Description: smithyClient.expectString,
1011
- ManifestOverridesPayload: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1012
- ManifestPayload: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1013
- Name: smithyClient.expectString,
1014
- });
1015
- Object.assign(contents, doc);
1016
- return contents;
1017
- };
1018
- const de_DescribeDeviceCommand = async (output, context) => {
1019
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1020
- return de_CommandError(output, context);
1021
- }
1022
- const contents = smithyClient.map({
1023
- $metadata: deserializeMetadata(output),
1024
- });
1025
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1026
- const doc = smithyClient.take(data, {
1027
- AlternateSoftwares: smithyClient._json,
1028
- Arn: smithyClient.expectString,
1029
- Brand: smithyClient.expectString,
1030
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1031
- CurrentNetworkingStatus: (_) => de_NetworkStatus(_),
1032
- CurrentSoftware: smithyClient.expectString,
1033
- Description: smithyClient.expectString,
1034
- DeviceAggregatedStatus: smithyClient.expectString,
1035
- DeviceConnectionStatus: smithyClient.expectString,
1036
- DeviceId: smithyClient.expectString,
1037
- LatestAlternateSoftware: smithyClient.expectString,
1038
- LatestDeviceJob: smithyClient._json,
1039
- LatestSoftware: smithyClient.expectString,
1040
- LeaseExpirationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1041
- Name: smithyClient.expectString,
1042
- NetworkingConfiguration: smithyClient._json,
1043
- ProvisioningStatus: smithyClient.expectString,
1044
- SerialNumber: smithyClient.expectString,
1045
- Tags: smithyClient._json,
1046
- Type: smithyClient.expectString,
1047
- });
1048
- Object.assign(contents, doc);
1049
- return contents;
1050
- };
1051
- const de_DescribeDeviceJobCommand = async (output, context) => {
1052
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1053
- return de_CommandError(output, context);
1054
- }
1055
- const contents = smithyClient.map({
1056
- $metadata: deserializeMetadata(output),
1057
- });
1058
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1059
- const doc = smithyClient.take(data, {
1060
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1061
- DeviceArn: smithyClient.expectString,
1062
- DeviceId: smithyClient.expectString,
1063
- DeviceName: smithyClient.expectString,
1064
- DeviceType: smithyClient.expectString,
1065
- ImageVersion: smithyClient.expectString,
1066
- JobId: smithyClient.expectString,
1067
- JobType: smithyClient.expectString,
1068
- Status: smithyClient.expectString,
1069
- });
1070
- Object.assign(contents, doc);
1071
- return contents;
1072
- };
1073
- const de_DescribeNodeCommand = async (output, context) => {
1074
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1075
- return de_CommandError(output, context);
1076
- }
1077
- const contents = smithyClient.map({
1078
- $metadata: deserializeMetadata(output),
1079
- });
1080
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1081
- const doc = smithyClient.take(data, {
1082
- AssetName: smithyClient.expectString,
1083
- Category: smithyClient.expectString,
1084
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1085
- Description: smithyClient.expectString,
1086
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1087
- Name: smithyClient.expectString,
1088
- NodeId: smithyClient.expectString,
1089
- NodeInterface: smithyClient._json,
1090
- OwnerAccount: smithyClient.expectString,
1091
- PackageArn: smithyClient.expectString,
1092
- PackageId: smithyClient.expectString,
1093
- PackageName: smithyClient.expectString,
1094
- PackageVersion: smithyClient.expectString,
1095
- PatchVersion: smithyClient.expectString,
1096
- });
1097
- Object.assign(contents, doc);
1098
- return contents;
1099
- };
1100
- const de_DescribeNodeFromTemplateJobCommand = async (output, context) => {
1101
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1102
- return de_CommandError(output, context);
1103
- }
1104
- const contents = smithyClient.map({
1105
- $metadata: deserializeMetadata(output),
1106
- });
1107
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1108
- const doc = smithyClient.take(data, {
1109
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1110
- JobId: smithyClient.expectString,
1111
- JobTags: smithyClient._json,
1112
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1113
- NodeDescription: smithyClient.expectString,
1114
- NodeName: smithyClient.expectString,
1115
- OutputPackageName: smithyClient.expectString,
1116
- OutputPackageVersion: smithyClient.expectString,
1117
- Status: smithyClient.expectString,
1118
- StatusMessage: smithyClient.expectString,
1119
- TemplateParameters: smithyClient._json,
1120
- TemplateType: smithyClient.expectString,
1121
- });
1122
- Object.assign(contents, doc);
1123
- return contents;
1124
- };
1125
- const de_DescribePackageCommand = async (output, context) => {
1126
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1127
- return de_CommandError(output, context);
1128
- }
1129
- const contents = smithyClient.map({
1130
- $metadata: deserializeMetadata(output),
1131
- });
1132
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1133
- const doc = smithyClient.take(data, {
1134
- Arn: smithyClient.expectString,
1135
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1136
- PackageId: smithyClient.expectString,
1137
- PackageName: smithyClient.expectString,
1138
- ReadAccessPrincipalArns: smithyClient._json,
1139
- StorageLocation: smithyClient._json,
1140
- Tags: smithyClient._json,
1141
- WriteAccessPrincipalArns: smithyClient._json,
1142
- });
1143
- Object.assign(contents, doc);
1144
- return contents;
1145
- };
1146
- const de_DescribePackageImportJobCommand = async (output, context) => {
1147
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1148
- return de_CommandError(output, context);
1149
- }
1150
- const contents = smithyClient.map({
1151
- $metadata: deserializeMetadata(output),
1152
- });
1153
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1154
- const doc = smithyClient.take(data, {
1155
- ClientToken: smithyClient.expectString,
1156
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1157
- InputConfig: smithyClient._json,
1158
- JobId: smithyClient.expectString,
1159
- JobTags: smithyClient._json,
1160
- JobType: smithyClient.expectString,
1161
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1162
- Output: smithyClient._json,
1163
- OutputConfig: smithyClient._json,
1164
- Status: smithyClient.expectString,
1165
- StatusMessage: smithyClient.expectString,
1166
- });
1167
- Object.assign(contents, doc);
1168
- return contents;
1169
- };
1170
- const de_DescribePackageVersionCommand = async (output, context) => {
1171
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1172
- return de_CommandError(output, context);
1173
- }
1174
- const contents = smithyClient.map({
1175
- $metadata: deserializeMetadata(output),
1176
- });
1177
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1178
- const doc = smithyClient.take(data, {
1179
- IsLatestPatch: smithyClient.expectBoolean,
1180
- OwnerAccount: smithyClient.expectString,
1181
- PackageArn: smithyClient.expectString,
1182
- PackageId: smithyClient.expectString,
1183
- PackageName: smithyClient.expectString,
1184
- PackageVersion: smithyClient.expectString,
1185
- PatchVersion: smithyClient.expectString,
1186
- RegisteredTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1187
- Status: smithyClient.expectString,
1188
- StatusDescription: smithyClient.expectString,
1189
- });
1190
- Object.assign(contents, doc);
1191
- return contents;
1192
- };
1193
- const de_ListApplicationInstanceDependenciesCommand = async (output, context) => {
1194
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1195
- return de_CommandError(output, context);
1196
- }
1197
- const contents = smithyClient.map({
1198
- $metadata: deserializeMetadata(output),
1199
- });
1200
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1201
- const doc = smithyClient.take(data, {
1202
- NextToken: smithyClient.expectString,
1203
- PackageObjects: smithyClient._json,
1204
- });
1205
- Object.assign(contents, doc);
1206
- return contents;
1207
- };
1208
- const de_ListApplicationInstanceNodeInstancesCommand = async (output, context) => {
1209
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1210
- return de_CommandError(output, context);
1211
- }
1212
- const contents = smithyClient.map({
1213
- $metadata: deserializeMetadata(output),
1214
- });
1215
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1216
- const doc = smithyClient.take(data, {
1217
- NextToken: smithyClient.expectString,
1218
- NodeInstances: smithyClient._json,
1219
- });
1220
- Object.assign(contents, doc);
1221
- return contents;
1222
- };
1223
- const de_ListApplicationInstancesCommand = async (output, context) => {
1224
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1225
- return de_CommandError(output, context);
1226
- }
1227
- const contents = smithyClient.map({
1228
- $metadata: deserializeMetadata(output),
1229
- });
1230
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1231
- const doc = smithyClient.take(data, {
1232
- ApplicationInstances: (_) => de_ApplicationInstances(_),
1233
- NextToken: smithyClient.expectString,
1234
- });
1235
- Object.assign(contents, doc);
1236
- return contents;
1237
- };
1238
- const de_ListDevicesCommand = async (output, context) => {
1239
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1240
- return de_CommandError(output, context);
1241
- }
1242
- const contents = smithyClient.map({
1243
- $metadata: deserializeMetadata(output),
1244
- });
1245
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1246
- const doc = smithyClient.take(data, {
1247
- Devices: (_) => de_DeviceList(_),
1248
- NextToken: smithyClient.expectString,
1249
- });
1250
- Object.assign(contents, doc);
1251
- return contents;
1252
- };
1253
- const de_ListDevicesJobsCommand = async (output, context) => {
1254
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1255
- return de_CommandError(output, context);
1256
- }
1257
- const contents = smithyClient.map({
1258
- $metadata: deserializeMetadata(output),
1259
- });
1260
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1261
- const doc = smithyClient.take(data, {
1262
- DeviceJobs: (_) => de_DeviceJobList(_),
1263
- NextToken: smithyClient.expectString,
1264
- });
1265
- Object.assign(contents, doc);
1266
- return contents;
1267
- };
1268
- const de_ListNodeFromTemplateJobsCommand = async (output, context) => {
1269
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1270
- return de_CommandError(output, context);
1271
- }
1272
- const contents = smithyClient.map({
1273
- $metadata: deserializeMetadata(output),
1274
- });
1275
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1276
- const doc = smithyClient.take(data, {
1277
- NextToken: smithyClient.expectString,
1278
- NodeFromTemplateJobs: (_) => de_NodeFromTemplateJobList(_),
1279
- });
1280
- Object.assign(contents, doc);
1281
- return contents;
1282
- };
1283
- const de_ListNodesCommand = async (output, context) => {
1284
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1285
- return de_CommandError(output, context);
1286
- }
1287
- const contents = smithyClient.map({
1288
- $metadata: deserializeMetadata(output),
1289
- });
1290
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1291
- const doc = smithyClient.take(data, {
1292
- NextToken: smithyClient.expectString,
1293
- Nodes: (_) => de_NodesList(_),
1294
- });
1295
- Object.assign(contents, doc);
1296
- return contents;
1297
- };
1298
- const de_ListPackageImportJobsCommand = async (output, context) => {
1299
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1300
- return de_CommandError(output, context);
1301
- }
1302
- const contents = smithyClient.map({
1303
- $metadata: deserializeMetadata(output),
1304
- });
1305
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1306
- const doc = smithyClient.take(data, {
1307
- NextToken: smithyClient.expectString,
1308
- PackageImportJobs: (_) => de_PackageImportJobList(_),
1309
- });
1310
- Object.assign(contents, doc);
1311
- return contents;
1312
- };
1313
- const de_ListPackagesCommand = async (output, context) => {
1314
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1315
- return de_CommandError(output, context);
1316
- }
1317
- const contents = smithyClient.map({
1318
- $metadata: deserializeMetadata(output),
1319
- });
1320
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1321
- const doc = smithyClient.take(data, {
1322
- NextToken: smithyClient.expectString,
1323
- Packages: (_) => de_PackageList(_),
1324
- });
1325
- Object.assign(contents, doc);
1326
- return contents;
1327
- };
1328
- const de_ListTagsForResourceCommand = async (output, context) => {
1329
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1330
- return de_CommandError(output, context);
1331
- }
1332
- const contents = smithyClient.map({
1333
- $metadata: deserializeMetadata(output),
1334
- });
1335
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1336
- const doc = smithyClient.take(data, {
1337
- Tags: smithyClient._json,
1338
- });
1339
- Object.assign(contents, doc);
1340
- return contents;
1341
- };
1342
- const de_ProvisionDeviceCommand = async (output, context) => {
1343
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1344
- return de_CommandError(output, context);
1345
- }
1346
- const contents = smithyClient.map({
1347
- $metadata: deserializeMetadata(output),
1348
- });
1349
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1350
- const doc = smithyClient.take(data, {
1351
- Arn: smithyClient.expectString,
1352
- Certificates: context.base64Decoder,
1353
- DeviceId: smithyClient.expectString,
1354
- IotThingName: smithyClient.expectString,
1355
- Status: smithyClient.expectString,
1356
- });
1357
- Object.assign(contents, doc);
1358
- return contents;
1359
- };
1360
- const de_RegisterPackageVersionCommand = async (output, context) => {
1361
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1362
- return de_CommandError(output, context);
1363
- }
1364
- const contents = smithyClient.map({
1365
- $metadata: deserializeMetadata(output),
1366
- });
1367
- await smithyClient.collectBody(output.body, context);
1368
- return contents;
1369
- };
1370
- const de_RemoveApplicationInstanceCommand = async (output, context) => {
1371
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1372
- return de_CommandError(output, context);
1373
- }
1374
- const contents = smithyClient.map({
1375
- $metadata: deserializeMetadata(output),
1376
- });
1377
- await smithyClient.collectBody(output.body, context);
1378
- return contents;
1379
- };
1380
- const de_SignalApplicationInstanceNodeInstancesCommand = async (output, context) => {
1381
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1382
- return de_CommandError(output, context);
1383
- }
1384
- const contents = smithyClient.map({
1385
- $metadata: deserializeMetadata(output),
1386
- });
1387
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1388
- const doc = smithyClient.take(data, {
1389
- ApplicationInstanceId: smithyClient.expectString,
1390
- });
1391
- Object.assign(contents, doc);
1392
- return contents;
1393
- };
1394
- const de_TagResourceCommand = async (output, context) => {
1395
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1396
- return de_CommandError(output, context);
1397
- }
1398
- const contents = smithyClient.map({
1399
- $metadata: deserializeMetadata(output),
1400
- });
1401
- await smithyClient.collectBody(output.body, context);
1402
- return contents;
1403
- };
1404
- const de_UntagResourceCommand = async (output, context) => {
1405
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1406
- return de_CommandError(output, context);
1407
- }
1408
- const contents = smithyClient.map({
1409
- $metadata: deserializeMetadata(output),
1410
- });
1411
- await smithyClient.collectBody(output.body, context);
1412
- return contents;
1413
- };
1414
- const de_UpdateDeviceMetadataCommand = async (output, context) => {
1415
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1416
- return de_CommandError(output, context);
1417
- }
1418
- const contents = smithyClient.map({
1419
- $metadata: deserializeMetadata(output),
1420
- });
1421
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1422
- const doc = smithyClient.take(data, {
1423
- DeviceId: smithyClient.expectString,
1424
- });
1425
- Object.assign(contents, doc);
1426
- return contents;
1427
- };
1428
- const de_CommandError = async (output, context) => {
1429
- const parsedOutput = {
1430
- ...output,
1431
- body: await core$1.parseJsonErrorBody(output.body, context),
1432
- };
1433
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1434
- switch (errorCode) {
1435
- case "AccessDeniedException":
1436
- case "com.amazonaws.panorama#AccessDeniedException":
1437
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1438
- case "InternalServerException":
1439
- case "com.amazonaws.panorama#InternalServerException":
1440
- throw await de_InternalServerExceptionRes(parsedOutput);
1441
- case "ServiceQuotaExceededException":
1442
- case "com.amazonaws.panorama#ServiceQuotaExceededException":
1443
- throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
1444
- case "ValidationException":
1445
- case "com.amazonaws.panorama#ValidationException":
1446
- throw await de_ValidationExceptionRes(parsedOutput);
1447
- case "ConflictException":
1448
- case "com.amazonaws.panorama#ConflictException":
1449
- throw await de_ConflictExceptionRes(parsedOutput);
1450
- case "ResourceNotFoundException":
1451
- case "com.amazonaws.panorama#ResourceNotFoundException":
1452
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1453
- default:
1454
- const parsedBody = parsedOutput.body;
1455
- return throwDefaultError({
1456
- output,
1457
- parsedBody,
1458
- errorCode,
1459
- });
1460
- }
1461
- };
1462
- const throwDefaultError = smithyClient.withBaseException(PanoramaServiceException);
1463
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1464
- const contents = smithyClient.map({});
1465
- const data = parsedOutput.body;
1466
- const doc = smithyClient.take(data, {
1467
- Message: smithyClient.expectString,
1468
- });
1469
- Object.assign(contents, doc);
1470
- const exception = new AccessDeniedException({
1471
- $metadata: deserializeMetadata(parsedOutput),
1472
- ...contents,
1473
- });
1474
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1475
- };
1476
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1477
- const contents = smithyClient.map({});
1478
- const data = parsedOutput.body;
1479
- const doc = smithyClient.take(data, {
1480
- ErrorArguments: smithyClient._json,
1481
- ErrorId: smithyClient.expectString,
1482
- Message: smithyClient.expectString,
1483
- ResourceId: smithyClient.expectString,
1484
- ResourceType: smithyClient.expectString,
1485
- });
1486
- Object.assign(contents, doc);
1487
- const exception = new ConflictException({
1488
- $metadata: deserializeMetadata(parsedOutput),
1489
- ...contents,
1490
- });
1491
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1492
- };
1493
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
1494
- const contents = smithyClient.map({
1495
- [_RAS]: [() => void 0 !== parsedOutput.headers[_ra], () => smithyClient.strictParseInt32(parsedOutput.headers[_ra])],
1496
- });
1497
- const data = parsedOutput.body;
1498
- const doc = smithyClient.take(data, {
1499
- Message: smithyClient.expectString,
1500
- });
1501
- Object.assign(contents, doc);
1502
- const exception = new InternalServerException({
1503
- $metadata: deserializeMetadata(parsedOutput),
1504
- ...contents,
1505
- });
1506
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1507
- };
1508
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1509
- const contents = smithyClient.map({});
1510
- const data = parsedOutput.body;
1511
- const doc = smithyClient.take(data, {
1512
- Message: smithyClient.expectString,
1513
- ResourceId: smithyClient.expectString,
1514
- ResourceType: smithyClient.expectString,
1515
- });
1516
- Object.assign(contents, doc);
1517
- const exception = new ResourceNotFoundException({
1518
- $metadata: deserializeMetadata(parsedOutput),
1519
- ...contents,
1520
- });
1521
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1522
- };
1523
- const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
1524
- const contents = smithyClient.map({});
1525
- const data = parsedOutput.body;
1526
- const doc = smithyClient.take(data, {
1527
- Message: smithyClient.expectString,
1528
- QuotaCode: smithyClient.expectString,
1529
- ResourceId: smithyClient.expectString,
1530
- ResourceType: smithyClient.expectString,
1531
- ServiceCode: smithyClient.expectString,
1532
- });
1533
- Object.assign(contents, doc);
1534
- const exception = new ServiceQuotaExceededException({
1535
- $metadata: deserializeMetadata(parsedOutput),
1536
- ...contents,
1537
- });
1538
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1539
- };
1540
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
1541
- const contents = smithyClient.map({});
1542
- const data = parsedOutput.body;
1543
- const doc = smithyClient.take(data, {
1544
- ErrorArguments: smithyClient._json,
1545
- ErrorId: smithyClient.expectString,
1546
- Fields: smithyClient._json,
1547
- Message: smithyClient.expectString,
1548
- Reason: smithyClient.expectString,
1549
- });
1550
- Object.assign(contents, doc);
1551
- const exception = new ValidationException({
1552
- $metadata: deserializeMetadata(parsedOutput),
1553
- ...contents,
1554
- });
1555
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1556
- };
1557
- const de_ApplicationInstance = (output, context) => {
1558
- return smithyClient.take(output, {
1559
- ApplicationInstanceId: smithyClient.expectString,
1560
- Arn: smithyClient.expectString,
1561
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1562
- DefaultRuntimeContextDevice: smithyClient.expectString,
1563
- DefaultRuntimeContextDeviceName: smithyClient.expectString,
1564
- Description: smithyClient.expectString,
1565
- HealthStatus: smithyClient.expectString,
1566
- Name: smithyClient.expectString,
1567
- RuntimeContextStates: (_) => de_ReportedRuntimeContextStates(_),
1568
- Status: smithyClient.expectString,
1569
- StatusDescription: smithyClient.expectString,
1570
- Tags: smithyClient._json,
1571
- });
1572
- };
1573
- const de_ApplicationInstances = (output, context) => {
1574
- const retVal = (output || [])
1575
- .filter((e) => e != null)
1576
- .map((entry) => {
1577
- return de_ApplicationInstance(entry);
1578
- });
1579
- return retVal;
1580
- };
1581
- const de_Device = (output, context) => {
1582
- return smithyClient.take(output, {
1583
- Brand: smithyClient.expectString,
1584
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1585
- CurrentSoftware: smithyClient.expectString,
1586
- Description: smithyClient.expectString,
1587
- DeviceAggregatedStatus: smithyClient.expectString,
1588
- DeviceId: smithyClient.expectString,
1589
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1590
- LatestDeviceJob: smithyClient._json,
1591
- LeaseExpirationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1592
- Name: smithyClient.expectString,
1593
- ProvisioningStatus: smithyClient.expectString,
1594
- Tags: smithyClient._json,
1595
- Type: smithyClient.expectString,
1596
- });
1597
- };
1598
- const de_DeviceJob = (output, context) => {
1599
- return smithyClient.take(output, {
1600
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1601
- DeviceId: smithyClient.expectString,
1602
- DeviceName: smithyClient.expectString,
1603
- JobId: smithyClient.expectString,
1604
- JobType: smithyClient.expectString,
1605
- });
1606
- };
1607
- const de_DeviceJobList = (output, context) => {
1608
- const retVal = (output || [])
1609
- .filter((e) => e != null)
1610
- .map((entry) => {
1611
- return de_DeviceJob(entry);
1612
- });
1613
- return retVal;
1614
- };
1615
- const de_DeviceList = (output, context) => {
1616
- const retVal = (output || [])
1617
- .filter((e) => e != null)
1618
- .map((entry) => {
1619
- return de_Device(entry);
1620
- });
1621
- return retVal;
1622
- };
1623
- const de_NetworkStatus = (output, context) => {
1624
- return smithyClient.take(output, {
1625
- Ethernet0Status: smithyClient._json,
1626
- Ethernet1Status: smithyClient._json,
1627
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1628
- NtpStatus: smithyClient._json,
1629
- });
1630
- };
1631
- const de_Node = (output, context) => {
1632
- return smithyClient.take(output, {
1633
- Category: smithyClient.expectString,
1634
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1635
- Description: smithyClient.expectString,
1636
- Name: smithyClient.expectString,
1637
- NodeId: smithyClient.expectString,
1638
- OwnerAccount: smithyClient.expectString,
1639
- PackageArn: smithyClient.expectString,
1640
- PackageId: smithyClient.expectString,
1641
- PackageName: smithyClient.expectString,
1642
- PackageVersion: smithyClient.expectString,
1643
- PatchVersion: smithyClient.expectString,
1644
- });
1645
- };
1646
- const de_NodeFromTemplateJob = (output, context) => {
1647
- return smithyClient.take(output, {
1648
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1649
- JobId: smithyClient.expectString,
1650
- NodeName: smithyClient.expectString,
1651
- Status: smithyClient.expectString,
1652
- StatusMessage: smithyClient.expectString,
1653
- TemplateType: smithyClient.expectString,
1654
- });
1655
- };
1656
- const de_NodeFromTemplateJobList = (output, context) => {
1657
- const retVal = (output || [])
1658
- .filter((e) => e != null)
1659
- .map((entry) => {
1660
- return de_NodeFromTemplateJob(entry);
1661
- });
1662
- return retVal;
1663
- };
1664
- const de_NodesList = (output, context) => {
1665
- const retVal = (output || [])
1666
- .filter((e) => e != null)
1667
- .map((entry) => {
1668
- return de_Node(entry);
1669
- });
1670
- return retVal;
1671
- };
1672
- const de_PackageImportJob = (output, context) => {
1673
- return smithyClient.take(output, {
1674
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1675
- JobId: smithyClient.expectString,
1676
- JobType: smithyClient.expectString,
1677
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1678
- Status: smithyClient.expectString,
1679
- StatusMessage: smithyClient.expectString,
1680
- });
1681
- };
1682
- const de_PackageImportJobList = (output, context) => {
1683
- const retVal = (output || [])
1684
- .filter((e) => e != null)
1685
- .map((entry) => {
1686
- return de_PackageImportJob(entry);
1687
- });
1688
- return retVal;
1689
- };
1690
- const de_PackageList = (output, context) => {
1691
- const retVal = (output || [])
1692
- .filter((e) => e != null)
1693
- .map((entry) => {
1694
- return de_PackageListItem(entry);
1695
- });
1696
- return retVal;
1697
- };
1698
- const de_PackageListItem = (output, context) => {
1699
- return smithyClient.take(output, {
1700
- Arn: smithyClient.expectString,
1701
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1702
- PackageId: smithyClient.expectString,
1703
- PackageName: smithyClient.expectString,
1704
- Tags: smithyClient._json,
1705
- });
1706
- };
1707
- const de_ReportedRuntimeContextState = (output, context) => {
1708
- return smithyClient.take(output, {
1709
- DesiredState: smithyClient.expectString,
1710
- DeviceReportedStatus: smithyClient.expectString,
1711
- DeviceReportedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1712
- RuntimeContextName: smithyClient.expectString,
1713
- });
1714
- };
1715
- const de_ReportedRuntimeContextStates = (output, context) => {
1716
- const retVal = (output || [])
1717
- .filter((e) => e != null)
1718
- .map((entry) => {
1719
- return de_ReportedRuntimeContextState(entry);
1720
- });
1721
- return retVal;
1722
- };
1723
- const deserializeMetadata = (output) => ({
1724
- httpStatusCode: output.statusCode,
1725
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1726
- extendedRequestId: output.headers["x-amz-id-2"],
1727
- cfId: output.headers["x-amz-cf-id"],
1728
- });
418
+ const _A = "Arn";
419
+ const _ADE = "AccessDeniedException";
420
+ const _AI = "ApplicationInstance";
421
+ const _AII = "ApplicationInstanceId";
422
+ const _AIITR = "ApplicationInstanceIdToReplace";
423
+ const _AIp = "ApplicationInstances";
424
+ const _AMVU = "AllowMajorVersionUpdate";
425
+ const _AN = "AssetName";
426
+ const _AS = "AlternateSoftwares";
427
+ const _ASM = "AlternateSoftwareMetadata";
428
+ const _B = "Brand";
429
+ const _BN = "BucketName";
430
+ const _BPL = "BinaryPrefixLocation";
431
+ const _Bu = "Bucket";
1729
432
  const _C = "Category";
433
+ const _CAI = "CreateApplicationInstance";
434
+ const _CAIR = "CreateApplicationInstanceRequest";
435
+ const _CAIRr = "CreateApplicationInstanceResponse";
436
+ const _CE = "ConflictException";
437
+ const _CEEA = "ConflictExceptionErrorArgument";
438
+ const _CEEAL = "ConflictExceptionErrorArgumentList";
439
+ const _CJFD = "CreateJobForDevices";
440
+ const _CJFDR = "CreateJobForDevicesRequest";
441
+ const _CJFDRr = "CreateJobForDevicesResponse";
442
+ const _CNFTJ = "CreateNodeFromTemplateJob";
443
+ const _CNFTJR = "CreateNodeFromTemplateJobRequest";
444
+ const _CNFTJRr = "CreateNodeFromTemplateJobResponse";
445
+ const _CNS = "CurrentNetworkingStatus";
446
+ const _CP = "CreatePackage";
447
+ const _CPIJ = "CreatePackageImportJob";
448
+ const _CPIJR = "CreatePackageImportJobRequest";
449
+ const _CPIJRr = "CreatePackageImportJobResponse";
450
+ const _CPR = "CreatePackageRequest";
451
+ const _CPRr = "CreatePackageResponse";
452
+ const _CS = "CurrentSoftware";
453
+ const _CSo = "ConnectionStatus";
454
+ const _CSu = "CurrentStatus";
455
+ const _CT = "CreatedTime";
456
+ const _CTl = "ClientToken";
457
+ const _CTo = "ConnectionType";
458
+ const _Ce = "Certificates";
459
+ const _D = "Description";
460
+ const _DA = "DeviceArn";
461
+ const _DAI = "DescribeApplicationInstance";
462
+ const _DAID = "DescribeApplicationInstanceDetails";
463
+ const _DAIDR = "DescribeApplicationInstanceDetailsRequest";
464
+ const _DAIDRe = "DescribeApplicationInstanceDetailsResponse";
465
+ const _DAIR = "DescribeApplicationInstanceRequest";
466
+ const _DAIRe = "DescribeApplicationInstanceResponse";
467
+ const _DAS = "DeviceAggregatedStatus";
1730
468
  const _DASF = "DeviceAggregatedStatusFilter";
1731
- const _DI = "DeviceId";
469
+ const _DCS = "DeviceConnectionStatus";
470
+ const _DD = "DeleteDevice";
471
+ const _DDJ = "DescribeDeviceJob";
472
+ const _DDJR = "DescribeDeviceJobRequest";
473
+ const _DDJRe = "DescribeDeviceJobResponse";
474
+ const _DDR = "DeleteDeviceRequest";
475
+ const _DDRe = "DeleteDeviceResponse";
476
+ const _DDRes = "DescribeDeviceRequest";
477
+ const _DDResc = "DescribeDeviceResponse";
478
+ const _DDe = "DescribeDevice";
479
+ const _DG = "DefaultGateway";
480
+ const _DI = "DeviceIds";
481
+ const _DIe = "DeviceId";
482
+ const _DJ = "DeviceJob";
483
+ const _DJC = "DeviceJobConfig";
484
+ const _DJL = "DeviceJobList";
485
+ const _DJe = "DeviceJobs";
486
+ const _DL = "DeviceList";
487
+ const _DN = "DeviceName";
488
+ const _DNFTJ = "DescribeNodeFromTemplateJob";
489
+ const _DNFTJR = "DescribeNodeFromTemplateJobRequest";
490
+ const _DNFTJRe = "DescribeNodeFromTemplateJobResponse";
491
+ const _DNR = "DescribeNodeRequest";
492
+ const _DNRe = "DescribeNodeResponse";
493
+ const _DNe = "DescribeNode";
494
+ const _DP = "DeletePackage";
495
+ const _DPIJ = "DescribePackageImportJob";
496
+ const _DPIJR = "DescribePackageImportJobRequest";
497
+ const _DPIJRe = "DescribePackageImportJobResponse";
498
+ const _DPR = "DeletePackageRequest";
499
+ const _DPRe = "DeletePackageResponse";
500
+ const _DPRes = "DescribePackageRequest";
501
+ const _DPResc = "DescribePackageResponse";
502
+ const _DPV = "DeregisterPackageVersion";
503
+ const _DPVR = "DeregisterPackageVersionRequest";
504
+ const _DPVRe = "DeregisterPackageVersionResponse";
505
+ const _DPVRes = "DescribePackageVersionRequest";
506
+ const _DPVResc = "DescribePackageVersionResponse";
507
+ const _DPVe = "DescribePackageVersion";
508
+ const _DPe = "DescribePackage";
509
+ const _DRCD = "DefaultRuntimeContextDevice";
510
+ const _DRCDN = "DefaultRuntimeContextDeviceName";
511
+ const _DRS = "DeviceReportedStatus";
512
+ const _DRT = "DeviceReportedTime";
513
+ const _DS = "DesiredState";
514
+ const _DT = "DeviceType";
515
+ const _DV = "DefaultValue";
516
+ const _De = "Device";
517
+ const _Dev = "Devices";
518
+ const _Dn = "Dns";
519
+ const _E = "Ethernet0";
520
+ const _EA = "ErrorArguments";
521
+ const _EI = "ErrorId";
522
+ const _EP = "EthernetPayload";
523
+ const _ES = "EthernetStatus";
524
+ const _ESt = "Ethernet0Status";
525
+ const _ESth = "Ethernet1Status";
526
+ const _Et = "Ethernet1";
527
+ const _F = "Fields";
1732
528
  const _FD = "ForceDelete";
529
+ const _GPL = "GeneratedPrefixLocation";
530
+ const _HA = "HwAddress";
531
+ const _HS = "HealthStatus";
532
+ const _I = "Inputs";
533
+ const _IA = "IpAddress";
534
+ const _IC = "InputConfig";
535
+ const _ILP = "IsLatestPatch";
536
+ const _IPL = "InputPortList";
537
+ const _ISE = "InternalServerException";
538
+ const _ITN = "IotThingName";
539
+ const _IV = "ImageVersion";
540
+ const _J = "Jobs";
541
+ const _JI = "JobId";
542
+ const _JL = "JobList";
543
+ const _JRT = "JobResourceTags";
544
+ const _JT = "JobType";
545
+ const _JTL = "JobTagsList";
546
+ const _JTo = "JobTags";
547
+ const _Jo = "Job";
548
+ const _LAI = "ListApplicationInstances";
549
+ const _LAID = "ListApplicationInstanceDependencies";
550
+ const _LAIDR = "ListApplicationInstanceDependenciesRequest";
551
+ const _LAIDRi = "ListApplicationInstanceDependenciesResponse";
552
+ const _LAINI = "ListApplicationInstanceNodeInstances";
553
+ const _LAINIR = "ListApplicationInstanceNodeInstancesRequest";
554
+ const _LAINIRi = "ListApplicationInstanceNodeInstancesResponse";
555
+ const _LAIR = "ListApplicationInstancesRequest";
556
+ const _LAIRi = "ListApplicationInstancesResponse";
557
+ const _LAS = "LatestAlternateSoftware";
558
+ const _LD = "ListDevices";
559
+ const _LDJ = "LatestDeviceJob";
560
+ const _LDJR = "ListDevicesJobsRequest";
561
+ const _LDJRi = "ListDevicesJobsResponse";
562
+ const _LDJi = "ListDevicesJobs";
563
+ const _LDR = "ListDevicesRequest";
564
+ const _LDRi = "ListDevicesResponse";
565
+ const _LET = "LeaseExpirationTime";
566
+ const _LN = "ListNodes";
567
+ const _LNFTJ = "ListNodeFromTemplateJobs";
568
+ const _LNFTJR = "ListNodeFromTemplateJobsRequest";
569
+ const _LNFTJRi = "ListNodeFromTemplateJobsResponse";
570
+ const _LNR = "ListNodesRequest";
571
+ const _LNRi = "ListNodesResponse";
572
+ const _LP = "ListPackages";
573
+ const _LPIJ = "ListPackageImportJobs";
574
+ const _LPIJR = "ListPackageImportJobsRequest";
575
+ const _LPIJRi = "ListPackageImportJobsResponse";
576
+ const _LPR = "ListPackagesRequest";
577
+ const _LPRi = "ListPackagesResponse";
578
+ const _LS = "LatestSoftware";
579
+ const _LTFR = "ListTagsForResource";
580
+ const _LTFRR = "ListTagsForResourceRequest";
581
+ const _LTFRRi = "ListTagsForResourceResponse";
582
+ const _LUT = "LastUpdatedTime";
583
+ const _M = "Message";
584
+ const _MC = "MaxConnections";
585
+ const _ML = "MarkLatest";
586
+ const _MOP = "ManifestOverridesPayload";
587
+ const _MP = "ManifestPayload";
588
+ const _MPL = "ManifestPrefixLocation";
1733
589
  const _MR = "MaxResults";
590
+ const _Ma = "Mask";
591
+ const _N = "Name";
592
+ const _NC = "NetworkingConfiguration";
593
+ const _ND = "NodeDescription";
1734
594
  const _NF = "NameFilter";
595
+ const _NFTJ = "NodeFromTemplateJobs";
596
+ const _NFTJL = "NodeFromTemplateJobList";
597
+ const _NFTJo = "NodeFromTemplateJob";
598
+ const _NI = "NodeId";
599
+ const _NII = "NodeInstanceId";
600
+ const _NIP = "NodeInputPort";
601
+ const _NIo = "NodeInterface";
602
+ const _NIod = "NodeInstances";
603
+ const _NIode = "NodeInstance";
604
+ const _NL = "NodesList";
605
+ const _NN = "NodeName";
606
+ const _NOP = "NodeOutputPort";
607
+ const _NP = "NetworkPayload";
608
+ const _NPt = "NtpPayload";
609
+ const _NS = "NetworkStatus";
610
+ const _NSL = "NodeSignalList";
611
+ const _NSN = "NtpServerName";
612
+ const _NSo = "NodeSignal";
613
+ const _NSod = "NodeSignals";
614
+ const _NSt = "NtpStatus";
615
+ const _NStp = "NtpServers";
1735
616
  const _NT = "NextToken";
617
+ const _No = "Nodes";
618
+ const _Nod = "Node";
619
+ const _Nt = "Ntp";
620
+ const _O = "Output";
1736
621
  const _OA = "OwnerAccount";
622
+ const _OC = "OutputConfig";
623
+ const _OK = "ObjectKey";
624
+ const _OPL = "OutputPortList";
625
+ const _OPN = "OutputPackageName";
626
+ const _OPSL = "OutPutS3Location";
627
+ const _OPV = "OutputPackageVersion";
628
+ const _OSL = "OutputS3Location";
629
+ const _OTAJC = "OTAJobConfig";
630
+ const _Ou = "Outputs";
631
+ const _P = "Packages";
632
+ const _PA = "PackageArn";
633
+ const _PD = "PayloadData";
634
+ const _PDR = "ProvisionDeviceRequest";
635
+ const _PDRr = "ProvisionDeviceResponse";
636
+ const _PDr = "ProvisionDevice";
637
+ const _PI = "PackageId";
638
+ const _PIJ = "PackageImportJobs";
639
+ const _PIJIC = "PackageImportJobInputConfig";
640
+ const _PIJL = "PackageImportJobList";
641
+ const _PIJO = "PackageImportJobOutput";
642
+ const _PIJOC = "PackageImportJobOutputConfig";
643
+ const _PIJa = "PackageImportJob";
644
+ const _PL = "PackageList";
645
+ const _PLI = "PackageListItem";
1737
646
  const _PN = "PackageName";
1738
- const _PV = "PatchVersion";
1739
- const _PVa = "PackageVersion";
647
+ const _PO = "PackageObjects";
648
+ const _POa = "PackageObject";
649
+ const _PPV = "PackagePatchVersion";
650
+ const _PS = "ProvisioningStatus";
651
+ const _PV = "PackageVersion";
652
+ const _PVIC = "PackageVersionInputConfig";
653
+ const _PVOC = "PackageVersionOutputConfig";
654
+ const _PVa = "PatchVersion";
655
+ const _QC = "QuotaCode";
656
+ const _R = "Region";
657
+ const _RA = "Retry-After";
658
+ const _RAI = "RemoveApplicationInstance";
659
+ const _RAIR = "RemoveApplicationInstanceRequest";
660
+ const _RAIRe = "RemoveApplicationInstanceResponse";
661
+ const _RAPA = "ReadAccessPrincipalArns";
1740
662
  const _RAS = "RetryAfterSeconds";
663
+ const _RAe = "ResourceArn";
664
+ const _RCN = "RuntimeContextName";
665
+ const _RCS = "RuntimeContextStates";
666
+ const _RI = "ResourceId";
667
+ const _RNFE = "ResourceNotFoundException";
668
+ const _RPL = "RepoPrefixLocation";
669
+ const _RPV = "RegisterPackageVersion";
670
+ const _RPVR = "RegisterPackageVersionRequest";
671
+ const _RPVRe = "RegisterPackageVersionResponse";
672
+ const _RRA = "RuntimeRoleArn";
673
+ const _RRCS = "ReportedRuntimeContextState";
674
+ const _RRCSe = "ReportedRuntimeContextStates";
675
+ const _RT = "ResourceType";
676
+ const _RTe = "RegisteredTime";
677
+ const _Re = "Reason";
678
+ const _S = "Status";
679
+ const _SAINI = "SignalApplicationInstanceNodeInstances";
680
+ const _SAINIR = "SignalApplicationInstanceNodeInstancesRequest";
681
+ const _SAINIRi = "SignalApplicationInstanceNodeInstancesResponse";
1741
682
  const _SB = "SortBy";
683
+ const _SC = "ServiceCode";
684
+ const _SD = "StatusDescription";
1742
685
  const _SF = "StatusFilter";
686
+ const _SICI = "StaticIpConnectionInfo";
687
+ const _SL = "StorageLocation";
688
+ const _SLo = "S3Location";
689
+ const _SM = "StatusMessage";
690
+ const _SN = "SerialNumber";
1743
691
  const _SO = "SortOrder";
692
+ const _SQEE = "ServiceQuotaExceededException";
693
+ const _Si = "Signal";
694
+ const _T = "Tags";
1744
695
  const _TK = "TagKeys";
696
+ const _TP = "TemplateParameters";
697
+ const _TPM = "TemplateParametersMap";
698
+ const _TR = "TagResource";
699
+ const _TRR = "TagResourceRequest";
700
+ const _TRRa = "TagResourceResponse";
701
+ const _TT = "TemplateType";
702
+ const _TV = "TemplateValue";
703
+ const _Ty = "Type";
704
+ const _UDM = "UpdateDeviceMetadata";
705
+ const _UDMR = "UpdateDeviceMetadataRequest";
706
+ const _UDMRp = "UpdateDeviceMetadataResponse";
1745
707
  const _ULPV = "UpdatedLatestPatchVersion";
1746
- const _c = "category";
708
+ const _UR = "UntagResource";
709
+ const _URR = "UntagResourceRequest";
710
+ const _URRn = "UntagResourceResponse";
711
+ const _V = "Version";
712
+ const _VE = "ValidationException";
713
+ const _VEEA = "ValidationExceptionErrorArgument";
714
+ const _VEEAL = "ValidationExceptionErrorArgumentList";
715
+ const _VEF = "ValidationExceptionField";
716
+ const _VEFL = "ValidationExceptionFieldList";
717
+ const _Va = "Value";
718
+ const _WAPA = "WriteAccessPrincipalArns";
719
+ const _c = "client";
720
+ const _ca = "category";
1747
721
  const _dI = "deviceId";
722
+ const _e = "error";
723
+ const _h = "http";
724
+ const _hE = "httpError";
725
+ const _hH = "httpHeader";
726
+ const _hQ = "httpQuery";
1748
727
  const _mR = "maxResults";
1749
728
  const _nT = "nextToken";
1750
729
  const _oA = "ownerAccount";
1751
730
  const _pN = "packageName";
1752
731
  const _pV = "packageVersion";
1753
732
  const _pVa = "patchVersion";
1754
- const _ra = "retry-after";
733
+ const _s = "server";
1755
734
  const _sF = "statusFilter";
735
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.panorama";
1756
736
  const _tK = "tagKeys";
737
+ const n0 = "com.amazonaws.panorama";
738
+ var TemplateValue = [0, n0, _TV, 8, 0];
739
+ var AccessDeniedException = [
740
+ -3,
741
+ n0,
742
+ _ADE,
743
+ {
744
+ [_e]: _c,
745
+ [_hE]: 403,
746
+ },
747
+ [_M],
748
+ [0],
749
+ ];
750
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
751
+ var AlternateSoftwareMetadata = [3, n0, _ASM, 0, [_V], [0]];
752
+ var ApplicationInstance = [
753
+ 3,
754
+ n0,
755
+ _AI,
756
+ 0,
757
+ [_N, _AII, _DRCD, _DRCDN, _D, _S, _HS, _SD, _CT, _A, _T, _RCS],
758
+ [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 128 | 0, () => ReportedRuntimeContextStates],
759
+ ];
760
+ var ConflictException = [
761
+ -3,
762
+ n0,
763
+ _CE,
764
+ {
765
+ [_e]: _c,
766
+ [_hE]: 409,
767
+ },
768
+ [_M, _RI, _RT, _EI, _EA],
769
+ [0, 0, 0, 0, () => ConflictExceptionErrorArgumentList],
770
+ ];
771
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
772
+ var ConflictExceptionErrorArgument = [3, n0, _CEEA, 0, [_N, _Va], [0, 0]];
773
+ var CreateApplicationInstanceRequest = [
774
+ 3,
775
+ n0,
776
+ _CAIR,
777
+ 0,
778
+ [_N, _D, _MP, _MOP, _AIITR, _RRA, _DRCD, _T],
779
+ [0, 0, () => ManifestPayload, () => ManifestOverridesPayload, 0, 0, 0, 128 | 0],
780
+ ];
781
+ var CreateApplicationInstanceResponse = [3, n0, _CAIRr, 0, [_AII], [0]];
782
+ var CreateJobForDevicesRequest = [
783
+ 3,
784
+ n0,
785
+ _CJFDR,
786
+ 0,
787
+ [_DI, _DJC, _JT],
788
+ [64 | 0, () => DeviceJobConfig, 0],
789
+ ];
790
+ var CreateJobForDevicesResponse = [3, n0, _CJFDRr, 0, [_J], [() => JobList]];
791
+ var CreateNodeFromTemplateJobRequest = [
792
+ 3,
793
+ n0,
794
+ _CNFTJR,
795
+ 0,
796
+ [_TT, _OPN, _OPV, _NN, _ND, _TP, _JTo],
797
+ [0, 0, 0, 0, 0, [() => TemplateParametersMap, 0], () => JobTagsList],
798
+ ];
799
+ var CreateNodeFromTemplateJobResponse = [3, n0, _CNFTJRr, 0, [_JI], [0]];
800
+ var CreatePackageImportJobRequest = [
801
+ 3,
802
+ n0,
803
+ _CPIJR,
804
+ 0,
805
+ [_JT, _IC, _OC, _CTl, _JTo],
806
+ [0, () => PackageImportJobInputConfig, () => PackageImportJobOutputConfig, 0, () => JobTagsList],
807
+ ];
808
+ var CreatePackageImportJobResponse = [3, n0, _CPIJRr, 0, [_JI], [0]];
809
+ var CreatePackageRequest = [3, n0, _CPR, 0, [_PN, _T], [0, 128 | 0]];
810
+ var CreatePackageResponse = [
811
+ 3,
812
+ n0,
813
+ _CPRr,
814
+ 0,
815
+ [_PI, _A, _SL],
816
+ [0, 0, () => StorageLocation],
817
+ ];
818
+ var DeleteDeviceRequest = [3, n0, _DDR, 0, [_DIe], [[0, 1]]];
819
+ var DeleteDeviceResponse = [3, n0, _DDRe, 0, [_DIe], [0]];
820
+ var DeletePackageRequest = [
821
+ 3,
822
+ n0,
823
+ _DPR,
824
+ 0,
825
+ [_PI, _FD],
826
+ [
827
+ [0, 1],
828
+ [
829
+ 2,
830
+ {
831
+ [_hQ]: _FD,
832
+ },
833
+ ],
834
+ ],
835
+ ];
836
+ var DeletePackageResponse = [3, n0, _DPRe, 0, [], []];
837
+ var DeregisterPackageVersionRequest = [
838
+ 3,
839
+ n0,
840
+ _DPVR,
841
+ 0,
842
+ [_OA, _PI, _PV, _PVa, _ULPV],
843
+ [
844
+ [
845
+ 0,
846
+ {
847
+ [_hQ]: _OA,
848
+ },
849
+ ],
850
+ [0, 1],
851
+ [0, 1],
852
+ [0, 1],
853
+ [
854
+ 0,
855
+ {
856
+ [_hQ]: _ULPV,
857
+ },
858
+ ],
859
+ ],
860
+ ];
861
+ var DeregisterPackageVersionResponse = [3, n0, _DPVRe, 0, [], []];
862
+ var DescribeApplicationInstanceDetailsRequest = [3, n0, _DAIDR, 0, [_AII], [[0, 1]]];
863
+ var DescribeApplicationInstanceDetailsResponse = [
864
+ 3,
865
+ n0,
866
+ _DAIDRe,
867
+ 0,
868
+ [_N, _D, _DRCD, _MP, _MOP, _AIITR, _CT, _AII],
869
+ [0, 0, 0, () => ManifestPayload, () => ManifestOverridesPayload, 0, 4, 0],
870
+ ];
871
+ var DescribeApplicationInstanceRequest = [3, n0, _DAIR, 0, [_AII], [[0, 1]]];
872
+ var DescribeApplicationInstanceResponse = [
873
+ 3,
874
+ n0,
875
+ _DAIRe,
876
+ 0,
877
+ [_N, _D, _DRCD, _DRCDN, _AIITR, _RRA, _S, _HS, _SD, _CT, _LUT, _AII, _A, _T, _RCS],
878
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 128 | 0, () => ReportedRuntimeContextStates],
879
+ ];
880
+ var DescribeDeviceJobRequest = [3, n0, _DDJR, 0, [_JI], [[0, 1]]];
881
+ var DescribeDeviceJobResponse = [
882
+ 3,
883
+ n0,
884
+ _DDJRe,
885
+ 0,
886
+ [_JI, _DIe, _DA, _DN, _DT, _IV, _S, _CT, _JT],
887
+ [0, 0, 0, 0, 0, 0, 0, 4, 0],
888
+ ];
889
+ var DescribeDeviceRequest = [3, n0, _DDRes, 0, [_DIe], [[0, 1]]];
890
+ var DescribeDeviceResponse = [
891
+ 3,
892
+ n0,
893
+ _DDResc,
894
+ 0,
895
+ [_DIe, _N, _A, _D, _Ty, _DCS, _CT, _PS, _LS, _CS, _SN, _T, _NC, _CNS, _LET, _AS, _LAS, _B, _LDJ, _DAS],
896
+ [
897
+ 0,
898
+ 0,
899
+ 0,
900
+ 0,
901
+ 0,
902
+ 0,
903
+ 4,
904
+ 0,
905
+ 0,
906
+ 0,
907
+ 0,
908
+ 128 | 0,
909
+ () => NetworkPayload,
910
+ () => NetworkStatus,
911
+ 4,
912
+ () => AlternateSoftwares,
913
+ 0,
914
+ 0,
915
+ () => LatestDeviceJob,
916
+ 0,
917
+ ],
918
+ ];
919
+ var DescribeNodeFromTemplateJobRequest = [3, n0, _DNFTJR, 0, [_JI], [[0, 1]]];
920
+ var DescribeNodeFromTemplateJobResponse = [
921
+ 3,
922
+ n0,
923
+ _DNFTJRe,
924
+ 0,
925
+ [_JI, _S, _SM, _CT, _LUT, _OPN, _OPV, _NN, _ND, _TT, _TP, _JTo],
926
+ [0, 0, 0, 4, 4, 0, 0, 0, 0, 0, [() => TemplateParametersMap, 0], () => JobTagsList],
927
+ ];
928
+ var DescribeNodeRequest = [
929
+ 3,
930
+ n0,
931
+ _DNR,
932
+ 0,
933
+ [_NI, _OA],
934
+ [
935
+ [0, 1],
936
+ [
937
+ 0,
938
+ {
939
+ [_hQ]: _OA,
940
+ },
941
+ ],
942
+ ],
943
+ ];
944
+ var DescribeNodeResponse = [
945
+ 3,
946
+ n0,
947
+ _DNRe,
948
+ 0,
949
+ [_NI, _N, _C, _OA, _PN, _PI, _PA, _PV, _PVa, _NIo, _AN, _D, _CT, _LUT],
950
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, () => NodeInterface, 0, 0, 4, 4],
951
+ ];
952
+ var DescribePackageImportJobRequest = [3, n0, _DPIJR, 0, [_JI], [[0, 1]]];
953
+ var DescribePackageImportJobResponse = [
954
+ 3,
955
+ n0,
956
+ _DPIJRe,
957
+ 0,
958
+ [_JI, _CTl, _JT, _IC, _OC, _O, _CT, _LUT, _S, _SM, _JTo],
959
+ [
960
+ 0,
961
+ 0,
962
+ 0,
963
+ () => PackageImportJobInputConfig,
964
+ () => PackageImportJobOutputConfig,
965
+ () => PackageImportJobOutput,
966
+ 4,
967
+ 4,
968
+ 0,
969
+ 0,
970
+ () => JobTagsList,
971
+ ],
972
+ ];
973
+ var DescribePackageRequest = [3, n0, _DPRes, 0, [_PI], [[0, 1]]];
974
+ var DescribePackageResponse = [
975
+ 3,
976
+ n0,
977
+ _DPResc,
978
+ 0,
979
+ [_PI, _PN, _A, _SL, _RAPA, _WAPA, _CT, _T],
980
+ [0, 0, 0, () => StorageLocation, 64 | 0, 64 | 0, 4, 128 | 0],
981
+ ];
982
+ var DescribePackageVersionRequest = [
983
+ 3,
984
+ n0,
985
+ _DPVRes,
986
+ 0,
987
+ [_OA, _PI, _PV, _PVa],
988
+ [
989
+ [
990
+ 0,
991
+ {
992
+ [_hQ]: _OA,
993
+ },
994
+ ],
995
+ [0, 1],
996
+ [0, 1],
997
+ [
998
+ 0,
999
+ {
1000
+ [_hQ]: _PVa,
1001
+ },
1002
+ ],
1003
+ ],
1004
+ ];
1005
+ var DescribePackageVersionResponse = [
1006
+ 3,
1007
+ n0,
1008
+ _DPVResc,
1009
+ 0,
1010
+ [_OA, _PI, _PA, _PN, _PV, _PVa, _ILP, _S, _SD, _RTe],
1011
+ [0, 0, 0, 0, 0, 0, 2, 0, 0, 4],
1012
+ ];
1013
+ var Device = [
1014
+ 3,
1015
+ n0,
1016
+ _De,
1017
+ 0,
1018
+ [_DIe, _N, _CT, _PS, _LUT, _LET, _B, _CS, _D, _T, _Ty, _LDJ, _DAS],
1019
+ [0, 0, 4, 0, 4, 4, 0, 0, 0, 128 | 0, 0, () => LatestDeviceJob, 0],
1020
+ ];
1021
+ var DeviceJob = [3, n0, _DJ, 0, [_DN, _DIe, _JI, _CT, _JT], [0, 0, 0, 4, 0]];
1022
+ var DeviceJobConfig = [3, n0, _DJC, 0, [_OTAJC], [() => OTAJobConfig]];
1023
+ var EthernetPayload = [3, n0, _EP, 0, [_CTo, _SICI], [0, () => StaticIpConnectionInfo]];
1024
+ var EthernetStatus = [3, n0, _ES, 0, [_IA, _CSo, _HA], [0, 0, 0]];
1025
+ var InternalServerException = [
1026
+ -3,
1027
+ n0,
1028
+ _ISE,
1029
+ {
1030
+ [_e]: _s,
1031
+ [_hE]: 500,
1032
+ },
1033
+ [_M, _RAS],
1034
+ [
1035
+ 0,
1036
+ [
1037
+ 1,
1038
+ {
1039
+ [_hH]: _RA,
1040
+ },
1041
+ ],
1042
+ ],
1043
+ ];
1044
+ schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1045
+ var Job = [3, n0, _Jo, 0, [_JI, _DIe], [0, 0]];
1046
+ var JobResourceTags = [3, n0, _JRT, 0, [_RT, _T], [0, 128 | 0]];
1047
+ var LatestDeviceJob = [3, n0, _LDJ, 0, [_IV, _S, _JT], [0, 0, 0]];
1048
+ var ListApplicationInstanceDependenciesRequest = [
1049
+ 3,
1050
+ n0,
1051
+ _LAIDR,
1052
+ 0,
1053
+ [_AII, _MR, _NT],
1054
+ [
1055
+ [0, 1],
1056
+ [
1057
+ 1,
1058
+ {
1059
+ [_hQ]: _mR,
1060
+ },
1061
+ ],
1062
+ [
1063
+ 0,
1064
+ {
1065
+ [_hQ]: _nT,
1066
+ },
1067
+ ],
1068
+ ],
1069
+ ];
1070
+ var ListApplicationInstanceDependenciesResponse = [
1071
+ 3,
1072
+ n0,
1073
+ _LAIDRi,
1074
+ 0,
1075
+ [_PO, _NT],
1076
+ [() => PackageObjects, 0],
1077
+ ];
1078
+ var ListApplicationInstanceNodeInstancesRequest = [
1079
+ 3,
1080
+ n0,
1081
+ _LAINIR,
1082
+ 0,
1083
+ [_AII, _MR, _NT],
1084
+ [
1085
+ [0, 1],
1086
+ [
1087
+ 1,
1088
+ {
1089
+ [_hQ]: _mR,
1090
+ },
1091
+ ],
1092
+ [
1093
+ 0,
1094
+ {
1095
+ [_hQ]: _nT,
1096
+ },
1097
+ ],
1098
+ ],
1099
+ ];
1100
+ var ListApplicationInstanceNodeInstancesResponse = [
1101
+ 3,
1102
+ n0,
1103
+ _LAINIRi,
1104
+ 0,
1105
+ [_NIod, _NT],
1106
+ [() => NodeInstances, 0],
1107
+ ];
1108
+ var ListApplicationInstancesRequest = [
1109
+ 3,
1110
+ n0,
1111
+ _LAIR,
1112
+ 0,
1113
+ [_DIe, _SF, _MR, _NT],
1114
+ [
1115
+ [
1116
+ 0,
1117
+ {
1118
+ [_hQ]: _dI,
1119
+ },
1120
+ ],
1121
+ [
1122
+ 0,
1123
+ {
1124
+ [_hQ]: _sF,
1125
+ },
1126
+ ],
1127
+ [
1128
+ 1,
1129
+ {
1130
+ [_hQ]: _mR,
1131
+ },
1132
+ ],
1133
+ [
1134
+ 0,
1135
+ {
1136
+ [_hQ]: _nT,
1137
+ },
1138
+ ],
1139
+ ],
1140
+ ];
1141
+ var ListApplicationInstancesResponse = [
1142
+ 3,
1143
+ n0,
1144
+ _LAIRi,
1145
+ 0,
1146
+ [_AIp, _NT],
1147
+ [() => ApplicationInstances, 0],
1148
+ ];
1149
+ var ListDevicesJobsRequest = [
1150
+ 3,
1151
+ n0,
1152
+ _LDJR,
1153
+ 0,
1154
+ [_DIe, _NT, _MR],
1155
+ [
1156
+ [
1157
+ 0,
1158
+ {
1159
+ [_hQ]: _DIe,
1160
+ },
1161
+ ],
1162
+ [
1163
+ 0,
1164
+ {
1165
+ [_hQ]: _NT,
1166
+ },
1167
+ ],
1168
+ [
1169
+ 1,
1170
+ {
1171
+ [_hQ]: _MR,
1172
+ },
1173
+ ],
1174
+ ],
1175
+ ];
1176
+ var ListDevicesJobsResponse = [3, n0, _LDJRi, 0, [_DJe, _NT], [() => DeviceJobList, 0]];
1177
+ var ListDevicesRequest = [
1178
+ 3,
1179
+ n0,
1180
+ _LDR,
1181
+ 0,
1182
+ [_NT, _MR, _SB, _SO, _NF, _DASF],
1183
+ [
1184
+ [
1185
+ 0,
1186
+ {
1187
+ [_hQ]: _NT,
1188
+ },
1189
+ ],
1190
+ [
1191
+ 1,
1192
+ {
1193
+ [_hQ]: _MR,
1194
+ },
1195
+ ],
1196
+ [
1197
+ 0,
1198
+ {
1199
+ [_hQ]: _SB,
1200
+ },
1201
+ ],
1202
+ [
1203
+ 0,
1204
+ {
1205
+ [_hQ]: _SO,
1206
+ },
1207
+ ],
1208
+ [
1209
+ 0,
1210
+ {
1211
+ [_hQ]: _NF,
1212
+ },
1213
+ ],
1214
+ [
1215
+ 0,
1216
+ {
1217
+ [_hQ]: _DASF,
1218
+ },
1219
+ ],
1220
+ ],
1221
+ ];
1222
+ var ListDevicesResponse = [3, n0, _LDRi, 0, [_Dev, _NT], [() => DeviceList, 0]];
1223
+ var ListNodeFromTemplateJobsRequest = [
1224
+ 3,
1225
+ n0,
1226
+ _LNFTJR,
1227
+ 0,
1228
+ [_NT, _MR],
1229
+ [
1230
+ [
1231
+ 0,
1232
+ {
1233
+ [_hQ]: _NT,
1234
+ },
1235
+ ],
1236
+ [
1237
+ 1,
1238
+ {
1239
+ [_hQ]: _MR,
1240
+ },
1241
+ ],
1242
+ ],
1243
+ ];
1244
+ var ListNodeFromTemplateJobsResponse = [
1245
+ 3,
1246
+ n0,
1247
+ _LNFTJRi,
1248
+ 0,
1249
+ [_NFTJ, _NT],
1250
+ [() => NodeFromTemplateJobList, 0],
1251
+ ];
1252
+ var ListNodesRequest = [
1253
+ 3,
1254
+ n0,
1255
+ _LNR,
1256
+ 0,
1257
+ [_C, _OA, _PN, _PV, _PVa, _NT, _MR],
1258
+ [
1259
+ [
1260
+ 0,
1261
+ {
1262
+ [_hQ]: _ca,
1263
+ },
1264
+ ],
1265
+ [
1266
+ 0,
1267
+ {
1268
+ [_hQ]: _oA,
1269
+ },
1270
+ ],
1271
+ [
1272
+ 0,
1273
+ {
1274
+ [_hQ]: _pN,
1275
+ },
1276
+ ],
1277
+ [
1278
+ 0,
1279
+ {
1280
+ [_hQ]: _pV,
1281
+ },
1282
+ ],
1283
+ [
1284
+ 0,
1285
+ {
1286
+ [_hQ]: _pVa,
1287
+ },
1288
+ ],
1289
+ [
1290
+ 0,
1291
+ {
1292
+ [_hQ]: _nT,
1293
+ },
1294
+ ],
1295
+ [
1296
+ 1,
1297
+ {
1298
+ [_hQ]: _mR,
1299
+ },
1300
+ ],
1301
+ ],
1302
+ ];
1303
+ var ListNodesResponse = [3, n0, _LNRi, 0, [_No, _NT], [() => NodesList, 0]];
1304
+ var ListPackageImportJobsRequest = [
1305
+ 3,
1306
+ n0,
1307
+ _LPIJR,
1308
+ 0,
1309
+ [_NT, _MR],
1310
+ [
1311
+ [
1312
+ 0,
1313
+ {
1314
+ [_hQ]: _NT,
1315
+ },
1316
+ ],
1317
+ [
1318
+ 1,
1319
+ {
1320
+ [_hQ]: _MR,
1321
+ },
1322
+ ],
1323
+ ],
1324
+ ];
1325
+ var ListPackageImportJobsResponse = [
1326
+ 3,
1327
+ n0,
1328
+ _LPIJRi,
1329
+ 0,
1330
+ [_PIJ, _NT],
1331
+ [() => PackageImportJobList, 0],
1332
+ ];
1333
+ var ListPackagesRequest = [
1334
+ 3,
1335
+ n0,
1336
+ _LPR,
1337
+ 0,
1338
+ [_MR, _NT],
1339
+ [
1340
+ [
1341
+ 1,
1342
+ {
1343
+ [_hQ]: _mR,
1344
+ },
1345
+ ],
1346
+ [
1347
+ 0,
1348
+ {
1349
+ [_hQ]: _nT,
1350
+ },
1351
+ ],
1352
+ ],
1353
+ ];
1354
+ var ListPackagesResponse = [3, n0, _LPRi, 0, [_P, _NT], [() => PackageList, 0]];
1355
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1356
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
1357
+ var NetworkPayload = [
1358
+ 3,
1359
+ n0,
1360
+ _NP,
1361
+ 0,
1362
+ [_E, _Et, _Nt],
1363
+ [() => EthernetPayload, () => EthernetPayload, () => NtpPayload],
1364
+ ];
1365
+ var NetworkStatus = [
1366
+ 3,
1367
+ n0,
1368
+ _NS,
1369
+ 0,
1370
+ [_ESt, _ESth, _NSt, _LUT],
1371
+ [() => EthernetStatus, () => EthernetStatus, () => NtpStatus, 4],
1372
+ ];
1373
+ var Node = [
1374
+ 3,
1375
+ n0,
1376
+ _Nod,
1377
+ 0,
1378
+ [_NI, _N, _C, _OA, _PN, _PI, _PA, _PV, _PVa, _D, _CT],
1379
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4],
1380
+ ];
1381
+ var NodeFromTemplateJob = [
1382
+ 3,
1383
+ n0,
1384
+ _NFTJo,
1385
+ 0,
1386
+ [_JI, _TT, _S, _SM, _CT, _NN],
1387
+ [0, 0, 0, 0, 4, 0],
1388
+ ];
1389
+ var NodeInputPort = [3, n0, _NIP, 0, [_N, _D, _Ty, _DV, _MC], [0, 0, 0, 0, 1]];
1390
+ var NodeInstance = [
1391
+ 3,
1392
+ n0,
1393
+ _NIode,
1394
+ 0,
1395
+ [_NII, _NI, _PN, _PV, _PPV, _NN, _CSu],
1396
+ [0, 0, 0, 0, 0, 0, 0],
1397
+ ];
1398
+ var NodeInterface = [
1399
+ 3,
1400
+ n0,
1401
+ _NIo,
1402
+ 0,
1403
+ [_I, _Ou],
1404
+ [() => InputPortList, () => OutputPortList],
1405
+ ];
1406
+ var NodeOutputPort = [3, n0, _NOP, 0, [_N, _D, _Ty], [0, 0, 0]];
1407
+ var NodeSignal = [3, n0, _NSo, 0, [_NII, _Si], [0, 0]];
1408
+ var NtpPayload = [3, n0, _NPt, 0, [_NStp], [64 | 0]];
1409
+ var NtpStatus = [3, n0, _NSt, 0, [_CSo, _IA, _NSN], [0, 0, 0]];
1410
+ var OTAJobConfig = [3, n0, _OTAJC, 0, [_IV, _AMVU], [0, 2]];
1411
+ var OutPutS3Location = [3, n0, _OPSL, 0, [_BN, _OK], [0, 0]];
1412
+ var PackageImportJob = [
1413
+ 3,
1414
+ n0,
1415
+ _PIJa,
1416
+ 0,
1417
+ [_JI, _JT, _S, _SM, _CT, _LUT],
1418
+ [0, 0, 0, 0, 4, 4],
1419
+ ];
1420
+ var PackageImportJobInputConfig = [
1421
+ 3,
1422
+ n0,
1423
+ _PIJIC,
1424
+ 0,
1425
+ [_PVIC],
1426
+ [() => PackageVersionInputConfig],
1427
+ ];
1428
+ var PackageImportJobOutput = [
1429
+ 3,
1430
+ n0,
1431
+ _PIJO,
1432
+ 0,
1433
+ [_PI, _PV, _PVa, _OSL],
1434
+ [0, 0, 0, () => OutPutS3Location],
1435
+ ];
1436
+ var PackageImportJobOutputConfig = [
1437
+ 3,
1438
+ n0,
1439
+ _PIJOC,
1440
+ 0,
1441
+ [_PVOC],
1442
+ [() => PackageVersionOutputConfig],
1443
+ ];
1444
+ var PackageListItem = [3, n0, _PLI, 0, [_PI, _PN, _A, _CT, _T], [0, 0, 0, 4, 128 | 0]];
1445
+ var PackageObject = [3, n0, _POa, 0, [_N, _PV, _PVa], [0, 0, 0]];
1446
+ var PackageVersionInputConfig = [3, n0, _PVIC, 0, [_SLo], [() => S3Location]];
1447
+ var PackageVersionOutputConfig = [3, n0, _PVOC, 0, [_PN, _PV, _ML], [0, 0, 2]];
1448
+ var ProvisionDeviceRequest = [
1449
+ 3,
1450
+ n0,
1451
+ _PDR,
1452
+ 0,
1453
+ [_N, _D, _T, _NC],
1454
+ [0, 0, 128 | 0, () => NetworkPayload],
1455
+ ];
1456
+ var ProvisionDeviceResponse = [
1457
+ 3,
1458
+ n0,
1459
+ _PDRr,
1460
+ 0,
1461
+ [_DIe, _A, _S, _Ce, _ITN],
1462
+ [0, 0, 0, 21, 0],
1463
+ ];
1464
+ var RegisterPackageVersionRequest = [
1465
+ 3,
1466
+ n0,
1467
+ _RPVR,
1468
+ 0,
1469
+ [_OA, _PI, _PV, _PVa, _ML],
1470
+ [0, [0, 1], [0, 1], [0, 1], 2],
1471
+ ];
1472
+ var RegisterPackageVersionResponse = [3, n0, _RPVRe, 0, [], []];
1473
+ var RemoveApplicationInstanceRequest = [3, n0, _RAIR, 0, [_AII], [[0, 1]]];
1474
+ var RemoveApplicationInstanceResponse = [3, n0, _RAIRe, 0, [], []];
1475
+ var ReportedRuntimeContextState = [
1476
+ 3,
1477
+ n0,
1478
+ _RRCS,
1479
+ 0,
1480
+ [_DS, _RCN, _DRS, _DRT],
1481
+ [0, 0, 0, 4],
1482
+ ];
1483
+ var ResourceNotFoundException = [
1484
+ -3,
1485
+ n0,
1486
+ _RNFE,
1487
+ {
1488
+ [_e]: _c,
1489
+ [_hE]: 404,
1490
+ },
1491
+ [_M, _RI, _RT],
1492
+ [0, 0, 0],
1493
+ ];
1494
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1495
+ var S3Location = [3, n0, _SLo, 0, [_R, _BN, _OK], [0, 0, 0]];
1496
+ var ServiceQuotaExceededException = [
1497
+ -3,
1498
+ n0,
1499
+ _SQEE,
1500
+ {
1501
+ [_e]: _c,
1502
+ [_hE]: 402,
1503
+ },
1504
+ [_M, _RI, _RT, _QC, _SC],
1505
+ [0, 0, 0, 0, 0],
1506
+ ];
1507
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1508
+ var SignalApplicationInstanceNodeInstancesRequest = [
1509
+ 3,
1510
+ n0,
1511
+ _SAINIR,
1512
+ 0,
1513
+ [_AII, _NSod],
1514
+ [[0, 1], () => NodeSignalList],
1515
+ ];
1516
+ var SignalApplicationInstanceNodeInstancesResponse = [3, n0, _SAINIRi, 0, [_AII], [0]];
1517
+ var StaticIpConnectionInfo = [3, n0, _SICI, 0, [_IA, _Ma, _Dn, _DG], [0, 0, 64 | 0, 0]];
1518
+ var StorageLocation = [3, n0, _SL, 0, [_Bu, _RPL, _GPL, _BPL, _MPL], [0, 0, 0, 0, 0]];
1519
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
1520
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1521
+ var UntagResourceRequest = [
1522
+ 3,
1523
+ n0,
1524
+ _URR,
1525
+ 0,
1526
+ [_RAe, _TK],
1527
+ [
1528
+ [0, 1],
1529
+ [
1530
+ 64 | 0,
1531
+ {
1532
+ [_hQ]: _tK,
1533
+ },
1534
+ ],
1535
+ ],
1536
+ ];
1537
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1538
+ var UpdateDeviceMetadataRequest = [3, n0, _UDMR, 0, [_DIe, _D], [[0, 1], 0]];
1539
+ var UpdateDeviceMetadataResponse = [3, n0, _UDMRp, 0, [_DIe], [0]];
1540
+ var ValidationException = [
1541
+ -3,
1542
+ n0,
1543
+ _VE,
1544
+ {
1545
+ [_e]: _c,
1546
+ [_hE]: 400,
1547
+ },
1548
+ [_M, _Re, _EI, _EA, _F],
1549
+ [0, 0, 0, () => ValidationExceptionErrorArgumentList, () => ValidationExceptionFieldList],
1550
+ ];
1551
+ schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1552
+ var ValidationExceptionErrorArgument = [3, n0, _VEEA, 0, [_N, _Va], [0, 0]];
1553
+ var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
1554
+ var PanoramaServiceException = [-3, _sm, "PanoramaServiceException", 0, [], []];
1555
+ schema.TypeRegistry.for(_sm).registerError(PanoramaServiceException, PanoramaServiceException$1);
1556
+ var AlternateSoftwares = [1, n0, _AS, 0, () => AlternateSoftwareMetadata];
1557
+ var ApplicationInstances = [1, n0, _AIp, 0, () => ApplicationInstance];
1558
+ var ConflictExceptionErrorArgumentList = [
1559
+ 1,
1560
+ n0,
1561
+ _CEEAL,
1562
+ 0,
1563
+ () => ConflictExceptionErrorArgument,
1564
+ ];
1565
+ var DeviceJobList = [1, n0, _DJL, 0, () => DeviceJob];
1566
+ var DeviceList = [1, n0, _DL, 0, () => Device];
1567
+ var InputPortList = [1, n0, _IPL, 0, () => NodeInputPort];
1568
+ var JobList = [1, n0, _JL, 0, () => Job];
1569
+ var JobTagsList = [1, n0, _JTL, 0, () => JobResourceTags];
1570
+ var NodeFromTemplateJobList = [1, n0, _NFTJL, 0, () => NodeFromTemplateJob];
1571
+ var NodeInstances = [1, n0, _NIod, 0, () => NodeInstance];
1572
+ var NodeSignalList = [1, n0, _NSL, 0, () => NodeSignal];
1573
+ var NodesList = [1, n0, _NL, 0, () => Node];
1574
+ var OutputPortList = [1, n0, _OPL, 0, () => NodeOutputPort];
1575
+ var PackageImportJobList = [1, n0, _PIJL, 0, () => PackageImportJob];
1576
+ var PackageList = [1, n0, _PL, 0, () => PackageListItem];
1577
+ var PackageObjects = [1, n0, _PO, 0, () => PackageObject];
1578
+ var ReportedRuntimeContextStates = [1, n0, _RRCSe, 0, () => ReportedRuntimeContextState];
1579
+ var ValidationExceptionErrorArgumentList = [
1580
+ 1,
1581
+ n0,
1582
+ _VEEAL,
1583
+ 0,
1584
+ () => ValidationExceptionErrorArgument,
1585
+ ];
1586
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1587
+ var TemplateParametersMap = [2, n0, _TPM, 0, [0, 0], [() => TemplateValue, 0]];
1588
+ var ManifestOverridesPayload = [3, n0, _MOP, 0, [_PD], [0]];
1589
+ var ManifestPayload = [3, n0, _MP, 0, [_PD], [0]];
1590
+ var CreateApplicationInstance = [
1591
+ 9,
1592
+ n0,
1593
+ _CAI,
1594
+ {
1595
+ [_h]: ["POST", "/application-instances", 200],
1596
+ },
1597
+ () => CreateApplicationInstanceRequest,
1598
+ () => CreateApplicationInstanceResponse,
1599
+ ];
1600
+ var CreateJobForDevices = [
1601
+ 9,
1602
+ n0,
1603
+ _CJFD,
1604
+ {
1605
+ [_h]: ["POST", "/jobs", 200],
1606
+ },
1607
+ () => CreateJobForDevicesRequest,
1608
+ () => CreateJobForDevicesResponse,
1609
+ ];
1610
+ var CreateNodeFromTemplateJob = [
1611
+ 9,
1612
+ n0,
1613
+ _CNFTJ,
1614
+ {
1615
+ [_h]: ["POST", "/packages/template-job", 200],
1616
+ },
1617
+ () => CreateNodeFromTemplateJobRequest,
1618
+ () => CreateNodeFromTemplateJobResponse,
1619
+ ];
1620
+ var CreatePackage = [
1621
+ 9,
1622
+ n0,
1623
+ _CP,
1624
+ {
1625
+ [_h]: ["POST", "/packages", 200],
1626
+ },
1627
+ () => CreatePackageRequest,
1628
+ () => CreatePackageResponse,
1629
+ ];
1630
+ var CreatePackageImportJob = [
1631
+ 9,
1632
+ n0,
1633
+ _CPIJ,
1634
+ {
1635
+ [_h]: ["POST", "/packages/import-jobs", 200],
1636
+ },
1637
+ () => CreatePackageImportJobRequest,
1638
+ () => CreatePackageImportJobResponse,
1639
+ ];
1640
+ var DeleteDevice = [
1641
+ 9,
1642
+ n0,
1643
+ _DD,
1644
+ {
1645
+ [_h]: ["DELETE", "/devices/{DeviceId}", 200],
1646
+ },
1647
+ () => DeleteDeviceRequest,
1648
+ () => DeleteDeviceResponse,
1649
+ ];
1650
+ var DeletePackage = [
1651
+ 9,
1652
+ n0,
1653
+ _DP,
1654
+ {
1655
+ [_h]: ["DELETE", "/packages/{PackageId}", 200],
1656
+ },
1657
+ () => DeletePackageRequest,
1658
+ () => DeletePackageResponse,
1659
+ ];
1660
+ var DeregisterPackageVersion = [
1661
+ 9,
1662
+ n0,
1663
+ _DPV,
1664
+ {
1665
+ [_h]: ["DELETE", "/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}", 200],
1666
+ },
1667
+ () => DeregisterPackageVersionRequest,
1668
+ () => DeregisterPackageVersionResponse,
1669
+ ];
1670
+ var DescribeApplicationInstance = [
1671
+ 9,
1672
+ n0,
1673
+ _DAI,
1674
+ {
1675
+ [_h]: ["GET", "/application-instances/{ApplicationInstanceId}", 200],
1676
+ },
1677
+ () => DescribeApplicationInstanceRequest,
1678
+ () => DescribeApplicationInstanceResponse,
1679
+ ];
1680
+ var DescribeApplicationInstanceDetails = [
1681
+ 9,
1682
+ n0,
1683
+ _DAID,
1684
+ {
1685
+ [_h]: ["GET", "/application-instances/{ApplicationInstanceId}/details", 200],
1686
+ },
1687
+ () => DescribeApplicationInstanceDetailsRequest,
1688
+ () => DescribeApplicationInstanceDetailsResponse,
1689
+ ];
1690
+ var DescribeDevice = [
1691
+ 9,
1692
+ n0,
1693
+ _DDe,
1694
+ {
1695
+ [_h]: ["GET", "/devices/{DeviceId}", 200],
1696
+ },
1697
+ () => DescribeDeviceRequest,
1698
+ () => DescribeDeviceResponse,
1699
+ ];
1700
+ var DescribeDeviceJob = [
1701
+ 9,
1702
+ n0,
1703
+ _DDJ,
1704
+ {
1705
+ [_h]: ["GET", "/jobs/{JobId}", 200],
1706
+ },
1707
+ () => DescribeDeviceJobRequest,
1708
+ () => DescribeDeviceJobResponse,
1709
+ ];
1710
+ var DescribeNode = [
1711
+ 9,
1712
+ n0,
1713
+ _DNe,
1714
+ {
1715
+ [_h]: ["GET", "/nodes/{NodeId}", 200],
1716
+ },
1717
+ () => DescribeNodeRequest,
1718
+ () => DescribeNodeResponse,
1719
+ ];
1720
+ var DescribeNodeFromTemplateJob = [
1721
+ 9,
1722
+ n0,
1723
+ _DNFTJ,
1724
+ {
1725
+ [_h]: ["GET", "/packages/template-job/{JobId}", 200],
1726
+ },
1727
+ () => DescribeNodeFromTemplateJobRequest,
1728
+ () => DescribeNodeFromTemplateJobResponse,
1729
+ ];
1730
+ var DescribePackage = [
1731
+ 9,
1732
+ n0,
1733
+ _DPe,
1734
+ {
1735
+ [_h]: ["GET", "/packages/metadata/{PackageId}", 200],
1736
+ },
1737
+ () => DescribePackageRequest,
1738
+ () => DescribePackageResponse,
1739
+ ];
1740
+ var DescribePackageImportJob = [
1741
+ 9,
1742
+ n0,
1743
+ _DPIJ,
1744
+ {
1745
+ [_h]: ["GET", "/packages/import-jobs/{JobId}", 200],
1746
+ },
1747
+ () => DescribePackageImportJobRequest,
1748
+ () => DescribePackageImportJobResponse,
1749
+ ];
1750
+ var DescribePackageVersion = [
1751
+ 9,
1752
+ n0,
1753
+ _DPVe,
1754
+ {
1755
+ [_h]: ["GET", "/packages/metadata/{PackageId}/versions/{PackageVersion}", 200],
1756
+ },
1757
+ () => DescribePackageVersionRequest,
1758
+ () => DescribePackageVersionResponse,
1759
+ ];
1760
+ var ListApplicationInstanceDependencies = [
1761
+ 9,
1762
+ n0,
1763
+ _LAID,
1764
+ {
1765
+ [_h]: ["GET", "/application-instances/{ApplicationInstanceId}/package-dependencies", 200],
1766
+ },
1767
+ () => ListApplicationInstanceDependenciesRequest,
1768
+ () => ListApplicationInstanceDependenciesResponse,
1769
+ ];
1770
+ var ListApplicationInstanceNodeInstances = [
1771
+ 9,
1772
+ n0,
1773
+ _LAINI,
1774
+ {
1775
+ [_h]: ["GET", "/application-instances/{ApplicationInstanceId}/node-instances", 200],
1776
+ },
1777
+ () => ListApplicationInstanceNodeInstancesRequest,
1778
+ () => ListApplicationInstanceNodeInstancesResponse,
1779
+ ];
1780
+ var ListApplicationInstances = [
1781
+ 9,
1782
+ n0,
1783
+ _LAI,
1784
+ {
1785
+ [_h]: ["GET", "/application-instances", 200],
1786
+ },
1787
+ () => ListApplicationInstancesRequest,
1788
+ () => ListApplicationInstancesResponse,
1789
+ ];
1790
+ var ListDevices = [
1791
+ 9,
1792
+ n0,
1793
+ _LD,
1794
+ {
1795
+ [_h]: ["GET", "/devices", 200],
1796
+ },
1797
+ () => ListDevicesRequest,
1798
+ () => ListDevicesResponse,
1799
+ ];
1800
+ var ListDevicesJobs = [
1801
+ 9,
1802
+ n0,
1803
+ _LDJi,
1804
+ {
1805
+ [_h]: ["GET", "/jobs", 200],
1806
+ },
1807
+ () => ListDevicesJobsRequest,
1808
+ () => ListDevicesJobsResponse,
1809
+ ];
1810
+ var ListNodeFromTemplateJobs = [
1811
+ 9,
1812
+ n0,
1813
+ _LNFTJ,
1814
+ {
1815
+ [_h]: ["GET", "/packages/template-job", 200],
1816
+ },
1817
+ () => ListNodeFromTemplateJobsRequest,
1818
+ () => ListNodeFromTemplateJobsResponse,
1819
+ ];
1820
+ var ListNodes = [
1821
+ 9,
1822
+ n0,
1823
+ _LN,
1824
+ {
1825
+ [_h]: ["GET", "/nodes", 200],
1826
+ },
1827
+ () => ListNodesRequest,
1828
+ () => ListNodesResponse,
1829
+ ];
1830
+ var ListPackageImportJobs = [
1831
+ 9,
1832
+ n0,
1833
+ _LPIJ,
1834
+ {
1835
+ [_h]: ["GET", "/packages/import-jobs", 200],
1836
+ },
1837
+ () => ListPackageImportJobsRequest,
1838
+ () => ListPackageImportJobsResponse,
1839
+ ];
1840
+ var ListPackages = [
1841
+ 9,
1842
+ n0,
1843
+ _LP,
1844
+ {
1845
+ [_h]: ["GET", "/packages", 200],
1846
+ },
1847
+ () => ListPackagesRequest,
1848
+ () => ListPackagesResponse,
1849
+ ];
1850
+ var ListTagsForResource = [
1851
+ 9,
1852
+ n0,
1853
+ _LTFR,
1854
+ {
1855
+ [_h]: ["GET", "/tags/{ResourceArn}", 200],
1856
+ },
1857
+ () => ListTagsForResourceRequest,
1858
+ () => ListTagsForResourceResponse,
1859
+ ];
1860
+ var ProvisionDevice = [
1861
+ 9,
1862
+ n0,
1863
+ _PDr,
1864
+ {
1865
+ [_h]: ["POST", "/devices", 200],
1866
+ },
1867
+ () => ProvisionDeviceRequest,
1868
+ () => ProvisionDeviceResponse,
1869
+ ];
1870
+ var RegisterPackageVersion = [
1871
+ 9,
1872
+ n0,
1873
+ _RPV,
1874
+ {
1875
+ [_h]: ["PUT", "/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}", 200],
1876
+ },
1877
+ () => RegisterPackageVersionRequest,
1878
+ () => RegisterPackageVersionResponse,
1879
+ ];
1880
+ var RemoveApplicationInstance = [
1881
+ 9,
1882
+ n0,
1883
+ _RAI,
1884
+ {
1885
+ [_h]: ["DELETE", "/application-instances/{ApplicationInstanceId}", 200],
1886
+ },
1887
+ () => RemoveApplicationInstanceRequest,
1888
+ () => RemoveApplicationInstanceResponse,
1889
+ ];
1890
+ var SignalApplicationInstanceNodeInstances = [
1891
+ 9,
1892
+ n0,
1893
+ _SAINI,
1894
+ {
1895
+ [_h]: ["PUT", "/application-instances/{ApplicationInstanceId}/node-signals", 200],
1896
+ },
1897
+ () => SignalApplicationInstanceNodeInstancesRequest,
1898
+ () => SignalApplicationInstanceNodeInstancesResponse,
1899
+ ];
1900
+ var TagResource = [
1901
+ 9,
1902
+ n0,
1903
+ _TR,
1904
+ {
1905
+ [_h]: ["POST", "/tags/{ResourceArn}", 200],
1906
+ },
1907
+ () => TagResourceRequest,
1908
+ () => TagResourceResponse,
1909
+ ];
1910
+ var UntagResource = [
1911
+ 9,
1912
+ n0,
1913
+ _UR,
1914
+ {
1915
+ [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
1916
+ },
1917
+ () => UntagResourceRequest,
1918
+ () => UntagResourceResponse,
1919
+ ];
1920
+ var UpdateDeviceMetadata = [
1921
+ 9,
1922
+ n0,
1923
+ _UDM,
1924
+ {
1925
+ [_h]: ["PUT", "/devices/{DeviceId}", 200],
1926
+ },
1927
+ () => UpdateDeviceMetadataRequest,
1928
+ () => UpdateDeviceMetadataResponse,
1929
+ ];
1757
1930
 
1758
1931
  class CreateApplicationInstanceCommand extends smithyClient.Command
1759
1932
  .classBuilder()
1760
1933
  .ep(commonParams)
1761
1934
  .m(function (Command, cs, config, o) {
1762
- return [
1763
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1764
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1765
- ];
1935
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1766
1936
  })
1767
1937
  .s("OmniCloudServiceLambda", "CreateApplicationInstance", {})
1768
1938
  .n("PanoramaClient", "CreateApplicationInstanceCommand")
1769
- .f(void 0, void 0)
1770
- .ser(se_CreateApplicationInstanceCommand)
1771
- .de(de_CreateApplicationInstanceCommand)
1939
+ .sc(CreateApplicationInstance)
1772
1940
  .build() {
1773
1941
  }
1774
1942
 
@@ -1776,16 +1944,11 @@ class CreateJobForDevicesCommand extends smithyClient.Command
1776
1944
  .classBuilder()
1777
1945
  .ep(commonParams)
1778
1946
  .m(function (Command, cs, config, o) {
1779
- return [
1780
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1781
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1782
- ];
1947
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1783
1948
  })
1784
1949
  .s("OmniCloudServiceLambda", "CreateJobForDevices", {})
1785
1950
  .n("PanoramaClient", "CreateJobForDevicesCommand")
1786
- .f(void 0, void 0)
1787
- .ser(se_CreateJobForDevicesCommand)
1788
- .de(de_CreateJobForDevicesCommand)
1951
+ .sc(CreateJobForDevices)
1789
1952
  .build() {
1790
1953
  }
1791
1954
 
@@ -1793,16 +1956,11 @@ class CreateNodeFromTemplateJobCommand extends smithyClient.Command
1793
1956
  .classBuilder()
1794
1957
  .ep(commonParams)
1795
1958
  .m(function (Command, cs, config, o) {
1796
- return [
1797
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1798
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1799
- ];
1959
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1800
1960
  })
1801
1961
  .s("OmniCloudServiceLambda", "CreateNodeFromTemplateJob", {})
1802
1962
  .n("PanoramaClient", "CreateNodeFromTemplateJobCommand")
1803
- .f(CreateNodeFromTemplateJobRequestFilterSensitiveLog, void 0)
1804
- .ser(se_CreateNodeFromTemplateJobCommand)
1805
- .de(de_CreateNodeFromTemplateJobCommand)
1963
+ .sc(CreateNodeFromTemplateJob)
1806
1964
  .build() {
1807
1965
  }
1808
1966
 
@@ -1810,16 +1968,11 @@ class CreatePackageCommand extends smithyClient.Command
1810
1968
  .classBuilder()
1811
1969
  .ep(commonParams)
1812
1970
  .m(function (Command, cs, config, o) {
1813
- return [
1814
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1815
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1816
- ];
1971
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1817
1972
  })
1818
1973
  .s("OmniCloudServiceLambda", "CreatePackage", {})
1819
1974
  .n("PanoramaClient", "CreatePackageCommand")
1820
- .f(void 0, void 0)
1821
- .ser(se_CreatePackageCommand)
1822
- .de(de_CreatePackageCommand)
1975
+ .sc(CreatePackage)
1823
1976
  .build() {
1824
1977
  }
1825
1978
 
@@ -1827,16 +1980,11 @@ class CreatePackageImportJobCommand extends smithyClient.Command
1827
1980
  .classBuilder()
1828
1981
  .ep(commonParams)
1829
1982
  .m(function (Command, cs, config, o) {
1830
- return [
1831
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1832
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1833
- ];
1983
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1834
1984
  })
1835
1985
  .s("OmniCloudServiceLambda", "CreatePackageImportJob", {})
1836
1986
  .n("PanoramaClient", "CreatePackageImportJobCommand")
1837
- .f(void 0, void 0)
1838
- .ser(se_CreatePackageImportJobCommand)
1839
- .de(de_CreatePackageImportJobCommand)
1987
+ .sc(CreatePackageImportJob)
1840
1988
  .build() {
1841
1989
  }
1842
1990
 
@@ -1844,16 +1992,11 @@ class DeleteDeviceCommand extends smithyClient.Command
1844
1992
  .classBuilder()
1845
1993
  .ep(commonParams)
1846
1994
  .m(function (Command, cs, config, o) {
1847
- return [
1848
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1849
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1850
- ];
1995
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1851
1996
  })
1852
1997
  .s("OmniCloudServiceLambda", "DeleteDevice", {})
1853
1998
  .n("PanoramaClient", "DeleteDeviceCommand")
1854
- .f(void 0, void 0)
1855
- .ser(se_DeleteDeviceCommand)
1856
- .de(de_DeleteDeviceCommand)
1999
+ .sc(DeleteDevice)
1857
2000
  .build() {
1858
2001
  }
1859
2002
 
@@ -1861,16 +2004,11 @@ class DeletePackageCommand extends smithyClient.Command
1861
2004
  .classBuilder()
1862
2005
  .ep(commonParams)
1863
2006
  .m(function (Command, cs, config, o) {
1864
- return [
1865
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1866
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1867
- ];
2007
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1868
2008
  })
1869
2009
  .s("OmniCloudServiceLambda", "DeletePackage", {})
1870
2010
  .n("PanoramaClient", "DeletePackageCommand")
1871
- .f(void 0, void 0)
1872
- .ser(se_DeletePackageCommand)
1873
- .de(de_DeletePackageCommand)
2011
+ .sc(DeletePackage)
1874
2012
  .build() {
1875
2013
  }
1876
2014
 
@@ -1878,16 +2016,11 @@ class DeregisterPackageVersionCommand extends smithyClient.Command
1878
2016
  .classBuilder()
1879
2017
  .ep(commonParams)
1880
2018
  .m(function (Command, cs, config, o) {
1881
- return [
1882
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1883
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1884
- ];
2019
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1885
2020
  })
1886
2021
  .s("OmniCloudServiceLambda", "DeregisterPackageVersion", {})
1887
2022
  .n("PanoramaClient", "DeregisterPackageVersionCommand")
1888
- .f(void 0, void 0)
1889
- .ser(se_DeregisterPackageVersionCommand)
1890
- .de(de_DeregisterPackageVersionCommand)
2023
+ .sc(DeregisterPackageVersion)
1891
2024
  .build() {
1892
2025
  }
1893
2026
 
@@ -1895,16 +2028,11 @@ class DescribeApplicationInstanceCommand extends smithyClient.Command
1895
2028
  .classBuilder()
1896
2029
  .ep(commonParams)
1897
2030
  .m(function (Command, cs, config, o) {
1898
- return [
1899
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1900
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1901
- ];
2031
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1902
2032
  })
1903
2033
  .s("OmniCloudServiceLambda", "DescribeApplicationInstance", {})
1904
2034
  .n("PanoramaClient", "DescribeApplicationInstanceCommand")
1905
- .f(void 0, void 0)
1906
- .ser(se_DescribeApplicationInstanceCommand)
1907
- .de(de_DescribeApplicationInstanceCommand)
2035
+ .sc(DescribeApplicationInstance)
1908
2036
  .build() {
1909
2037
  }
1910
2038
 
@@ -1912,16 +2040,11 @@ class DescribeApplicationInstanceDetailsCommand extends smithyClient.Command
1912
2040
  .classBuilder()
1913
2041
  .ep(commonParams)
1914
2042
  .m(function (Command, cs, config, o) {
1915
- return [
1916
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1917
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1918
- ];
2043
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1919
2044
  })
1920
2045
  .s("OmniCloudServiceLambda", "DescribeApplicationInstanceDetails", {})
1921
2046
  .n("PanoramaClient", "DescribeApplicationInstanceDetailsCommand")
1922
- .f(void 0, void 0)
1923
- .ser(se_DescribeApplicationInstanceDetailsCommand)
1924
- .de(de_DescribeApplicationInstanceDetailsCommand)
2047
+ .sc(DescribeApplicationInstanceDetails)
1925
2048
  .build() {
1926
2049
  }
1927
2050
 
@@ -1929,16 +2052,11 @@ class DescribeDeviceCommand extends smithyClient.Command
1929
2052
  .classBuilder()
1930
2053
  .ep(commonParams)
1931
2054
  .m(function (Command, cs, config, o) {
1932
- return [
1933
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1934
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1935
- ];
2055
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1936
2056
  })
1937
2057
  .s("OmniCloudServiceLambda", "DescribeDevice", {})
1938
2058
  .n("PanoramaClient", "DescribeDeviceCommand")
1939
- .f(void 0, void 0)
1940
- .ser(se_DescribeDeviceCommand)
1941
- .de(de_DescribeDeviceCommand)
2059
+ .sc(DescribeDevice)
1942
2060
  .build() {
1943
2061
  }
1944
2062
 
@@ -1946,16 +2064,11 @@ class DescribeDeviceJobCommand extends smithyClient.Command
1946
2064
  .classBuilder()
1947
2065
  .ep(commonParams)
1948
2066
  .m(function (Command, cs, config, o) {
1949
- return [
1950
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1951
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1952
- ];
2067
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1953
2068
  })
1954
2069
  .s("OmniCloudServiceLambda", "DescribeDeviceJob", {})
1955
2070
  .n("PanoramaClient", "DescribeDeviceJobCommand")
1956
- .f(void 0, void 0)
1957
- .ser(se_DescribeDeviceJobCommand)
1958
- .de(de_DescribeDeviceJobCommand)
2071
+ .sc(DescribeDeviceJob)
1959
2072
  .build() {
1960
2073
  }
1961
2074
 
@@ -1963,16 +2076,11 @@ class DescribeNodeCommand extends smithyClient.Command
1963
2076
  .classBuilder()
1964
2077
  .ep(commonParams)
1965
2078
  .m(function (Command, cs, config, o) {
1966
- return [
1967
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1968
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1969
- ];
2079
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1970
2080
  })
1971
2081
  .s("OmniCloudServiceLambda", "DescribeNode", {})
1972
2082
  .n("PanoramaClient", "DescribeNodeCommand")
1973
- .f(void 0, void 0)
1974
- .ser(se_DescribeNodeCommand)
1975
- .de(de_DescribeNodeCommand)
2083
+ .sc(DescribeNode)
1976
2084
  .build() {
1977
2085
  }
1978
2086
 
@@ -1980,16 +2088,11 @@ class DescribeNodeFromTemplateJobCommand extends smithyClient.Command
1980
2088
  .classBuilder()
1981
2089
  .ep(commonParams)
1982
2090
  .m(function (Command, cs, config, o) {
1983
- return [
1984
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1985
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1986
- ];
2091
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1987
2092
  })
1988
2093
  .s("OmniCloudServiceLambda", "DescribeNodeFromTemplateJob", {})
1989
2094
  .n("PanoramaClient", "DescribeNodeFromTemplateJobCommand")
1990
- .f(void 0, DescribeNodeFromTemplateJobResponseFilterSensitiveLog)
1991
- .ser(se_DescribeNodeFromTemplateJobCommand)
1992
- .de(de_DescribeNodeFromTemplateJobCommand)
2095
+ .sc(DescribeNodeFromTemplateJob)
1993
2096
  .build() {
1994
2097
  }
1995
2098
 
@@ -1997,16 +2100,11 @@ class DescribePackageCommand extends smithyClient.Command
1997
2100
  .classBuilder()
1998
2101
  .ep(commonParams)
1999
2102
  .m(function (Command, cs, config, o) {
2000
- return [
2001
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2002
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2003
- ];
2103
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2004
2104
  })
2005
2105
  .s("OmniCloudServiceLambda", "DescribePackage", {})
2006
2106
  .n("PanoramaClient", "DescribePackageCommand")
2007
- .f(void 0, void 0)
2008
- .ser(se_DescribePackageCommand)
2009
- .de(de_DescribePackageCommand)
2107
+ .sc(DescribePackage)
2010
2108
  .build() {
2011
2109
  }
2012
2110
 
@@ -2014,16 +2112,11 @@ class DescribePackageImportJobCommand extends smithyClient.Command
2014
2112
  .classBuilder()
2015
2113
  .ep(commonParams)
2016
2114
  .m(function (Command, cs, config, o) {
2017
- return [
2018
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2019
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2020
- ];
2115
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2021
2116
  })
2022
2117
  .s("OmniCloudServiceLambda", "DescribePackageImportJob", {})
2023
2118
  .n("PanoramaClient", "DescribePackageImportJobCommand")
2024
- .f(void 0, void 0)
2025
- .ser(se_DescribePackageImportJobCommand)
2026
- .de(de_DescribePackageImportJobCommand)
2119
+ .sc(DescribePackageImportJob)
2027
2120
  .build() {
2028
2121
  }
2029
2122
 
@@ -2031,16 +2124,11 @@ class DescribePackageVersionCommand extends smithyClient.Command
2031
2124
  .classBuilder()
2032
2125
  .ep(commonParams)
2033
2126
  .m(function (Command, cs, config, o) {
2034
- return [
2035
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2036
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2037
- ];
2127
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2038
2128
  })
2039
2129
  .s("OmniCloudServiceLambda", "DescribePackageVersion", {})
2040
2130
  .n("PanoramaClient", "DescribePackageVersionCommand")
2041
- .f(void 0, void 0)
2042
- .ser(se_DescribePackageVersionCommand)
2043
- .de(de_DescribePackageVersionCommand)
2131
+ .sc(DescribePackageVersion)
2044
2132
  .build() {
2045
2133
  }
2046
2134
 
@@ -2048,16 +2136,11 @@ class ListApplicationInstanceDependenciesCommand extends smithyClient.Command
2048
2136
  .classBuilder()
2049
2137
  .ep(commonParams)
2050
2138
  .m(function (Command, cs, config, o) {
2051
- return [
2052
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2053
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2054
- ];
2139
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2055
2140
  })
2056
2141
  .s("OmniCloudServiceLambda", "ListApplicationInstanceDependencies", {})
2057
2142
  .n("PanoramaClient", "ListApplicationInstanceDependenciesCommand")
2058
- .f(void 0, void 0)
2059
- .ser(se_ListApplicationInstanceDependenciesCommand)
2060
- .de(de_ListApplicationInstanceDependenciesCommand)
2143
+ .sc(ListApplicationInstanceDependencies)
2061
2144
  .build() {
2062
2145
  }
2063
2146
 
@@ -2065,16 +2148,11 @@ class ListApplicationInstanceNodeInstancesCommand extends smithyClient.Command
2065
2148
  .classBuilder()
2066
2149
  .ep(commonParams)
2067
2150
  .m(function (Command, cs, config, o) {
2068
- return [
2069
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2070
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2071
- ];
2151
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2072
2152
  })
2073
2153
  .s("OmniCloudServiceLambda", "ListApplicationInstanceNodeInstances", {})
2074
2154
  .n("PanoramaClient", "ListApplicationInstanceNodeInstancesCommand")
2075
- .f(void 0, void 0)
2076
- .ser(se_ListApplicationInstanceNodeInstancesCommand)
2077
- .de(de_ListApplicationInstanceNodeInstancesCommand)
2155
+ .sc(ListApplicationInstanceNodeInstances)
2078
2156
  .build() {
2079
2157
  }
2080
2158
 
@@ -2082,16 +2160,11 @@ class ListApplicationInstancesCommand extends smithyClient.Command
2082
2160
  .classBuilder()
2083
2161
  .ep(commonParams)
2084
2162
  .m(function (Command, cs, config, o) {
2085
- return [
2086
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2087
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2088
- ];
2163
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2089
2164
  })
2090
2165
  .s("OmniCloudServiceLambda", "ListApplicationInstances", {})
2091
2166
  .n("PanoramaClient", "ListApplicationInstancesCommand")
2092
- .f(void 0, void 0)
2093
- .ser(se_ListApplicationInstancesCommand)
2094
- .de(de_ListApplicationInstancesCommand)
2167
+ .sc(ListApplicationInstances)
2095
2168
  .build() {
2096
2169
  }
2097
2170
 
@@ -2099,16 +2172,11 @@ class ListDevicesCommand extends smithyClient.Command
2099
2172
  .classBuilder()
2100
2173
  .ep(commonParams)
2101
2174
  .m(function (Command, cs, config, o) {
2102
- return [
2103
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2104
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2105
- ];
2175
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2106
2176
  })
2107
2177
  .s("OmniCloudServiceLambda", "ListDevices", {})
2108
2178
  .n("PanoramaClient", "ListDevicesCommand")
2109
- .f(void 0, void 0)
2110
- .ser(se_ListDevicesCommand)
2111
- .de(de_ListDevicesCommand)
2179
+ .sc(ListDevices)
2112
2180
  .build() {
2113
2181
  }
2114
2182
 
@@ -2116,16 +2184,11 @@ class ListDevicesJobsCommand extends smithyClient.Command
2116
2184
  .classBuilder()
2117
2185
  .ep(commonParams)
2118
2186
  .m(function (Command, cs, config, o) {
2119
- return [
2120
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2121
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2122
- ];
2187
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2123
2188
  })
2124
2189
  .s("OmniCloudServiceLambda", "ListDevicesJobs", {})
2125
2190
  .n("PanoramaClient", "ListDevicesJobsCommand")
2126
- .f(void 0, void 0)
2127
- .ser(se_ListDevicesJobsCommand)
2128
- .de(de_ListDevicesJobsCommand)
2191
+ .sc(ListDevicesJobs)
2129
2192
  .build() {
2130
2193
  }
2131
2194
 
@@ -2133,16 +2196,11 @@ class ListNodeFromTemplateJobsCommand extends smithyClient.Command
2133
2196
  .classBuilder()
2134
2197
  .ep(commonParams)
2135
2198
  .m(function (Command, cs, config, o) {
2136
- return [
2137
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2138
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2139
- ];
2199
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2140
2200
  })
2141
2201
  .s("OmniCloudServiceLambda", "ListNodeFromTemplateJobs", {})
2142
2202
  .n("PanoramaClient", "ListNodeFromTemplateJobsCommand")
2143
- .f(void 0, void 0)
2144
- .ser(se_ListNodeFromTemplateJobsCommand)
2145
- .de(de_ListNodeFromTemplateJobsCommand)
2203
+ .sc(ListNodeFromTemplateJobs)
2146
2204
  .build() {
2147
2205
  }
2148
2206
 
@@ -2150,16 +2208,11 @@ class ListNodesCommand extends smithyClient.Command
2150
2208
  .classBuilder()
2151
2209
  .ep(commonParams)
2152
2210
  .m(function (Command, cs, config, o) {
2153
- return [
2154
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2155
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2156
- ];
2211
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2157
2212
  })
2158
2213
  .s("OmniCloudServiceLambda", "ListNodes", {})
2159
2214
  .n("PanoramaClient", "ListNodesCommand")
2160
- .f(void 0, void 0)
2161
- .ser(se_ListNodesCommand)
2162
- .de(de_ListNodesCommand)
2215
+ .sc(ListNodes)
2163
2216
  .build() {
2164
2217
  }
2165
2218
 
@@ -2167,16 +2220,11 @@ class ListPackageImportJobsCommand extends smithyClient.Command
2167
2220
  .classBuilder()
2168
2221
  .ep(commonParams)
2169
2222
  .m(function (Command, cs, config, o) {
2170
- return [
2171
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2172
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2173
- ];
2223
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2174
2224
  })
2175
2225
  .s("OmniCloudServiceLambda", "ListPackageImportJobs", {})
2176
2226
  .n("PanoramaClient", "ListPackageImportJobsCommand")
2177
- .f(void 0, void 0)
2178
- .ser(se_ListPackageImportJobsCommand)
2179
- .de(de_ListPackageImportJobsCommand)
2227
+ .sc(ListPackageImportJobs)
2180
2228
  .build() {
2181
2229
  }
2182
2230
 
@@ -2184,16 +2232,11 @@ class ListPackagesCommand extends smithyClient.Command
2184
2232
  .classBuilder()
2185
2233
  .ep(commonParams)
2186
2234
  .m(function (Command, cs, config, o) {
2187
- return [
2188
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2189
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2190
- ];
2235
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2191
2236
  })
2192
2237
  .s("OmniCloudServiceLambda", "ListPackages", {})
2193
2238
  .n("PanoramaClient", "ListPackagesCommand")
2194
- .f(void 0, void 0)
2195
- .ser(se_ListPackagesCommand)
2196
- .de(de_ListPackagesCommand)
2239
+ .sc(ListPackages)
2197
2240
  .build() {
2198
2241
  }
2199
2242
 
@@ -2201,16 +2244,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2201
2244
  .classBuilder()
2202
2245
  .ep(commonParams)
2203
2246
  .m(function (Command, cs, config, o) {
2204
- return [
2205
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2206
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2207
- ];
2247
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2208
2248
  })
2209
2249
  .s("OmniCloudServiceLambda", "ListTagsForResource", {})
2210
2250
  .n("PanoramaClient", "ListTagsForResourceCommand")
2211
- .f(void 0, void 0)
2212
- .ser(se_ListTagsForResourceCommand)
2213
- .de(de_ListTagsForResourceCommand)
2251
+ .sc(ListTagsForResource)
2214
2252
  .build() {
2215
2253
  }
2216
2254
 
@@ -2218,16 +2256,11 @@ class ProvisionDeviceCommand extends smithyClient.Command
2218
2256
  .classBuilder()
2219
2257
  .ep(commonParams)
2220
2258
  .m(function (Command, cs, config, o) {
2221
- return [
2222
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2223
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2224
- ];
2259
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2225
2260
  })
2226
2261
  .s("OmniCloudServiceLambda", "ProvisionDevice", {})
2227
2262
  .n("PanoramaClient", "ProvisionDeviceCommand")
2228
- .f(void 0, void 0)
2229
- .ser(se_ProvisionDeviceCommand)
2230
- .de(de_ProvisionDeviceCommand)
2263
+ .sc(ProvisionDevice)
2231
2264
  .build() {
2232
2265
  }
2233
2266
 
@@ -2235,16 +2268,11 @@ class RegisterPackageVersionCommand extends smithyClient.Command
2235
2268
  .classBuilder()
2236
2269
  .ep(commonParams)
2237
2270
  .m(function (Command, cs, config, o) {
2238
- return [
2239
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2240
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2241
- ];
2271
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2242
2272
  })
2243
2273
  .s("OmniCloudServiceLambda", "RegisterPackageVersion", {})
2244
2274
  .n("PanoramaClient", "RegisterPackageVersionCommand")
2245
- .f(void 0, void 0)
2246
- .ser(se_RegisterPackageVersionCommand)
2247
- .de(de_RegisterPackageVersionCommand)
2275
+ .sc(RegisterPackageVersion)
2248
2276
  .build() {
2249
2277
  }
2250
2278
 
@@ -2252,16 +2280,11 @@ class RemoveApplicationInstanceCommand extends smithyClient.Command
2252
2280
  .classBuilder()
2253
2281
  .ep(commonParams)
2254
2282
  .m(function (Command, cs, config, o) {
2255
- return [
2256
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2257
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2258
- ];
2283
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2259
2284
  })
2260
2285
  .s("OmniCloudServiceLambda", "RemoveApplicationInstance", {})
2261
2286
  .n("PanoramaClient", "RemoveApplicationInstanceCommand")
2262
- .f(void 0, void 0)
2263
- .ser(se_RemoveApplicationInstanceCommand)
2264
- .de(de_RemoveApplicationInstanceCommand)
2287
+ .sc(RemoveApplicationInstance)
2265
2288
  .build() {
2266
2289
  }
2267
2290
 
@@ -2269,16 +2292,11 @@ class SignalApplicationInstanceNodeInstancesCommand extends smithyClient.Command
2269
2292
  .classBuilder()
2270
2293
  .ep(commonParams)
2271
2294
  .m(function (Command, cs, config, o) {
2272
- return [
2273
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2274
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2275
- ];
2295
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2276
2296
  })
2277
2297
  .s("OmniCloudServiceLambda", "SignalApplicationInstanceNodeInstances", {})
2278
2298
  .n("PanoramaClient", "SignalApplicationInstanceNodeInstancesCommand")
2279
- .f(void 0, void 0)
2280
- .ser(se_SignalApplicationInstanceNodeInstancesCommand)
2281
- .de(de_SignalApplicationInstanceNodeInstancesCommand)
2299
+ .sc(SignalApplicationInstanceNodeInstances)
2282
2300
  .build() {
2283
2301
  }
2284
2302
 
@@ -2286,16 +2304,11 @@ class TagResourceCommand extends smithyClient.Command
2286
2304
  .classBuilder()
2287
2305
  .ep(commonParams)
2288
2306
  .m(function (Command, cs, config, o) {
2289
- return [
2290
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2291
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2292
- ];
2307
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
2308
  })
2294
2309
  .s("OmniCloudServiceLambda", "TagResource", {})
2295
2310
  .n("PanoramaClient", "TagResourceCommand")
2296
- .f(void 0, void 0)
2297
- .ser(se_TagResourceCommand)
2298
- .de(de_TagResourceCommand)
2311
+ .sc(TagResource)
2299
2312
  .build() {
2300
2313
  }
2301
2314
 
@@ -2303,16 +2316,11 @@ class UntagResourceCommand extends smithyClient.Command
2303
2316
  .classBuilder()
2304
2317
  .ep(commonParams)
2305
2318
  .m(function (Command, cs, config, o) {
2306
- return [
2307
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2308
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2309
- ];
2319
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2310
2320
  })
2311
2321
  .s("OmniCloudServiceLambda", "UntagResource", {})
2312
2322
  .n("PanoramaClient", "UntagResourceCommand")
2313
- .f(void 0, void 0)
2314
- .ser(se_UntagResourceCommand)
2315
- .de(de_UntagResourceCommand)
2323
+ .sc(UntagResource)
2316
2324
  .build() {
2317
2325
  }
2318
2326
 
@@ -2320,16 +2328,11 @@ class UpdateDeviceMetadataCommand extends smithyClient.Command
2320
2328
  .classBuilder()
2321
2329
  .ep(commonParams)
2322
2330
  .m(function (Command, cs, config, o) {
2323
- return [
2324
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2325
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2326
- ];
2331
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2327
2332
  })
2328
2333
  .s("OmniCloudServiceLambda", "UpdateDeviceMetadata", {})
2329
2334
  .n("PanoramaClient", "UpdateDeviceMetadataCommand")
2330
- .f(void 0, void 0)
2331
- .ser(se_UpdateDeviceMetadataCommand)
2332
- .de(de_UpdateDeviceMetadataCommand)
2335
+ .sc(UpdateDeviceMetadata)
2333
2336
  .build() {
2334
2337
  }
2335
2338
 
@@ -2399,15 +2402,14 @@ Object.defineProperty(exports, "__Client", {
2399
2402
  enumerable: true,
2400
2403
  get: function () { return smithyClient.Client; }
2401
2404
  });
2402
- exports.AccessDeniedException = AccessDeniedException;
2405
+ exports.AccessDeniedException = AccessDeniedException$1;
2403
2406
  exports.ApplicationInstanceHealthStatus = ApplicationInstanceHealthStatus;
2404
2407
  exports.ApplicationInstanceStatus = ApplicationInstanceStatus;
2405
- exports.ConflictException = ConflictException;
2408
+ exports.ConflictException = ConflictException$1;
2406
2409
  exports.ConnectionType = ConnectionType;
2407
2410
  exports.CreateApplicationInstanceCommand = CreateApplicationInstanceCommand;
2408
2411
  exports.CreateJobForDevicesCommand = CreateJobForDevicesCommand;
2409
2412
  exports.CreateNodeFromTemplateJobCommand = CreateNodeFromTemplateJobCommand;
2410
- exports.CreateNodeFromTemplateJobRequestFilterSensitiveLog = CreateNodeFromTemplateJobRequestFilterSensitiveLog;
2411
2413
  exports.CreatePackageCommand = CreatePackageCommand;
2412
2414
  exports.CreatePackageImportJobCommand = CreatePackageImportJobCommand;
2413
2415
  exports.DeleteDeviceCommand = DeleteDeviceCommand;
@@ -2419,7 +2421,6 @@ exports.DescribeDeviceCommand = DescribeDeviceCommand;
2419
2421
  exports.DescribeDeviceJobCommand = DescribeDeviceJobCommand;
2420
2422
  exports.DescribeNodeCommand = DescribeNodeCommand;
2421
2423
  exports.DescribeNodeFromTemplateJobCommand = DescribeNodeFromTemplateJobCommand;
2422
- exports.DescribeNodeFromTemplateJobResponseFilterSensitiveLog = DescribeNodeFromTemplateJobResponseFilterSensitiveLog;
2423
2424
  exports.DescribePackageCommand = DescribePackageCommand;
2424
2425
  exports.DescribePackageImportJobCommand = DescribePackageImportJobCommand;
2425
2426
  exports.DescribePackageVersionCommand = DescribePackageVersionCommand;
@@ -2430,7 +2431,7 @@ exports.DeviceConnectionStatus = DeviceConnectionStatus;
2430
2431
  exports.DeviceReportedStatus = DeviceReportedStatus;
2431
2432
  exports.DeviceStatus = DeviceStatus;
2432
2433
  exports.DeviceType = DeviceType;
2433
- exports.InternalServerException = InternalServerException;
2434
+ exports.InternalServerException = InternalServerException$1;
2434
2435
  exports.JobResourceType = JobResourceType;
2435
2436
  exports.JobType = JobType;
2436
2437
  exports.ListApplicationInstanceDependenciesCommand = ListApplicationInstanceDependenciesCommand;
@@ -2454,13 +2455,13 @@ exports.PackageImportJobType = PackageImportJobType;
2454
2455
  exports.PackageVersionStatus = PackageVersionStatus;
2455
2456
  exports.Panorama = Panorama;
2456
2457
  exports.PanoramaClient = PanoramaClient;
2457
- exports.PanoramaServiceException = PanoramaServiceException;
2458
+ exports.PanoramaServiceException = PanoramaServiceException$1;
2458
2459
  exports.PortType = PortType;
2459
2460
  exports.ProvisionDeviceCommand = ProvisionDeviceCommand;
2460
2461
  exports.RegisterPackageVersionCommand = RegisterPackageVersionCommand;
2461
2462
  exports.RemoveApplicationInstanceCommand = RemoveApplicationInstanceCommand;
2462
- exports.ResourceNotFoundException = ResourceNotFoundException;
2463
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2463
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2464
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2464
2465
  exports.SignalApplicationInstanceNodeInstancesCommand = SignalApplicationInstanceNodeInstancesCommand;
2465
2466
  exports.SortOrder = SortOrder;
2466
2467
  exports.StatusFilter = StatusFilter;
@@ -2469,7 +2470,7 @@ exports.TemplateType = TemplateType;
2469
2470
  exports.UntagResourceCommand = UntagResourceCommand;
2470
2471
  exports.UpdateDeviceMetadataCommand = UpdateDeviceMetadataCommand;
2471
2472
  exports.UpdateProgress = UpdateProgress;
2472
- exports.ValidationException = ValidationException;
2473
+ exports.ValidationException = ValidationException$1;
2473
2474
  exports.ValidationExceptionReason = ValidationExceptionReason;
2474
2475
  exports.paginateListApplicationInstanceDependencies = paginateListApplicationInstanceDependencies;
2475
2476
  exports.paginateListApplicationInstanceNodeInstances = paginateListApplicationInstanceNodeInstances;