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