aws-sdk-panorama 1.5.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,16 +24,34 @@ module Aws::Panorama
24
24
  include Aws::Structure
25
25
  end
26
26
 
27
- # An application instance on a device.
27
+ # Details about a beta appliance software update.
28
28
  #
29
- # @!attribute [rw] name
30
- # The application instance's name.
29
+ # @!attribute [rw] version
30
+ # The appliance software version.
31
31
  # @return [String]
32
32
  #
33
+ # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/AlternateSoftwareMetadata AWS API Documentation
34
+ #
35
+ class AlternateSoftwareMetadata < Struct.new(
36
+ :version)
37
+ SENSITIVE = []
38
+ include Aws::Structure
39
+ end
40
+
41
+ # An application instance on a device.
42
+ #
33
43
  # @!attribute [rw] application_instance_id
34
44
  # The application instance's ID.
35
45
  # @return [String]
36
46
  #
47
+ # @!attribute [rw] arn
48
+ # The application instance's ARN.
49
+ # @return [String]
50
+ #
51
+ # @!attribute [rw] created_time
52
+ # When the application instance was created.
53
+ # @return [Time]
54
+ #
37
55
  # @!attribute [rw] default_runtime_context_device
38
56
  # The device's ID.
39
57
  # @return [String]
@@ -46,24 +64,20 @@ module Aws::Panorama
46
64
  # The application instance's description.
47
65
  # @return [String]
48
66
  #
49
- # @!attribute [rw] status
50
- # The application instance's status.
51
- # @return [String]
52
- #
53
67
  # @!attribute [rw] health_status
54
68
  # The application instance's health status.
55
69
  # @return [String]
56
70
  #
57
- # @!attribute [rw] status_description
58
- # The application instance's status description.
71
+ # @!attribute [rw] name
72
+ # The application instance's name.
59
73
  # @return [String]
60
74
  #
61
- # @!attribute [rw] created_time
62
- # When the application instance was created.
63
- # @return [Time]
75
+ # @!attribute [rw] status
76
+ # The application instance's status.
77
+ # @return [String]
64
78
  #
65
- # @!attribute [rw] arn
66
- # The application instance's ARN.
79
+ # @!attribute [rw] status_description
80
+ # The application instance's status description.
67
81
  # @return [String]
68
82
  #
69
83
  # @!attribute [rw] tags
@@ -73,16 +87,16 @@ module Aws::Panorama
73
87
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ApplicationInstance AWS API Documentation
74
88
  #
75
89
  class ApplicationInstance < Struct.new(
76
- :name,
77
90
  :application_instance_id,
91
+ :arn,
92
+ :created_time,
78
93
  :default_runtime_context_device,
79
94
  :default_runtime_context_device_name,
80
95
  :description,
81
- :status,
82
96
  :health_status,
97
+ :name,
98
+ :status,
83
99
  :status_description,
84
- :created_time,
85
- :arn,
86
100
  :tags)
87
101
  SENSITIVE = []
88
102
  include Aws::Structure
@@ -90,6 +104,14 @@ module Aws::Panorama
90
104
 
91
105
  # The target resource is in use.
92
106
  #
107
+ # @!attribute [rw] error_arguments
108
+ # A list of attributes that led to the exception and their values.
109
+ # @return [Array<Types::ConflictExceptionErrorArgument>]
110
+ #
111
+ # @!attribute [rw] error_id
112
+ # A unique ID for the error.
113
+ # @return [String]
114
+ #
93
115
  # @!attribute [rw] message
94
116
  # @return [String]
95
117
  #
@@ -101,22 +123,14 @@ module Aws::Panorama
101
123
  # The resource's type.
102
124
  # @return [String]
103
125
  #
104
- # @!attribute [rw] error_id
105
- # A unique ID for the error.
106
- # @return [String]
107
- #
108
- # @!attribute [rw] error_arguments
109
- # A list of attributes that led to the exception and their values.
110
- # @return [Array<Types::ConflictExceptionErrorArgument>]
111
- #
112
126
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ConflictException AWS API Documentation
113
127
  #
114
128
  class ConflictException < Struct.new(
129
+ :error_arguments,
130
+ :error_id,
115
131
  :message,
116
132
  :resource_id,
117
- :resource_type,
118
- :error_id,
119
- :error_arguments)
133
+ :resource_type)
120
134
  SENSITIVE = []
121
135
  include Aws::Structure
122
136
  end
@@ -144,50 +158,50 @@ module Aws::Panorama
144
158
  # data as a hash:
145
159
  #
146
160
  # {
147
- # name: "ApplicationInstanceName",
161
+ # application_instance_id_to_replace: "ApplicationInstanceId",
162
+ # default_runtime_context_device: "DefaultRuntimeContextDevice", # required
148
163
  # description: "Description",
149
- # manifest_payload: { # required
150
- # payload_data: "ManifestPayloadData",
151
- # },
152
164
  # manifest_overrides_payload: {
153
165
  # payload_data: "ManifestOverridesPayloadData",
154
166
  # },
155
- # application_instance_id_to_replace: "ApplicationInstanceId",
167
+ # manifest_payload: { # required
168
+ # payload_data: "ManifestPayloadData",
169
+ # },
170
+ # name: "ApplicationInstanceName",
156
171
  # runtime_role_arn: "RuntimeRoleArn",
157
- # default_runtime_context_device: "DefaultRuntimeContextDevice", # required
158
172
  # tags: {
159
173
  # "TagKey" => "TagValue",
160
174
  # },
161
175
  # }
162
176
  #
163
- # @!attribute [rw] name
164
- # A name for the application instance.
177
+ # @!attribute [rw] application_instance_id_to_replace
178
+ # The ID of an application instance to replace with the new instance.
179
+ # @return [String]
180
+ #
181
+ # @!attribute [rw] default_runtime_context_device
182
+ # A device's ID.
165
183
  # @return [String]
166
184
  #
167
185
  # @!attribute [rw] description
168
186
  # A description for the application instance.
169
187
  # @return [String]
170
188
  #
171
- # @!attribute [rw] manifest_payload
172
- # The application's manifest document.
173
- # @return [Types::ManifestPayload]
174
- #
175
189
  # @!attribute [rw] manifest_overrides_payload
176
190
  # Setting overrides for the application manifest.
177
191
  # @return [Types::ManifestOverridesPayload]
178
192
  #
179
- # @!attribute [rw] application_instance_id_to_replace
180
- # The ID of an application instance to replace with the new instance.
193
+ # @!attribute [rw] manifest_payload
194
+ # The application's manifest document.
195
+ # @return [Types::ManifestPayload]
196
+ #
197
+ # @!attribute [rw] name
198
+ # A name for the application instance.
181
199
  # @return [String]
182
200
  #
183
201
  # @!attribute [rw] runtime_role_arn
184
202
  # The ARN of a runtime role for the application instance.
185
203
  # @return [String]
186
204
  #
187
- # @!attribute [rw] default_runtime_context_device
188
- # A device's ID.
189
- # @return [String]
190
- #
191
205
  # @!attribute [rw] tags
192
206
  # Tags for the application instance.
193
207
  # @return [Hash<String,String>]
@@ -195,13 +209,13 @@ module Aws::Panorama
195
209
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/CreateApplicationInstanceRequest AWS API Documentation
196
210
  #
197
211
  class CreateApplicationInstanceRequest < Struct.new(
198
- :name,
212
+ :application_instance_id_to_replace,
213
+ :default_runtime_context_device,
199
214
  :description,
200
- :manifest_payload,
201
215
  :manifest_overrides_payload,
202
- :application_instance_id_to_replace,
216
+ :manifest_payload,
217
+ :name,
203
218
  :runtime_role_arn,
204
- :default_runtime_context_device,
205
219
  :tags)
206
220
  SENSITIVE = []
207
221
  include Aws::Structure
@@ -270,14 +284,6 @@ module Aws::Panorama
270
284
  # data as a hash:
271
285
  #
272
286
  # {
273
- # template_type: "RTSP_CAMERA_STREAM", # required, accepts RTSP_CAMERA_STREAM
274
- # output_package_name: "NodePackageName", # required
275
- # output_package_version: "NodePackageVersion", # required
276
- # node_name: "NodeName", # required
277
- # node_description: "Description",
278
- # template_parameters: { # required
279
- # "TemplateKey" => "TemplateValue",
280
- # },
281
287
  # job_tags: [
282
288
  # {
283
289
  # resource_type: "PACKAGE", # required, accepts PACKAGE
@@ -286,10 +292,26 @@ module Aws::Panorama
286
292
  # },
287
293
  # },
288
294
  # ],
295
+ # node_description: "Description",
296
+ # node_name: "NodeName", # required
297
+ # output_package_name: "NodePackageName", # required
298
+ # output_package_version: "NodePackageVersion", # required
299
+ # template_parameters: { # required
300
+ # "TemplateKey" => "TemplateValue",
301
+ # },
302
+ # template_type: "RTSP_CAMERA_STREAM", # required, accepts RTSP_CAMERA_STREAM
289
303
  # }
290
304
  #
291
- # @!attribute [rw] template_type
292
- # The type of node.
305
+ # @!attribute [rw] job_tags
306
+ # Tags for the job.
307
+ # @return [Array<Types::JobResourceTags>]
308
+ #
309
+ # @!attribute [rw] node_description
310
+ # A description for the node.
311
+ # @return [String]
312
+ #
313
+ # @!attribute [rw] node_name
314
+ # A name for the node.
293
315
  # @return [String]
294
316
  #
295
317
  # @!attribute [rw] output_package_name
@@ -300,32 +322,24 @@ module Aws::Panorama
300
322
  # An output package version for the node.
301
323
  # @return [String]
302
324
  #
303
- # @!attribute [rw] node_name
304
- # A name for the node.
305
- # @return [String]
306
- #
307
- # @!attribute [rw] node_description
308
- # A description for the node.
309
- # @return [String]
310
- #
311
325
  # @!attribute [rw] template_parameters
312
326
  # Template parameters for the node.
313
327
  # @return [Hash<String,String>]
314
328
  #
315
- # @!attribute [rw] job_tags
316
- # Tags for the job.
317
- # @return [Array<Types::JobResourceTags>]
329
+ # @!attribute [rw] template_type
330
+ # The type of node.
331
+ # @return [String]
318
332
  #
319
333
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/CreateNodeFromTemplateJobRequest AWS API Documentation
320
334
  #
321
335
  class CreateNodeFromTemplateJobRequest < Struct.new(
322
- :template_type,
336
+ :job_tags,
337
+ :node_description,
338
+ :node_name,
323
339
  :output_package_name,
324
340
  :output_package_version,
325
- :node_name,
326
- :node_description,
327
341
  :template_parameters,
328
- :job_tags)
342
+ :template_type)
329
343
  SENSITIVE = []
330
344
  include Aws::Structure
331
345
  end
@@ -346,24 +360,16 @@ module Aws::Panorama
346
360
  # data as a hash:
347
361
  #
348
362
  # {
349
- # job_type: "NODE_PACKAGE_VERSION", # required, accepts NODE_PACKAGE_VERSION
363
+ # client_token: "ClientToken", # required
350
364
  # input_config: { # required
351
365
  # package_version_input_config: {
352
366
  # s3_location: { # required
353
- # region: "Region",
354
367
  # bucket_name: "BucketName", # required
355
368
  # object_key: "ObjectKey", # required
369
+ # region: "Region",
356
370
  # },
357
371
  # },
358
372
  # },
359
- # output_config: { # required
360
- # package_version_output_config: {
361
- # package_name: "NodePackageName", # required
362
- # package_version: "NodePackageVersion", # required
363
- # mark_latest: false,
364
- # },
365
- # },
366
- # client_token: "ClientToken", # required
367
373
  # job_tags: [
368
374
  # {
369
375
  # resource_type: "PACKAGE", # required, accepts PACKAGE
@@ -372,36 +378,44 @@ module Aws::Panorama
372
378
  # },
373
379
  # },
374
380
  # ],
381
+ # job_type: "NODE_PACKAGE_VERSION", # required, accepts NODE_PACKAGE_VERSION, MARKETPLACE_NODE_PACKAGE_VERSION
382
+ # output_config: { # required
383
+ # package_version_output_config: {
384
+ # mark_latest: false,
385
+ # package_name: "NodePackageName", # required
386
+ # package_version: "NodePackageVersion", # required
387
+ # },
388
+ # },
375
389
  # }
376
390
  #
377
- # @!attribute [rw] job_type
378
- # A job type for the package import job.
391
+ # @!attribute [rw] client_token
392
+ # A client token for the package import job.
379
393
  # @return [String]
380
394
  #
381
395
  # @!attribute [rw] input_config
382
396
  # An input config for the package import job.
383
397
  # @return [Types::PackageImportJobInputConfig]
384
398
  #
385
- # @!attribute [rw] output_config
386
- # An output config for the package import job.
387
- # @return [Types::PackageImportJobOutputConfig]
388
- #
389
- # @!attribute [rw] client_token
390
- # A client token for the package import job.
391
- # @return [String]
392
- #
393
399
  # @!attribute [rw] job_tags
394
400
  # Tags for the package import job.
395
401
  # @return [Array<Types::JobResourceTags>]
396
402
  #
403
+ # @!attribute [rw] job_type
404
+ # A job type for the package import job.
405
+ # @return [String]
406
+ #
407
+ # @!attribute [rw] output_config
408
+ # An output config for the package import job.
409
+ # @return [Types::PackageImportJobOutputConfig]
410
+ #
397
411
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/CreatePackageImportJobRequest AWS API Documentation
398
412
  #
399
413
  class CreatePackageImportJobRequest < Struct.new(
400
- :job_type,
401
- :input_config,
402
- :output_config,
403
414
  :client_token,
404
- :job_tags)
415
+ :input_config,
416
+ :job_tags,
417
+ :job_type,
418
+ :output_config)
405
419
  SENSITIVE = []
406
420
  include Aws::Structure
407
421
  end
@@ -445,14 +459,14 @@ module Aws::Panorama
445
459
  include Aws::Structure
446
460
  end
447
461
 
448
- # @!attribute [rw] package_id
449
- # The package's ID.
450
- # @return [String]
451
- #
452
462
  # @!attribute [rw] arn
453
463
  # The package's ARN.
454
464
  # @return [String]
455
465
  #
466
+ # @!attribute [rw] package_id
467
+ # The package's ID.
468
+ # @return [String]
469
+ #
456
470
  # @!attribute [rw] storage_location
457
471
  # The package's storage location.
458
472
  # @return [Types::StorageLocation]
@@ -460,8 +474,8 @@ module Aws::Panorama
460
474
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/CreatePackageResponse AWS API Documentation
461
475
  #
462
476
  class CreatePackageResponse < Struct.new(
463
- :package_id,
464
477
  :arn,
478
+ :package_id,
465
479
  :storage_location)
466
480
  SENSITIVE = []
467
481
  include Aws::Structure
@@ -502,24 +516,24 @@ module Aws::Panorama
502
516
  # data as a hash:
503
517
  #
504
518
  # {
505
- # package_id: "NodePackageId", # required
506
519
  # force_delete: false,
520
+ # package_id: "NodePackageId", # required
507
521
  # }
508
522
  #
509
- # @!attribute [rw] package_id
510
- # The package's ID.
511
- # @return [String]
512
- #
513
523
  # @!attribute [rw] force_delete
514
524
  # Delete the package even if it has artifacts stored in its access
515
525
  # point. Deletes the package's artifacts from Amazon S3.
516
526
  # @return [Boolean]
517
527
  #
528
+ # @!attribute [rw] package_id
529
+ # The package's ID.
530
+ # @return [String]
531
+ #
518
532
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DeletePackageRequest AWS API Documentation
519
533
  #
520
534
  class DeletePackageRequest < Struct.new(
521
- :package_id,
522
- :force_delete)
535
+ :force_delete,
536
+ :package_id)
523
537
  SENSITIVE = []
524
538
  include Aws::Structure
525
539
  end
@@ -595,49 +609,49 @@ module Aws::Panorama
595
609
  include Aws::Structure
596
610
  end
597
611
 
598
- # @!attribute [rw] name
599
- # The application instance's name.
612
+ # @!attribute [rw] application_instance_id
613
+ # The application instance's ID.
600
614
  # @return [String]
601
615
  #
602
- # @!attribute [rw] description
603
- # The application instance's description.
616
+ # @!attribute [rw] application_instance_id_to_replace
617
+ # The ID of the application instance that this instance replaced.
604
618
  # @return [String]
605
619
  #
620
+ # @!attribute [rw] created_time
621
+ # When the application instance was created.
622
+ # @return [Time]
623
+ #
606
624
  # @!attribute [rw] default_runtime_context_device
607
625
  # The application instance's default runtime context device.
608
626
  # @return [String]
609
627
  #
610
- # @!attribute [rw] manifest_payload
611
- # The application instance's configuration manifest.
612
- # @return [Types::ManifestPayload]
628
+ # @!attribute [rw] description
629
+ # The application instance's description.
630
+ # @return [String]
613
631
  #
614
632
  # @!attribute [rw] manifest_overrides_payload
615
633
  # Parameter overrides for the configuration manifest.
616
634
  # @return [Types::ManifestOverridesPayload]
617
635
  #
618
- # @!attribute [rw] application_instance_id_to_replace
619
- # The ID of the application instance that this instance replaced.
620
- # @return [String]
621
- #
622
- # @!attribute [rw] created_time
623
- # When the application instance was created.
624
- # @return [Time]
636
+ # @!attribute [rw] manifest_payload
637
+ # The application instance's configuration manifest.
638
+ # @return [Types::ManifestPayload]
625
639
  #
626
- # @!attribute [rw] application_instance_id
627
- # The application instance's ID.
640
+ # @!attribute [rw] name
641
+ # The application instance's name.
628
642
  # @return [String]
629
643
  #
630
644
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribeApplicationInstanceDetailsResponse AWS API Documentation
631
645
  #
632
646
  class DescribeApplicationInstanceDetailsResponse < Struct.new(
633
- :name,
634
- :description,
635
- :default_runtime_context_device,
636
- :manifest_payload,
637
- :manifest_overrides_payload,
647
+ :application_instance_id,
638
648
  :application_instance_id_to_replace,
639
649
  :created_time,
640
- :application_instance_id)
650
+ :default_runtime_context_device,
651
+ :description,
652
+ :manifest_overrides_payload,
653
+ :manifest_payload,
654
+ :name)
641
655
  SENSITIVE = []
642
656
  include Aws::Structure
643
657
  end
@@ -661,14 +675,22 @@ module Aws::Panorama
661
675
  include Aws::Structure
662
676
  end
663
677
 
664
- # @!attribute [rw] name
665
- # The application instance's name.
678
+ # @!attribute [rw] application_instance_id
679
+ # The application instance's ID.
666
680
  # @return [String]
667
681
  #
668
- # @!attribute [rw] description
669
- # The application instance's description.
682
+ # @!attribute [rw] application_instance_id_to_replace
683
+ # The ID of the application instance that this instance replaced.
684
+ # @return [String]
685
+ #
686
+ # @!attribute [rw] arn
687
+ # The application instance's ARN.
670
688
  # @return [String]
671
689
  #
690
+ # @!attribute [rw] created_time
691
+ # When the application instance was created.
692
+ # @return [Time]
693
+ #
672
694
  # @!attribute [rw] default_runtime_context_device
673
695
  # The device's ID.
674
696
  # @return [String]
@@ -677,40 +699,32 @@ module Aws::Panorama
677
699
  # The device's bane.
678
700
  # @return [String]
679
701
  #
680
- # @!attribute [rw] application_instance_id_to_replace
681
- # The ID of the application instance that this instance replaced.
682
- # @return [String]
683
- #
684
- # @!attribute [rw] runtime_role_arn
685
- # The application instance's runtime role ARN.
686
- # @return [String]
687
- #
688
- # @!attribute [rw] status
689
- # The application instance's status.
702
+ # @!attribute [rw] description
703
+ # The application instance's description.
690
704
  # @return [String]
691
705
  #
692
706
  # @!attribute [rw] health_status
693
707
  # The application instance's health status.
694
708
  # @return [String]
695
709
  #
696
- # @!attribute [rw] status_description
697
- # The application instance's status description.
698
- # @return [String]
699
- #
700
- # @!attribute [rw] created_time
701
- # When the application instance was created.
702
- # @return [Time]
703
- #
704
710
  # @!attribute [rw] last_updated_time
705
711
  # The application instance was updated.
706
712
  # @return [Time]
707
713
  #
708
- # @!attribute [rw] application_instance_id
709
- # The application instance's ID.
714
+ # @!attribute [rw] name
715
+ # The application instance's name.
710
716
  # @return [String]
711
717
  #
712
- # @!attribute [rw] arn
713
- # The application instance's ARN.
718
+ # @!attribute [rw] runtime_role_arn
719
+ # The application instance's runtime role ARN.
720
+ # @return [String]
721
+ #
722
+ # @!attribute [rw] status
723
+ # The application instance's status.
724
+ # @return [String]
725
+ #
726
+ # @!attribute [rw] status_description
727
+ # The application instance's status description.
714
728
  # @return [String]
715
729
  #
716
730
  # @!attribute [rw] tags
@@ -720,19 +734,19 @@ module Aws::Panorama
720
734
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribeApplicationInstanceResponse AWS API Documentation
721
735
  #
722
736
  class DescribeApplicationInstanceResponse < Struct.new(
723
- :name,
724
- :description,
737
+ :application_instance_id,
738
+ :application_instance_id_to_replace,
739
+ :arn,
740
+ :created_time,
725
741
  :default_runtime_context_device,
726
742
  :default_runtime_context_device_name,
727
- :application_instance_id_to_replace,
743
+ :description,
744
+ :health_status,
745
+ :last_updated_time,
746
+ :name,
728
747
  :runtime_role_arn,
729
748
  :status,
730
- :health_status,
731
749
  :status_description,
732
- :created_time,
733
- :last_updated_time,
734
- :application_instance_id,
735
- :arn,
736
750
  :tags)
737
751
  SENSITIVE = []
738
752
  include Aws::Structure
@@ -757,18 +771,18 @@ module Aws::Panorama
757
771
  include Aws::Structure
758
772
  end
759
773
 
760
- # @!attribute [rw] job_id
761
- # The job's ID.
774
+ # @!attribute [rw] created_time
775
+ # When the job was created.
776
+ # @return [Time]
777
+ #
778
+ # @!attribute [rw] device_arn
779
+ # The device's ARN.
762
780
  # @return [String]
763
781
  #
764
782
  # @!attribute [rw] device_id
765
783
  # The device's ID.
766
784
  # @return [String]
767
785
  #
768
- # @!attribute [rw] device_arn
769
- # The device's ARN.
770
- # @return [String]
771
- #
772
786
  # @!attribute [rw] device_name
773
787
  # The device's name.
774
788
  # @return [String]
@@ -781,25 +795,25 @@ module Aws::Panorama
781
795
  # For an OTA job, the target version of the device software.
782
796
  # @return [String]
783
797
  #
798
+ # @!attribute [rw] job_id
799
+ # The job's ID.
800
+ # @return [String]
801
+ #
784
802
  # @!attribute [rw] status
785
803
  # The job's status.
786
804
  # @return [String]
787
805
  #
788
- # @!attribute [rw] created_time
789
- # When the job was created.
790
- # @return [Time]
791
- #
792
806
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribeDeviceJobResponse AWS API Documentation
793
807
  #
794
808
  class DescribeDeviceJobResponse < Struct.new(
795
- :job_id,
796
- :device_id,
809
+ :created_time,
797
810
  :device_arn,
811
+ :device_id,
798
812
  :device_name,
799
813
  :device_type,
800
814
  :image_version,
801
- :status,
802
- :created_time)
815
+ :job_id,
816
+ :status)
803
817
  SENSITIVE = []
804
818
  include Aws::Structure
805
819
  end
@@ -823,44 +837,74 @@ module Aws::Panorama
823
837
  include Aws::Structure
824
838
  end
825
839
 
826
- # @!attribute [rw] device_id
827
- # The device's ID.
840
+ # @!attribute [rw] alternate_softwares
841
+ # Beta software releases available for the device.
842
+ # @return [Array<Types::AlternateSoftwareMetadata>]
843
+ #
844
+ # @!attribute [rw] arn
845
+ # The device's ARN.
828
846
  # @return [String]
829
847
  #
830
- # @!attribute [rw] name
831
- # The device's name.
848
+ # @!attribute [rw] brand
849
+ # The device's maker.
832
850
  # @return [String]
833
851
  #
834
- # @!attribute [rw] arn
835
- # The device's ARN.
852
+ # @!attribute [rw] created_time
853
+ # When the device was created.
854
+ # @return [Time]
855
+ #
856
+ # @!attribute [rw] current_networking_status
857
+ # The device's networking status.
858
+ # @return [Types::NetworkStatus]
859
+ #
860
+ # @!attribute [rw] current_software
861
+ # The device's current software version.
836
862
  # @return [String]
837
863
  #
838
864
  # @!attribute [rw] description
839
865
  # The device's description.
840
866
  # @return [String]
841
867
  #
842
- # @!attribute [rw] type
843
- # The device's type.
868
+ # @!attribute [rw] device_aggregated_status
869
+ # A device's aggregated status. Including the device's connection
870
+ # status, provisioning status, and lease status.
844
871
  # @return [String]
845
872
  #
846
873
  # @!attribute [rw] device_connection_status
847
874
  # The device's connection status.
848
875
  # @return [String]
849
876
  #
850
- # @!attribute [rw] created_time
851
- # When the device was created.
852
- # @return [Time]
877
+ # @!attribute [rw] device_id
878
+ # The device's ID.
879
+ # @return [String]
853
880
  #
854
- # @!attribute [rw] provisioning_status
855
- # The device's provisioning status.
881
+ # @!attribute [rw] latest_alternate_software
882
+ # The most recent beta software release.
856
883
  # @return [String]
857
884
  #
885
+ # @!attribute [rw] latest_device_job
886
+ # A device's latest job. Includes the target image version, and the
887
+ # job status.
888
+ # @return [Types::LatestDeviceJob]
889
+ #
858
890
  # @!attribute [rw] latest_software
859
891
  # The latest software version available for the device.
860
892
  # @return [String]
861
893
  #
862
- # @!attribute [rw] current_software
863
- # The device's current software version.
894
+ # @!attribute [rw] lease_expiration_time
895
+ # The device's lease expiration time.
896
+ # @return [Time]
897
+ #
898
+ # @!attribute [rw] name
899
+ # The device's name.
900
+ # @return [String]
901
+ #
902
+ # @!attribute [rw] networking_configuration
903
+ # The device's networking configuration.
904
+ # @return [Types::NetworkPayload]
905
+ #
906
+ # @!attribute [rw] provisioning_status
907
+ # The device's provisioning status.
864
908
  # @return [String]
865
909
  #
866
910
  # @!attribute [rw] serial_number
@@ -871,36 +915,33 @@ module Aws::Panorama
871
915
  # The device's tags.
872
916
  # @return [Hash<String,String>]
873
917
  #
874
- # @!attribute [rw] networking_configuration
875
- # The device's networking configuration.
876
- # @return [Types::NetworkPayload]
877
- #
878
- # @!attribute [rw] current_networking_status
879
- # The device's networking status.
880
- # @return [Types::NetworkStatus]
881
- #
882
- # @!attribute [rw] lease_expiration_time
883
- # The device's lease expiration time.
884
- # @return [Time]
918
+ # @!attribute [rw] type
919
+ # The device's type.
920
+ # @return [String]
885
921
  #
886
922
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribeDeviceResponse AWS API Documentation
887
923
  #
888
924
  class DescribeDeviceResponse < Struct.new(
889
- :device_id,
890
- :name,
925
+ :alternate_softwares,
891
926
  :arn,
927
+ :brand,
928
+ :created_time,
929
+ :current_networking_status,
930
+ :current_software,
892
931
  :description,
893
- :type,
932
+ :device_aggregated_status,
894
933
  :device_connection_status,
895
- :created_time,
896
- :provisioning_status,
934
+ :device_id,
935
+ :latest_alternate_software,
936
+ :latest_device_job,
897
937
  :latest_software,
898
- :current_software,
938
+ :lease_expiration_time,
939
+ :name,
940
+ :networking_configuration,
941
+ :provisioning_status,
899
942
  :serial_number,
900
943
  :tags,
901
- :networking_configuration,
902
- :current_networking_status,
903
- :lease_expiration_time)
944
+ :type)
904
945
  SENSITIVE = []
905
946
  include Aws::Structure
906
947
  end
@@ -924,26 +965,30 @@ module Aws::Panorama
924
965
  include Aws::Structure
925
966
  end
926
967
 
968
+ # @!attribute [rw] created_time
969
+ # When the job was created.
970
+ # @return [Time]
971
+ #
927
972
  # @!attribute [rw] job_id
928
973
  # The job's ID.
929
974
  # @return [String]
930
975
  #
931
- # @!attribute [rw] status
932
- # The job's status.
933
- # @return [String]
934
- #
935
- # @!attribute [rw] status_message
936
- # The job's status message.
937
- # @return [String]
938
- #
939
- # @!attribute [rw] created_time
940
- # When the job was created.
941
- # @return [Time]
976
+ # @!attribute [rw] job_tags
977
+ # The job's tags.
978
+ # @return [Array<Types::JobResourceTags>]
942
979
  #
943
980
  # @!attribute [rw] last_updated_time
944
981
  # When the job was updated.
945
982
  # @return [Time]
946
983
  #
984
+ # @!attribute [rw] node_description
985
+ # The node's description.
986
+ # @return [String]
987
+ #
988
+ # @!attribute [rw] node_name
989
+ # The node's name.
990
+ # @return [String]
991
+ #
947
992
  # @!attribute [rw] output_package_name
948
993
  # The job's output package name.
949
994
  # @return [String]
@@ -952,41 +997,37 @@ module Aws::Panorama
952
997
  # The job's output package version.
953
998
  # @return [String]
954
999
  #
955
- # @!attribute [rw] node_name
956
- # The node's name.
957
- # @return [String]
958
- #
959
- # @!attribute [rw] node_description
960
- # The node's description.
1000
+ # @!attribute [rw] status
1001
+ # The job's status.
961
1002
  # @return [String]
962
1003
  #
963
- # @!attribute [rw] template_type
964
- # The job's template type.
1004
+ # @!attribute [rw] status_message
1005
+ # The job's status message.
965
1006
  # @return [String]
966
1007
  #
967
1008
  # @!attribute [rw] template_parameters
968
1009
  # The job's template parameters.
969
1010
  # @return [Hash<String,String>]
970
1011
  #
971
- # @!attribute [rw] job_tags
972
- # The job's tags.
973
- # @return [Array<Types::JobResourceTags>]
1012
+ # @!attribute [rw] template_type
1013
+ # The job's template type.
1014
+ # @return [String]
974
1015
  #
975
1016
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribeNodeFromTemplateJobResponse AWS API Documentation
976
1017
  #
977
1018
  class DescribeNodeFromTemplateJobResponse < Struct.new(
978
- :job_id,
979
- :status,
980
- :status_message,
981
1019
  :created_time,
1020
+ :job_id,
1021
+ :job_tags,
982
1022
  :last_updated_time,
1023
+ :node_description,
1024
+ :node_name,
983
1025
  :output_package_name,
984
1026
  :output_package_version,
985
- :node_name,
986
- :node_description,
987
- :template_type,
1027
+ :status,
1028
+ :status_message,
988
1029
  :template_parameters,
989
- :job_tags)
1030
+ :template_type)
990
1031
  SENSITIVE = []
991
1032
  include Aws::Structure
992
1033
  end
@@ -1016,32 +1057,52 @@ module Aws::Panorama
1016
1057
  include Aws::Structure
1017
1058
  end
1018
1059
 
1019
- # @!attribute [rw] node_id
1020
- # The node's ID.
1060
+ # @!attribute [rw] asset_name
1061
+ # The node's asset name.
1062
+ # @return [String]
1063
+ #
1064
+ # @!attribute [rw] category
1065
+ # The node's category.
1066
+ # @return [String]
1067
+ #
1068
+ # @!attribute [rw] created_time
1069
+ # When the node was created.
1070
+ # @return [Time]
1071
+ #
1072
+ # @!attribute [rw] description
1073
+ # The node's description.
1021
1074
  # @return [String]
1022
1075
  #
1076
+ # @!attribute [rw] last_updated_time
1077
+ # When the node was updated.
1078
+ # @return [Time]
1079
+ #
1023
1080
  # @!attribute [rw] name
1024
1081
  # The node's name.
1025
1082
  # @return [String]
1026
1083
  #
1027
- # @!attribute [rw] category
1028
- # The node's category.
1084
+ # @!attribute [rw] node_id
1085
+ # The node's ID.
1029
1086
  # @return [String]
1030
1087
  #
1088
+ # @!attribute [rw] node_interface
1089
+ # The node's interface.
1090
+ # @return [Types::NodeInterface]
1091
+ #
1031
1092
  # @!attribute [rw] owner_account
1032
1093
  # The account ID of the node's owner.
1033
1094
  # @return [String]
1034
1095
  #
1035
- # @!attribute [rw] package_name
1036
- # The node's package name.
1096
+ # @!attribute [rw] package_arn
1097
+ # The node's ARN.
1037
1098
  # @return [String]
1038
1099
  #
1039
1100
  # @!attribute [rw] package_id
1040
1101
  # The node's package ID.
1041
1102
  # @return [String]
1042
1103
  #
1043
- # @!attribute [rw] package_arn
1044
- # The node's ARN.
1104
+ # @!attribute [rw] package_name
1105
+ # The node's package name.
1045
1106
  # @return [String]
1046
1107
  #
1047
1108
  # @!attribute [rw] package_version
@@ -1052,43 +1113,23 @@ module Aws::Panorama
1052
1113
  # The node's patch version.
1053
1114
  # @return [String]
1054
1115
  #
1055
- # @!attribute [rw] node_interface
1056
- # The node's interface.
1057
- # @return [Types::NodeInterface]
1058
- #
1059
- # @!attribute [rw] asset_name
1060
- # The node's asset name.
1061
- # @return [String]
1062
- #
1063
- # @!attribute [rw] description
1064
- # The node's description.
1065
- # @return [String]
1066
- #
1067
- # @!attribute [rw] created_time
1068
- # When the node was created.
1069
- # @return [Time]
1070
- #
1071
- # @!attribute [rw] last_updated_time
1072
- # When the node was updated.
1073
- # @return [Time]
1074
- #
1075
1116
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribeNodeResponse AWS API Documentation
1076
1117
  #
1077
1118
  class DescribeNodeResponse < Struct.new(
1078
- :node_id,
1079
- :name,
1119
+ :asset_name,
1080
1120
  :category,
1121
+ :created_time,
1122
+ :description,
1123
+ :last_updated_time,
1124
+ :name,
1125
+ :node_id,
1126
+ :node_interface,
1081
1127
  :owner_account,
1082
- :package_name,
1083
- :package_id,
1084
1128
  :package_arn,
1129
+ :package_id,
1130
+ :package_name,
1085
1131
  :package_version,
1086
- :patch_version,
1087
- :node_interface,
1088
- :asset_name,
1089
- :description,
1090
- :created_time,
1091
- :last_updated_time)
1132
+ :patch_version)
1092
1133
  SENSITIVE = []
1093
1134
  include Aws::Structure
1094
1135
  end
@@ -1112,38 +1153,42 @@ module Aws::Panorama
1112
1153
  include Aws::Structure
1113
1154
  end
1114
1155
 
1115
- # @!attribute [rw] job_id
1116
- # The job's ID.
1117
- # @return [String]
1118
- #
1119
1156
  # @!attribute [rw] client_token
1120
1157
  # The job's client token.
1121
1158
  # @return [String]
1122
1159
  #
1123
- # @!attribute [rw] job_type
1124
- # The job's type.
1125
- # @return [String]
1160
+ # @!attribute [rw] created_time
1161
+ # When the job was created.
1162
+ # @return [Time]
1126
1163
  #
1127
1164
  # @!attribute [rw] input_config
1128
1165
  # The job's input config.
1129
1166
  # @return [Types::PackageImportJobInputConfig]
1130
1167
  #
1131
- # @!attribute [rw] output_config
1132
- # The job's output config.
1133
- # @return [Types::PackageImportJobOutputConfig]
1168
+ # @!attribute [rw] job_id
1169
+ # The job's ID.
1170
+ # @return [String]
1134
1171
  #
1135
- # @!attribute [rw] output
1136
- # The job's output.
1137
- # @return [Types::PackageImportJobOutput]
1172
+ # @!attribute [rw] job_tags
1173
+ # The job's tags.
1174
+ # @return [Array<Types::JobResourceTags>]
1138
1175
  #
1139
- # @!attribute [rw] created_time
1140
- # When the job was created.
1141
- # @return [Time]
1176
+ # @!attribute [rw] job_type
1177
+ # The job's type.
1178
+ # @return [String]
1142
1179
  #
1143
1180
  # @!attribute [rw] last_updated_time
1144
1181
  # When the job was updated.
1145
1182
  # @return [Time]
1146
1183
  #
1184
+ # @!attribute [rw] output
1185
+ # The job's output.
1186
+ # @return [Types::PackageImportJobOutput]
1187
+ #
1188
+ # @!attribute [rw] output_config
1189
+ # The job's output config.
1190
+ # @return [Types::PackageImportJobOutputConfig]
1191
+ #
1147
1192
  # @!attribute [rw] status
1148
1193
  # The job's status.
1149
1194
  # @return [String]
@@ -1152,24 +1197,20 @@ module Aws::Panorama
1152
1197
  # The job's status message.
1153
1198
  # @return [String]
1154
1199
  #
1155
- # @!attribute [rw] job_tags
1156
- # The job's tags.
1157
- # @return [Array<Types::JobResourceTags>]
1158
- #
1159
1200
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribePackageImportJobResponse AWS API Documentation
1160
1201
  #
1161
1202
  class DescribePackageImportJobResponse < Struct.new(
1162
- :job_id,
1163
1203
  :client_token,
1164
- :job_type,
1165
- :input_config,
1166
- :output_config,
1167
- :output,
1168
1204
  :created_time,
1205
+ :input_config,
1206
+ :job_id,
1207
+ :job_tags,
1208
+ :job_type,
1169
1209
  :last_updated_time,
1210
+ :output,
1211
+ :output_config,
1170
1212
  :status,
1171
- :status_message,
1172
- :job_tags)
1213
+ :status_message)
1173
1214
  SENSITIVE = []
1174
1215
  include Aws::Structure
1175
1216
  end
@@ -1193,6 +1234,14 @@ module Aws::Panorama
1193
1234
  include Aws::Structure
1194
1235
  end
1195
1236
 
1237
+ # @!attribute [rw] arn
1238
+ # The package's ARN.
1239
+ # @return [String]
1240
+ #
1241
+ # @!attribute [rw] created_time
1242
+ # When the package was created.
1243
+ # @return [Time]
1244
+ #
1196
1245
  # @!attribute [rw] package_id
1197
1246
  # The package's ID.
1198
1247
  # @return [String]
@@ -1201,41 +1250,33 @@ module Aws::Panorama
1201
1250
  # The package's name.
1202
1251
  # @return [String]
1203
1252
  #
1204
- # @!attribute [rw] arn
1205
- # The package's ARN.
1206
- # @return [String]
1253
+ # @!attribute [rw] read_access_principal_arns
1254
+ # ARNs of accounts that have read access to the package.
1255
+ # @return [Array<String>]
1207
1256
  #
1208
1257
  # @!attribute [rw] storage_location
1209
1258
  # The package's storage location.
1210
1259
  # @return [Types::StorageLocation]
1211
1260
  #
1212
- # @!attribute [rw] read_access_principal_arns
1213
- # ARNs of accounts that have read access to the package.
1214
- # @return [Array<String>]
1261
+ # @!attribute [rw] tags
1262
+ # The package's tags.
1263
+ # @return [Hash<String,String>]
1215
1264
  #
1216
1265
  # @!attribute [rw] write_access_principal_arns
1217
1266
  # ARNs of accounts that have write access to the package.
1218
1267
  # @return [Array<String>]
1219
1268
  #
1220
- # @!attribute [rw] created_time
1221
- # When the package was created.
1222
- # @return [Time]
1223
- #
1224
- # @!attribute [rw] tags
1225
- # The package's tags.
1226
- # @return [Hash<String,String>]
1227
- #
1228
1269
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribePackageResponse AWS API Documentation
1229
1270
  #
1230
1271
  class DescribePackageResponse < Struct.new(
1272
+ :arn,
1273
+ :created_time,
1231
1274
  :package_id,
1232
1275
  :package_name,
1233
- :arn,
1234
- :storage_location,
1235
1276
  :read_access_principal_arns,
1236
- :write_access_principal_arns,
1237
- :created_time,
1238
- :tags)
1277
+ :storage_location,
1278
+ :tags,
1279
+ :write_access_principal_arns)
1239
1280
  SENSITIVE = []
1240
1281
  include Aws::Structure
1241
1282
  end
@@ -1277,18 +1318,22 @@ module Aws::Panorama
1277
1318
  include Aws::Structure
1278
1319
  end
1279
1320
 
1321
+ # @!attribute [rw] is_latest_patch
1322
+ # Whether the version is the latest available.
1323
+ # @return [Boolean]
1324
+ #
1280
1325
  # @!attribute [rw] owner_account
1281
1326
  # The account ID of the version's owner.
1282
1327
  # @return [String]
1283
1328
  #
1284
- # @!attribute [rw] package_id
1285
- # The version's ID.
1286
- # @return [String]
1287
- #
1288
1329
  # @!attribute [rw] package_arn
1289
1330
  # The ARN of the package.
1290
1331
  # @return [String]
1291
1332
  #
1333
+ # @!attribute [rw] package_id
1334
+ # The version's ID.
1335
+ # @return [String]
1336
+ #
1292
1337
  # @!attribute [rw] package_name
1293
1338
  # The version's name.
1294
1339
  # @return [String]
@@ -1301,9 +1346,9 @@ module Aws::Panorama
1301
1346
  # The version's patch version.
1302
1347
  # @return [String]
1303
1348
  #
1304
- # @!attribute [rw] is_latest_patch
1305
- # Whether the version is the latest available.
1306
- # @return [Boolean]
1349
+ # @!attribute [rw] registered_time
1350
+ # The version's registered time.
1351
+ # @return [Time]
1307
1352
  #
1308
1353
  # @!attribute [rw] status
1309
1354
  # The version's status.
@@ -1313,91 +1358,124 @@ module Aws::Panorama
1313
1358
  # The version's status description.
1314
1359
  # @return [String]
1315
1360
  #
1316
- # @!attribute [rw] registered_time
1317
- # The version's registered time.
1318
- # @return [Time]
1319
- #
1320
1361
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DescribePackageVersionResponse AWS API Documentation
1321
1362
  #
1322
1363
  class DescribePackageVersionResponse < Struct.new(
1364
+ :is_latest_patch,
1323
1365
  :owner_account,
1324
- :package_id,
1325
1366
  :package_arn,
1367
+ :package_id,
1326
1368
  :package_name,
1327
1369
  :package_version,
1328
1370
  :patch_version,
1329
- :is_latest_patch,
1371
+ :registered_time,
1330
1372
  :status,
1331
- :status_description,
1332
- :registered_time)
1373
+ :status_description)
1333
1374
  SENSITIVE = []
1334
1375
  include Aws::Structure
1335
1376
  end
1336
1377
 
1337
1378
  # A device.
1338
1379
  #
1339
- # @!attribute [rw] device_id
1340
- # The device's ID.
1341
- # @return [String]
1342
- #
1343
- # @!attribute [rw] name
1344
- # The device's name.
1380
+ # @!attribute [rw] brand
1381
+ # The device's maker.
1345
1382
  # @return [String]
1346
1383
  #
1347
1384
  # @!attribute [rw] created_time
1348
1385
  # When the device was created.
1349
1386
  # @return [Time]
1350
1387
  #
1351
- # @!attribute [rw] provisioning_status
1352
- # The device's provisioning status.
1388
+ # @!attribute [rw] current_software
1389
+ # A device's current software.
1390
+ # @return [String]
1391
+ #
1392
+ # @!attribute [rw] description
1393
+ # A description for the device.
1394
+ # @return [String]
1395
+ #
1396
+ # @!attribute [rw] device_aggregated_status
1397
+ # A device's aggregated status. Including the device's connection
1398
+ # status, provisioning status, and lease status.
1399
+ # @return [String]
1400
+ #
1401
+ # @!attribute [rw] device_id
1402
+ # The device's ID.
1353
1403
  # @return [String]
1354
1404
  #
1355
1405
  # @!attribute [rw] last_updated_time
1356
1406
  # When the device was updated.
1357
1407
  # @return [Time]
1358
1408
  #
1409
+ # @!attribute [rw] latest_device_job
1410
+ # A device's latest job. Includes the target image version, and the
1411
+ # update job status.
1412
+ # @return [Types::LatestDeviceJob]
1413
+ #
1359
1414
  # @!attribute [rw] lease_expiration_time
1360
1415
  # The device's lease expiration time.
1361
1416
  # @return [Time]
1362
1417
  #
1418
+ # @!attribute [rw] name
1419
+ # The device's name.
1420
+ # @return [String]
1421
+ #
1422
+ # @!attribute [rw] provisioning_status
1423
+ # The device's provisioning status.
1424
+ # @return [String]
1425
+ #
1426
+ # @!attribute [rw] tags
1427
+ # The device's tags.
1428
+ # @return [Hash<String,String>]
1429
+ #
1430
+ # @!attribute [rw] type
1431
+ # The device's type.
1432
+ # @return [String]
1433
+ #
1363
1434
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/Device AWS API Documentation
1364
1435
  #
1365
1436
  class Device < Struct.new(
1437
+ :brand,
1438
+ :created_time,
1439
+ :current_software,
1440
+ :description,
1441
+ :device_aggregated_status,
1366
1442
  :device_id,
1443
+ :last_updated_time,
1444
+ :latest_device_job,
1445
+ :lease_expiration_time,
1367
1446
  :name,
1368
- :created_time,
1369
1447
  :provisioning_status,
1370
- :last_updated_time,
1371
- :lease_expiration_time)
1448
+ :tags,
1449
+ :type)
1372
1450
  SENSITIVE = []
1373
1451
  include Aws::Structure
1374
1452
  end
1375
1453
 
1376
1454
  # A job that runs on a device.
1377
1455
  #
1378
- # @!attribute [rw] device_name
1379
- # The name of the target device
1380
- # @return [String]
1456
+ # @!attribute [rw] created_time
1457
+ # When the job was created.
1458
+ # @return [Time]
1381
1459
  #
1382
1460
  # @!attribute [rw] device_id
1383
1461
  # The ID of the target device.
1384
1462
  # @return [String]
1385
1463
  #
1464
+ # @!attribute [rw] device_name
1465
+ # The name of the target device
1466
+ # @return [String]
1467
+ #
1386
1468
  # @!attribute [rw] job_id
1387
1469
  # The job's ID.
1388
1470
  # @return [String]
1389
1471
  #
1390
- # @!attribute [rw] created_time
1391
- # When the job was created.
1392
- # @return [Time]
1393
- #
1394
1472
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/DeviceJob AWS API Documentation
1395
1473
  #
1396
1474
  class DeviceJob < Struct.new(
1397
- :device_name,
1475
+ :created_time,
1398
1476
  :device_id,
1399
- :job_id,
1400
- :created_time)
1477
+ :device_name,
1478
+ :job_id)
1401
1479
  SENSITIVE = []
1402
1480
  include Aws::Structure
1403
1481
  end
@@ -1434,10 +1512,10 @@ module Aws::Panorama
1434
1512
  # {
1435
1513
  # connection_type: "STATIC_IP", # required, accepts STATIC_IP, DHCP
1436
1514
  # static_ip_connection_info: {
1515
+ # default_gateway: "DefaultGateway", # required
1516
+ # dns: ["Dns"], # required
1437
1517
  # ip_address: "IpAddress", # required
1438
1518
  # mask: "Mask", # required
1439
- # dns: ["Dns"], # required
1440
- # default_gateway: "DefaultGateway", # required
1441
1519
  # },
1442
1520
  # }
1443
1521
  #
@@ -1460,10 +1538,6 @@ module Aws::Panorama
1460
1538
 
1461
1539
  # A device's Ethernet status.
1462
1540
  #
1463
- # @!attribute [rw] ip_address
1464
- # The device's IP address.
1465
- # @return [String]
1466
- #
1467
1541
  # @!attribute [rw] connection_status
1468
1542
  # The device's connection status.
1469
1543
  # @return [String]
@@ -1472,12 +1546,16 @@ module Aws::Panorama
1472
1546
  # The device's physical address.
1473
1547
  # @return [String]
1474
1548
  #
1549
+ # @!attribute [rw] ip_address
1550
+ # The device's IP address.
1551
+ # @return [String]
1552
+ #
1475
1553
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/EthernetStatus AWS API Documentation
1476
1554
  #
1477
1555
  class EthernetStatus < Struct.new(
1478
- :ip_address,
1479
1556
  :connection_status,
1480
- :hw_address)
1557
+ :hw_address,
1558
+ :ip_address)
1481
1559
  SENSITIVE = []
1482
1560
  include Aws::Structure
1483
1561
  end
@@ -1502,19 +1580,19 @@ module Aws::Panorama
1502
1580
 
1503
1581
  # A job for a device.
1504
1582
  #
1505
- # @!attribute [rw] job_id
1506
- # The job's ID.
1507
- # @return [String]
1508
- #
1509
1583
  # @!attribute [rw] device_id
1510
1584
  # The target device's ID.
1511
1585
  # @return [String]
1512
1586
  #
1587
+ # @!attribute [rw] job_id
1588
+ # The job's ID.
1589
+ # @return [String]
1590
+ #
1513
1591
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/Job AWS API Documentation
1514
1592
  #
1515
1593
  class Job < Struct.new(
1516
- :job_id,
1517
- :device_id)
1594
+ :device_id,
1595
+ :job_id)
1518
1596
  SENSITIVE = []
1519
1597
  include Aws::Structure
1520
1598
  end
@@ -1548,6 +1626,25 @@ module Aws::Panorama
1548
1626
  include Aws::Structure
1549
1627
  end
1550
1628
 
1629
+ # Returns information about the latest device job.
1630
+ #
1631
+ # @!attribute [rw] image_version
1632
+ # The target version of the device software.
1633
+ # @return [String]
1634
+ #
1635
+ # @!attribute [rw] status
1636
+ # Status of the latest device job.
1637
+ # @return [String]
1638
+ #
1639
+ # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/LatestDeviceJob AWS API Documentation
1640
+ #
1641
+ class LatestDeviceJob < Struct.new(
1642
+ :image_version,
1643
+ :status)
1644
+ SENSITIVE = []
1645
+ include Aws::Structure
1646
+ end
1647
+
1551
1648
  # @note When making an API call, you may pass ListApplicationInstanceDependenciesRequest
1552
1649
  # data as a hash:
1553
1650
  #
@@ -1581,19 +1678,19 @@ module Aws::Panorama
1581
1678
  include Aws::Structure
1582
1679
  end
1583
1680
 
1584
- # @!attribute [rw] package_objects
1585
- # A list of package objects.
1586
- # @return [Array<Types::PackageObject>]
1587
- #
1588
1681
  # @!attribute [rw] next_token
1589
1682
  # A pagination token that's included if more results are available.
1590
1683
  # @return [String]
1591
1684
  #
1685
+ # @!attribute [rw] package_objects
1686
+ # A list of package objects.
1687
+ # @return [Array<Types::PackageObject>]
1688
+ #
1592
1689
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListApplicationInstanceDependenciesResponse AWS API Documentation
1593
1690
  #
1594
1691
  class ListApplicationInstanceDependenciesResponse < Struct.new(
1595
- :package_objects,
1596
- :next_token)
1692
+ :next_token,
1693
+ :package_objects)
1597
1694
  SENSITIVE = []
1598
1695
  include Aws::Structure
1599
1696
  end
@@ -1631,19 +1728,19 @@ module Aws::Panorama
1631
1728
  include Aws::Structure
1632
1729
  end
1633
1730
 
1634
- # @!attribute [rw] node_instances
1635
- # A list of node instances.
1636
- # @return [Array<Types::NodeInstance>]
1637
- #
1638
1731
  # @!attribute [rw] next_token
1639
1732
  # A pagination token that's included if more results are available.
1640
1733
  # @return [String]
1641
1734
  #
1735
+ # @!attribute [rw] node_instances
1736
+ # A list of node instances.
1737
+ # @return [Array<Types::NodeInstance>]
1738
+ #
1642
1739
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListApplicationInstanceNodeInstancesResponse AWS API Documentation
1643
1740
  #
1644
1741
  class ListApplicationInstanceNodeInstancesResponse < Struct.new(
1645
- :node_instances,
1646
- :next_token)
1742
+ :next_token,
1743
+ :node_instances)
1647
1744
  SENSITIVE = []
1648
1745
  include Aws::Structure
1649
1746
  end
@@ -1653,19 +1750,15 @@ module Aws::Panorama
1653
1750
  #
1654
1751
  # {
1655
1752
  # device_id: "DeviceId",
1656
- # status_filter: "DEPLOYMENT_SUCCEEDED", # accepts DEPLOYMENT_SUCCEEDED, DEPLOYMENT_ERROR, REMOVAL_SUCCEEDED, REMOVAL_FAILED, PROCESSING_DEPLOYMENT, PROCESSING_REMOVAL
1657
1753
  # max_results: 1,
1658
1754
  # next_token: "NextToken",
1755
+ # status_filter: "DEPLOYMENT_SUCCEEDED", # accepts DEPLOYMENT_SUCCEEDED, DEPLOYMENT_ERROR, REMOVAL_SUCCEEDED, REMOVAL_FAILED, PROCESSING_DEPLOYMENT, PROCESSING_REMOVAL, DEPLOYMENT_FAILED
1659
1756
  # }
1660
1757
  #
1661
1758
  # @!attribute [rw] device_id
1662
1759
  # The application instances' device ID.
1663
1760
  # @return [String]
1664
1761
  #
1665
- # @!attribute [rw] status_filter
1666
- # Only include instances with a specific status.
1667
- # @return [String]
1668
- #
1669
1762
  # @!attribute [rw] max_results
1670
1763
  # The maximum number of application instances to return in one page of
1671
1764
  # results.
@@ -1676,13 +1769,17 @@ module Aws::Panorama
1676
1769
  # next page of results.
1677
1770
  # @return [String]
1678
1771
  #
1772
+ # @!attribute [rw] status_filter
1773
+ # Only include instances with a specific status.
1774
+ # @return [String]
1775
+ #
1679
1776
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListApplicationInstancesRequest AWS API Documentation
1680
1777
  #
1681
1778
  class ListApplicationInstancesRequest < Struct.new(
1682
1779
  :device_id,
1683
- :status_filter,
1684
1780
  :max_results,
1685
- :next_token)
1781
+ :next_token,
1782
+ :status_filter)
1686
1783
  SENSITIVE = []
1687
1784
  include Aws::Structure
1688
1785
  end
@@ -1709,29 +1806,29 @@ module Aws::Panorama
1709
1806
  #
1710
1807
  # {
1711
1808
  # device_id: "DeviceId",
1712
- # next_token: "NextToken",
1713
1809
  # max_results: 1,
1810
+ # next_token: "NextToken",
1714
1811
  # }
1715
1812
  #
1716
1813
  # @!attribute [rw] device_id
1717
1814
  # Filter results by the job's target device ID.
1718
1815
  # @return [String]
1719
1816
  #
1817
+ # @!attribute [rw] max_results
1818
+ # The maximum number of device jobs to return in one page of results.
1819
+ # @return [Integer]
1820
+ #
1720
1821
  # @!attribute [rw] next_token
1721
1822
  # Specify the pagination token from a previous request to retrieve the
1722
1823
  # next page of results.
1723
1824
  # @return [String]
1724
1825
  #
1725
- # @!attribute [rw] max_results
1726
- # The maximum number of device jobs to return in one page of results.
1727
- # @return [Integer]
1728
- #
1729
1826
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListDevicesJobsRequest AWS API Documentation
1730
1827
  #
1731
1828
  class ListDevicesJobsRequest < Struct.new(
1732
1829
  :device_id,
1733
- :next_token,
1734
- :max_results)
1830
+ :max_results,
1831
+ :next_token)
1735
1832
  SENSITIVE = []
1736
1833
  include Aws::Structure
1737
1834
  end
@@ -1757,24 +1854,50 @@ module Aws::Panorama
1757
1854
  # data as a hash:
1758
1855
  #
1759
1856
  # {
1760
- # next_token: "NextToken",
1857
+ # device_aggregated_status_filter: "ERROR", # accepts ERROR, AWAITING_PROVISIONING, PENDING, FAILED, DELETING, ONLINE, OFFLINE, LEASE_EXPIRED, UPDATE_NEEDED
1761
1858
  # max_results: 1,
1859
+ # name_filter: "NameFilter",
1860
+ # next_token: "NextToken",
1861
+ # sort_by: "DEVICE_ID", # accepts DEVICE_ID, CREATED_TIME, NAME, DEVICE_AGGREGATED_STATUS
1862
+ # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
1762
1863
  # }
1763
1864
  #
1764
- # @!attribute [rw] next_token
1765
- # Specify the pagination token from a previous request to retrieve the
1766
- # next page of results.
1865
+ # @!attribute [rw] device_aggregated_status_filter
1866
+ # Filter based on a device's status.
1767
1867
  # @return [String]
1768
1868
  #
1769
1869
  # @!attribute [rw] max_results
1770
1870
  # The maximum number of devices to return in one page of results.
1771
1871
  # @return [Integer]
1772
1872
  #
1873
+ # @!attribute [rw] name_filter
1874
+ # Filter based on device's name. Prefixes supported.
1875
+ # @return [String]
1876
+ #
1877
+ # @!attribute [rw] next_token
1878
+ # Specify the pagination token from a previous request to retrieve the
1879
+ # next page of results.
1880
+ # @return [String]
1881
+ #
1882
+ # @!attribute [rw] sort_by
1883
+ # The target column to be sorted on. Default column sort is
1884
+ # CREATED\_TIME.
1885
+ # @return [String]
1886
+ #
1887
+ # @!attribute [rw] sort_order
1888
+ # The sorting order for the returned list. SortOrder is DESCENDING by
1889
+ # default based on CREATED\_TIME. Otherwise, SortOrder is ASCENDING.
1890
+ # @return [String]
1891
+ #
1773
1892
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListDevicesRequest AWS API Documentation
1774
1893
  #
1775
1894
  class ListDevicesRequest < Struct.new(
1895
+ :device_aggregated_status_filter,
1896
+ :max_results,
1897
+ :name_filter,
1776
1898
  :next_token,
1777
- :max_results)
1899
+ :sort_by,
1900
+ :sort_order)
1778
1901
  SENSITIVE = []
1779
1902
  include Aws::Structure
1780
1903
  end
@@ -1800,42 +1923,42 @@ module Aws::Panorama
1800
1923
  # data as a hash:
1801
1924
  #
1802
1925
  # {
1803
- # next_token: "NextToken",
1804
1926
  # max_results: 1,
1927
+ # next_token: "NextToken",
1805
1928
  # }
1806
1929
  #
1807
- # @!attribute [rw] next_token
1808
- # Specify the pagination token from a previous request to retrieve the
1809
- # next page of results.
1810
- # @return [String]
1811
- #
1812
1930
  # @!attribute [rw] max_results
1813
1931
  # The maximum number of node from template jobs to return in one page
1814
1932
  # of results.
1815
1933
  # @return [Integer]
1816
1934
  #
1935
+ # @!attribute [rw] next_token
1936
+ # Specify the pagination token from a previous request to retrieve the
1937
+ # next page of results.
1938
+ # @return [String]
1939
+ #
1817
1940
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListNodeFromTemplateJobsRequest AWS API Documentation
1818
1941
  #
1819
1942
  class ListNodeFromTemplateJobsRequest < Struct.new(
1820
- :next_token,
1821
- :max_results)
1943
+ :max_results,
1944
+ :next_token)
1822
1945
  SENSITIVE = []
1823
1946
  include Aws::Structure
1824
1947
  end
1825
1948
 
1826
- # @!attribute [rw] node_from_template_jobs
1827
- # A list of jobs.
1828
- # @return [Array<Types::NodeFromTemplateJob>]
1829
- #
1830
1949
  # @!attribute [rw] next_token
1831
1950
  # A pagination token that's included if more results are available.
1832
1951
  # @return [String]
1833
1952
  #
1953
+ # @!attribute [rw] node_from_template_jobs
1954
+ # A list of jobs.
1955
+ # @return [Array<Types::NodeFromTemplateJob>]
1956
+ #
1834
1957
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListNodeFromTemplateJobsResponse AWS API Documentation
1835
1958
  #
1836
1959
  class ListNodeFromTemplateJobsResponse < Struct.new(
1837
- :node_from_template_jobs,
1838
- :next_token)
1960
+ :next_token,
1961
+ :node_from_template_jobs)
1839
1962
  SENSITIVE = []
1840
1963
  include Aws::Structure
1841
1964
  end
@@ -1845,18 +1968,27 @@ module Aws::Panorama
1845
1968
  #
1846
1969
  # {
1847
1970
  # category: "BUSINESS_LOGIC", # accepts BUSINESS_LOGIC, ML_MODEL, MEDIA_SOURCE, MEDIA_SINK
1971
+ # max_results: 1,
1972
+ # next_token: "Token",
1848
1973
  # owner_account: "PackageOwnerAccount",
1849
1974
  # package_name: "NodePackageName",
1850
1975
  # package_version: "NodePackageVersion",
1851
1976
  # patch_version: "NodePackagePatchVersion",
1852
- # next_token: "Token",
1853
- # max_results: 1,
1854
1977
  # }
1855
1978
  #
1856
1979
  # @!attribute [rw] category
1857
1980
  # Search for nodes by category.
1858
1981
  # @return [String]
1859
1982
  #
1983
+ # @!attribute [rw] max_results
1984
+ # The maximum number of nodes to return in one page of results.
1985
+ # @return [Integer]
1986
+ #
1987
+ # @!attribute [rw] next_token
1988
+ # Specify the pagination token from a previous request to retrieve the
1989
+ # next page of results.
1990
+ # @return [String]
1991
+ #
1860
1992
  # @!attribute [rw] owner_account
1861
1993
  # Search for nodes by the account ID of the nodes' owner.
1862
1994
  # @return [String]
@@ -1873,42 +2005,33 @@ module Aws::Panorama
1873
2005
  # Search for nodes by patch version.
1874
2006
  # @return [String]
1875
2007
  #
1876
- # @!attribute [rw] next_token
1877
- # Specify the pagination token from a previous request to retrieve the
1878
- # next page of results.
1879
- # @return [String]
1880
- #
1881
- # @!attribute [rw] max_results
1882
- # The maximum number of nodes to return in one page of results.
1883
- # @return [Integer]
1884
- #
1885
2008
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListNodesRequest AWS API Documentation
1886
2009
  #
1887
2010
  class ListNodesRequest < Struct.new(
1888
2011
  :category,
2012
+ :max_results,
2013
+ :next_token,
1889
2014
  :owner_account,
1890
2015
  :package_name,
1891
2016
  :package_version,
1892
- :patch_version,
1893
- :next_token,
1894
- :max_results)
2017
+ :patch_version)
1895
2018
  SENSITIVE = []
1896
2019
  include Aws::Structure
1897
2020
  end
1898
2021
 
1899
- # @!attribute [rw] nodes
1900
- # A list of nodes.
1901
- # @return [Array<Types::Node>]
1902
- #
1903
2022
  # @!attribute [rw] next_token
1904
2023
  # A pagination token that's included if more results are available.
1905
2024
  # @return [String]
1906
2025
  #
2026
+ # @!attribute [rw] nodes
2027
+ # A list of nodes.
2028
+ # @return [Array<Types::Node>]
2029
+ #
1907
2030
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListNodesResponse AWS API Documentation
1908
2031
  #
1909
2032
  class ListNodesResponse < Struct.new(
1910
- :nodes,
1911
- :next_token)
2033
+ :next_token,
2034
+ :nodes)
1912
2035
  SENSITIVE = []
1913
2036
  include Aws::Structure
1914
2037
  end
@@ -1917,42 +2040,42 @@ module Aws::Panorama
1917
2040
  # data as a hash:
1918
2041
  #
1919
2042
  # {
1920
- # next_token: "NextToken",
1921
2043
  # max_results: 1,
2044
+ # next_token: "NextToken",
1922
2045
  # }
1923
2046
  #
1924
- # @!attribute [rw] next_token
1925
- # Specify the pagination token from a previous request to retrieve the
1926
- # next page of results.
1927
- # @return [String]
1928
- #
1929
2047
  # @!attribute [rw] max_results
1930
2048
  # The maximum number of package import jobs to return in one page of
1931
2049
  # results.
1932
2050
  # @return [Integer]
1933
2051
  #
2052
+ # @!attribute [rw] next_token
2053
+ # Specify the pagination token from a previous request to retrieve the
2054
+ # next page of results.
2055
+ # @return [String]
2056
+ #
1934
2057
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListPackageImportJobsRequest AWS API Documentation
1935
2058
  #
1936
2059
  class ListPackageImportJobsRequest < Struct.new(
1937
- :next_token,
1938
- :max_results)
2060
+ :max_results,
2061
+ :next_token)
1939
2062
  SENSITIVE = []
1940
2063
  include Aws::Structure
1941
2064
  end
1942
2065
 
1943
- # @!attribute [rw] package_import_jobs
1944
- # A list of package import jobs.
1945
- # @return [Array<Types::PackageImportJob>]
1946
- #
1947
2066
  # @!attribute [rw] next_token
1948
2067
  # A pagination token that's included if more results are available.
1949
2068
  # @return [String]
1950
2069
  #
2070
+ # @!attribute [rw] package_import_jobs
2071
+ # A list of package import jobs.
2072
+ # @return [Array<Types::PackageImportJob>]
2073
+ #
1951
2074
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListPackageImportJobsResponse AWS API Documentation
1952
2075
  #
1953
2076
  class ListPackageImportJobsResponse < Struct.new(
1954
- :package_import_jobs,
1955
- :next_token)
2077
+ :next_token,
2078
+ :package_import_jobs)
1956
2079
  SENSITIVE = []
1957
2080
  include Aws::Structure
1958
2081
  end
@@ -1983,19 +2106,19 @@ module Aws::Panorama
1983
2106
  include Aws::Structure
1984
2107
  end
1985
2108
 
1986
- # @!attribute [rw] packages
1987
- # A list of packages.
1988
- # @return [Array<Types::PackageListItem>]
1989
- #
1990
2109
  # @!attribute [rw] next_token
1991
2110
  # A pagination token that's included if more results are available.
1992
2111
  # @return [String]
1993
2112
  #
2113
+ # @!attribute [rw] packages
2114
+ # A list of packages.
2115
+ # @return [Array<Types::PackageListItem>]
2116
+ #
1994
2117
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListPackagesResponse AWS API Documentation
1995
2118
  #
1996
2119
  class ListPackagesResponse < Struct.new(
1997
- :packages,
1998
- :next_token)
2120
+ :next_token,
2121
+ :packages)
1999
2122
  SENSITIVE = []
2000
2123
  include Aws::Structure
2001
2124
  end
@@ -2091,21 +2214,24 @@ module Aws::Panorama
2091
2214
  # ethernet_0: {
2092
2215
  # connection_type: "STATIC_IP", # required, accepts STATIC_IP, DHCP
2093
2216
  # static_ip_connection_info: {
2217
+ # default_gateway: "DefaultGateway", # required
2218
+ # dns: ["Dns"], # required
2094
2219
  # ip_address: "IpAddress", # required
2095
2220
  # mask: "Mask", # required
2096
- # dns: ["Dns"], # required
2097
- # default_gateway: "DefaultGateway", # required
2098
2221
  # },
2099
2222
  # },
2100
2223
  # ethernet_1: {
2101
2224
  # connection_type: "STATIC_IP", # required, accepts STATIC_IP, DHCP
2102
2225
  # static_ip_connection_info: {
2226
+ # default_gateway: "DefaultGateway", # required
2227
+ # dns: ["Dns"], # required
2103
2228
  # ip_address: "IpAddress", # required
2104
2229
  # mask: "Mask", # required
2105
- # dns: ["Dns"], # required
2106
- # default_gateway: "DefaultGateway", # required
2107
2230
  # },
2108
2231
  # },
2232
+ # ntp: {
2233
+ # ntp_servers: ["IpAddressOrServerName"], # required
2234
+ # },
2109
2235
  # }
2110
2236
  #
2111
2237
  # @!attribute [rw] ethernet_0
@@ -2116,11 +2242,16 @@ module Aws::Panorama
2116
2242
  # Settings for Ethernet port 1.
2117
2243
  # @return [Types::EthernetPayload]
2118
2244
  #
2245
+ # @!attribute [rw] ntp
2246
+ # Network time protocol (NTP) server settings.
2247
+ # @return [Types::NtpPayload]
2248
+ #
2119
2249
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NetworkPayload AWS API Documentation
2120
2250
  #
2121
2251
  class NetworkPayload < Struct.new(
2122
2252
  :ethernet_0,
2123
- :ethernet_1)
2253
+ :ethernet_1,
2254
+ :ntp)
2124
2255
  SENSITIVE = []
2125
2256
  include Aws::Structure
2126
2257
  end
@@ -2135,11 +2266,21 @@ module Aws::Panorama
2135
2266
  # The status of Ethernet port 1.
2136
2267
  # @return [Types::EthernetStatus]
2137
2268
  #
2269
+ # @!attribute [rw] last_updated_time
2270
+ # When the network status changed.
2271
+ # @return [Time]
2272
+ #
2273
+ # @!attribute [rw] ntp_status
2274
+ # Details about a network time protocol (NTP) server connection.
2275
+ # @return [Types::NtpStatus]
2276
+ #
2138
2277
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NetworkStatus AWS API Documentation
2139
2278
  #
2140
2279
  class NetworkStatus < Struct.new(
2141
2280
  :ethernet_0_status,
2142
- :ethernet_1_status)
2281
+ :ethernet_1_status,
2282
+ :last_updated_time,
2283
+ :ntp_status)
2143
2284
  SENSITIVE = []
2144
2285
  include Aws::Structure
2145
2286
  end
@@ -2147,32 +2288,40 @@ module Aws::Panorama
2147
2288
  # An application node that represents a camera stream, a model, code, or
2148
2289
  # output.
2149
2290
  #
2150
- # @!attribute [rw] node_id
2151
- # The node's ID.
2291
+ # @!attribute [rw] category
2292
+ # The node's category.
2293
+ # @return [String]
2294
+ #
2295
+ # @!attribute [rw] created_time
2296
+ # When the node was created.
2297
+ # @return [Time]
2298
+ #
2299
+ # @!attribute [rw] description
2300
+ # The node's description.
2152
2301
  # @return [String]
2153
2302
  #
2154
2303
  # @!attribute [rw] name
2155
2304
  # The node's name.
2156
2305
  # @return [String]
2157
2306
  #
2158
- # @!attribute [rw] category
2159
- # The node's category.
2307
+ # @!attribute [rw] node_id
2308
+ # The node's ID.
2160
2309
  # @return [String]
2161
2310
  #
2162
2311
  # @!attribute [rw] owner_account
2163
2312
  # The account ID of the node's owner.
2164
2313
  # @return [String]
2165
2314
  #
2166
- # @!attribute [rw] package_name
2167
- # The node's package name.
2315
+ # @!attribute [rw] package_arn
2316
+ # The node's ARN.
2168
2317
  # @return [String]
2169
2318
  #
2170
2319
  # @!attribute [rw] package_id
2171
2320
  # The node's package ID.
2172
2321
  # @return [String]
2173
2322
  #
2174
- # @!attribute [rw] package_arn
2175
- # The node's ARN.
2323
+ # @!attribute [rw] package_name
2324
+ # The node's package name.
2176
2325
  # @return [String]
2177
2326
  #
2178
2327
  # @!attribute [rw] package_version
@@ -2183,40 +2332,36 @@ module Aws::Panorama
2183
2332
  # The node's patch version.
2184
2333
  # @return [String]
2185
2334
  #
2186
- # @!attribute [rw] description
2187
- # The node's description.
2188
- # @return [String]
2189
- #
2190
- # @!attribute [rw] created_time
2191
- # When the node was created.
2192
- # @return [Time]
2193
- #
2194
2335
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/Node AWS API Documentation
2195
2336
  #
2196
2337
  class Node < Struct.new(
2197
- :node_id,
2198
- :name,
2199
2338
  :category,
2339
+ :created_time,
2340
+ :description,
2341
+ :name,
2342
+ :node_id,
2200
2343
  :owner_account,
2201
- :package_name,
2202
- :package_id,
2203
2344
  :package_arn,
2345
+ :package_id,
2346
+ :package_name,
2204
2347
  :package_version,
2205
- :patch_version,
2206
- :description,
2207
- :created_time)
2348
+ :patch_version)
2208
2349
  SENSITIVE = []
2209
2350
  include Aws::Structure
2210
2351
  end
2211
2352
 
2212
2353
  # A job to create a camera stream node.
2213
2354
  #
2355
+ # @!attribute [rw] created_time
2356
+ # When the job was created.
2357
+ # @return [Time]
2358
+ #
2214
2359
  # @!attribute [rw] job_id
2215
2360
  # The job's ID.
2216
2361
  # @return [String]
2217
2362
  #
2218
- # @!attribute [rw] template_type
2219
- # The job's template type.
2363
+ # @!attribute [rw] node_name
2364
+ # The node's name.
2220
2365
  # @return [String]
2221
2366
  #
2222
2367
  # @!attribute [rw] status
@@ -2227,101 +2372,97 @@ module Aws::Panorama
2227
2372
  # The job's status message.
2228
2373
  # @return [String]
2229
2374
  #
2230
- # @!attribute [rw] created_time
2231
- # When the job was created.
2232
- # @return [Time]
2233
- #
2234
- # @!attribute [rw] node_name
2235
- # The node's name.
2375
+ # @!attribute [rw] template_type
2376
+ # The job's template type.
2236
2377
  # @return [String]
2237
2378
  #
2238
2379
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NodeFromTemplateJob AWS API Documentation
2239
2380
  #
2240
2381
  class NodeFromTemplateJob < Struct.new(
2382
+ :created_time,
2241
2383
  :job_id,
2242
- :template_type,
2384
+ :node_name,
2243
2385
  :status,
2244
2386
  :status_message,
2245
- :created_time,
2246
- :node_name)
2387
+ :template_type)
2247
2388
  SENSITIVE = []
2248
2389
  include Aws::Structure
2249
2390
  end
2250
2391
 
2251
2392
  # A node input port.
2252
2393
  #
2253
- # @!attribute [rw] name
2254
- # The input port's name.
2394
+ # @!attribute [rw] default_value
2395
+ # The input port's default value.
2255
2396
  # @return [String]
2256
2397
  #
2257
2398
  # @!attribute [rw] description
2258
2399
  # The input port's description.
2259
2400
  # @return [String]
2260
2401
  #
2261
- # @!attribute [rw] type
2262
- # The input port's type.
2263
- # @return [String]
2264
- #
2265
- # @!attribute [rw] default_value
2266
- # The input port's default value.
2267
- # @return [String]
2268
- #
2269
2402
  # @!attribute [rw] max_connections
2270
2403
  # The input port's max connections.
2271
2404
  # @return [Integer]
2272
2405
  #
2406
+ # @!attribute [rw] name
2407
+ # The input port's name.
2408
+ # @return [String]
2409
+ #
2410
+ # @!attribute [rw] type
2411
+ # The input port's type.
2412
+ # @return [String]
2413
+ #
2273
2414
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NodeInputPort AWS API Documentation
2274
2415
  #
2275
2416
  class NodeInputPort < Struct.new(
2276
- :name,
2277
- :description,
2278
- :type,
2279
2417
  :default_value,
2280
- :max_connections)
2418
+ :description,
2419
+ :max_connections,
2420
+ :name,
2421
+ :type)
2281
2422
  SENSITIVE = []
2282
2423
  include Aws::Structure
2283
2424
  end
2284
2425
 
2285
2426
  # A node instance.
2286
2427
  #
2287
- # @!attribute [rw] node_instance_id
2288
- # The instance's ID.
2428
+ # @!attribute [rw] current_status
2429
+ # The instance's current status.
2289
2430
  # @return [String]
2290
2431
  #
2291
2432
  # @!attribute [rw] node_id
2292
2433
  # The node's ID.
2293
2434
  # @return [String]
2294
2435
  #
2295
- # @!attribute [rw] package_name
2296
- # The instance's package name.
2436
+ # @!attribute [rw] node_instance_id
2437
+ # The instance's ID.
2297
2438
  # @return [String]
2298
2439
  #
2299
- # @!attribute [rw] package_version
2300
- # The instance's package version.
2440
+ # @!attribute [rw] node_name
2441
+ # The instance's name.
2301
2442
  # @return [String]
2302
2443
  #
2303
- # @!attribute [rw] package_patch_version
2304
- # The instance's package patch version.
2444
+ # @!attribute [rw] package_name
2445
+ # The instance's package name.
2305
2446
  # @return [String]
2306
2447
  #
2307
- # @!attribute [rw] node_name
2308
- # The instance's name.
2448
+ # @!attribute [rw] package_patch_version
2449
+ # The instance's package patch version.
2309
2450
  # @return [String]
2310
2451
  #
2311
- # @!attribute [rw] current_status
2312
- # The instance's current status.
2452
+ # @!attribute [rw] package_version
2453
+ # The instance's package version.
2313
2454
  # @return [String]
2314
2455
  #
2315
2456
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NodeInstance AWS API Documentation
2316
2457
  #
2317
2458
  class NodeInstance < Struct.new(
2318
- :node_instance_id,
2459
+ :current_status,
2319
2460
  :node_id,
2461
+ :node_instance_id,
2462
+ :node_name,
2320
2463
  :package_name,
2321
- :package_version,
2322
2464
  :package_patch_version,
2323
- :node_name,
2324
- :current_status)
2465
+ :package_version)
2325
2466
  SENSITIVE = []
2326
2467
  include Aws::Structure
2327
2468
  end
@@ -2347,24 +2488,70 @@ module Aws::Panorama
2347
2488
 
2348
2489
  # A node output port.
2349
2490
  #
2491
+ # @!attribute [rw] description
2492
+ # The output port's description.
2493
+ # @return [String]
2494
+ #
2350
2495
  # @!attribute [rw] name
2351
2496
  # The output port's name.
2352
2497
  # @return [String]
2353
2498
  #
2354
- # @!attribute [rw] description
2355
- # The output port's description.
2499
+ # @!attribute [rw] type
2500
+ # The output port's type.
2501
+ # @return [String]
2502
+ #
2503
+ # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NodeOutputPort AWS API Documentation
2504
+ #
2505
+ class NodeOutputPort < Struct.new(
2506
+ :description,
2507
+ :name,
2508
+ :type)
2509
+ SENSITIVE = []
2510
+ include Aws::Structure
2511
+ end
2512
+
2513
+ # Network time protocol (NTP) server settings. Use this option to
2514
+ # connect to local NTP servers instead of `pool.ntp.org`.
2515
+ #
2516
+ # @note When making an API call, you may pass NtpPayload
2517
+ # data as a hash:
2518
+ #
2519
+ # {
2520
+ # ntp_servers: ["IpAddressOrServerName"], # required
2521
+ # }
2522
+ #
2523
+ # @!attribute [rw] ntp_servers
2524
+ # NTP servers to use, in order of preference.
2525
+ # @return [Array<String>]
2526
+ #
2527
+ # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NtpPayload AWS API Documentation
2528
+ #
2529
+ class NtpPayload < Struct.new(
2530
+ :ntp_servers)
2531
+ SENSITIVE = []
2532
+ include Aws::Structure
2533
+ end
2534
+
2535
+ # Details about an NTP server connection.
2536
+ #
2537
+ # @!attribute [rw] connection_status
2538
+ # The connection's status.
2539
+ # @return [String]
2540
+ #
2541
+ # @!attribute [rw] ip_address
2542
+ # The IP address of the server.
2356
2543
  # @return [String]
2357
2544
  #
2358
- # @!attribute [rw] type
2359
- # The output port's type.
2545
+ # @!attribute [rw] ntp_server_name
2546
+ # The domain name of the server.
2360
2547
  # @return [String]
2361
2548
  #
2362
- # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NodeOutputPort AWS API Documentation
2549
+ # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NtpStatus AWS API Documentation
2363
2550
  #
2364
- class NodeOutputPort < Struct.new(
2365
- :name,
2366
- :description,
2367
- :type)
2551
+ class NtpStatus < Struct.new(
2552
+ :connection_status,
2553
+ :ip_address,
2554
+ :ntp_server_name)
2368
2555
  SENSITIVE = []
2369
2556
  include Aws::Structure
2370
2557
  end
@@ -2411,6 +2598,10 @@ module Aws::Panorama
2411
2598
 
2412
2599
  # A job to import a package version.
2413
2600
  #
2601
+ # @!attribute [rw] created_time
2602
+ # When the job was created.
2603
+ # @return [Time]
2604
+ #
2414
2605
  # @!attribute [rw] job_id
2415
2606
  # The job's ID.
2416
2607
  # @return [String]
@@ -2419,6 +2610,10 @@ module Aws::Panorama
2419
2610
  # The job's type.
2420
2611
  # @return [String]
2421
2612
  #
2613
+ # @!attribute [rw] last_updated_time
2614
+ # When the job was updated.
2615
+ # @return [Time]
2616
+ #
2422
2617
  # @!attribute [rw] status
2423
2618
  # The job's status.
2424
2619
  # @return [String]
@@ -2427,23 +2622,15 @@ module Aws::Panorama
2427
2622
  # The job's status message.
2428
2623
  # @return [String]
2429
2624
  #
2430
- # @!attribute [rw] created_time
2431
- # When the job was created.
2432
- # @return [Time]
2433
- #
2434
- # @!attribute [rw] last_updated_time
2435
- # When the job was updated.
2436
- # @return [Time]
2437
- #
2438
2625
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/PackageImportJob AWS API Documentation
2439
2626
  #
2440
2627
  class PackageImportJob < Struct.new(
2628
+ :created_time,
2441
2629
  :job_id,
2442
2630
  :job_type,
2631
+ :last_updated_time,
2443
2632
  :status,
2444
- :status_message,
2445
- :created_time,
2446
- :last_updated_time)
2633
+ :status_message)
2447
2634
  SENSITIVE = []
2448
2635
  include Aws::Structure
2449
2636
  end
@@ -2456,9 +2643,9 @@ module Aws::Panorama
2456
2643
  # {
2457
2644
  # package_version_input_config: {
2458
2645
  # s3_location: { # required
2459
- # region: "Region",
2460
2646
  # bucket_name: "BucketName", # required
2461
2647
  # object_key: "ObjectKey", # required
2648
+ # region: "Region",
2462
2649
  # },
2463
2650
  # },
2464
2651
  # }
@@ -2477,6 +2664,10 @@ module Aws::Panorama
2477
2664
 
2478
2665
  # Results of a package import job.
2479
2666
  #
2667
+ # @!attribute [rw] output_s3_location
2668
+ # The package's output location.
2669
+ # @return [Types::OutPutS3Location]
2670
+ #
2480
2671
  # @!attribute [rw] package_id
2481
2672
  # The package's ID.
2482
2673
  # @return [String]
@@ -2489,17 +2680,13 @@ module Aws::Panorama
2489
2680
  # The package's patch version.
2490
2681
  # @return [String]
2491
2682
  #
2492
- # @!attribute [rw] output_s3_location
2493
- # The package's output location.
2494
- # @return [Types::OutPutS3Location]
2495
- #
2496
2683
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/PackageImportJobOutput AWS API Documentation
2497
2684
  #
2498
2685
  class PackageImportJobOutput < Struct.new(
2686
+ :output_s3_location,
2499
2687
  :package_id,
2500
2688
  :package_version,
2501
- :patch_version,
2502
- :output_s3_location)
2689
+ :patch_version)
2503
2690
  SENSITIVE = []
2504
2691
  include Aws::Structure
2505
2692
  end
@@ -2511,9 +2698,9 @@ module Aws::Panorama
2511
2698
  #
2512
2699
  # {
2513
2700
  # package_version_output_config: {
2701
+ # mark_latest: false,
2514
2702
  # package_name: "NodePackageName", # required
2515
2703
  # package_version: "NodePackageVersion", # required
2516
- # mark_latest: false,
2517
2704
  # },
2518
2705
  # }
2519
2706
  #
@@ -2531,14 +2718,6 @@ module Aws::Panorama
2531
2718
 
2532
2719
  # A package summary.
2533
2720
  #
2534
- # @!attribute [rw] package_id
2535
- # The package's ID.
2536
- # @return [String]
2537
- #
2538
- # @!attribute [rw] package_name
2539
- # The package's name.
2540
- # @return [String]
2541
- #
2542
2721
  # @!attribute [rw] arn
2543
2722
  # The package's ARN.
2544
2723
  # @return [String]
@@ -2547,6 +2726,14 @@ module Aws::Panorama
2547
2726
  # When the package was created.
2548
2727
  # @return [Time]
2549
2728
  #
2729
+ # @!attribute [rw] package_id
2730
+ # The package's ID.
2731
+ # @return [String]
2732
+ #
2733
+ # @!attribute [rw] package_name
2734
+ # The package's name.
2735
+ # @return [String]
2736
+ #
2550
2737
  # @!attribute [rw] tags
2551
2738
  # The package's tags.
2552
2739
  # @return [Hash<String,String>]
@@ -2554,10 +2741,10 @@ module Aws::Panorama
2554
2741
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/PackageListItem AWS API Documentation
2555
2742
  #
2556
2743
  class PackageListItem < Struct.new(
2557
- :package_id,
2558
- :package_name,
2559
2744
  :arn,
2560
2745
  :created_time,
2746
+ :package_id,
2747
+ :package_name,
2561
2748
  :tags)
2562
2749
  SENSITIVE = []
2563
2750
  include Aws::Structure
@@ -2594,9 +2781,9 @@ module Aws::Panorama
2594
2781
  #
2595
2782
  # {
2596
2783
  # s3_location: { # required
2597
- # region: "Region",
2598
2784
  # bucket_name: "BucketName", # required
2599
2785
  # object_key: "ObjectKey", # required
2786
+ # region: "Region",
2600
2787
  # },
2601
2788
  # }
2602
2789
  #
@@ -2618,11 +2805,15 @@ module Aws::Panorama
2618
2805
  # data as a hash:
2619
2806
  #
2620
2807
  # {
2808
+ # mark_latest: false,
2621
2809
  # package_name: "NodePackageName", # required
2622
2810
  # package_version: "NodePackageVersion", # required
2623
- # mark_latest: false,
2624
2811
  # }
2625
2812
  #
2813
+ # @!attribute [rw] mark_latest
2814
+ # Indicates that the version is recommended for all users.
2815
+ # @return [Boolean]
2816
+ #
2626
2817
  # @!attribute [rw] package_name
2627
2818
  # The output's package name.
2628
2819
  # @return [String]
@@ -2631,16 +2822,12 @@ module Aws::Panorama
2631
2822
  # The output's package version.
2632
2823
  # @return [String]
2633
2824
  #
2634
- # @!attribute [rw] mark_latest
2635
- # Indicates that the version is recommended for all users.
2636
- # @return [Boolean]
2637
- #
2638
2825
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/PackageVersionOutputConfig AWS API Documentation
2639
2826
  #
2640
2827
  class PackageVersionOutputConfig < Struct.new(
2828
+ :mark_latest,
2641
2829
  :package_name,
2642
- :package_version,
2643
- :mark_latest)
2830
+ :package_version)
2644
2831
  SENSITIVE = []
2645
2832
  include Aws::Structure
2646
2833
  end
@@ -2649,88 +2836,91 @@ module Aws::Panorama
2649
2836
  # data as a hash:
2650
2837
  #
2651
2838
  # {
2652
- # name: "DeviceName", # required
2653
2839
  # description: "Description",
2654
- # tags: {
2655
- # "TagKey" => "TagValue",
2656
- # },
2840
+ # name: "DeviceName", # required
2657
2841
  # networking_configuration: {
2658
2842
  # ethernet_0: {
2659
2843
  # connection_type: "STATIC_IP", # required, accepts STATIC_IP, DHCP
2660
2844
  # static_ip_connection_info: {
2845
+ # default_gateway: "DefaultGateway", # required
2846
+ # dns: ["Dns"], # required
2661
2847
  # ip_address: "IpAddress", # required
2662
2848
  # mask: "Mask", # required
2663
- # dns: ["Dns"], # required
2664
- # default_gateway: "DefaultGateway", # required
2665
2849
  # },
2666
2850
  # },
2667
2851
  # ethernet_1: {
2668
2852
  # connection_type: "STATIC_IP", # required, accepts STATIC_IP, DHCP
2669
2853
  # static_ip_connection_info: {
2854
+ # default_gateway: "DefaultGateway", # required
2855
+ # dns: ["Dns"], # required
2670
2856
  # ip_address: "IpAddress", # required
2671
2857
  # mask: "Mask", # required
2672
- # dns: ["Dns"], # required
2673
- # default_gateway: "DefaultGateway", # required
2674
2858
  # },
2675
2859
  # },
2860
+ # ntp: {
2861
+ # ntp_servers: ["IpAddressOrServerName"], # required
2862
+ # },
2863
+ # },
2864
+ # tags: {
2865
+ # "TagKey" => "TagValue",
2676
2866
  # },
2677
2867
  # }
2678
2868
  #
2679
- # @!attribute [rw] name
2680
- # A name for the device.
2681
- # @return [String]
2682
- #
2683
2869
  # @!attribute [rw] description
2684
2870
  # A description for the device.
2685
2871
  # @return [String]
2686
2872
  #
2687
- # @!attribute [rw] tags
2688
- # Tags for the device.
2689
- # @return [Hash<String,String>]
2873
+ # @!attribute [rw] name
2874
+ # A name for the device.
2875
+ # @return [String]
2690
2876
  #
2691
2877
  # @!attribute [rw] networking_configuration
2692
2878
  # A networking configuration for the device.
2693
2879
  # @return [Types::NetworkPayload]
2694
2880
  #
2881
+ # @!attribute [rw] tags
2882
+ # Tags for the device.
2883
+ # @return [Hash<String,String>]
2884
+ #
2695
2885
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ProvisionDeviceRequest AWS API Documentation
2696
2886
  #
2697
2887
  class ProvisionDeviceRequest < Struct.new(
2698
- :name,
2699
2888
  :description,
2700
- :tags,
2701
- :networking_configuration)
2889
+ :name,
2890
+ :networking_configuration,
2891
+ :tags)
2702
2892
  SENSITIVE = []
2703
2893
  include Aws::Structure
2704
2894
  end
2705
2895
 
2706
- # @!attribute [rw] device_id
2707
- # The device's ID.
2708
- # @return [String]
2709
- #
2710
2896
  # @!attribute [rw] arn
2711
2897
  # The device's ARN.
2712
2898
  # @return [String]
2713
2899
  #
2714
- # @!attribute [rw] status
2715
- # The device's status.
2716
- # @return [String]
2717
- #
2718
2900
  # @!attribute [rw] certificates
2719
2901
  # The device's configuration bundle.
2720
2902
  # @return [String]
2721
2903
  #
2904
+ # @!attribute [rw] device_id
2905
+ # The device's ID.
2906
+ # @return [String]
2907
+ #
2722
2908
  # @!attribute [rw] iot_thing_name
2723
2909
  # The device's IoT thing name.
2724
2910
  # @return [String]
2725
2911
  #
2912
+ # @!attribute [rw] status
2913
+ # The device's status.
2914
+ # @return [String]
2915
+ #
2726
2916
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ProvisionDeviceResponse AWS API Documentation
2727
2917
  #
2728
2918
  class ProvisionDeviceResponse < Struct.new(
2729
- :device_id,
2730
2919
  :arn,
2731
- :status,
2732
2920
  :certificates,
2733
- :iot_thing_name)
2921
+ :device_id,
2922
+ :iot_thing_name,
2923
+ :status)
2734
2924
  SENSITIVE = []
2735
2925
  include Aws::Structure
2736
2926
  end
@@ -2739,13 +2929,17 @@ module Aws::Panorama
2739
2929
  # data as a hash:
2740
2930
  #
2741
2931
  # {
2932
+ # mark_latest: false,
2742
2933
  # owner_account: "PackageOwnerAccount",
2743
2934
  # package_id: "NodePackageId", # required
2744
2935
  # package_version: "NodePackageVersion", # required
2745
2936
  # patch_version: "NodePackagePatchVersion", # required
2746
- # mark_latest: false,
2747
2937
  # }
2748
2938
  #
2939
+ # @!attribute [rw] mark_latest
2940
+ # Whether to mark the new version as the latest version.
2941
+ # @return [Boolean]
2942
+ #
2749
2943
  # @!attribute [rw] owner_account
2750
2944
  # An owner account.
2751
2945
  # @return [String]
@@ -2762,18 +2956,14 @@ module Aws::Panorama
2762
2956
  # A patch version.
2763
2957
  # @return [String]
2764
2958
  #
2765
- # @!attribute [rw] mark_latest
2766
- # Whether to mark the new version as the latest version.
2767
- # @return [Boolean]
2768
- #
2769
2959
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/RegisterPackageVersionRequest AWS API Documentation
2770
2960
  #
2771
2961
  class RegisterPackageVersionRequest < Struct.new(
2962
+ :mark_latest,
2772
2963
  :owner_account,
2773
2964
  :package_id,
2774
2965
  :package_version,
2775
- :patch_version,
2776
- :mark_latest)
2966
+ :patch_version)
2777
2967
  SENSITIVE = []
2778
2968
  include Aws::Structure
2779
2969
  end
@@ -2834,15 +3024,11 @@ module Aws::Panorama
2834
3024
  # data as a hash:
2835
3025
  #
2836
3026
  # {
2837
- # region: "Region",
2838
3027
  # bucket_name: "BucketName", # required
2839
3028
  # object_key: "ObjectKey", # required
3029
+ # region: "Region",
2840
3030
  # }
2841
3031
  #
2842
- # @!attribute [rw] region
2843
- # The bucket's Region.
2844
- # @return [String]
2845
- #
2846
3032
  # @!attribute [rw] bucket_name
2847
3033
  # A bucket name.
2848
3034
  # @return [String]
@@ -2851,12 +3037,16 @@ module Aws::Panorama
2851
3037
  # An object key.
2852
3038
  # @return [String]
2853
3039
  #
3040
+ # @!attribute [rw] region
3041
+ # The bucket's Region.
3042
+ # @return [String]
3043
+ #
2854
3044
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/S3Location AWS API Documentation
2855
3045
  #
2856
3046
  class S3Location < Struct.new(
2857
- :region,
2858
3047
  :bucket_name,
2859
- :object_key)
3048
+ :object_key,
3049
+ :region)
2860
3050
  SENSITIVE = []
2861
3051
  include Aws::Structure
2862
3052
  end
@@ -2866,6 +3056,10 @@ module Aws::Panorama
2866
3056
  # @!attribute [rw] message
2867
3057
  # @return [String]
2868
3058
  #
3059
+ # @!attribute [rw] quota_code
3060
+ # The name of the limit.
3061
+ # @return [String]
3062
+ #
2869
3063
  # @!attribute [rw] resource_id
2870
3064
  # The target resource's ID.
2871
3065
  # @return [String]
@@ -2874,10 +3068,6 @@ module Aws::Panorama
2874
3068
  # The target resource's type.
2875
3069
  # @return [String]
2876
3070
  #
2877
- # @!attribute [rw] quota_code
2878
- # The name of the limit.
2879
- # @return [String]
2880
- #
2881
3071
  # @!attribute [rw] service_code
2882
3072
  # The name of the service.
2883
3073
  # @return [String]
@@ -2886,9 +3076,9 @@ module Aws::Panorama
2886
3076
  #
2887
3077
  class ServiceQuotaExceededException < Struct.new(
2888
3078
  :message,
3079
+ :quota_code,
2889
3080
  :resource_id,
2890
3081
  :resource_type,
2891
- :quota_code,
2892
3082
  :service_code)
2893
3083
  SENSITIVE = []
2894
3084
  include Aws::Structure
@@ -2900,69 +3090,69 @@ module Aws::Panorama
2900
3090
  # data as a hash:
2901
3091
  #
2902
3092
  # {
3093
+ # default_gateway: "DefaultGateway", # required
3094
+ # dns: ["Dns"], # required
2903
3095
  # ip_address: "IpAddress", # required
2904
3096
  # mask: "Mask", # required
2905
- # dns: ["Dns"], # required
2906
- # default_gateway: "DefaultGateway", # required
2907
3097
  # }
2908
3098
  #
2909
- # @!attribute [rw] ip_address
2910
- # The connection's IP address.
2911
- # @return [String]
2912
- #
2913
- # @!attribute [rw] mask
2914
- # The connection's DNS mask.
3099
+ # @!attribute [rw] default_gateway
3100
+ # The connection's default gateway.
2915
3101
  # @return [String]
2916
3102
  #
2917
3103
  # @!attribute [rw] dns
2918
3104
  # The connection's DNS address.
2919
3105
  # @return [Array<String>]
2920
3106
  #
2921
- # @!attribute [rw] default_gateway
2922
- # The connection's default gateway.
3107
+ # @!attribute [rw] ip_address
3108
+ # The connection's IP address.
3109
+ # @return [String]
3110
+ #
3111
+ # @!attribute [rw] mask
3112
+ # The connection's DNS mask.
2923
3113
  # @return [String]
2924
3114
  #
2925
3115
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/StaticIpConnectionInfo AWS API Documentation
2926
3116
  #
2927
3117
  class StaticIpConnectionInfo < Struct.new(
2928
- :ip_address,
2929
- :mask,
3118
+ :default_gateway,
2930
3119
  :dns,
2931
- :default_gateway)
3120
+ :ip_address,
3121
+ :mask)
2932
3122
  SENSITIVE = []
2933
3123
  include Aws::Structure
2934
3124
  end
2935
3125
 
2936
3126
  # A storage location.
2937
3127
  #
2938
- # @!attribute [rw] bucket
2939
- # The location's bucket.
3128
+ # @!attribute [rw] binary_prefix_location
3129
+ # The location's binary prefix.
2940
3130
  # @return [String]
2941
3131
  #
2942
- # @!attribute [rw] repo_prefix_location
2943
- # The location's repo prefix.
3132
+ # @!attribute [rw] bucket
3133
+ # The location's bucket.
2944
3134
  # @return [String]
2945
3135
  #
2946
3136
  # @!attribute [rw] generated_prefix_location
2947
3137
  # The location's generated prefix.
2948
3138
  # @return [String]
2949
3139
  #
2950
- # @!attribute [rw] binary_prefix_location
2951
- # The location's binary prefix.
2952
- # @return [String]
2953
- #
2954
3140
  # @!attribute [rw] manifest_prefix_location
2955
3141
  # The location's manifest prefix.
2956
3142
  # @return [String]
2957
3143
  #
3144
+ # @!attribute [rw] repo_prefix_location
3145
+ # The location's repo prefix.
3146
+ # @return [String]
3147
+ #
2958
3148
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/StorageLocation AWS API Documentation
2959
3149
  #
2960
3150
  class StorageLocation < Struct.new(
3151
+ :binary_prefix_location,
2961
3152
  :bucket,
2962
- :repo_prefix_location,
2963
3153
  :generated_prefix_location,
2964
- :binary_prefix_location,
2965
- :manifest_prefix_location)
3154
+ :manifest_prefix_location,
3155
+ :repo_prefix_location)
2966
3156
  SENSITIVE = []
2967
3157
  include Aws::Structure
2968
3158
  end
@@ -3031,23 +3221,23 @@ module Aws::Panorama
3031
3221
  # data as a hash:
3032
3222
  #
3033
3223
  # {
3034
- # device_id: "DeviceId", # required
3035
3224
  # description: "Description",
3225
+ # device_id: "DeviceId", # required
3036
3226
  # }
3037
3227
  #
3038
- # @!attribute [rw] device_id
3039
- # The device's ID.
3040
- # @return [String]
3041
- #
3042
3228
  # @!attribute [rw] description
3043
3229
  # A description for the device.
3044
3230
  # @return [String]
3045
3231
  #
3232
+ # @!attribute [rw] device_id
3233
+ # The device's ID.
3234
+ # @return [String]
3235
+ #
3046
3236
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/UpdateDeviceMetadataRequest AWS API Documentation
3047
3237
  #
3048
3238
  class UpdateDeviceMetadataRequest < Struct.new(
3049
- :device_id,
3050
- :description)
3239
+ :description,
3240
+ :device_id)
3051
3241
  SENSITIVE = []
3052
3242
  include Aws::Structure
3053
3243
  end
@@ -3066,33 +3256,33 @@ module Aws::Panorama
3066
3256
 
3067
3257
  # The request contains an invalid parameter value.
3068
3258
  #
3069
- # @!attribute [rw] message
3070
- # @return [String]
3071
- #
3072
- # @!attribute [rw] reason
3073
- # The reason that validation failed.
3074
- # @return [String]
3259
+ # @!attribute [rw] error_arguments
3260
+ # A list of attributes that led to the exception and their values.
3261
+ # @return [Array<Types::ValidationExceptionErrorArgument>]
3075
3262
  #
3076
3263
  # @!attribute [rw] error_id
3077
3264
  # A unique ID for the error.
3078
3265
  # @return [String]
3079
3266
  #
3080
- # @!attribute [rw] error_arguments
3081
- # A list of attributes that led to the exception and their values.
3082
- # @return [Array<Types::ValidationExceptionErrorArgument>]
3083
- #
3084
3267
  # @!attribute [rw] fields
3085
3268
  # A list of request parameters that failed validation.
3086
3269
  # @return [Array<Types::ValidationExceptionField>]
3087
3270
  #
3271
+ # @!attribute [rw] message
3272
+ # @return [String]
3273
+ #
3274
+ # @!attribute [rw] reason
3275
+ # The reason that validation failed.
3276
+ # @return [String]
3277
+ #
3088
3278
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ValidationException AWS API Documentation
3089
3279
  #
3090
3280
  class ValidationException < Struct.new(
3091
- :message,
3092
- :reason,
3093
- :error_id,
3094
3281
  :error_arguments,
3095
- :fields)
3282
+ :error_id,
3283
+ :fields,
3284
+ :message,
3285
+ :reason)
3096
3286
  SENSITIVE = []
3097
3287
  include Aws::Structure
3098
3288
  end
@@ -3118,19 +3308,19 @@ module Aws::Panorama
3118
3308
 
3119
3309
  # A validation exception field.
3120
3310
  #
3121
- # @!attribute [rw] name
3122
- # The field's name.
3123
- # @return [String]
3124
- #
3125
3311
  # @!attribute [rw] message
3126
3312
  # The field's message.
3127
3313
  # @return [String]
3128
3314
  #
3315
+ # @!attribute [rw] name
3316
+ # The field's name.
3317
+ # @return [String]
3318
+ #
3129
3319
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ValidationExceptionField AWS API Documentation
3130
3320
  #
3131
3321
  class ValidationExceptionField < Struct.new(
3132
- :name,
3133
- :message)
3322
+ :message,
3323
+ :name)
3134
3324
  SENSITIVE = []
3135
3325
  include Aws::Structure
3136
3326
  end