aws-sdk-panorama 1.4.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,8 @@ module Aws::Panorama
14
14
  include Seahorse::Model
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AlternateSoftwareMetadata = Shapes::StructureShape.new(name: 'AlternateSoftwareMetadata')
18
+ AlternateSoftwares = Shapes::ListShape.new(name: 'AlternateSoftwares')
17
19
  ApplicationInstance = Shapes::StructureShape.new(name: 'ApplicationInstance')
18
20
  ApplicationInstanceArn = Shapes::StringShape.new(name: 'ApplicationInstanceArn')
19
21
  ApplicationInstanceHealthStatus = Shapes::StringShape.new(name: 'ApplicationInstanceHealthStatus')
@@ -72,6 +74,7 @@ module Aws::Panorama
72
74
  Description = Shapes::StringShape.new(name: 'Description')
73
75
  Device = Shapes::StructureShape.new(name: 'Device')
74
76
  DeviceArn = Shapes::StringShape.new(name: 'DeviceArn')
77
+ DeviceBrand = Shapes::StringShape.new(name: 'DeviceBrand')
75
78
  DeviceConnectionStatus = Shapes::StringShape.new(name: 'DeviceConnectionStatus')
76
79
  DeviceId = Shapes::StringShape.new(name: 'DeviceId')
77
80
  DeviceIdList = Shapes::ListShape.new(name: 'DeviceIdList')
@@ -93,6 +96,7 @@ module Aws::Panorama
93
96
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
94
97
  IotThingName = Shapes::StringShape.new(name: 'IotThingName')
95
98
  IpAddress = Shapes::StringShape.new(name: 'IpAddress')
99
+ IpAddressOrServerName = Shapes::StringShape.new(name: 'IpAddressOrServerName')
96
100
  Job = Shapes::StructureShape.new(name: 'Job')
97
101
  JobId = Shapes::StringShape.new(name: 'JobId')
98
102
  JobList = Shapes::ListShape.new(name: 'JobList')
@@ -101,6 +105,7 @@ module Aws::Panorama
101
105
  JobTagsList = Shapes::ListShape.new(name: 'JobTagsList')
102
106
  JobType = Shapes::StringShape.new(name: 'JobType')
103
107
  LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
108
+ LatestAlternateSoftware = Shapes::StringShape.new(name: 'LatestAlternateSoftware')
104
109
  LatestSoftware = Shapes::StringShape.new(name: 'LatestSoftware')
105
110
  LeaseExpirationTime = Shapes::TimestampShape.new(name: 'LeaseExpirationTime')
106
111
  ListApplicationInstanceDependenciesRequest = Shapes::StructureShape.new(name: 'ListApplicationInstanceDependenciesRequest')
@@ -157,6 +162,10 @@ module Aws::Panorama
157
162
  NodePackagePatchVersion = Shapes::StringShape.new(name: 'NodePackagePatchVersion')
158
163
  NodePackageVersion = Shapes::StringShape.new(name: 'NodePackageVersion')
159
164
  NodesList = Shapes::ListShape.new(name: 'NodesList')
165
+ NtpPayload = Shapes::StructureShape.new(name: 'NtpPayload')
166
+ NtpServerList = Shapes::ListShape.new(name: 'NtpServerList')
167
+ NtpServerName = Shapes::StringShape.new(name: 'NtpServerName')
168
+ NtpStatus = Shapes::StructureShape.new(name: 'NtpStatus')
160
169
  OTAJobConfig = Shapes::StructureShape.new(name: 'OTAJobConfig')
161
170
  Object = Shapes::StringShape.new(name: 'Object')
162
171
  ObjectKey = Shapes::StringShape.new(name: 'ObjectKey')
@@ -225,30 +234,36 @@ module Aws::Panorama
225
234
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
226
235
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
227
236
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
237
+ Version = Shapes::StringShape.new(name: 'Version')
228
238
 
229
239
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
230
240
  AccessDeniedException.struct_class = Types::AccessDeniedException
231
241
 
232
- ApplicationInstance.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
242
+ AlternateSoftwareMetadata.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "Version"))
243
+ AlternateSoftwareMetadata.struct_class = Types::AlternateSoftwareMetadata
244
+
245
+ AlternateSoftwares.member = Shapes::ShapeRef.new(shape: AlternateSoftwareMetadata)
246
+
233
247
  ApplicationInstance.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceId"))
248
+ ApplicationInstance.add_member(:arn, Shapes::ShapeRef.new(shape: ApplicationInstanceArn, location_name: "Arn"))
249
+ ApplicationInstance.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreatedTime"))
234
250
  ApplicationInstance.add_member(:default_runtime_context_device, Shapes::ShapeRef.new(shape: DefaultRuntimeContextDevice, location_name: "DefaultRuntimeContextDevice"))
235
251
  ApplicationInstance.add_member(:default_runtime_context_device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DefaultRuntimeContextDeviceName"))
236
252
  ApplicationInstance.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
237
- ApplicationInstance.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationInstanceStatus, location_name: "Status"))
238
253
  ApplicationInstance.add_member(:health_status, Shapes::ShapeRef.new(shape: ApplicationInstanceHealthStatus, location_name: "HealthStatus"))
254
+ ApplicationInstance.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
255
+ ApplicationInstance.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationInstanceStatus, location_name: "Status"))
239
256
  ApplicationInstance.add_member(:status_description, Shapes::ShapeRef.new(shape: ApplicationInstanceStatusDescription, location_name: "StatusDescription"))
240
- ApplicationInstance.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreatedTime"))
241
- ApplicationInstance.add_member(:arn, Shapes::ShapeRef.new(shape: ApplicationInstanceArn, location_name: "Arn"))
242
257
  ApplicationInstance.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
243
258
  ApplicationInstance.struct_class = Types::ApplicationInstance
244
259
 
245
260
  ApplicationInstances.member = Shapes::ShapeRef.new(shape: ApplicationInstance)
246
261
 
262
+ ConflictException.add_member(:error_arguments, Shapes::ShapeRef.new(shape: ConflictExceptionErrorArgumentList, location_name: "ErrorArguments"))
263
+ ConflictException.add_member(:error_id, Shapes::ShapeRef.new(shape: String, location_name: "ErrorId"))
247
264
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
248
265
  ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
249
266
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
250
- ConflictException.add_member(:error_id, Shapes::ShapeRef.new(shape: String, location_name: "ErrorId"))
251
- ConflictException.add_member(:error_arguments, Shapes::ShapeRef.new(shape: ConflictExceptionErrorArgumentList, location_name: "ErrorArguments"))
252
267
  ConflictException.struct_class = Types::ConflictException
253
268
 
254
269
  ConflictExceptionErrorArgument.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
@@ -257,13 +272,13 @@ module Aws::Panorama
257
272
 
258
273
  ConflictExceptionErrorArgumentList.member = Shapes::ShapeRef.new(shape: ConflictExceptionErrorArgument)
259
274
 
260
- CreateApplicationInstanceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
275
+ CreateApplicationInstanceRequest.add_member(:application_instance_id_to_replace, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceIdToReplace"))
276
+ CreateApplicationInstanceRequest.add_member(:default_runtime_context_device, Shapes::ShapeRef.new(shape: DefaultRuntimeContextDevice, required: true, location_name: "DefaultRuntimeContextDevice"))
261
277
  CreateApplicationInstanceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
262
- CreateApplicationInstanceRequest.add_member(:manifest_payload, Shapes::ShapeRef.new(shape: ManifestPayload, required: true, location_name: "ManifestPayload"))
263
278
  CreateApplicationInstanceRequest.add_member(:manifest_overrides_payload, Shapes::ShapeRef.new(shape: ManifestOverridesPayload, location_name: "ManifestOverridesPayload"))
264
- CreateApplicationInstanceRequest.add_member(:application_instance_id_to_replace, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceIdToReplace"))
279
+ CreateApplicationInstanceRequest.add_member(:manifest_payload, Shapes::ShapeRef.new(shape: ManifestPayload, required: true, location_name: "ManifestPayload"))
280
+ CreateApplicationInstanceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
265
281
  CreateApplicationInstanceRequest.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RuntimeRoleArn, location_name: "RuntimeRoleArn"))
266
- CreateApplicationInstanceRequest.add_member(:default_runtime_context_device, Shapes::ShapeRef.new(shape: DefaultRuntimeContextDevice, required: true, location_name: "DefaultRuntimeContextDevice"))
267
282
  CreateApplicationInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
268
283
  CreateApplicationInstanceRequest.struct_class = Types::CreateApplicationInstanceRequest
269
284
 
@@ -278,23 +293,23 @@ module Aws::Panorama
278
293
  CreateJobForDevicesResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: JobList, required: true, location_name: "Jobs"))
279
294
  CreateJobForDevicesResponse.struct_class = Types::CreateJobForDevicesResponse
280
295
 
281
- CreateNodeFromTemplateJobRequest.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "TemplateType"))
296
+ CreateNodeFromTemplateJobRequest.add_member(:job_tags, Shapes::ShapeRef.new(shape: JobTagsList, location_name: "JobTags"))
297
+ CreateNodeFromTemplateJobRequest.add_member(:node_description, Shapes::ShapeRef.new(shape: Description, location_name: "NodeDescription"))
298
+ CreateNodeFromTemplateJobRequest.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "NodeName"))
282
299
  CreateNodeFromTemplateJobRequest.add_member(:output_package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "OutputPackageName"))
283
300
  CreateNodeFromTemplateJobRequest.add_member(:output_package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "OutputPackageVersion"))
284
- CreateNodeFromTemplateJobRequest.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "NodeName"))
285
- CreateNodeFromTemplateJobRequest.add_member(:node_description, Shapes::ShapeRef.new(shape: Description, location_name: "NodeDescription"))
286
301
  CreateNodeFromTemplateJobRequest.add_member(:template_parameters, Shapes::ShapeRef.new(shape: TemplateParametersMap, required: true, location_name: "TemplateParameters"))
287
- CreateNodeFromTemplateJobRequest.add_member(:job_tags, Shapes::ShapeRef.new(shape: JobTagsList, location_name: "JobTags"))
302
+ CreateNodeFromTemplateJobRequest.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "TemplateType"))
288
303
  CreateNodeFromTemplateJobRequest.struct_class = Types::CreateNodeFromTemplateJobRequest
289
304
 
290
305
  CreateNodeFromTemplateJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
291
306
  CreateNodeFromTemplateJobResponse.struct_class = Types::CreateNodeFromTemplateJobResponse
292
307
 
293
- CreatePackageImportJobRequest.add_member(:job_type, Shapes::ShapeRef.new(shape: PackageImportJobType, required: true, location_name: "JobType"))
294
- CreatePackageImportJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: PackageImportJobInputConfig, required: true, location_name: "InputConfig"))
295
- CreatePackageImportJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: PackageImportJobOutputConfig, required: true, location_name: "OutputConfig"))
296
308
  CreatePackageImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken"))
309
+ CreatePackageImportJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: PackageImportJobInputConfig, required: true, location_name: "InputConfig"))
297
310
  CreatePackageImportJobRequest.add_member(:job_tags, Shapes::ShapeRef.new(shape: JobTagsList, location_name: "JobTags"))
311
+ CreatePackageImportJobRequest.add_member(:job_type, Shapes::ShapeRef.new(shape: PackageImportJobType, required: true, location_name: "JobType"))
312
+ CreatePackageImportJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: PackageImportJobOutputConfig, required: true, location_name: "OutputConfig"))
298
313
  CreatePackageImportJobRequest.struct_class = Types::CreatePackageImportJobRequest
299
314
 
300
315
  CreatePackageImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
@@ -304,8 +319,8 @@ module Aws::Panorama
304
319
  CreatePackageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
305
320
  CreatePackageRequest.struct_class = Types::CreatePackageRequest
306
321
 
307
- CreatePackageResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, location_name: "PackageId"))
308
322
  CreatePackageResponse.add_member(:arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "Arn"))
323
+ CreatePackageResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, location_name: "PackageId"))
309
324
  CreatePackageResponse.add_member(:storage_location, Shapes::ShapeRef.new(shape: StorageLocation, required: true, location_name: "StorageLocation"))
310
325
  CreatePackageResponse.struct_class = Types::CreatePackageResponse
311
326
 
@@ -315,8 +330,8 @@ module Aws::Panorama
315
330
  DeleteDeviceResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
316
331
  DeleteDeviceResponse.struct_class = Types::DeleteDeviceResponse
317
332
 
318
- DeletePackageRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
319
333
  DeletePackageRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "ForceDelete"))
334
+ DeletePackageRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
320
335
  DeletePackageRequest.struct_class = Types::DeletePackageRequest
321
336
 
322
337
  DeletePackageResponse.struct_class = Types::DeletePackageResponse
@@ -330,135 +345,138 @@ module Aws::Panorama
330
345
 
331
346
  DeregisterPackageVersionResponse.struct_class = Types::DeregisterPackageVersionResponse
332
347
 
333
- DescribeApplicationInstanceDetailsRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
348
+ DescribeApplicationInstanceDetailsRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "ApplicationInstanceId"))
334
349
  DescribeApplicationInstanceDetailsRequest.struct_class = Types::DescribeApplicationInstanceDetailsRequest
335
350
 
336
- DescribeApplicationInstanceDetailsResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
337
- DescribeApplicationInstanceDetailsResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
338
- DescribeApplicationInstanceDetailsResponse.add_member(:default_runtime_context_device, Shapes::ShapeRef.new(shape: DefaultRuntimeContextDevice, location_name: "DefaultRuntimeContextDevice"))
339
- DescribeApplicationInstanceDetailsResponse.add_member(:manifest_payload, Shapes::ShapeRef.new(shape: ManifestPayload, location_name: "ManifestPayload"))
340
- DescribeApplicationInstanceDetailsResponse.add_member(:manifest_overrides_payload, Shapes::ShapeRef.new(shape: ManifestOverridesPayload, location_name: "ManifestOverridesPayload"))
351
+ DescribeApplicationInstanceDetailsResponse.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceId"))
341
352
  DescribeApplicationInstanceDetailsResponse.add_member(:application_instance_id_to_replace, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceIdToReplace"))
342
353
  DescribeApplicationInstanceDetailsResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreatedTime"))
343
- DescribeApplicationInstanceDetailsResponse.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceId"))
354
+ DescribeApplicationInstanceDetailsResponse.add_member(:default_runtime_context_device, Shapes::ShapeRef.new(shape: DefaultRuntimeContextDevice, location_name: "DefaultRuntimeContextDevice"))
355
+ DescribeApplicationInstanceDetailsResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
356
+ DescribeApplicationInstanceDetailsResponse.add_member(:manifest_overrides_payload, Shapes::ShapeRef.new(shape: ManifestOverridesPayload, location_name: "ManifestOverridesPayload"))
357
+ DescribeApplicationInstanceDetailsResponse.add_member(:manifest_payload, Shapes::ShapeRef.new(shape: ManifestPayload, location_name: "ManifestPayload"))
358
+ DescribeApplicationInstanceDetailsResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
344
359
  DescribeApplicationInstanceDetailsResponse.struct_class = Types::DescribeApplicationInstanceDetailsResponse
345
360
 
346
- DescribeApplicationInstanceRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
361
+ DescribeApplicationInstanceRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "ApplicationInstanceId"))
347
362
  DescribeApplicationInstanceRequest.struct_class = Types::DescribeApplicationInstanceRequest
348
363
 
349
- DescribeApplicationInstanceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
350
- DescribeApplicationInstanceResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
364
+ DescribeApplicationInstanceResponse.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceId"))
365
+ DescribeApplicationInstanceResponse.add_member(:application_instance_id_to_replace, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceIdToReplace"))
366
+ DescribeApplicationInstanceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ApplicationInstanceArn, location_name: "Arn"))
367
+ DescribeApplicationInstanceResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreatedTime"))
351
368
  DescribeApplicationInstanceResponse.add_member(:default_runtime_context_device, Shapes::ShapeRef.new(shape: DefaultRuntimeContextDevice, location_name: "DefaultRuntimeContextDevice"))
352
369
  DescribeApplicationInstanceResponse.add_member(:default_runtime_context_device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DefaultRuntimeContextDeviceName"))
353
- DescribeApplicationInstanceResponse.add_member(:application_instance_id_to_replace, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceIdToReplace"))
370
+ DescribeApplicationInstanceResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
371
+ DescribeApplicationInstanceResponse.add_member(:health_status, Shapes::ShapeRef.new(shape: ApplicationInstanceHealthStatus, location_name: "HealthStatus"))
372
+ DescribeApplicationInstanceResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "LastUpdatedTime"))
373
+ DescribeApplicationInstanceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
354
374
  DescribeApplicationInstanceResponse.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RuntimeRoleArn, location_name: "RuntimeRoleArn"))
355
375
  DescribeApplicationInstanceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationInstanceStatus, location_name: "Status"))
356
- DescribeApplicationInstanceResponse.add_member(:health_status, Shapes::ShapeRef.new(shape: ApplicationInstanceHealthStatus, location_name: "HealthStatus"))
357
376
  DescribeApplicationInstanceResponse.add_member(:status_description, Shapes::ShapeRef.new(shape: ApplicationInstanceStatusDescription, location_name: "StatusDescription"))
358
- DescribeApplicationInstanceResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreatedTime"))
359
- DescribeApplicationInstanceResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "LastUpdatedTime"))
360
- DescribeApplicationInstanceResponse.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceId"))
361
- DescribeApplicationInstanceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ApplicationInstanceArn, location_name: "Arn"))
362
377
  DescribeApplicationInstanceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
363
378
  DescribeApplicationInstanceResponse.struct_class = Types::DescribeApplicationInstanceResponse
364
379
 
365
380
  DescribeDeviceJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "JobId"))
366
381
  DescribeDeviceJobRequest.struct_class = Types::DescribeDeviceJobRequest
367
382
 
368
- DescribeDeviceJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
369
- DescribeDeviceJobResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
383
+ DescribeDeviceJobResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: UpdateCreatedTime, location_name: "CreatedTime"))
370
384
  DescribeDeviceJobResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "DeviceArn"))
385
+ DescribeDeviceJobResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
371
386
  DescribeDeviceJobResponse.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
372
387
  DescribeDeviceJobResponse.add_member(:device_type, Shapes::ShapeRef.new(shape: DeviceType, location_name: "DeviceType"))
373
388
  DescribeDeviceJobResponse.add_member(:image_version, Shapes::ShapeRef.new(shape: ImageVersion, location_name: "ImageVersion"))
389
+ DescribeDeviceJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
374
390
  DescribeDeviceJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: UpdateProgress, location_name: "Status"))
375
- DescribeDeviceJobResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: UpdateCreatedTime, location_name: "CreatedTime"))
376
391
  DescribeDeviceJobResponse.struct_class = Types::DescribeDeviceJobResponse
377
392
 
378
393
  DescribeDeviceRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "DeviceId"))
379
394
  DescribeDeviceRequest.struct_class = Types::DescribeDeviceRequest
380
395
 
381
- DescribeDeviceResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
382
- DescribeDeviceResponse.add_member(:name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "Name"))
396
+ DescribeDeviceResponse.add_member(:alternate_softwares, Shapes::ShapeRef.new(shape: AlternateSoftwares, location_name: "AlternateSoftwares"))
383
397
  DescribeDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "Arn"))
398
+ DescribeDeviceResponse.add_member(:brand, Shapes::ShapeRef.new(shape: DeviceBrand, location_name: "Brand"))
399
+ DescribeDeviceResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
400
+ DescribeDeviceResponse.add_member(:current_networking_status, Shapes::ShapeRef.new(shape: NetworkStatus, location_name: "CurrentNetworkingStatus"))
401
+ DescribeDeviceResponse.add_member(:current_software, Shapes::ShapeRef.new(shape: CurrentSoftware, location_name: "CurrentSoftware"))
384
402
  DescribeDeviceResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
385
- DescribeDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: DeviceType, location_name: "Type"))
386
403
  DescribeDeviceResponse.add_member(:device_connection_status, Shapes::ShapeRef.new(shape: DeviceConnectionStatus, location_name: "DeviceConnectionStatus"))
387
- DescribeDeviceResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
388
- DescribeDeviceResponse.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: DeviceStatus, location_name: "ProvisioningStatus"))
404
+ DescribeDeviceResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
405
+ DescribeDeviceResponse.add_member(:latest_alternate_software, Shapes::ShapeRef.new(shape: LatestAlternateSoftware, location_name: "LatestAlternateSoftware"))
389
406
  DescribeDeviceResponse.add_member(:latest_software, Shapes::ShapeRef.new(shape: LatestSoftware, location_name: "LatestSoftware"))
390
- DescribeDeviceResponse.add_member(:current_software, Shapes::ShapeRef.new(shape: CurrentSoftware, location_name: "CurrentSoftware"))
407
+ DescribeDeviceResponse.add_member(:lease_expiration_time, Shapes::ShapeRef.new(shape: LeaseExpirationTime, location_name: "LeaseExpirationTime"))
408
+ DescribeDeviceResponse.add_member(:name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "Name"))
409
+ DescribeDeviceResponse.add_member(:networking_configuration, Shapes::ShapeRef.new(shape: NetworkPayload, location_name: "NetworkingConfiguration"))
410
+ DescribeDeviceResponse.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: DeviceStatus, location_name: "ProvisioningStatus"))
391
411
  DescribeDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumber, location_name: "SerialNumber"))
392
412
  DescribeDeviceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
393
- DescribeDeviceResponse.add_member(:networking_configuration, Shapes::ShapeRef.new(shape: NetworkPayload, location_name: "NetworkingConfiguration"))
394
- DescribeDeviceResponse.add_member(:current_networking_status, Shapes::ShapeRef.new(shape: NetworkStatus, location_name: "CurrentNetworkingStatus"))
395
- DescribeDeviceResponse.add_member(:lease_expiration_time, Shapes::ShapeRef.new(shape: LeaseExpirationTime, location_name: "LeaseExpirationTime"))
413
+ DescribeDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: DeviceType, location_name: "Type"))
396
414
  DescribeDeviceResponse.struct_class = Types::DescribeDeviceResponse
397
415
 
398
416
  DescribeNodeFromTemplateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "JobId"))
399
417
  DescribeNodeFromTemplateJobRequest.struct_class = Types::DescribeNodeFromTemplateJobRequest
400
418
 
401
- DescribeNodeFromTemplateJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
402
- DescribeNodeFromTemplateJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: NodeFromTemplateJobStatus, required: true, location_name: "Status"))
403
- DescribeNodeFromTemplateJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: NodeFromTemplateJobStatusMessage, required: true, location_name: "StatusMessage"))
404
419
  DescribeNodeFromTemplateJobResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, required: true, location_name: "CreatedTime"))
420
+ DescribeNodeFromTemplateJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
421
+ DescribeNodeFromTemplateJobResponse.add_member(:job_tags, Shapes::ShapeRef.new(shape: JobTagsList, location_name: "JobTags"))
405
422
  DescribeNodeFromTemplateJobResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, required: true, location_name: "LastUpdatedTime"))
423
+ DescribeNodeFromTemplateJobResponse.add_member(:node_description, Shapes::ShapeRef.new(shape: Description, location_name: "NodeDescription"))
424
+ DescribeNodeFromTemplateJobResponse.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "NodeName"))
406
425
  DescribeNodeFromTemplateJobResponse.add_member(:output_package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "OutputPackageName"))
407
426
  DescribeNodeFromTemplateJobResponse.add_member(:output_package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "OutputPackageVersion"))
408
- DescribeNodeFromTemplateJobResponse.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "NodeName"))
409
- DescribeNodeFromTemplateJobResponse.add_member(:node_description, Shapes::ShapeRef.new(shape: Description, location_name: "NodeDescription"))
410
- DescribeNodeFromTemplateJobResponse.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "TemplateType"))
427
+ DescribeNodeFromTemplateJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: NodeFromTemplateJobStatus, required: true, location_name: "Status"))
428
+ DescribeNodeFromTemplateJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: NodeFromTemplateJobStatusMessage, required: true, location_name: "StatusMessage"))
411
429
  DescribeNodeFromTemplateJobResponse.add_member(:template_parameters, Shapes::ShapeRef.new(shape: TemplateParametersMap, required: true, location_name: "TemplateParameters"))
412
- DescribeNodeFromTemplateJobResponse.add_member(:job_tags, Shapes::ShapeRef.new(shape: JobTagsList, location_name: "JobTags"))
430
+ DescribeNodeFromTemplateJobResponse.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "TemplateType"))
413
431
  DescribeNodeFromTemplateJobResponse.struct_class = Types::DescribeNodeFromTemplateJobResponse
414
432
 
415
433
  DescribeNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, required: true, location: "uri", location_name: "NodeId"))
416
434
  DescribeNodeRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location: "querystring", location_name: "OwnerAccount"))
417
435
  DescribeNodeRequest.struct_class = Types::DescribeNodeRequest
418
436
 
419
- DescribeNodeResponse.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, required: true, location_name: "NodeId"))
420
- DescribeNodeResponse.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
437
+ DescribeNodeResponse.add_member(:asset_name, Shapes::ShapeRef.new(shape: NodeAssetName, location_name: "AssetName"))
421
438
  DescribeNodeResponse.add_member(:category, Shapes::ShapeRef.new(shape: NodeCategory, required: true, location_name: "Category"))
439
+ DescribeNodeResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "CreatedTime"))
440
+ DescribeNodeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "Description"))
441
+ DescribeNodeResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "LastUpdatedTime"))
442
+ DescribeNodeResponse.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
443
+ DescribeNodeResponse.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, required: true, location_name: "NodeId"))
444
+ DescribeNodeResponse.add_member(:node_interface, Shapes::ShapeRef.new(shape: NodeInterface, required: true, location_name: "NodeInterface"))
422
445
  DescribeNodeResponse.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, required: true, location_name: "OwnerAccount"))
423
- DescribeNodeResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
424
- DescribeNodeResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
425
446
  DescribeNodeResponse.add_member(:package_arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "PackageArn"))
447
+ DescribeNodeResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
448
+ DescribeNodeResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
426
449
  DescribeNodeResponse.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
427
450
  DescribeNodeResponse.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, required: true, location_name: "PatchVersion"))
428
- DescribeNodeResponse.add_member(:node_interface, Shapes::ShapeRef.new(shape: NodeInterface, required: true, location_name: "NodeInterface"))
429
- DescribeNodeResponse.add_member(:asset_name, Shapes::ShapeRef.new(shape: NodeAssetName, location_name: "AssetName"))
430
- DescribeNodeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "Description"))
431
- DescribeNodeResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "CreatedTime"))
432
- DescribeNodeResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "LastUpdatedTime"))
433
451
  DescribeNodeResponse.struct_class = Types::DescribeNodeResponse
434
452
 
435
453
  DescribePackageImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "JobId"))
436
454
  DescribePackageImportJobRequest.struct_class = Types::DescribePackageImportJobRequest
437
455
 
438
- DescribePackageImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
439
456
  DescribePackageImportJobResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
440
- DescribePackageImportJobResponse.add_member(:job_type, Shapes::ShapeRef.new(shape: PackageImportJobType, required: true, location_name: "JobType"))
441
- DescribePackageImportJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: PackageImportJobInputConfig, required: true, location_name: "InputConfig"))
442
- DescribePackageImportJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: PackageImportJobOutputConfig, required: true, location_name: "OutputConfig"))
443
- DescribePackageImportJobResponse.add_member(:output, Shapes::ShapeRef.new(shape: PackageImportJobOutput, required: true, location_name: "Output"))
444
457
  DescribePackageImportJobResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, required: true, location_name: "CreatedTime"))
458
+ DescribePackageImportJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: PackageImportJobInputConfig, required: true, location_name: "InputConfig"))
459
+ DescribePackageImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
460
+ DescribePackageImportJobResponse.add_member(:job_tags, Shapes::ShapeRef.new(shape: JobTagsList, location_name: "JobTags"))
461
+ DescribePackageImportJobResponse.add_member(:job_type, Shapes::ShapeRef.new(shape: PackageImportJobType, required: true, location_name: "JobType"))
445
462
  DescribePackageImportJobResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, required: true, location_name: "LastUpdatedTime"))
463
+ DescribePackageImportJobResponse.add_member(:output, Shapes::ShapeRef.new(shape: PackageImportJobOutput, required: true, location_name: "Output"))
464
+ DescribePackageImportJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: PackageImportJobOutputConfig, required: true, location_name: "OutputConfig"))
446
465
  DescribePackageImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: PackageImportJobStatus, required: true, location_name: "Status"))
447
466
  DescribePackageImportJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: PackageImportJobStatusMessage, required: true, location_name: "StatusMessage"))
448
- DescribePackageImportJobResponse.add_member(:job_tags, Shapes::ShapeRef.new(shape: JobTagsList, location_name: "JobTags"))
449
467
  DescribePackageImportJobResponse.struct_class = Types::DescribePackageImportJobResponse
450
468
 
451
469
  DescribePackageRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
452
470
  DescribePackageRequest.struct_class = Types::DescribePackageRequest
453
471
 
472
+ DescribePackageResponse.add_member(:arn, Shapes::ShapeRef.new(shape: NodePackageArn, required: true, location_name: "Arn"))
473
+ DescribePackageResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "CreatedTime"))
454
474
  DescribePackageResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
455
475
  DescribePackageResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
456
- DescribePackageResponse.add_member(:arn, Shapes::ShapeRef.new(shape: NodePackageArn, required: true, location_name: "Arn"))
457
- DescribePackageResponse.add_member(:storage_location, Shapes::ShapeRef.new(shape: StorageLocation, required: true, location_name: "StorageLocation"))
458
476
  DescribePackageResponse.add_member(:read_access_principal_arns, Shapes::ShapeRef.new(shape: PrincipalArnsList, location_name: "ReadAccessPrincipalArns"))
459
- DescribePackageResponse.add_member(:write_access_principal_arns, Shapes::ShapeRef.new(shape: PrincipalArnsList, location_name: "WriteAccessPrincipalArns"))
460
- DescribePackageResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "CreatedTime"))
477
+ DescribePackageResponse.add_member(:storage_location, Shapes::ShapeRef.new(shape: StorageLocation, required: true, location_name: "StorageLocation"))
461
478
  DescribePackageResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
479
+ DescribePackageResponse.add_member(:write_access_principal_arns, Shapes::ShapeRef.new(shape: PrincipalArnsList, location_name: "WriteAccessPrincipalArns"))
462
480
  DescribePackageResponse.struct_class = Types::DescribePackageResponse
463
481
 
464
482
  DescribePackageVersionRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location: "querystring", location_name: "OwnerAccount"))
@@ -467,32 +485,33 @@ module Aws::Panorama
467
485
  DescribePackageVersionRequest.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, location: "querystring", location_name: "PatchVersion"))
468
486
  DescribePackageVersionRequest.struct_class = Types::DescribePackageVersionRequest
469
487
 
488
+ DescribePackageVersionResponse.add_member(:is_latest_patch, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "IsLatestPatch"))
470
489
  DescribePackageVersionResponse.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location_name: "OwnerAccount"))
471
- DescribePackageVersionResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
472
490
  DescribePackageVersionResponse.add_member(:package_arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "PackageArn"))
491
+ DescribePackageVersionResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
473
492
  DescribePackageVersionResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
474
493
  DescribePackageVersionResponse.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
475
494
  DescribePackageVersionResponse.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, required: true, location_name: "PatchVersion"))
476
- DescribePackageVersionResponse.add_member(:is_latest_patch, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "IsLatestPatch"))
495
+ DescribePackageVersionResponse.add_member(:registered_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "RegisteredTime"))
477
496
  DescribePackageVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: PackageVersionStatus, required: true, location_name: "Status"))
478
497
  DescribePackageVersionResponse.add_member(:status_description, Shapes::ShapeRef.new(shape: PackageVersionStatusDescription, location_name: "StatusDescription"))
479
- DescribePackageVersionResponse.add_member(:registered_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "RegisteredTime"))
480
498
  DescribePackageVersionResponse.struct_class = Types::DescribePackageVersionResponse
481
499
 
482
- Device.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
483
- Device.add_member(:name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "Name"))
500
+ Device.add_member(:brand, Shapes::ShapeRef.new(shape: DeviceBrand, location_name: "Brand"))
484
501
  Device.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
485
- Device.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: DeviceStatus, location_name: "ProvisioningStatus"))
502
+ Device.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
486
503
  Device.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
487
504
  Device.add_member(:lease_expiration_time, Shapes::ShapeRef.new(shape: LeaseExpirationTime, location_name: "LeaseExpirationTime"))
505
+ Device.add_member(:name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "Name"))
506
+ Device.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: DeviceStatus, location_name: "ProvisioningStatus"))
488
507
  Device.struct_class = Types::Device
489
508
 
490
509
  DeviceIdList.member = Shapes::ShapeRef.new(shape: DeviceId)
491
510
 
492
- DeviceJob.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
511
+ DeviceJob.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
493
512
  DeviceJob.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
513
+ DeviceJob.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
494
514
  DeviceJob.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
495
- DeviceJob.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
496
515
  DeviceJob.struct_class = Types::DeviceJob
497
516
 
498
517
  DeviceJobConfig.add_member(:ota_job_config, Shapes::ShapeRef.new(shape: OTAJobConfig, location_name: "OTAJobConfig"))
@@ -508,9 +527,9 @@ module Aws::Panorama
508
527
  EthernetPayload.add_member(:static_ip_connection_info, Shapes::ShapeRef.new(shape: StaticIpConnectionInfo, location_name: "StaticIpConnectionInfo"))
509
528
  EthernetPayload.struct_class = Types::EthernetPayload
510
529
 
511
- EthernetStatus.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
512
530
  EthernetStatus.add_member(:connection_status, Shapes::ShapeRef.new(shape: NetworkConnectionStatus, location_name: "ConnectionStatus"))
513
531
  EthernetStatus.add_member(:hw_address, Shapes::ShapeRef.new(shape: HwAddress, location_name: "HwAddress"))
532
+ EthernetStatus.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
514
533
  EthernetStatus.struct_class = Types::EthernetStatus
515
534
 
516
535
  InputPortList.member = Shapes::ShapeRef.new(shape: NodeInputPort)
@@ -519,8 +538,8 @@ module Aws::Panorama
519
538
  InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
520
539
  InternalServerException.struct_class = Types::InternalServerException
521
540
 
522
- Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
523
541
  Job.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
542
+ Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
524
543
  Job.struct_class = Types::Job
525
544
 
526
545
  JobList.member = Shapes::ShapeRef.new(shape: Job)
@@ -531,28 +550,28 @@ module Aws::Panorama
531
550
 
532
551
  JobTagsList.member = Shapes::ShapeRef.new(shape: JobResourceTags)
533
552
 
534
- ListApplicationInstanceDependenciesRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
553
+ ListApplicationInstanceDependenciesRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "ApplicationInstanceId"))
535
554
  ListApplicationInstanceDependenciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
536
555
  ListApplicationInstanceDependenciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
537
556
  ListApplicationInstanceDependenciesRequest.struct_class = Types::ListApplicationInstanceDependenciesRequest
538
557
 
539
- ListApplicationInstanceDependenciesResponse.add_member(:package_objects, Shapes::ShapeRef.new(shape: PackageObjects, location_name: "PackageObjects"))
540
558
  ListApplicationInstanceDependenciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
559
+ ListApplicationInstanceDependenciesResponse.add_member(:package_objects, Shapes::ShapeRef.new(shape: PackageObjects, location_name: "PackageObjects"))
541
560
  ListApplicationInstanceDependenciesResponse.struct_class = Types::ListApplicationInstanceDependenciesResponse
542
561
 
543
- ListApplicationInstanceNodeInstancesRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
562
+ ListApplicationInstanceNodeInstancesRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "ApplicationInstanceId"))
544
563
  ListApplicationInstanceNodeInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
545
564
  ListApplicationInstanceNodeInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
546
565
  ListApplicationInstanceNodeInstancesRequest.struct_class = Types::ListApplicationInstanceNodeInstancesRequest
547
566
 
548
- ListApplicationInstanceNodeInstancesResponse.add_member(:node_instances, Shapes::ShapeRef.new(shape: NodeInstances, location_name: "NodeInstances"))
549
567
  ListApplicationInstanceNodeInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
568
+ ListApplicationInstanceNodeInstancesResponse.add_member(:node_instances, Shapes::ShapeRef.new(shape: NodeInstances, location_name: "NodeInstances"))
550
569
  ListApplicationInstanceNodeInstancesResponse.struct_class = Types::ListApplicationInstanceNodeInstancesResponse
551
570
 
552
571
  ListApplicationInstancesRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location: "querystring", location_name: "deviceId"))
553
- ListApplicationInstancesRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: StatusFilter, location: "querystring", location_name: "statusFilter"))
554
572
  ListApplicationInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
555
573
  ListApplicationInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
574
+ ListApplicationInstancesRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: StatusFilter, location: "querystring", location_name: "statusFilter"))
556
575
  ListApplicationInstancesRequest.struct_class = Types::ListApplicationInstancesRequest
557
576
 
558
577
  ListApplicationInstancesResponse.add_member(:application_instances, Shapes::ShapeRef.new(shape: ApplicationInstances, location_name: "ApplicationInstances"))
@@ -560,57 +579,57 @@ module Aws::Panorama
560
579
  ListApplicationInstancesResponse.struct_class = Types::ListApplicationInstancesResponse
561
580
 
562
581
  ListDevicesJobsRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location: "querystring", location_name: "DeviceId"))
563
- ListDevicesJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
564
582
  ListDevicesJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "MaxResults"))
583
+ ListDevicesJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
565
584
  ListDevicesJobsRequest.struct_class = Types::ListDevicesJobsRequest
566
585
 
567
586
  ListDevicesJobsResponse.add_member(:device_jobs, Shapes::ShapeRef.new(shape: DeviceJobList, location_name: "DeviceJobs"))
568
587
  ListDevicesJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
569
588
  ListDevicesJobsResponse.struct_class = Types::ListDevicesJobsResponse
570
589
 
571
- ListDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
572
590
  ListDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "MaxResults"))
591
+ ListDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
573
592
  ListDevicesRequest.struct_class = Types::ListDevicesRequest
574
593
 
575
594
  ListDevicesResponse.add_member(:devices, Shapes::ShapeRef.new(shape: DeviceList, required: true, location_name: "Devices"))
576
595
  ListDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
577
596
  ListDevicesResponse.struct_class = Types::ListDevicesResponse
578
597
 
579
- ListNodeFromTemplateJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
580
598
  ListNodeFromTemplateJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "MaxResults"))
599
+ ListNodeFromTemplateJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
581
600
  ListNodeFromTemplateJobsRequest.struct_class = Types::ListNodeFromTemplateJobsRequest
582
601
 
583
- ListNodeFromTemplateJobsResponse.add_member(:node_from_template_jobs, Shapes::ShapeRef.new(shape: NodeFromTemplateJobList, required: true, location_name: "NodeFromTemplateJobs"))
584
602
  ListNodeFromTemplateJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
603
+ ListNodeFromTemplateJobsResponse.add_member(:node_from_template_jobs, Shapes::ShapeRef.new(shape: NodeFromTemplateJobList, required: true, location_name: "NodeFromTemplateJobs"))
585
604
  ListNodeFromTemplateJobsResponse.struct_class = Types::ListNodeFromTemplateJobsResponse
586
605
 
587
606
  ListNodesRequest.add_member(:category, Shapes::ShapeRef.new(shape: NodeCategory, location: "querystring", location_name: "category"))
607
+ ListNodesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
608
+ ListNodesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
588
609
  ListNodesRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location: "querystring", location_name: "ownerAccount"))
589
610
  ListNodesRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, location: "querystring", location_name: "packageName"))
590
611
  ListNodesRequest.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, location: "querystring", location_name: "packageVersion"))
591
612
  ListNodesRequest.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, location: "querystring", location_name: "patchVersion"))
592
- ListNodesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
593
- ListNodesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
594
613
  ListNodesRequest.struct_class = Types::ListNodesRequest
595
614
 
596
- ListNodesResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: NodesList, location_name: "Nodes"))
597
615
  ListNodesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
616
+ ListNodesResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: NodesList, location_name: "Nodes"))
598
617
  ListNodesResponse.struct_class = Types::ListNodesResponse
599
618
 
600
- ListPackageImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
601
619
  ListPackageImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "MaxResults"))
620
+ ListPackageImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
602
621
  ListPackageImportJobsRequest.struct_class = Types::ListPackageImportJobsRequest
603
622
 
604
- ListPackageImportJobsResponse.add_member(:package_import_jobs, Shapes::ShapeRef.new(shape: PackageImportJobList, required: true, location_name: "PackageImportJobs"))
605
623
  ListPackageImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
624
+ ListPackageImportJobsResponse.add_member(:package_import_jobs, Shapes::ShapeRef.new(shape: PackageImportJobList, required: true, location_name: "PackageImportJobs"))
606
625
  ListPackageImportJobsResponse.struct_class = Types::ListPackageImportJobsResponse
607
626
 
608
627
  ListPackagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
609
628
  ListPackagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
610
629
  ListPackagesRequest.struct_class = Types::ListPackagesRequest
611
630
 
612
- ListPackagesResponse.add_member(:packages, Shapes::ShapeRef.new(shape: PackageList, location_name: "Packages"))
613
631
  ListPackagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
632
+ ListPackagesResponse.add_member(:packages, Shapes::ShapeRef.new(shape: PackageList, location_name: "Packages"))
614
633
  ListPackagesResponse.struct_class = Types::ListPackagesResponse
615
634
 
616
635
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
@@ -633,49 +652,52 @@ module Aws::Panorama
633
652
 
634
653
  NetworkPayload.add_member(:ethernet_0, Shapes::ShapeRef.new(shape: EthernetPayload, location_name: "Ethernet0"))
635
654
  NetworkPayload.add_member(:ethernet_1, Shapes::ShapeRef.new(shape: EthernetPayload, location_name: "Ethernet1"))
655
+ NetworkPayload.add_member(:ntp, Shapes::ShapeRef.new(shape: NtpPayload, location_name: "Ntp"))
636
656
  NetworkPayload.struct_class = Types::NetworkPayload
637
657
 
638
658
  NetworkStatus.add_member(:ethernet_0_status, Shapes::ShapeRef.new(shape: EthernetStatus, location_name: "Ethernet0Status"))
639
659
  NetworkStatus.add_member(:ethernet_1_status, Shapes::ShapeRef.new(shape: EthernetStatus, location_name: "Ethernet1Status"))
660
+ NetworkStatus.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
661
+ NetworkStatus.add_member(:ntp_status, Shapes::ShapeRef.new(shape: NtpStatus, location_name: "NtpStatus"))
640
662
  NetworkStatus.struct_class = Types::NetworkStatus
641
663
 
642
- Node.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, required: true, location_name: "NodeId"))
643
- Node.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
644
664
  Node.add_member(:category, Shapes::ShapeRef.new(shape: NodeCategory, required: true, location_name: "Category"))
665
+ Node.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "CreatedTime"))
666
+ Node.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
667
+ Node.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
668
+ Node.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, required: true, location_name: "NodeId"))
645
669
  Node.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location_name: "OwnerAccount"))
646
- Node.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
647
- Node.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
648
670
  Node.add_member(:package_arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "PackageArn"))
671
+ Node.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
672
+ Node.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
649
673
  Node.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
650
674
  Node.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, required: true, location_name: "PatchVersion"))
651
- Node.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
652
- Node.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "CreatedTime"))
653
675
  Node.struct_class = Types::Node
654
676
 
677
+ NodeFromTemplateJob.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
655
678
  NodeFromTemplateJob.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
656
- NodeFromTemplateJob.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, location_name: "TemplateType"))
679
+ NodeFromTemplateJob.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, location_name: "NodeName"))
657
680
  NodeFromTemplateJob.add_member(:status, Shapes::ShapeRef.new(shape: NodeFromTemplateJobStatus, location_name: "Status"))
658
681
  NodeFromTemplateJob.add_member(:status_message, Shapes::ShapeRef.new(shape: NodeFromTemplateJobStatusMessage, location_name: "StatusMessage"))
659
- NodeFromTemplateJob.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
660
- NodeFromTemplateJob.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, location_name: "NodeName"))
682
+ NodeFromTemplateJob.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, location_name: "TemplateType"))
661
683
  NodeFromTemplateJob.struct_class = Types::NodeFromTemplateJob
662
684
 
663
685
  NodeFromTemplateJobList.member = Shapes::ShapeRef.new(shape: NodeFromTemplateJob)
664
686
 
665
- NodeInputPort.add_member(:name, Shapes::ShapeRef.new(shape: PortName, location_name: "Name"))
666
- NodeInputPort.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
667
- NodeInputPort.add_member(:type, Shapes::ShapeRef.new(shape: PortType, location_name: "Type"))
668
687
  NodeInputPort.add_member(:default_value, Shapes::ShapeRef.new(shape: PortDefaultValue, location_name: "DefaultValue"))
688
+ NodeInputPort.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
669
689
  NodeInputPort.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, location_name: "MaxConnections"))
690
+ NodeInputPort.add_member(:name, Shapes::ShapeRef.new(shape: PortName, location_name: "Name"))
691
+ NodeInputPort.add_member(:type, Shapes::ShapeRef.new(shape: PortType, location_name: "Type"))
670
692
  NodeInputPort.struct_class = Types::NodeInputPort
671
693
 
672
- NodeInstance.add_member(:node_instance_id, Shapes::ShapeRef.new(shape: NodeInstanceId, required: true, location_name: "NodeInstanceId"))
694
+ NodeInstance.add_member(:current_status, Shapes::ShapeRef.new(shape: NodeInstanceStatus, required: true, location_name: "CurrentStatus"))
673
695
  NodeInstance.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, location_name: "NodeId"))
696
+ NodeInstance.add_member(:node_instance_id, Shapes::ShapeRef.new(shape: NodeInstanceId, required: true, location_name: "NodeInstanceId"))
697
+ NodeInstance.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, location_name: "NodeName"))
674
698
  NodeInstance.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, location_name: "PackageName"))
675
- NodeInstance.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, location_name: "PackageVersion"))
676
699
  NodeInstance.add_member(:package_patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, location_name: "PackagePatchVersion"))
677
- NodeInstance.add_member(:node_name, Shapes::ShapeRef.new(shape: NodeName, location_name: "NodeName"))
678
- NodeInstance.add_member(:current_status, Shapes::ShapeRef.new(shape: NodeInstanceStatus, required: true, location_name: "CurrentStatus"))
700
+ NodeInstance.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, location_name: "PackageVersion"))
679
701
  NodeInstance.struct_class = Types::NodeInstance
680
702
 
681
703
  NodeInstances.member = Shapes::ShapeRef.new(shape: NodeInstance)
@@ -684,13 +706,23 @@ module Aws::Panorama
684
706
  NodeInterface.add_member(:outputs, Shapes::ShapeRef.new(shape: OutputPortList, required: true, location_name: "Outputs"))
685
707
  NodeInterface.struct_class = Types::NodeInterface
686
708
 
687
- NodeOutputPort.add_member(:name, Shapes::ShapeRef.new(shape: PortName, location_name: "Name"))
688
709
  NodeOutputPort.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
710
+ NodeOutputPort.add_member(:name, Shapes::ShapeRef.new(shape: PortName, location_name: "Name"))
689
711
  NodeOutputPort.add_member(:type, Shapes::ShapeRef.new(shape: PortType, location_name: "Type"))
690
712
  NodeOutputPort.struct_class = Types::NodeOutputPort
691
713
 
692
714
  NodesList.member = Shapes::ShapeRef.new(shape: Node)
693
715
 
716
+ NtpPayload.add_member(:ntp_servers, Shapes::ShapeRef.new(shape: NtpServerList, required: true, location_name: "NtpServers"))
717
+ NtpPayload.struct_class = Types::NtpPayload
718
+
719
+ NtpServerList.member = Shapes::ShapeRef.new(shape: IpAddressOrServerName)
720
+
721
+ NtpStatus.add_member(:connection_status, Shapes::ShapeRef.new(shape: NetworkConnectionStatus, location_name: "ConnectionStatus"))
722
+ NtpStatus.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
723
+ NtpStatus.add_member(:ntp_server_name, Shapes::ShapeRef.new(shape: NtpServerName, location_name: "NtpServerName"))
724
+ NtpStatus.struct_class = Types::NtpStatus
725
+
694
726
  OTAJobConfig.add_member(:image_version, Shapes::ShapeRef.new(shape: ImageVersion, required: true, location_name: "ImageVersion"))
695
727
  OTAJobConfig.struct_class = Types::OTAJobConfig
696
728
 
@@ -700,12 +732,12 @@ module Aws::Panorama
700
732
 
701
733
  OutputPortList.member = Shapes::ShapeRef.new(shape: NodeOutputPort)
702
734
 
735
+ PackageImportJob.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
703
736
  PackageImportJob.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
704
737
  PackageImportJob.add_member(:job_type, Shapes::ShapeRef.new(shape: PackageImportJobType, location_name: "JobType"))
738
+ PackageImportJob.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
705
739
  PackageImportJob.add_member(:status, Shapes::ShapeRef.new(shape: PackageImportJobStatus, location_name: "Status"))
706
740
  PackageImportJob.add_member(:status_message, Shapes::ShapeRef.new(shape: PackageImportJobStatusMessage, location_name: "StatusMessage"))
707
- PackageImportJob.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
708
- PackageImportJob.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
709
741
  PackageImportJob.struct_class = Types::PackageImportJob
710
742
 
711
743
  PackageImportJobInputConfig.add_member(:package_version_input_config, Shapes::ShapeRef.new(shape: PackageVersionInputConfig, location_name: "PackageVersionInputConfig"))
@@ -713,10 +745,10 @@ module Aws::Panorama
713
745
 
714
746
  PackageImportJobList.member = Shapes::ShapeRef.new(shape: PackageImportJob)
715
747
 
748
+ PackageImportJobOutput.add_member(:output_s3_location, Shapes::ShapeRef.new(shape: OutPutS3Location, required: true, location_name: "OutputS3Location"))
716
749
  PackageImportJobOutput.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
717
750
  PackageImportJobOutput.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
718
751
  PackageImportJobOutput.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, required: true, location_name: "PatchVersion"))
719
- PackageImportJobOutput.add_member(:output_s3_location, Shapes::ShapeRef.new(shape: OutPutS3Location, required: true, location_name: "OutputS3Location"))
720
752
  PackageImportJobOutput.struct_class = Types::PackageImportJobOutput
721
753
 
722
754
  PackageImportJobOutputConfig.add_member(:package_version_output_config, Shapes::ShapeRef.new(shape: PackageVersionOutputConfig, location_name: "PackageVersionOutputConfig"))
@@ -724,10 +756,10 @@ module Aws::Panorama
724
756
 
725
757
  PackageList.member = Shapes::ShapeRef.new(shape: PackageListItem)
726
758
 
727
- PackageListItem.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, location_name: "PackageId"))
728
- PackageListItem.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, location_name: "PackageName"))
729
759
  PackageListItem.add_member(:arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "Arn"))
730
760
  PackageListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreatedTime"))
761
+ PackageListItem.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, location_name: "PackageId"))
762
+ PackageListItem.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, location_name: "PackageName"))
731
763
  PackageListItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
732
764
  PackageListItem.struct_class = Types::PackageListItem
733
765
 
@@ -741,36 +773,36 @@ module Aws::Panorama
741
773
  PackageVersionInputConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "S3Location"))
742
774
  PackageVersionInputConfig.struct_class = Types::PackageVersionInputConfig
743
775
 
776
+ PackageVersionOutputConfig.add_member(:mark_latest, Shapes::ShapeRef.new(shape: MarkLatestPatch, location_name: "MarkLatest"))
744
777
  PackageVersionOutputConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
745
778
  PackageVersionOutputConfig.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
746
- PackageVersionOutputConfig.add_member(:mark_latest, Shapes::ShapeRef.new(shape: MarkLatestPatch, location_name: "MarkLatest"))
747
779
  PackageVersionOutputConfig.struct_class = Types::PackageVersionOutputConfig
748
780
 
749
781
  PrincipalArnsList.member = Shapes::ShapeRef.new(shape: PrincipalArn)
750
782
 
751
- ProvisionDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: DeviceName, required: true, location_name: "Name"))
752
783
  ProvisionDeviceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
753
- ProvisionDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
784
+ ProvisionDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: DeviceName, required: true, location_name: "Name"))
754
785
  ProvisionDeviceRequest.add_member(:networking_configuration, Shapes::ShapeRef.new(shape: NetworkPayload, location_name: "NetworkingConfiguration"))
786
+ ProvisionDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
755
787
  ProvisionDeviceRequest.struct_class = Types::ProvisionDeviceRequest
756
788
 
757
- ProvisionDeviceResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
758
789
  ProvisionDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceArn, required: true, location_name: "Arn"))
759
- ProvisionDeviceResponse.add_member(:status, Shapes::ShapeRef.new(shape: DeviceStatus, required: true, location_name: "Status"))
760
790
  ProvisionDeviceResponse.add_member(:certificates, Shapes::ShapeRef.new(shape: Certificates, location_name: "Certificates"))
791
+ ProvisionDeviceResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
761
792
  ProvisionDeviceResponse.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: IotThingName, location_name: "IotThingName"))
793
+ ProvisionDeviceResponse.add_member(:status, Shapes::ShapeRef.new(shape: DeviceStatus, required: true, location_name: "Status"))
762
794
  ProvisionDeviceResponse.struct_class = Types::ProvisionDeviceResponse
763
795
 
796
+ RegisterPackageVersionRequest.add_member(:mark_latest, Shapes::ShapeRef.new(shape: MarkLatestPatch, location_name: "MarkLatest"))
764
797
  RegisterPackageVersionRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location_name: "OwnerAccount"))
765
798
  RegisterPackageVersionRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
766
799
  RegisterPackageVersionRequest.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location: "uri", location_name: "PackageVersion"))
767
800
  RegisterPackageVersionRequest.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, required: true, location: "uri", location_name: "PatchVersion"))
768
- RegisterPackageVersionRequest.add_member(:mark_latest, Shapes::ShapeRef.new(shape: MarkLatestPatch, location_name: "MarkLatest"))
769
801
  RegisterPackageVersionRequest.struct_class = Types::RegisterPackageVersionRequest
770
802
 
771
803
  RegisterPackageVersionResponse.struct_class = Types::RegisterPackageVersionResponse
772
804
 
773
- RemoveApplicationInstanceRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
805
+ RemoveApplicationInstanceRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "ApplicationInstanceId"))
774
806
  RemoveApplicationInstanceRequest.struct_class = Types::RemoveApplicationInstanceRequest
775
807
 
776
808
  RemoveApplicationInstanceResponse.struct_class = Types::RemoveApplicationInstanceResponse
@@ -780,29 +812,29 @@ module Aws::Panorama
780
812
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
781
813
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
782
814
 
783
- S3Location.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
784
815
  S3Location.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
785
816
  S3Location.add_member(:object_key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location_name: "ObjectKey"))
817
+ S3Location.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
786
818
  S3Location.struct_class = Types::S3Location
787
819
 
788
820
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
821
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QuotaCode"))
789
822
  ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
790
823
  ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
791
- ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QuotaCode"))
792
824
  ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceCode"))
793
825
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
794
826
 
827
+ StaticIpConnectionInfo.add_member(:default_gateway, Shapes::ShapeRef.new(shape: DefaultGateway, required: true, location_name: "DefaultGateway"))
828
+ StaticIpConnectionInfo.add_member(:dns, Shapes::ShapeRef.new(shape: DnsList, required: true, location_name: "Dns"))
795
829
  StaticIpConnectionInfo.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, required: true, location_name: "IpAddress"))
796
830
  StaticIpConnectionInfo.add_member(:mask, Shapes::ShapeRef.new(shape: Mask, required: true, location_name: "Mask"))
797
- StaticIpConnectionInfo.add_member(:dns, Shapes::ShapeRef.new(shape: DnsList, required: true, location_name: "Dns"))
798
- StaticIpConnectionInfo.add_member(:default_gateway, Shapes::ShapeRef.new(shape: DefaultGateway, required: true, location_name: "DefaultGateway"))
799
831
  StaticIpConnectionInfo.struct_class = Types::StaticIpConnectionInfo
800
832
 
833
+ StorageLocation.add_member(:binary_prefix_location, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "BinaryPrefixLocation"))
801
834
  StorageLocation.add_member(:bucket, Shapes::ShapeRef.new(shape: Bucket, required: true, location_name: "Bucket"))
802
- StorageLocation.add_member(:repo_prefix_location, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "RepoPrefixLocation"))
803
835
  StorageLocation.add_member(:generated_prefix_location, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "GeneratedPrefixLocation"))
804
- StorageLocation.add_member(:binary_prefix_location, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "BinaryPrefixLocation"))
805
836
  StorageLocation.add_member(:manifest_prefix_location, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "ManifestPrefixLocation"))
837
+ StorageLocation.add_member(:repo_prefix_location, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "RepoPrefixLocation"))
806
838
  StorageLocation.struct_class = Types::StorageLocation
807
839
 
808
840
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -825,18 +857,18 @@ module Aws::Panorama
825
857
 
826
858
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
827
859
 
828
- UpdateDeviceMetadataRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "DeviceId"))
829
860
  UpdateDeviceMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
861
+ UpdateDeviceMetadataRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "DeviceId"))
830
862
  UpdateDeviceMetadataRequest.struct_class = Types::UpdateDeviceMetadataRequest
831
863
 
832
864
  UpdateDeviceMetadataResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
833
865
  UpdateDeviceMetadataResponse.struct_class = Types::UpdateDeviceMetadataResponse
834
866
 
835
- ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
836
- ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
837
- ValidationException.add_member(:error_id, Shapes::ShapeRef.new(shape: String, location_name: "ErrorId"))
838
867
  ValidationException.add_member(:error_arguments, Shapes::ShapeRef.new(shape: ValidationExceptionErrorArgumentList, location_name: "ErrorArguments"))
868
+ ValidationException.add_member(:error_id, Shapes::ShapeRef.new(shape: String, location_name: "ErrorId"))
839
869
  ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "Fields"))
870
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
871
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
840
872
  ValidationException.struct_class = Types::ValidationException
841
873
 
842
874
  ValidationExceptionErrorArgument.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
@@ -845,8 +877,8 @@ module Aws::Panorama
845
877
 
846
878
  ValidationExceptionErrorArgumentList.member = Shapes::ShapeRef.new(shape: ValidationExceptionErrorArgument)
847
879
 
848
- ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
849
880
  ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
881
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
850
882
  ValidationExceptionField.struct_class = Types::ValidationExceptionField
851
883
 
852
884
  ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
@@ -877,9 +909,9 @@ module Aws::Panorama
877
909
  o.input = Shapes::ShapeRef.new(shape: CreateApplicationInstanceRequest)
878
910
  o.output = Shapes::ShapeRef.new(shape: CreateApplicationInstanceResponse)
879
911
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
880
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
881
912
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
882
913
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
914
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
883
915
  end)
884
916
 
885
917
  api.add_operation(:create_job_for_devices, Seahorse::Model::Operation.new.tap do |o|
@@ -890,9 +922,9 @@ module Aws::Panorama
890
922
  o.output = Shapes::ShapeRef.new(shape: CreateJobForDevicesResponse)
891
923
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
892
924
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
893
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
894
925
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
895
926
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
927
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
896
928
  end)
897
929
 
898
930
  api.add_operation(:create_node_from_template_job, Seahorse::Model::Operation.new.tap do |o|
@@ -901,10 +933,10 @@ module Aws::Panorama
901
933
  o.http_request_uri = "/packages/template-job"
902
934
  o.input = Shapes::ShapeRef.new(shape: CreateNodeFromTemplateJobRequest)
903
935
  o.output = Shapes::ShapeRef.new(shape: CreateNodeFromTemplateJobResponse)
936
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
904
937
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
905
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
906
938
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
907
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
939
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
908
940
  end)
909
941
 
910
942
  api.add_operation(:create_package, Seahorse::Model::Operation.new.tap do |o|
@@ -913,10 +945,10 @@ module Aws::Panorama
913
945
  o.http_request_uri = "/packages"
914
946
  o.input = Shapes::ShapeRef.new(shape: CreatePackageRequest)
915
947
  o.output = Shapes::ShapeRef.new(shape: CreatePackageResponse)
948
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
916
949
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
917
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
918
950
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
919
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
951
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
920
952
  end)
921
953
 
922
954
  api.add_operation(:create_package_import_job, Seahorse::Model::Operation.new.tap do |o|
@@ -925,10 +957,10 @@ module Aws::Panorama
925
957
  o.http_request_uri = "/packages/import-jobs"
926
958
  o.input = Shapes::ShapeRef.new(shape: CreatePackageImportJobRequest)
927
959
  o.output = Shapes::ShapeRef.new(shape: CreatePackageImportJobResponse)
960
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
928
961
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
929
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
930
962
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
931
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
963
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
932
964
  end)
933
965
 
934
966
  api.add_operation(:delete_device, Seahorse::Model::Operation.new.tap do |o|
@@ -939,9 +971,9 @@ module Aws::Panorama
939
971
  o.output = Shapes::ShapeRef.new(shape: DeleteDeviceResponse)
940
972
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
941
973
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
942
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
943
974
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
944
975
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
976
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
945
977
  end)
946
978
 
947
979
  api.add_operation(:delete_package, Seahorse::Model::Operation.new.tap do |o|
@@ -950,11 +982,11 @@ module Aws::Panorama
950
982
  o.http_request_uri = "/packages/{PackageId}"
951
983
  o.input = Shapes::ShapeRef.new(shape: DeletePackageRequest)
952
984
  o.output = Shapes::ShapeRef.new(shape: DeletePackageResponse)
985
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
953
986
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
954
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
955
987
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
956
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
957
988
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
989
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
958
990
  end)
959
991
 
960
992
  api.add_operation(:deregister_package_version, Seahorse::Model::Operation.new.tap do |o|
@@ -963,37 +995,37 @@ module Aws::Panorama
963
995
  o.http_request_uri = "/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}"
964
996
  o.input = Shapes::ShapeRef.new(shape: DeregisterPackageVersionRequest)
965
997
  o.output = Shapes::ShapeRef.new(shape: DeregisterPackageVersionResponse)
998
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
966
999
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
967
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
968
1000
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
969
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
970
1001
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1002
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
971
1003
  end)
972
1004
 
973
1005
  api.add_operation(:describe_application_instance, Seahorse::Model::Operation.new.tap do |o|
974
1006
  o.name = "DescribeApplicationInstance"
975
1007
  o.http_method = "GET"
976
- o.http_request_uri = "/application-instances/{applicationInstanceId}"
1008
+ o.http_request_uri = "/application-instances/{ApplicationInstanceId}"
977
1009
  o.input = Shapes::ShapeRef.new(shape: DescribeApplicationInstanceRequest)
978
1010
  o.output = Shapes::ShapeRef.new(shape: DescribeApplicationInstanceResponse)
979
1011
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
980
1012
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
981
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
982
1013
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
983
1014
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
984
1016
  end)
985
1017
 
986
1018
  api.add_operation(:describe_application_instance_details, Seahorse::Model::Operation.new.tap do |o|
987
1019
  o.name = "DescribeApplicationInstanceDetails"
988
1020
  o.http_method = "GET"
989
- o.http_request_uri = "/application-instances/{applicationInstanceId}/details"
1021
+ o.http_request_uri = "/application-instances/{ApplicationInstanceId}/details"
990
1022
  o.input = Shapes::ShapeRef.new(shape: DescribeApplicationInstanceDetailsRequest)
991
1023
  o.output = Shapes::ShapeRef.new(shape: DescribeApplicationInstanceDetailsResponse)
992
1024
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
993
1025
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
994
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
995
1026
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
996
1027
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
997
1029
  end)
998
1030
 
999
1031
  api.add_operation(:describe_device, Seahorse::Model::Operation.new.tap do |o|
@@ -1003,9 +1035,9 @@ module Aws::Panorama
1003
1035
  o.input = Shapes::ShapeRef.new(shape: DescribeDeviceRequest)
1004
1036
  o.output = Shapes::ShapeRef.new(shape: DescribeDeviceResponse)
1005
1037
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1006
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1007
1038
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1008
1039
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1009
1041
  end)
1010
1042
 
1011
1043
  api.add_operation(:describe_device_job, Seahorse::Model::Operation.new.tap do |o|
@@ -1016,9 +1048,9 @@ module Aws::Panorama
1016
1048
  o.output = Shapes::ShapeRef.new(shape: DescribeDeviceJobResponse)
1017
1049
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1018
1050
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1019
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1020
1051
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1021
1052
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1022
1054
  end)
1023
1055
 
1024
1056
  api.add_operation(:describe_node, Seahorse::Model::Operation.new.tap do |o|
@@ -1029,9 +1061,9 @@ module Aws::Panorama
1029
1061
  o.output = Shapes::ShapeRef.new(shape: DescribeNodeResponse)
1030
1062
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1031
1063
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1032
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1033
1064
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1034
1065
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1035
1067
  end)
1036
1068
 
1037
1069
  api.add_operation(:describe_node_from_template_job, Seahorse::Model::Operation.new.tap do |o|
@@ -1040,10 +1072,10 @@ module Aws::Panorama
1040
1072
  o.http_request_uri = "/packages/template-job/{JobId}"
1041
1073
  o.input = Shapes::ShapeRef.new(shape: DescribeNodeFromTemplateJobRequest)
1042
1074
  o.output = Shapes::ShapeRef.new(shape: DescribeNodeFromTemplateJobResponse)
1075
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1043
1076
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1044
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1045
1077
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1046
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1047
1079
  end)
1048
1080
 
1049
1081
  api.add_operation(:describe_package, Seahorse::Model::Operation.new.tap do |o|
@@ -1052,11 +1084,11 @@ module Aws::Panorama
1052
1084
  o.http_request_uri = "/packages/metadata/{PackageId}"
1053
1085
  o.input = Shapes::ShapeRef.new(shape: DescribePackageRequest)
1054
1086
  o.output = Shapes::ShapeRef.new(shape: DescribePackageResponse)
1087
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1055
1088
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1056
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1057
1089
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1058
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1059
1090
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1060
1092
  end)
1061
1093
 
1062
1094
  api.add_operation(:describe_package_import_job, Seahorse::Model::Operation.new.tap do |o|
@@ -1065,10 +1097,10 @@ module Aws::Panorama
1065
1097
  o.http_request_uri = "/packages/import-jobs/{JobId}"
1066
1098
  o.input = Shapes::ShapeRef.new(shape: DescribePackageImportJobRequest)
1067
1099
  o.output = Shapes::ShapeRef.new(shape: DescribePackageImportJobResponse)
1100
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1068
1101
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1069
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1070
1102
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1071
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1103
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1072
1104
  end)
1073
1105
 
1074
1106
  api.add_operation(:describe_package_version, Seahorse::Model::Operation.new.tap do |o|
@@ -1077,17 +1109,17 @@ module Aws::Panorama
1077
1109
  o.http_request_uri = "/packages/metadata/{PackageId}/versions/{PackageVersion}"
1078
1110
  o.input = Shapes::ShapeRef.new(shape: DescribePackageVersionRequest)
1079
1111
  o.output = Shapes::ShapeRef.new(shape: DescribePackageVersionResponse)
1112
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1080
1113
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1081
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1082
1114
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1083
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1084
1115
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1116
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1085
1117
  end)
1086
1118
 
1087
1119
  api.add_operation(:list_application_instance_dependencies, Seahorse::Model::Operation.new.tap do |o|
1088
1120
  o.name = "ListApplicationInstanceDependencies"
1089
1121
  o.http_method = "GET"
1090
- o.http_request_uri = "/application-instances/{applicationInstanceId}/package-dependencies"
1122
+ o.http_request_uri = "/application-instances/{ApplicationInstanceId}/package-dependencies"
1091
1123
  o.input = Shapes::ShapeRef.new(shape: ListApplicationInstanceDependenciesRequest)
1092
1124
  o.output = Shapes::ShapeRef.new(shape: ListApplicationInstanceDependenciesResponse)
1093
1125
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -1103,7 +1135,7 @@ module Aws::Panorama
1103
1135
  api.add_operation(:list_application_instance_node_instances, Seahorse::Model::Operation.new.tap do |o|
1104
1136
  o.name = "ListApplicationInstanceNodeInstances"
1105
1137
  o.http_method = "GET"
1106
- o.http_request_uri = "/application-instances/{applicationInstanceId}/node-instances"
1138
+ o.http_request_uri = "/application-instances/{ApplicationInstanceId}/node-instances"
1107
1139
  o.input = Shapes::ShapeRef.new(shape: ListApplicationInstanceNodeInstancesRequest)
1108
1140
  o.output = Shapes::ShapeRef.new(shape: ListApplicationInstanceNodeInstancesResponse)
1109
1141
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -1140,8 +1172,8 @@ module Aws::Panorama
1140
1172
  o.output = Shapes::ShapeRef.new(shape: ListDevicesResponse)
1141
1173
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1142
1174
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1143
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1144
1175
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1145
1177
  o[:pager] = Aws::Pager.new(
1146
1178
  limit_key: "max_results",
1147
1179
  tokens: {
@@ -1158,9 +1190,9 @@ module Aws::Panorama
1158
1190
  o.output = Shapes::ShapeRef.new(shape: ListDevicesJobsResponse)
1159
1191
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1160
1192
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1161
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1162
1193
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1163
1194
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1164
1196
  o[:pager] = Aws::Pager.new(
1165
1197
  limit_key: "max_results",
1166
1198
  tokens: {
@@ -1175,10 +1207,10 @@ module Aws::Panorama
1175
1207
  o.http_request_uri = "/packages/template-job"
1176
1208
  o.input = Shapes::ShapeRef.new(shape: ListNodeFromTemplateJobsRequest)
1177
1209
  o.output = Shapes::ShapeRef.new(shape: ListNodeFromTemplateJobsResponse)
1210
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1178
1211
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1179
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1180
1212
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1181
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1182
1214
  o[:pager] = Aws::Pager.new(
1183
1215
  limit_key: "max_results",
1184
1216
  tokens: {
@@ -1210,10 +1242,10 @@ module Aws::Panorama
1210
1242
  o.http_request_uri = "/packages/import-jobs"
1211
1243
  o.input = Shapes::ShapeRef.new(shape: ListPackageImportJobsRequest)
1212
1244
  o.output = Shapes::ShapeRef.new(shape: ListPackageImportJobsResponse)
1245
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1213
1246
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1214
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1215
1247
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1216
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1248
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1217
1249
  o[:pager] = Aws::Pager.new(
1218
1250
  limit_key: "max_results",
1219
1251
  tokens: {
@@ -1228,11 +1260,11 @@ module Aws::Panorama
1228
1260
  o.http_request_uri = "/packages"
1229
1261
  o.input = Shapes::ShapeRef.new(shape: ListPackagesRequest)
1230
1262
  o.output = Shapes::ShapeRef.new(shape: ListPackagesResponse)
1263
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1231
1264
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1232
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1233
1265
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1234
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1235
1266
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1267
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1236
1268
  o[:pager] = Aws::Pager.new(
1237
1269
  limit_key: "max_results",
1238
1270
  tokens: {
@@ -1247,8 +1279,8 @@ module Aws::Panorama
1247
1279
  o.http_request_uri = "/tags/{ResourceArn}"
1248
1280
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1249
1281
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1250
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1251
1282
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1252
1284
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1253
1285
  end)
1254
1286
 
@@ -1260,9 +1292,9 @@ module Aws::Panorama
1260
1292
  o.output = Shapes::ShapeRef.new(shape: ProvisionDeviceResponse)
1261
1293
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1262
1294
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1263
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1264
1295
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1265
1296
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1266
1298
  end)
1267
1299
 
1268
1300
  api.add_operation(:register_package_version, Seahorse::Model::Operation.new.tap do |o|
@@ -1271,23 +1303,23 @@ module Aws::Panorama
1271
1303
  o.http_request_uri = "/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}"
1272
1304
  o.input = Shapes::ShapeRef.new(shape: RegisterPackageVersionRequest)
1273
1305
  o.output = Shapes::ShapeRef.new(shape: RegisterPackageVersionResponse)
1306
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1274
1307
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1275
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1276
1308
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1277
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1278
1310
  end)
1279
1311
 
1280
1312
  api.add_operation(:remove_application_instance, Seahorse::Model::Operation.new.tap do |o|
1281
1313
  o.name = "RemoveApplicationInstance"
1282
1314
  o.http_method = "DELETE"
1283
- o.http_request_uri = "/application-instances/{applicationInstanceId}"
1315
+ o.http_request_uri = "/application-instances/{ApplicationInstanceId}"
1284
1316
  o.input = Shapes::ShapeRef.new(shape: RemoveApplicationInstanceRequest)
1285
1317
  o.output = Shapes::ShapeRef.new(shape: RemoveApplicationInstanceResponse)
1286
1318
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1287
1319
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1288
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1289
1320
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1290
1321
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1322
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1291
1323
  end)
1292
1324
 
1293
1325
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -1296,8 +1328,8 @@ module Aws::Panorama
1296
1328
  o.http_request_uri = "/tags/{ResourceArn}"
1297
1329
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1298
1330
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1299
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1300
1331
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1332
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1301
1333
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1302
1334
  end)
1303
1335
 
@@ -1307,8 +1339,8 @@ module Aws::Panorama
1307
1339
  o.http_request_uri = "/tags/{ResourceArn}"
1308
1340
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1309
1341
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1310
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1311
1342
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1343
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1312
1344
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1313
1345
  end)
1314
1346
 
@@ -1320,9 +1352,9 @@ module Aws::Panorama
1320
1352
  o.output = Shapes::ShapeRef.new(shape: UpdateDeviceMetadataResponse)
1321
1353
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1322
1354
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1323
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1324
1355
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1325
1356
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1326
1358
  end)
1327
1359
  end
1328
1360