aws-sdk-panorama 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1330 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::Panorama
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ ApplicationInstance = Shapes::StructureShape.new(name: 'ApplicationInstance')
18
+ ApplicationInstanceArn = Shapes::StringShape.new(name: 'ApplicationInstanceArn')
19
+ ApplicationInstanceHealthStatus = Shapes::StringShape.new(name: 'ApplicationInstanceHealthStatus')
20
+ ApplicationInstanceId = Shapes::StringShape.new(name: 'ApplicationInstanceId')
21
+ ApplicationInstanceName = Shapes::StringShape.new(name: 'ApplicationInstanceName')
22
+ ApplicationInstanceStatus = Shapes::StringShape.new(name: 'ApplicationInstanceStatus')
23
+ ApplicationInstanceStatusDescription = Shapes::StringShape.new(name: 'ApplicationInstanceStatusDescription')
24
+ ApplicationInstances = Shapes::ListShape.new(name: 'ApplicationInstances')
25
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
26
+ Bucket = Shapes::StringShape.new(name: 'Bucket')
27
+ BucketName = Shapes::StringShape.new(name: 'BucketName')
28
+ Certificates = Shapes::BlobShape.new(name: 'Certificates')
29
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
30
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
31
+ ConflictExceptionErrorArgument = Shapes::StructureShape.new(name: 'ConflictExceptionErrorArgument')
32
+ ConflictExceptionErrorArgumentList = Shapes::ListShape.new(name: 'ConflictExceptionErrorArgumentList')
33
+ ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
34
+ CreateApplicationInstanceRequest = Shapes::StructureShape.new(name: 'CreateApplicationInstanceRequest')
35
+ CreateApplicationInstanceResponse = Shapes::StructureShape.new(name: 'CreateApplicationInstanceResponse')
36
+ CreateJobForDevicesRequest = Shapes::StructureShape.new(name: 'CreateJobForDevicesRequest')
37
+ CreateJobForDevicesResponse = Shapes::StructureShape.new(name: 'CreateJobForDevicesResponse')
38
+ CreateNodeFromTemplateJobRequest = Shapes::StructureShape.new(name: 'CreateNodeFromTemplateJobRequest')
39
+ CreateNodeFromTemplateJobResponse = Shapes::StructureShape.new(name: 'CreateNodeFromTemplateJobResponse')
40
+ CreatePackageImportJobRequest = Shapes::StructureShape.new(name: 'CreatePackageImportJobRequest')
41
+ CreatePackageImportJobResponse = Shapes::StructureShape.new(name: 'CreatePackageImportJobResponse')
42
+ CreatePackageRequest = Shapes::StructureShape.new(name: 'CreatePackageRequest')
43
+ CreatePackageResponse = Shapes::StructureShape.new(name: 'CreatePackageResponse')
44
+ CreatedTime = Shapes::TimestampShape.new(name: 'CreatedTime')
45
+ CurrentSoftware = Shapes::StringShape.new(name: 'CurrentSoftware')
46
+ DefaultGateway = Shapes::StringShape.new(name: 'DefaultGateway')
47
+ DefaultRuntimeContextDevice = Shapes::StringShape.new(name: 'DefaultRuntimeContextDevice')
48
+ DeleteDeviceRequest = Shapes::StructureShape.new(name: 'DeleteDeviceRequest')
49
+ DeleteDeviceResponse = Shapes::StructureShape.new(name: 'DeleteDeviceResponse')
50
+ DeletePackageRequest = Shapes::StructureShape.new(name: 'DeletePackageRequest')
51
+ DeletePackageResponse = Shapes::StructureShape.new(name: 'DeletePackageResponse')
52
+ DeregisterPackageVersionRequest = Shapes::StructureShape.new(name: 'DeregisterPackageVersionRequest')
53
+ DeregisterPackageVersionResponse = Shapes::StructureShape.new(name: 'DeregisterPackageVersionResponse')
54
+ DescribeApplicationInstanceDetailsRequest = Shapes::StructureShape.new(name: 'DescribeApplicationInstanceDetailsRequest')
55
+ DescribeApplicationInstanceDetailsResponse = Shapes::StructureShape.new(name: 'DescribeApplicationInstanceDetailsResponse')
56
+ DescribeApplicationInstanceRequest = Shapes::StructureShape.new(name: 'DescribeApplicationInstanceRequest')
57
+ DescribeApplicationInstanceResponse = Shapes::StructureShape.new(name: 'DescribeApplicationInstanceResponse')
58
+ DescribeDeviceJobRequest = Shapes::StructureShape.new(name: 'DescribeDeviceJobRequest')
59
+ DescribeDeviceJobResponse = Shapes::StructureShape.new(name: 'DescribeDeviceJobResponse')
60
+ DescribeDeviceRequest = Shapes::StructureShape.new(name: 'DescribeDeviceRequest')
61
+ DescribeDeviceResponse = Shapes::StructureShape.new(name: 'DescribeDeviceResponse')
62
+ DescribeNodeFromTemplateJobRequest = Shapes::StructureShape.new(name: 'DescribeNodeFromTemplateJobRequest')
63
+ DescribeNodeFromTemplateJobResponse = Shapes::StructureShape.new(name: 'DescribeNodeFromTemplateJobResponse')
64
+ DescribeNodeRequest = Shapes::StructureShape.new(name: 'DescribeNodeRequest')
65
+ DescribeNodeResponse = Shapes::StructureShape.new(name: 'DescribeNodeResponse')
66
+ DescribePackageImportJobRequest = Shapes::StructureShape.new(name: 'DescribePackageImportJobRequest')
67
+ DescribePackageImportJobResponse = Shapes::StructureShape.new(name: 'DescribePackageImportJobResponse')
68
+ DescribePackageRequest = Shapes::StructureShape.new(name: 'DescribePackageRequest')
69
+ DescribePackageResponse = Shapes::StructureShape.new(name: 'DescribePackageResponse')
70
+ DescribePackageVersionRequest = Shapes::StructureShape.new(name: 'DescribePackageVersionRequest')
71
+ DescribePackageVersionResponse = Shapes::StructureShape.new(name: 'DescribePackageVersionResponse')
72
+ Description = Shapes::StringShape.new(name: 'Description')
73
+ Device = Shapes::StructureShape.new(name: 'Device')
74
+ DeviceArn = Shapes::StringShape.new(name: 'DeviceArn')
75
+ DeviceConnectionStatus = Shapes::StringShape.new(name: 'DeviceConnectionStatus')
76
+ DeviceId = Shapes::StringShape.new(name: 'DeviceId')
77
+ DeviceIdList = Shapes::ListShape.new(name: 'DeviceIdList')
78
+ DeviceJob = Shapes::StructureShape.new(name: 'DeviceJob')
79
+ DeviceJobConfig = Shapes::StructureShape.new(name: 'DeviceJobConfig')
80
+ DeviceJobList = Shapes::ListShape.new(name: 'DeviceJobList')
81
+ DeviceList = Shapes::ListShape.new(name: 'DeviceList')
82
+ DeviceName = Shapes::StringShape.new(name: 'DeviceName')
83
+ DeviceSerialNumber = Shapes::StringShape.new(name: 'DeviceSerialNumber')
84
+ DeviceStatus = Shapes::StringShape.new(name: 'DeviceStatus')
85
+ DeviceType = Shapes::StringShape.new(name: 'DeviceType')
86
+ Dns = Shapes::StringShape.new(name: 'Dns')
87
+ DnsList = Shapes::ListShape.new(name: 'DnsList')
88
+ EthernetPayload = Shapes::StructureShape.new(name: 'EthernetPayload')
89
+ EthernetStatus = Shapes::StructureShape.new(name: 'EthernetStatus')
90
+ HwAddress = Shapes::StringShape.new(name: 'HwAddress')
91
+ ImageVersion = Shapes::StringShape.new(name: 'ImageVersion')
92
+ InputPortList = Shapes::ListShape.new(name: 'InputPortList')
93
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
94
+ IotThingName = Shapes::StringShape.new(name: 'IotThingName')
95
+ IpAddress = Shapes::StringShape.new(name: 'IpAddress')
96
+ Job = Shapes::StructureShape.new(name: 'Job')
97
+ JobId = Shapes::StringShape.new(name: 'JobId')
98
+ JobList = Shapes::ListShape.new(name: 'JobList')
99
+ JobResourceTags = Shapes::StructureShape.new(name: 'JobResourceTags')
100
+ JobResourceType = Shapes::StringShape.new(name: 'JobResourceType')
101
+ JobTagsList = Shapes::ListShape.new(name: 'JobTagsList')
102
+ JobType = Shapes::StringShape.new(name: 'JobType')
103
+ LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
104
+ LatestSoftware = Shapes::StringShape.new(name: 'LatestSoftware')
105
+ LeaseExpirationTime = Shapes::TimestampShape.new(name: 'LeaseExpirationTime')
106
+ ListApplicationInstanceDependenciesRequest = Shapes::StructureShape.new(name: 'ListApplicationInstanceDependenciesRequest')
107
+ ListApplicationInstanceDependenciesResponse = Shapes::StructureShape.new(name: 'ListApplicationInstanceDependenciesResponse')
108
+ ListApplicationInstanceNodeInstancesRequest = Shapes::StructureShape.new(name: 'ListApplicationInstanceNodeInstancesRequest')
109
+ ListApplicationInstanceNodeInstancesResponse = Shapes::StructureShape.new(name: 'ListApplicationInstanceNodeInstancesResponse')
110
+ ListApplicationInstancesRequest = Shapes::StructureShape.new(name: 'ListApplicationInstancesRequest')
111
+ ListApplicationInstancesResponse = Shapes::StructureShape.new(name: 'ListApplicationInstancesResponse')
112
+ ListDevicesJobsRequest = Shapes::StructureShape.new(name: 'ListDevicesJobsRequest')
113
+ ListDevicesJobsResponse = Shapes::StructureShape.new(name: 'ListDevicesJobsResponse')
114
+ ListDevicesRequest = Shapes::StructureShape.new(name: 'ListDevicesRequest')
115
+ ListDevicesResponse = Shapes::StructureShape.new(name: 'ListDevicesResponse')
116
+ ListNodeFromTemplateJobsRequest = Shapes::StructureShape.new(name: 'ListNodeFromTemplateJobsRequest')
117
+ ListNodeFromTemplateJobsResponse = Shapes::StructureShape.new(name: 'ListNodeFromTemplateJobsResponse')
118
+ ListNodesRequest = Shapes::StructureShape.new(name: 'ListNodesRequest')
119
+ ListNodesResponse = Shapes::StructureShape.new(name: 'ListNodesResponse')
120
+ ListPackageImportJobsRequest = Shapes::StructureShape.new(name: 'ListPackageImportJobsRequest')
121
+ ListPackageImportJobsResponse = Shapes::StructureShape.new(name: 'ListPackageImportJobsResponse')
122
+ ListPackagesRequest = Shapes::StructureShape.new(name: 'ListPackagesRequest')
123
+ ListPackagesResponse = Shapes::StructureShape.new(name: 'ListPackagesResponse')
124
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
125
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
126
+ ManifestOverridesPayload = Shapes::UnionShape.new(name: 'ManifestOverridesPayload')
127
+ ManifestOverridesPayloadData = Shapes::StringShape.new(name: 'ManifestOverridesPayloadData')
128
+ ManifestPayload = Shapes::UnionShape.new(name: 'ManifestPayload')
129
+ ManifestPayloadData = Shapes::StringShape.new(name: 'ManifestPayloadData')
130
+ MarkLatestPatch = Shapes::BooleanShape.new(name: 'MarkLatestPatch')
131
+ Mask = Shapes::StringShape.new(name: 'Mask')
132
+ MaxConnections = Shapes::IntegerShape.new(name: 'MaxConnections')
133
+ MaxSize25 = Shapes::IntegerShape.new(name: 'MaxSize25')
134
+ NetworkConnectionStatus = Shapes::StringShape.new(name: 'NetworkConnectionStatus')
135
+ NetworkPayload = Shapes::StructureShape.new(name: 'NetworkPayload')
136
+ NetworkStatus = Shapes::StructureShape.new(name: 'NetworkStatus')
137
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
138
+ Node = Shapes::StructureShape.new(name: 'Node')
139
+ NodeAssetName = Shapes::StringShape.new(name: 'NodeAssetName')
140
+ NodeCategory = Shapes::StringShape.new(name: 'NodeCategory')
141
+ NodeFromTemplateJob = Shapes::StructureShape.new(name: 'NodeFromTemplateJob')
142
+ NodeFromTemplateJobList = Shapes::ListShape.new(name: 'NodeFromTemplateJobList')
143
+ NodeFromTemplateJobStatus = Shapes::StringShape.new(name: 'NodeFromTemplateJobStatus')
144
+ NodeFromTemplateJobStatusMessage = Shapes::StringShape.new(name: 'NodeFromTemplateJobStatusMessage')
145
+ NodeId = Shapes::StringShape.new(name: 'NodeId')
146
+ NodeInputPort = Shapes::StructureShape.new(name: 'NodeInputPort')
147
+ NodeInstance = Shapes::StructureShape.new(name: 'NodeInstance')
148
+ NodeInstanceId = Shapes::StringShape.new(name: 'NodeInstanceId')
149
+ NodeInstanceStatus = Shapes::StringShape.new(name: 'NodeInstanceStatus')
150
+ NodeInstances = Shapes::ListShape.new(name: 'NodeInstances')
151
+ NodeInterface = Shapes::StructureShape.new(name: 'NodeInterface')
152
+ NodeName = Shapes::StringShape.new(name: 'NodeName')
153
+ NodeOutputPort = Shapes::StructureShape.new(name: 'NodeOutputPort')
154
+ NodePackageArn = Shapes::StringShape.new(name: 'NodePackageArn')
155
+ NodePackageId = Shapes::StringShape.new(name: 'NodePackageId')
156
+ NodePackageName = Shapes::StringShape.new(name: 'NodePackageName')
157
+ NodePackagePatchVersion = Shapes::StringShape.new(name: 'NodePackagePatchVersion')
158
+ NodePackageVersion = Shapes::StringShape.new(name: 'NodePackageVersion')
159
+ NodesList = Shapes::ListShape.new(name: 'NodesList')
160
+ OTAJobConfig = Shapes::StructureShape.new(name: 'OTAJobConfig')
161
+ Object = Shapes::StringShape.new(name: 'Object')
162
+ ObjectKey = Shapes::StringShape.new(name: 'ObjectKey')
163
+ OutPutS3Location = Shapes::StructureShape.new(name: 'OutPutS3Location')
164
+ OutputPortList = Shapes::ListShape.new(name: 'OutputPortList')
165
+ PackageImportJob = Shapes::StructureShape.new(name: 'PackageImportJob')
166
+ PackageImportJobInputConfig = Shapes::StructureShape.new(name: 'PackageImportJobInputConfig')
167
+ PackageImportJobList = Shapes::ListShape.new(name: 'PackageImportJobList')
168
+ PackageImportJobOutput = Shapes::StructureShape.new(name: 'PackageImportJobOutput')
169
+ PackageImportJobOutputConfig = Shapes::StructureShape.new(name: 'PackageImportJobOutputConfig')
170
+ PackageImportJobStatus = Shapes::StringShape.new(name: 'PackageImportJobStatus')
171
+ PackageImportJobStatusMessage = Shapes::StringShape.new(name: 'PackageImportJobStatusMessage')
172
+ PackageImportJobType = Shapes::StringShape.new(name: 'PackageImportJobType')
173
+ PackageList = Shapes::ListShape.new(name: 'PackageList')
174
+ PackageListItem = Shapes::StructureShape.new(name: 'PackageListItem')
175
+ PackageObject = Shapes::StructureShape.new(name: 'PackageObject')
176
+ PackageObjects = Shapes::ListShape.new(name: 'PackageObjects')
177
+ PackageOwnerAccount = Shapes::StringShape.new(name: 'PackageOwnerAccount')
178
+ PackageVersionInputConfig = Shapes::StructureShape.new(name: 'PackageVersionInputConfig')
179
+ PackageVersionOutputConfig = Shapes::StructureShape.new(name: 'PackageVersionOutputConfig')
180
+ PackageVersionStatus = Shapes::StringShape.new(name: 'PackageVersionStatus')
181
+ PackageVersionStatusDescription = Shapes::StringShape.new(name: 'PackageVersionStatusDescription')
182
+ PortDefaultValue = Shapes::StringShape.new(name: 'PortDefaultValue')
183
+ PortName = Shapes::StringShape.new(name: 'PortName')
184
+ PortType = Shapes::StringShape.new(name: 'PortType')
185
+ PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
186
+ PrincipalArnsList = Shapes::ListShape.new(name: 'PrincipalArnsList')
187
+ ProvisionDeviceRequest = Shapes::StructureShape.new(name: 'ProvisionDeviceRequest')
188
+ ProvisionDeviceResponse = Shapes::StructureShape.new(name: 'ProvisionDeviceResponse')
189
+ Region = Shapes::StringShape.new(name: 'Region')
190
+ RegisterPackageVersionRequest = Shapes::StructureShape.new(name: 'RegisterPackageVersionRequest')
191
+ RegisterPackageVersionResponse = Shapes::StructureShape.new(name: 'RegisterPackageVersionResponse')
192
+ RemoveApplicationInstanceRequest = Shapes::StructureShape.new(name: 'RemoveApplicationInstanceRequest')
193
+ RemoveApplicationInstanceResponse = Shapes::StructureShape.new(name: 'RemoveApplicationInstanceResponse')
194
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
195
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
196
+ RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
197
+ RuntimeRoleArn = Shapes::StringShape.new(name: 'RuntimeRoleArn')
198
+ S3Location = Shapes::StructureShape.new(name: 'S3Location')
199
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
200
+ StaticIpConnectionInfo = Shapes::StructureShape.new(name: 'StaticIpConnectionInfo')
201
+ StatusFilter = Shapes::StringShape.new(name: 'StatusFilter')
202
+ StorageLocation = Shapes::StructureShape.new(name: 'StorageLocation')
203
+ String = Shapes::StringShape.new(name: 'String')
204
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
205
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
206
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
207
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
208
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
209
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
210
+ TemplateKey = Shapes::StringShape.new(name: 'TemplateKey')
211
+ TemplateParametersMap = Shapes::MapShape.new(name: 'TemplateParametersMap')
212
+ TemplateType = Shapes::StringShape.new(name: 'TemplateType')
213
+ TemplateValue = Shapes::StringShape.new(name: 'TemplateValue')
214
+ TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
215
+ Token = Shapes::StringShape.new(name: 'Token')
216
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
217
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
218
+ UpdateCreatedTime = Shapes::TimestampShape.new(name: 'UpdateCreatedTime')
219
+ UpdateDeviceMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDeviceMetadataRequest')
220
+ UpdateDeviceMetadataResponse = Shapes::StructureShape.new(name: 'UpdateDeviceMetadataResponse')
221
+ UpdateProgress = Shapes::StringShape.new(name: 'UpdateProgress')
222
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
223
+ ValidationExceptionErrorArgument = Shapes::StructureShape.new(name: 'ValidationExceptionErrorArgument')
224
+ ValidationExceptionErrorArgumentList = Shapes::ListShape.new(name: 'ValidationExceptionErrorArgumentList')
225
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
226
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
227
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
228
+
229
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
230
+ AccessDeniedException.struct_class = Types::AccessDeniedException
231
+
232
+ ApplicationInstance.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
233
+ ApplicationInstance.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceId"))
234
+ ApplicationInstance.add_member(:default_runtime_context_device, Shapes::ShapeRef.new(shape: DefaultRuntimeContextDevice, location_name: "DefaultRuntimeContextDevice"))
235
+ ApplicationInstance.add_member(:default_runtime_context_device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DefaultRuntimeContextDeviceName"))
236
+ 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
+ ApplicationInstance.add_member(:health_status, Shapes::ShapeRef.new(shape: ApplicationInstanceHealthStatus, location_name: "HealthStatus"))
239
+ 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
+ ApplicationInstance.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
243
+ ApplicationInstance.struct_class = Types::ApplicationInstance
244
+
245
+ ApplicationInstances.member = Shapes::ShapeRef.new(shape: ApplicationInstance)
246
+
247
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
248
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
249
+ 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
+ ConflictException.struct_class = Types::ConflictException
253
+
254
+ ConflictExceptionErrorArgument.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
255
+ ConflictExceptionErrorArgument.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
256
+ ConflictExceptionErrorArgument.struct_class = Types::ConflictExceptionErrorArgument
257
+
258
+ ConflictExceptionErrorArgumentList.member = Shapes::ShapeRef.new(shape: ConflictExceptionErrorArgument)
259
+
260
+ CreateApplicationInstanceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationInstanceName, location_name: "Name"))
261
+ 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
+ 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"))
265
+ 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
+ CreateApplicationInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
268
+ CreateApplicationInstanceRequest.struct_class = Types::CreateApplicationInstanceRequest
269
+
270
+ CreateApplicationInstanceResponse.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location_name: "ApplicationInstanceId"))
271
+ CreateApplicationInstanceResponse.struct_class = Types::CreateApplicationInstanceResponse
272
+
273
+ CreateJobForDevicesRequest.add_member(:device_ids, Shapes::ShapeRef.new(shape: DeviceIdList, required: true, location_name: "DeviceIds"))
274
+ CreateJobForDevicesRequest.add_member(:device_job_config, Shapes::ShapeRef.new(shape: DeviceJobConfig, required: true, location_name: "DeviceJobConfig"))
275
+ CreateJobForDevicesRequest.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, required: true, location_name: "JobType"))
276
+ CreateJobForDevicesRequest.struct_class = Types::CreateJobForDevicesRequest
277
+
278
+ CreateJobForDevicesResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: JobList, required: true, location_name: "Jobs"))
279
+ CreateJobForDevicesResponse.struct_class = Types::CreateJobForDevicesResponse
280
+
281
+ CreateNodeFromTemplateJobRequest.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "TemplateType"))
282
+ CreateNodeFromTemplateJobRequest.add_member(:output_package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "OutputPackageName"))
283
+ 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
+ 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"))
288
+ CreateNodeFromTemplateJobRequest.struct_class = Types::CreateNodeFromTemplateJobRequest
289
+
290
+ CreateNodeFromTemplateJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
291
+ CreateNodeFromTemplateJobResponse.struct_class = Types::CreateNodeFromTemplateJobResponse
292
+
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
+ CreatePackageImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken"))
297
+ CreatePackageImportJobRequest.add_member(:job_tags, Shapes::ShapeRef.new(shape: JobTagsList, location_name: "JobTags"))
298
+ CreatePackageImportJobRequest.struct_class = Types::CreatePackageImportJobRequest
299
+
300
+ CreatePackageImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
301
+ CreatePackageImportJobResponse.struct_class = Types::CreatePackageImportJobResponse
302
+
303
+ CreatePackageRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
304
+ CreatePackageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
305
+ CreatePackageRequest.struct_class = Types::CreatePackageRequest
306
+
307
+ CreatePackageResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, location_name: "PackageId"))
308
+ CreatePackageResponse.add_member(:arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "Arn"))
309
+ CreatePackageResponse.add_member(:storage_location, Shapes::ShapeRef.new(shape: StorageLocation, required: true, location_name: "StorageLocation"))
310
+ CreatePackageResponse.struct_class = Types::CreatePackageResponse
311
+
312
+ DeleteDeviceRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "DeviceId"))
313
+ DeleteDeviceRequest.struct_class = Types::DeleteDeviceRequest
314
+
315
+ DeleteDeviceResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
316
+ DeleteDeviceResponse.struct_class = Types::DeleteDeviceResponse
317
+
318
+ DeletePackageRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
319
+ DeletePackageRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "ForceDelete"))
320
+ DeletePackageRequest.struct_class = Types::DeletePackageRequest
321
+
322
+ DeletePackageResponse.struct_class = Types::DeletePackageResponse
323
+
324
+ DeregisterPackageVersionRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location: "querystring", location_name: "OwnerAccount"))
325
+ DeregisterPackageVersionRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
326
+ DeregisterPackageVersionRequest.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location: "uri", location_name: "PackageVersion"))
327
+ DeregisterPackageVersionRequest.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, required: true, location: "uri", location_name: "PatchVersion"))
328
+ DeregisterPackageVersionRequest.add_member(:updated_latest_patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, location: "querystring", location_name: "UpdatedLatestPatchVersion"))
329
+ DeregisterPackageVersionRequest.struct_class = Types::DeregisterPackageVersionRequest
330
+
331
+ DeregisterPackageVersionResponse.struct_class = Types::DeregisterPackageVersionResponse
332
+
333
+ DescribeApplicationInstanceDetailsRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
334
+ DescribeApplicationInstanceDetailsRequest.struct_class = Types::DescribeApplicationInstanceDetailsRequest
335
+
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"))
341
+ DescribeApplicationInstanceDetailsResponse.add_member(:application_instance_id_to_replace, Shapes::ShapeRef.new(shape: ApplicationInstanceId, location_name: "ApplicationInstanceIdToReplace"))
342
+ 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"))
344
+ DescribeApplicationInstanceDetailsResponse.struct_class = Types::DescribeApplicationInstanceDetailsResponse
345
+
346
+ DescribeApplicationInstanceRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
347
+ DescribeApplicationInstanceRequest.struct_class = Types::DescribeApplicationInstanceRequest
348
+
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"))
351
+ DescribeApplicationInstanceResponse.add_member(:default_runtime_context_device, Shapes::ShapeRef.new(shape: DefaultRuntimeContextDevice, location_name: "DefaultRuntimeContextDevice"))
352
+ 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"))
354
+ DescribeApplicationInstanceResponse.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RuntimeRoleArn, location_name: "RuntimeRoleArn"))
355
+ 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
+ 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
+ DescribeApplicationInstanceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
363
+ DescribeApplicationInstanceResponse.struct_class = Types::DescribeApplicationInstanceResponse
364
+
365
+ DescribeDeviceJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "JobId"))
366
+ DescribeDeviceJobRequest.struct_class = Types::DescribeDeviceJobRequest
367
+
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"))
370
+ DescribeDeviceJobResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "DeviceArn"))
371
+ DescribeDeviceJobResponse.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
372
+ DescribeDeviceJobResponse.add_member(:device_type, Shapes::ShapeRef.new(shape: DeviceType, location_name: "DeviceType"))
373
+ DescribeDeviceJobResponse.add_member(:image_version, Shapes::ShapeRef.new(shape: ImageVersion, location_name: "ImageVersion"))
374
+ 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
+ DescribeDeviceJobResponse.struct_class = Types::DescribeDeviceJobResponse
377
+
378
+ DescribeDeviceRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "DeviceId"))
379
+ DescribeDeviceRequest.struct_class = Types::DescribeDeviceRequest
380
+
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"))
383
+ DescribeDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "Arn"))
384
+ 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
+ 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"))
389
+ 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"))
391
+ DescribeDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumber, location_name: "SerialNumber"))
392
+ 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"))
396
+ DescribeDeviceResponse.struct_class = Types::DescribeDeviceResponse
397
+
398
+ DescribeNodeFromTemplateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "JobId"))
399
+ DescribeNodeFromTemplateJobRequest.struct_class = Types::DescribeNodeFromTemplateJobRequest
400
+
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
+ DescribeNodeFromTemplateJobResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, required: true, location_name: "CreatedTime"))
405
+ DescribeNodeFromTemplateJobResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, required: true, location_name: "LastUpdatedTime"))
406
+ DescribeNodeFromTemplateJobResponse.add_member(:output_package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "OutputPackageName"))
407
+ 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"))
411
+ 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"))
413
+ DescribeNodeFromTemplateJobResponse.struct_class = Types::DescribeNodeFromTemplateJobResponse
414
+
415
+ DescribeNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, required: true, location: "uri", location_name: "NodeId"))
416
+ DescribeNodeRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location: "querystring", location_name: "OwnerAccount"))
417
+ DescribeNodeRequest.struct_class = Types::DescribeNodeRequest
418
+
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"))
421
+ DescribeNodeResponse.add_member(:category, Shapes::ShapeRef.new(shape: NodeCategory, required: true, location_name: "Category"))
422
+ 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
+ DescribeNodeResponse.add_member(:package_arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "PackageArn"))
426
+ DescribeNodeResponse.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
427
+ 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
+ DescribeNodeResponse.struct_class = Types::DescribeNodeResponse
434
+
435
+ DescribePackageImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "JobId"))
436
+ DescribePackageImportJobRequest.struct_class = Types::DescribePackageImportJobRequest
437
+
438
+ DescribePackageImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
439
+ 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
+ DescribePackageImportJobResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, required: true, location_name: "CreatedTime"))
445
+ DescribePackageImportJobResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, required: true, location_name: "LastUpdatedTime"))
446
+ DescribePackageImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: PackageImportJobStatus, required: true, location_name: "Status"))
447
+ 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
+ DescribePackageImportJobResponse.struct_class = Types::DescribePackageImportJobResponse
450
+
451
+ DescribePackageRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
452
+ DescribePackageRequest.struct_class = Types::DescribePackageRequest
453
+
454
+ DescribePackageResponse.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
455
+ 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
+ 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"))
461
+ DescribePackageResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
462
+ DescribePackageResponse.struct_class = Types::DescribePackageResponse
463
+
464
+ DescribePackageVersionRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location: "querystring", location_name: "OwnerAccount"))
465
+ DescribePackageVersionRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
466
+ DescribePackageVersionRequest.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location: "uri", location_name: "PackageVersion"))
467
+ DescribePackageVersionRequest.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, location: "querystring", location_name: "PatchVersion"))
468
+ DescribePackageVersionRequest.struct_class = Types::DescribePackageVersionRequest
469
+
470
+ 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
+ DescribePackageVersionResponse.add_member(:package_arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "PackageArn"))
473
+ DescribePackageVersionResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
474
+ DescribePackageVersionResponse.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
475
+ 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"))
477
+ DescribePackageVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: PackageVersionStatus, required: true, location_name: "Status"))
478
+ 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
+ DescribePackageVersionResponse.struct_class = Types::DescribePackageVersionResponse
481
+
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
+ 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"))
486
+ Device.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
487
+ Device.add_member(:lease_expiration_time, Shapes::ShapeRef.new(shape: LeaseExpirationTime, location_name: "LeaseExpirationTime"))
488
+ Device.struct_class = Types::Device
489
+
490
+ DeviceIdList.member = Shapes::ShapeRef.new(shape: DeviceId)
491
+
492
+ DeviceJob.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
493
+ DeviceJob.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
494
+ 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
+ DeviceJob.struct_class = Types::DeviceJob
497
+
498
+ DeviceJobConfig.add_member(:ota_job_config, Shapes::ShapeRef.new(shape: OTAJobConfig, location_name: "OTAJobConfig"))
499
+ DeviceJobConfig.struct_class = Types::DeviceJobConfig
500
+
501
+ DeviceJobList.member = Shapes::ShapeRef.new(shape: DeviceJob)
502
+
503
+ DeviceList.member = Shapes::ShapeRef.new(shape: Device)
504
+
505
+ DnsList.member = Shapes::ShapeRef.new(shape: Dns)
506
+
507
+ EthernetPayload.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
508
+ EthernetPayload.add_member(:static_ip_connection_info, Shapes::ShapeRef.new(shape: StaticIpConnectionInfo, location_name: "StaticIpConnectionInfo"))
509
+ EthernetPayload.struct_class = Types::EthernetPayload
510
+
511
+ EthernetStatus.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
512
+ EthernetStatus.add_member(:connection_status, Shapes::ShapeRef.new(shape: NetworkConnectionStatus, location_name: "ConnectionStatus"))
513
+ EthernetStatus.add_member(:hw_address, Shapes::ShapeRef.new(shape: HwAddress, location_name: "HwAddress"))
514
+ EthernetStatus.struct_class = Types::EthernetStatus
515
+
516
+ InputPortList.member = Shapes::ShapeRef.new(shape: NodeInputPort)
517
+
518
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
519
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
520
+ InternalServerException.struct_class = Types::InternalServerException
521
+
522
+ Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
523
+ Job.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
524
+ Job.struct_class = Types::Job
525
+
526
+ JobList.member = Shapes::ShapeRef.new(shape: Job)
527
+
528
+ JobResourceTags.add_member(:resource_type, Shapes::ShapeRef.new(shape: JobResourceType, required: true, location_name: "ResourceType"))
529
+ JobResourceTags.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
530
+ JobResourceTags.struct_class = Types::JobResourceTags
531
+
532
+ JobTagsList.member = Shapes::ShapeRef.new(shape: JobResourceTags)
533
+
534
+ ListApplicationInstanceDependenciesRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
535
+ ListApplicationInstanceDependenciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
536
+ ListApplicationInstanceDependenciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
537
+ ListApplicationInstanceDependenciesRequest.struct_class = Types::ListApplicationInstanceDependenciesRequest
538
+
539
+ ListApplicationInstanceDependenciesResponse.add_member(:package_objects, Shapes::ShapeRef.new(shape: PackageObjects, location_name: "PackageObjects"))
540
+ ListApplicationInstanceDependenciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
541
+ ListApplicationInstanceDependenciesResponse.struct_class = Types::ListApplicationInstanceDependenciesResponse
542
+
543
+ ListApplicationInstanceNodeInstancesRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
544
+ ListApplicationInstanceNodeInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
545
+ ListApplicationInstanceNodeInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
546
+ ListApplicationInstanceNodeInstancesRequest.struct_class = Types::ListApplicationInstanceNodeInstancesRequest
547
+
548
+ ListApplicationInstanceNodeInstancesResponse.add_member(:node_instances, Shapes::ShapeRef.new(shape: NodeInstances, location_name: "NodeInstances"))
549
+ ListApplicationInstanceNodeInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
550
+ ListApplicationInstanceNodeInstancesResponse.struct_class = Types::ListApplicationInstanceNodeInstancesResponse
551
+
552
+ 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
+ ListApplicationInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
555
+ ListApplicationInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
556
+ ListApplicationInstancesRequest.struct_class = Types::ListApplicationInstancesRequest
557
+
558
+ ListApplicationInstancesResponse.add_member(:application_instances, Shapes::ShapeRef.new(shape: ApplicationInstances, location_name: "ApplicationInstances"))
559
+ ListApplicationInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
560
+ ListApplicationInstancesResponse.struct_class = Types::ListApplicationInstancesResponse
561
+
562
+ 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
+ ListDevicesJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "MaxResults"))
565
+ ListDevicesJobsRequest.struct_class = Types::ListDevicesJobsRequest
566
+
567
+ ListDevicesJobsResponse.add_member(:device_jobs, Shapes::ShapeRef.new(shape: DeviceJobList, location_name: "DeviceJobs"))
568
+ ListDevicesJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
569
+ ListDevicesJobsResponse.struct_class = Types::ListDevicesJobsResponse
570
+
571
+ ListDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
572
+ ListDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "MaxResults"))
573
+ ListDevicesRequest.struct_class = Types::ListDevicesRequest
574
+
575
+ ListDevicesResponse.add_member(:devices, Shapes::ShapeRef.new(shape: DeviceList, required: true, location_name: "Devices"))
576
+ ListDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
577
+ ListDevicesResponse.struct_class = Types::ListDevicesResponse
578
+
579
+ ListNodeFromTemplateJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
580
+ ListNodeFromTemplateJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "MaxResults"))
581
+ ListNodeFromTemplateJobsRequest.struct_class = Types::ListNodeFromTemplateJobsRequest
582
+
583
+ ListNodeFromTemplateJobsResponse.add_member(:node_from_template_jobs, Shapes::ShapeRef.new(shape: NodeFromTemplateJobList, required: true, location_name: "NodeFromTemplateJobs"))
584
+ ListNodeFromTemplateJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
585
+ ListNodeFromTemplateJobsResponse.struct_class = Types::ListNodeFromTemplateJobsResponse
586
+
587
+ ListNodesRequest.add_member(:category, Shapes::ShapeRef.new(shape: NodeCategory, location: "querystring", location_name: "category"))
588
+ ListNodesRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location: "querystring", location_name: "ownerAccount"))
589
+ ListNodesRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, location: "querystring", location_name: "packageName"))
590
+ ListNodesRequest.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, location: "querystring", location_name: "packageVersion"))
591
+ 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
+ ListNodesRequest.struct_class = Types::ListNodesRequest
595
+
596
+ ListNodesResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: NodesList, location_name: "Nodes"))
597
+ ListNodesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
598
+ ListNodesResponse.struct_class = Types::ListNodesResponse
599
+
600
+ ListPackageImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
601
+ ListPackageImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "MaxResults"))
602
+ ListPackageImportJobsRequest.struct_class = Types::ListPackageImportJobsRequest
603
+
604
+ ListPackageImportJobsResponse.add_member(:package_import_jobs, Shapes::ShapeRef.new(shape: PackageImportJobList, required: true, location_name: "PackageImportJobs"))
605
+ ListPackageImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
606
+ ListPackageImportJobsResponse.struct_class = Types::ListPackageImportJobsResponse
607
+
608
+ ListPackagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize25, location: "querystring", location_name: "maxResults"))
609
+ ListPackagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
610
+ ListPackagesRequest.struct_class = Types::ListPackagesRequest
611
+
612
+ ListPackagesResponse.add_member(:packages, Shapes::ShapeRef.new(shape: PackageList, location_name: "Packages"))
613
+ ListPackagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
614
+ ListPackagesResponse.struct_class = Types::ListPackagesResponse
615
+
616
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
617
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
618
+
619
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
620
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
621
+
622
+ ManifestOverridesPayload.add_member(:payload_data, Shapes::ShapeRef.new(shape: ManifestOverridesPayloadData, location_name: "PayloadData"))
623
+ ManifestOverridesPayload.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
624
+ ManifestOverridesPayload.add_member_subclass(:payload_data, Types::ManifestOverridesPayload::PayloadData)
625
+ ManifestOverridesPayload.add_member_subclass(:unknown, Types::ManifestOverridesPayload::Unknown)
626
+ ManifestOverridesPayload.struct_class = Types::ManifestOverridesPayload
627
+
628
+ ManifestPayload.add_member(:payload_data, Shapes::ShapeRef.new(shape: ManifestPayloadData, location_name: "PayloadData"))
629
+ ManifestPayload.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
630
+ ManifestPayload.add_member_subclass(:payload_data, Types::ManifestPayload::PayloadData)
631
+ ManifestPayload.add_member_subclass(:unknown, Types::ManifestPayload::Unknown)
632
+ ManifestPayload.struct_class = Types::ManifestPayload
633
+
634
+ NetworkPayload.add_member(:ethernet_0, Shapes::ShapeRef.new(shape: EthernetPayload, location_name: "Ethernet0"))
635
+ NetworkPayload.add_member(:ethernet_1, Shapes::ShapeRef.new(shape: EthernetPayload, location_name: "Ethernet1"))
636
+ NetworkPayload.struct_class = Types::NetworkPayload
637
+
638
+ NetworkStatus.add_member(:ethernet_0_status, Shapes::ShapeRef.new(shape: EthernetStatus, location_name: "Ethernet0Status"))
639
+ NetworkStatus.add_member(:ethernet_1_status, Shapes::ShapeRef.new(shape: EthernetStatus, location_name: "Ethernet1Status"))
640
+ NetworkStatus.struct_class = Types::NetworkStatus
641
+
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
+ Node.add_member(:category, Shapes::ShapeRef.new(shape: NodeCategory, required: true, location_name: "Category"))
645
+ 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
+ Node.add_member(:package_arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "PackageArn"))
649
+ Node.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
650
+ 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
+ Node.struct_class = Types::Node
654
+
655
+ 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"))
657
+ NodeFromTemplateJob.add_member(:status, Shapes::ShapeRef.new(shape: NodeFromTemplateJobStatus, location_name: "Status"))
658
+ 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"))
661
+ NodeFromTemplateJob.struct_class = Types::NodeFromTemplateJob
662
+
663
+ NodeFromTemplateJobList.member = Shapes::ShapeRef.new(shape: NodeFromTemplateJob)
664
+
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
+ NodeInputPort.add_member(:default_value, Shapes::ShapeRef.new(shape: PortDefaultValue, location_name: "DefaultValue"))
669
+ NodeInputPort.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, location_name: "MaxConnections"))
670
+ NodeInputPort.struct_class = Types::NodeInputPort
671
+
672
+ NodeInstance.add_member(:node_instance_id, Shapes::ShapeRef.new(shape: NodeInstanceId, required: true, location_name: "NodeInstanceId"))
673
+ NodeInstance.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, location_name: "NodeId"))
674
+ 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
+ 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"))
679
+ NodeInstance.struct_class = Types::NodeInstance
680
+
681
+ NodeInstances.member = Shapes::ShapeRef.new(shape: NodeInstance)
682
+
683
+ NodeInterface.add_member(:inputs, Shapes::ShapeRef.new(shape: InputPortList, required: true, location_name: "Inputs"))
684
+ NodeInterface.add_member(:outputs, Shapes::ShapeRef.new(shape: OutputPortList, required: true, location_name: "Outputs"))
685
+ NodeInterface.struct_class = Types::NodeInterface
686
+
687
+ NodeOutputPort.add_member(:name, Shapes::ShapeRef.new(shape: PortName, location_name: "Name"))
688
+ NodeOutputPort.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
689
+ NodeOutputPort.add_member(:type, Shapes::ShapeRef.new(shape: PortType, location_name: "Type"))
690
+ NodeOutputPort.struct_class = Types::NodeOutputPort
691
+
692
+ NodesList.member = Shapes::ShapeRef.new(shape: Node)
693
+
694
+ OTAJobConfig.add_member(:image_version, Shapes::ShapeRef.new(shape: ImageVersion, required: true, location_name: "ImageVersion"))
695
+ OTAJobConfig.struct_class = Types::OTAJobConfig
696
+
697
+ OutPutS3Location.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
698
+ OutPutS3Location.add_member(:object_key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location_name: "ObjectKey"))
699
+ OutPutS3Location.struct_class = Types::OutPutS3Location
700
+
701
+ OutputPortList.member = Shapes::ShapeRef.new(shape: NodeOutputPort)
702
+
703
+ PackageImportJob.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
704
+ PackageImportJob.add_member(:job_type, Shapes::ShapeRef.new(shape: PackageImportJobType, location_name: "JobType"))
705
+ PackageImportJob.add_member(:status, Shapes::ShapeRef.new(shape: PackageImportJobStatus, location_name: "Status"))
706
+ 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
+ PackageImportJob.struct_class = Types::PackageImportJob
710
+
711
+ PackageImportJobInputConfig.add_member(:package_version_input_config, Shapes::ShapeRef.new(shape: PackageVersionInputConfig, location_name: "PackageVersionInputConfig"))
712
+ PackageImportJobInputConfig.struct_class = Types::PackageImportJobInputConfig
713
+
714
+ PackageImportJobList.member = Shapes::ShapeRef.new(shape: PackageImportJob)
715
+
716
+ PackageImportJobOutput.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location_name: "PackageId"))
717
+ PackageImportJobOutput.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
718
+ 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
+ PackageImportJobOutput.struct_class = Types::PackageImportJobOutput
721
+
722
+ PackageImportJobOutputConfig.add_member(:package_version_output_config, Shapes::ShapeRef.new(shape: PackageVersionOutputConfig, location_name: "PackageVersionOutputConfig"))
723
+ PackageImportJobOutputConfig.struct_class = Types::PackageImportJobOutputConfig
724
+
725
+ PackageList.member = Shapes::ShapeRef.new(shape: PackageListItem)
726
+
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
+ PackageListItem.add_member(:arn, Shapes::ShapeRef.new(shape: NodePackageArn, location_name: "Arn"))
730
+ PackageListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreatedTime"))
731
+ PackageListItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
732
+ PackageListItem.struct_class = Types::PackageListItem
733
+
734
+ PackageObject.add_member(:name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "Name"))
735
+ PackageObject.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location_name: "PackageVersion"))
736
+ PackageObject.add_member(:patch_version, Shapes::ShapeRef.new(shape: NodePackagePatchVersion, required: true, location_name: "PatchVersion"))
737
+ PackageObject.struct_class = Types::PackageObject
738
+
739
+ PackageObjects.member = Shapes::ShapeRef.new(shape: PackageObject)
740
+
741
+ PackageVersionInputConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "S3Location"))
742
+ PackageVersionInputConfig.struct_class = Types::PackageVersionInputConfig
743
+
744
+ PackageVersionOutputConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: NodePackageName, required: true, location_name: "PackageName"))
745
+ 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
+ PackageVersionOutputConfig.struct_class = Types::PackageVersionOutputConfig
748
+
749
+ PrincipalArnsList.member = Shapes::ShapeRef.new(shape: PrincipalArn)
750
+
751
+ ProvisionDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: DeviceName, required: true, location_name: "Name"))
752
+ 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"))
754
+ ProvisionDeviceRequest.add_member(:networking_configuration, Shapes::ShapeRef.new(shape: NetworkPayload, location_name: "NetworkingConfiguration"))
755
+ ProvisionDeviceRequest.struct_class = Types::ProvisionDeviceRequest
756
+
757
+ ProvisionDeviceResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
758
+ 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
+ ProvisionDeviceResponse.add_member(:certificates, Shapes::ShapeRef.new(shape: Certificates, location_name: "Certificates"))
761
+ ProvisionDeviceResponse.add_member(:iot_thing_name, Shapes::ShapeRef.new(shape: IotThingName, location_name: "IotThingName"))
762
+ ProvisionDeviceResponse.struct_class = Types::ProvisionDeviceResponse
763
+
764
+ RegisterPackageVersionRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: PackageOwnerAccount, location_name: "OwnerAccount"))
765
+ RegisterPackageVersionRequest.add_member(:package_id, Shapes::ShapeRef.new(shape: NodePackageId, required: true, location: "uri", location_name: "PackageId"))
766
+ RegisterPackageVersionRequest.add_member(:package_version, Shapes::ShapeRef.new(shape: NodePackageVersion, required: true, location: "uri", location_name: "PackageVersion"))
767
+ 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
+ RegisterPackageVersionRequest.struct_class = Types::RegisterPackageVersionRequest
770
+
771
+ RegisterPackageVersionResponse.struct_class = Types::RegisterPackageVersionResponse
772
+
773
+ RemoveApplicationInstanceRequest.add_member(:application_instance_id, Shapes::ShapeRef.new(shape: ApplicationInstanceId, required: true, location: "uri", location_name: "applicationInstanceId"))
774
+ RemoveApplicationInstanceRequest.struct_class = Types::RemoveApplicationInstanceRequest
775
+
776
+ RemoveApplicationInstanceResponse.struct_class = Types::RemoveApplicationInstanceResponse
777
+
778
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
779
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
780
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
781
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
782
+
783
+ S3Location.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
784
+ S3Location.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
785
+ S3Location.add_member(:object_key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location_name: "ObjectKey"))
786
+ S3Location.struct_class = Types::S3Location
787
+
788
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
789
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
790
+ 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
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceCode"))
793
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
794
+
795
+ StaticIpConnectionInfo.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, required: true, location_name: "IpAddress"))
796
+ 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
+ StaticIpConnectionInfo.struct_class = Types::StaticIpConnectionInfo
800
+
801
+ 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
+ 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
+ StorageLocation.add_member(:manifest_prefix_location, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "ManifestPrefixLocation"))
806
+ StorageLocation.struct_class = Types::StorageLocation
807
+
808
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
809
+
810
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
811
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
812
+
813
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
814
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
815
+ TagResourceRequest.struct_class = Types::TagResourceRequest
816
+
817
+ TagResourceResponse.struct_class = Types::TagResourceResponse
818
+
819
+ TemplateParametersMap.key = Shapes::ShapeRef.new(shape: TemplateKey)
820
+ TemplateParametersMap.value = Shapes::ShapeRef.new(shape: TemplateValue)
821
+
822
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
823
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
824
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
825
+
826
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
827
+
828
+ UpdateDeviceMetadataRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location: "uri", location_name: "DeviceId"))
829
+ UpdateDeviceMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
830
+ UpdateDeviceMetadataRequest.struct_class = Types::UpdateDeviceMetadataRequest
831
+
832
+ UpdateDeviceMetadataResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
833
+ UpdateDeviceMetadataResponse.struct_class = Types::UpdateDeviceMetadataResponse
834
+
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
+ ValidationException.add_member(:error_arguments, Shapes::ShapeRef.new(shape: ValidationExceptionErrorArgumentList, location_name: "ErrorArguments"))
839
+ ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "Fields"))
840
+ ValidationException.struct_class = Types::ValidationException
841
+
842
+ ValidationExceptionErrorArgument.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
843
+ ValidationExceptionErrorArgument.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
844
+ ValidationExceptionErrorArgument.struct_class = Types::ValidationExceptionErrorArgument
845
+
846
+ ValidationExceptionErrorArgumentList.member = Shapes::ShapeRef.new(shape: ValidationExceptionErrorArgument)
847
+
848
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
849
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
850
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
851
+
852
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
853
+
854
+
855
+ # @api private
856
+ API = Seahorse::Model::Api.new.tap do |api|
857
+
858
+ api.version = "2019-07-24"
859
+
860
+ api.metadata = {
861
+ "apiVersion" => "2019-07-24",
862
+ "endpointPrefix" => "panorama",
863
+ "jsonVersion" => "1.1",
864
+ "protocol" => "rest-json",
865
+ "serviceAbbreviation" => "Panorama",
866
+ "serviceFullName" => "AWS Panorama",
867
+ "serviceId" => "Panorama",
868
+ "signatureVersion" => "v4",
869
+ "signingName" => "panorama",
870
+ "uid" => "panorama-2019-07-24",
871
+ }
872
+
873
+ api.add_operation(:create_application_instance, Seahorse::Model::Operation.new.tap do |o|
874
+ o.name = "CreateApplicationInstance"
875
+ o.http_method = "POST"
876
+ o.http_request_uri = "/application-instances"
877
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationInstanceRequest)
878
+ o.output = Shapes::ShapeRef.new(shape: CreateApplicationInstanceResponse)
879
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
880
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
881
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
882
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
883
+ end)
884
+
885
+ api.add_operation(:create_job_for_devices, Seahorse::Model::Operation.new.tap do |o|
886
+ o.name = "CreateJobForDevices"
887
+ o.http_method = "POST"
888
+ o.http_request_uri = "/jobs"
889
+ o.input = Shapes::ShapeRef.new(shape: CreateJobForDevicesRequest)
890
+ o.output = Shapes::ShapeRef.new(shape: CreateJobForDevicesResponse)
891
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
893
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
894
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
895
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
896
+ end)
897
+
898
+ api.add_operation(:create_node_from_template_job, Seahorse::Model::Operation.new.tap do |o|
899
+ o.name = "CreateNodeFromTemplateJob"
900
+ o.http_method = "POST"
901
+ o.http_request_uri = "/packages/template-job"
902
+ o.input = Shapes::ShapeRef.new(shape: CreateNodeFromTemplateJobRequest)
903
+ o.output = Shapes::ShapeRef.new(shape: CreateNodeFromTemplateJobResponse)
904
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
905
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
906
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
908
+ end)
909
+
910
+ api.add_operation(:create_package, Seahorse::Model::Operation.new.tap do |o|
911
+ o.name = "CreatePackage"
912
+ o.http_method = "POST"
913
+ o.http_request_uri = "/packages"
914
+ o.input = Shapes::ShapeRef.new(shape: CreatePackageRequest)
915
+ o.output = Shapes::ShapeRef.new(shape: CreatePackageResponse)
916
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
917
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
918
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
920
+ end)
921
+
922
+ api.add_operation(:create_package_import_job, Seahorse::Model::Operation.new.tap do |o|
923
+ o.name = "CreatePackageImportJob"
924
+ o.http_method = "POST"
925
+ o.http_request_uri = "/packages/import-jobs"
926
+ o.input = Shapes::ShapeRef.new(shape: CreatePackageImportJobRequest)
927
+ o.output = Shapes::ShapeRef.new(shape: CreatePackageImportJobResponse)
928
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
929
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
930
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
932
+ end)
933
+
934
+ api.add_operation(:delete_device, Seahorse::Model::Operation.new.tap do |o|
935
+ o.name = "DeleteDevice"
936
+ o.http_method = "DELETE"
937
+ o.http_request_uri = "/devices/{DeviceId}"
938
+ o.input = Shapes::ShapeRef.new(shape: DeleteDeviceRequest)
939
+ o.output = Shapes::ShapeRef.new(shape: DeleteDeviceResponse)
940
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
941
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
942
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
943
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
944
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
945
+ end)
946
+
947
+ api.add_operation(:delete_package, Seahorse::Model::Operation.new.tap do |o|
948
+ o.name = "DeletePackage"
949
+ o.http_method = "DELETE"
950
+ o.http_request_uri = "/packages/{PackageId}"
951
+ o.input = Shapes::ShapeRef.new(shape: DeletePackageRequest)
952
+ o.output = Shapes::ShapeRef.new(shape: DeletePackageResponse)
953
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
954
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
955
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
956
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
957
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
958
+ end)
959
+
960
+ api.add_operation(:deregister_package_version, Seahorse::Model::Operation.new.tap do |o|
961
+ o.name = "DeregisterPackageVersion"
962
+ o.http_method = "DELETE"
963
+ o.http_request_uri = "/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}"
964
+ o.input = Shapes::ShapeRef.new(shape: DeregisterPackageVersionRequest)
965
+ o.output = Shapes::ShapeRef.new(shape: DeregisterPackageVersionResponse)
966
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
967
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
968
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
969
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
970
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
971
+ end)
972
+
973
+ api.add_operation(:describe_application_instance, Seahorse::Model::Operation.new.tap do |o|
974
+ o.name = "DescribeApplicationInstance"
975
+ o.http_method = "GET"
976
+ o.http_request_uri = "/application-instances/{applicationInstanceId}"
977
+ o.input = Shapes::ShapeRef.new(shape: DescribeApplicationInstanceRequest)
978
+ o.output = Shapes::ShapeRef.new(shape: DescribeApplicationInstanceResponse)
979
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
980
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
981
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
982
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
983
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
984
+ end)
985
+
986
+ api.add_operation(:describe_application_instance_details, Seahorse::Model::Operation.new.tap do |o|
987
+ o.name = "DescribeApplicationInstanceDetails"
988
+ o.http_method = "GET"
989
+ o.http_request_uri = "/application-instances/{applicationInstanceId}/details"
990
+ o.input = Shapes::ShapeRef.new(shape: DescribeApplicationInstanceDetailsRequest)
991
+ o.output = Shapes::ShapeRef.new(shape: DescribeApplicationInstanceDetailsResponse)
992
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
993
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
994
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
995
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
996
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
997
+ end)
998
+
999
+ api.add_operation(:describe_device, Seahorse::Model::Operation.new.tap do |o|
1000
+ o.name = "DescribeDevice"
1001
+ o.http_method = "GET"
1002
+ o.http_request_uri = "/devices/{DeviceId}"
1003
+ o.input = Shapes::ShapeRef.new(shape: DescribeDeviceRequest)
1004
+ o.output = Shapes::ShapeRef.new(shape: DescribeDeviceResponse)
1005
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1009
+ end)
1010
+
1011
+ api.add_operation(:describe_device_job, Seahorse::Model::Operation.new.tap do |o|
1012
+ o.name = "DescribeDeviceJob"
1013
+ o.http_method = "GET"
1014
+ o.http_request_uri = "/jobs/{JobId}"
1015
+ o.input = Shapes::ShapeRef.new(shape: DescribeDeviceJobRequest)
1016
+ o.output = Shapes::ShapeRef.new(shape: DescribeDeviceJobResponse)
1017
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1018
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1022
+ end)
1023
+
1024
+ api.add_operation(:describe_node, Seahorse::Model::Operation.new.tap do |o|
1025
+ o.name = "DescribeNode"
1026
+ o.http_method = "GET"
1027
+ o.http_request_uri = "/nodes/{NodeId}"
1028
+ o.input = Shapes::ShapeRef.new(shape: DescribeNodeRequest)
1029
+ o.output = Shapes::ShapeRef.new(shape: DescribeNodeResponse)
1030
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1031
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1032
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1034
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1035
+ end)
1036
+
1037
+ api.add_operation(:describe_node_from_template_job, Seahorse::Model::Operation.new.tap do |o|
1038
+ o.name = "DescribeNodeFromTemplateJob"
1039
+ o.http_method = "GET"
1040
+ o.http_request_uri = "/packages/template-job/{JobId}"
1041
+ o.input = Shapes::ShapeRef.new(shape: DescribeNodeFromTemplateJobRequest)
1042
+ o.output = Shapes::ShapeRef.new(shape: DescribeNodeFromTemplateJobResponse)
1043
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1044
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1045
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1047
+ end)
1048
+
1049
+ api.add_operation(:describe_package, Seahorse::Model::Operation.new.tap do |o|
1050
+ o.name = "DescribePackage"
1051
+ o.http_method = "GET"
1052
+ o.http_request_uri = "/packages/metadata/{PackageId}"
1053
+ o.input = Shapes::ShapeRef.new(shape: DescribePackageRequest)
1054
+ o.output = Shapes::ShapeRef.new(shape: DescribePackageResponse)
1055
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1058
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1060
+ end)
1061
+
1062
+ api.add_operation(:describe_package_import_job, Seahorse::Model::Operation.new.tap do |o|
1063
+ o.name = "DescribePackageImportJob"
1064
+ o.http_method = "GET"
1065
+ o.http_request_uri = "/packages/import-jobs/{JobId}"
1066
+ o.input = Shapes::ShapeRef.new(shape: DescribePackageImportJobRequest)
1067
+ o.output = Shapes::ShapeRef.new(shape: DescribePackageImportJobResponse)
1068
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1069
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1072
+ end)
1073
+
1074
+ api.add_operation(:describe_package_version, Seahorse::Model::Operation.new.tap do |o|
1075
+ o.name = "DescribePackageVersion"
1076
+ o.http_method = "GET"
1077
+ o.http_request_uri = "/packages/metadata/{PackageId}/versions/{PackageVersion}"
1078
+ o.input = Shapes::ShapeRef.new(shape: DescribePackageVersionRequest)
1079
+ o.output = Shapes::ShapeRef.new(shape: DescribePackageVersionResponse)
1080
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1085
+ end)
1086
+
1087
+ api.add_operation(:list_application_instance_dependencies, Seahorse::Model::Operation.new.tap do |o|
1088
+ o.name = "ListApplicationInstanceDependencies"
1089
+ o.http_method = "GET"
1090
+ o.http_request_uri = "/application-instances/{applicationInstanceId}/package-dependencies"
1091
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationInstanceDependenciesRequest)
1092
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationInstanceDependenciesResponse)
1093
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1095
+ o[:pager] = Aws::Pager.new(
1096
+ limit_key: "max_results",
1097
+ tokens: {
1098
+ "next_token" => "next_token"
1099
+ }
1100
+ )
1101
+ end)
1102
+
1103
+ api.add_operation(:list_application_instance_node_instances, Seahorse::Model::Operation.new.tap do |o|
1104
+ o.name = "ListApplicationInstanceNodeInstances"
1105
+ o.http_method = "GET"
1106
+ o.http_request_uri = "/application-instances/{applicationInstanceId}/node-instances"
1107
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationInstanceNodeInstancesRequest)
1108
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationInstanceNodeInstancesResponse)
1109
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1111
+ o[:pager] = Aws::Pager.new(
1112
+ limit_key: "max_results",
1113
+ tokens: {
1114
+ "next_token" => "next_token"
1115
+ }
1116
+ )
1117
+ end)
1118
+
1119
+ api.add_operation(:list_application_instances, Seahorse::Model::Operation.new.tap do |o|
1120
+ o.name = "ListApplicationInstances"
1121
+ o.http_method = "GET"
1122
+ o.http_request_uri = "/application-instances"
1123
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationInstancesRequest)
1124
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationInstancesResponse)
1125
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1126
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1127
+ o[:pager] = Aws::Pager.new(
1128
+ limit_key: "max_results",
1129
+ tokens: {
1130
+ "next_token" => "next_token"
1131
+ }
1132
+ )
1133
+ end)
1134
+
1135
+ api.add_operation(:list_devices, Seahorse::Model::Operation.new.tap do |o|
1136
+ o.name = "ListDevices"
1137
+ o.http_method = "GET"
1138
+ o.http_request_uri = "/devices"
1139
+ o.input = Shapes::ShapeRef.new(shape: ListDevicesRequest)
1140
+ o.output = Shapes::ShapeRef.new(shape: ListDevicesResponse)
1141
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1143
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1145
+ o[:pager] = Aws::Pager.new(
1146
+ limit_key: "max_results",
1147
+ tokens: {
1148
+ "next_token" => "next_token"
1149
+ }
1150
+ )
1151
+ end)
1152
+
1153
+ api.add_operation(:list_devices_jobs, Seahorse::Model::Operation.new.tap do |o|
1154
+ o.name = "ListDevicesJobs"
1155
+ o.http_method = "GET"
1156
+ o.http_request_uri = "/jobs"
1157
+ o.input = Shapes::ShapeRef.new(shape: ListDevicesJobsRequest)
1158
+ o.output = Shapes::ShapeRef.new(shape: ListDevicesJobsResponse)
1159
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1160
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1161
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1163
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1164
+ o[:pager] = Aws::Pager.new(
1165
+ limit_key: "max_results",
1166
+ tokens: {
1167
+ "next_token" => "next_token"
1168
+ }
1169
+ )
1170
+ end)
1171
+
1172
+ api.add_operation(:list_node_from_template_jobs, Seahorse::Model::Operation.new.tap do |o|
1173
+ o.name = "ListNodeFromTemplateJobs"
1174
+ o.http_method = "GET"
1175
+ o.http_request_uri = "/packages/template-job"
1176
+ o.input = Shapes::ShapeRef.new(shape: ListNodeFromTemplateJobsRequest)
1177
+ o.output = Shapes::ShapeRef.new(shape: ListNodeFromTemplateJobsResponse)
1178
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1182
+ o[:pager] = Aws::Pager.new(
1183
+ limit_key: "max_results",
1184
+ tokens: {
1185
+ "next_token" => "next_token"
1186
+ }
1187
+ )
1188
+ end)
1189
+
1190
+ api.add_operation(:list_nodes, Seahorse::Model::Operation.new.tap do |o|
1191
+ o.name = "ListNodes"
1192
+ o.http_method = "GET"
1193
+ o.http_request_uri = "/nodes"
1194
+ o.input = Shapes::ShapeRef.new(shape: ListNodesRequest)
1195
+ o.output = Shapes::ShapeRef.new(shape: ListNodesResponse)
1196
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1199
+ o[:pager] = Aws::Pager.new(
1200
+ limit_key: "max_results",
1201
+ tokens: {
1202
+ "next_token" => "next_token"
1203
+ }
1204
+ )
1205
+ end)
1206
+
1207
+ api.add_operation(:list_package_import_jobs, Seahorse::Model::Operation.new.tap do |o|
1208
+ o.name = "ListPackageImportJobs"
1209
+ o.http_method = "GET"
1210
+ o.http_request_uri = "/packages/import-jobs"
1211
+ o.input = Shapes::ShapeRef.new(shape: ListPackageImportJobsRequest)
1212
+ o.output = Shapes::ShapeRef.new(shape: ListPackageImportJobsResponse)
1213
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1214
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1217
+ o[:pager] = Aws::Pager.new(
1218
+ limit_key: "max_results",
1219
+ tokens: {
1220
+ "next_token" => "next_token"
1221
+ }
1222
+ )
1223
+ end)
1224
+
1225
+ api.add_operation(:list_packages, Seahorse::Model::Operation.new.tap do |o|
1226
+ o.name = "ListPackages"
1227
+ o.http_method = "GET"
1228
+ o.http_request_uri = "/packages"
1229
+ o.input = Shapes::ShapeRef.new(shape: ListPackagesRequest)
1230
+ o.output = Shapes::ShapeRef.new(shape: ListPackagesResponse)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1236
+ o[:pager] = Aws::Pager.new(
1237
+ limit_key: "max_results",
1238
+ tokens: {
1239
+ "next_token" => "next_token"
1240
+ }
1241
+ )
1242
+ end)
1243
+
1244
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1245
+ o.name = "ListTagsForResource"
1246
+ o.http_method = "GET"
1247
+ o.http_request_uri = "/tags/{ResourceArn}"
1248
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1249
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1250
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1251
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1252
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1253
+ end)
1254
+
1255
+ api.add_operation(:provision_device, Seahorse::Model::Operation.new.tap do |o|
1256
+ o.name = "ProvisionDevice"
1257
+ o.http_method = "POST"
1258
+ o.http_request_uri = "/devices"
1259
+ o.input = Shapes::ShapeRef.new(shape: ProvisionDeviceRequest)
1260
+ o.output = Shapes::ShapeRef.new(shape: ProvisionDeviceResponse)
1261
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1263
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1264
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1265
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1266
+ end)
1267
+
1268
+ api.add_operation(:register_package_version, Seahorse::Model::Operation.new.tap do |o|
1269
+ o.name = "RegisterPackageVersion"
1270
+ o.http_method = "PUT"
1271
+ o.http_request_uri = "/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}"
1272
+ o.input = Shapes::ShapeRef.new(shape: RegisterPackageVersionRequest)
1273
+ o.output = Shapes::ShapeRef.new(shape: RegisterPackageVersionResponse)
1274
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1275
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1278
+ end)
1279
+
1280
+ api.add_operation(:remove_application_instance, Seahorse::Model::Operation.new.tap do |o|
1281
+ o.name = "RemoveApplicationInstance"
1282
+ o.http_method = "DELETE"
1283
+ o.http_request_uri = "/application-instances/{applicationInstanceId}"
1284
+ o.input = Shapes::ShapeRef.new(shape: RemoveApplicationInstanceRequest)
1285
+ o.output = Shapes::ShapeRef.new(shape: RemoveApplicationInstanceResponse)
1286
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1287
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1291
+ end)
1292
+
1293
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1294
+ o.name = "TagResource"
1295
+ o.http_method = "POST"
1296
+ o.http_request_uri = "/tags/{ResourceArn}"
1297
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1298
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1299
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1302
+ end)
1303
+
1304
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1305
+ o.name = "UntagResource"
1306
+ o.http_method = "DELETE"
1307
+ o.http_request_uri = "/tags/{ResourceArn}"
1308
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1309
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1310
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1313
+ end)
1314
+
1315
+ api.add_operation(:update_device_metadata, Seahorse::Model::Operation.new.tap do |o|
1316
+ o.name = "UpdateDeviceMetadata"
1317
+ o.http_method = "PUT"
1318
+ o.http_request_uri = "/devices/{DeviceId}"
1319
+ o.input = Shapes::ShapeRef.new(shape: UpdateDeviceMetadataRequest)
1320
+ o.output = Shapes::ShapeRef.new(shape: UpdateDeviceMetadataResponse)
1321
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1322
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1323
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1324
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1325
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1326
+ end)
1327
+ end
1328
+
1329
+ end
1330
+ end