azure_mgmt_stream_analytics 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/lib/azure_mgmt_stream_analytics.rb +5 -0
  4. data/lib/generated/azure_mgmt_stream_analytics.rb +102 -0
  5. data/lib/generated/azure_mgmt_stream_analytics/functions.rb +1055 -0
  6. data/lib/generated/azure_mgmt_stream_analytics/inputs.rb +923 -0
  7. data/lib/generated/azure_mgmt_stream_analytics/models/avro_serialization.rb +61 -0
  8. data/lib/generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_function_binding.rb +115 -0
  9. data/lib/generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_function_retrieve_default_definition_parameters.rb +75 -0
  10. data/lib/generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_input_column.rb +71 -0
  11. data/lib/generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_inputs.rb +65 -0
  12. data/lib/generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_output_column.rb +60 -0
  13. data/lib/generated/azure_mgmt_stream_analytics/models/azure_sql_database_data_source_properties.rb +91 -0
  14. data/lib/generated/azure_mgmt_stream_analytics/models/azure_sql_database_output_data_source.rb +104 -0
  15. data/lib/generated/azure_mgmt_stream_analytics/models/azure_table_output_data_source.rb +135 -0
  16. data/lib/generated/azure_mgmt_stream_analytics/models/blob_data_source_properties.rb +107 -0
  17. data/lib/generated/azure_mgmt_stream_analytics/models/blob_output_data_source.rb +121 -0
  18. data/lib/generated/azure_mgmt_stream_analytics/models/blob_reference_input_data_source.rb +121 -0
  19. data/lib/generated/azure_mgmt_stream_analytics/models/blob_stream_input_data_source.rb +132 -0
  20. data/lib/generated/azure_mgmt_stream_analytics/models/compatibility_level.rb +15 -0
  21. data/lib/generated/azure_mgmt_stream_analytics/models/csv_serialization.rb +79 -0
  22. data/lib/generated/azure_mgmt_stream_analytics/models/diagnostic_condition.rb +72 -0
  23. data/lib/generated/azure_mgmt_stream_analytics/models/diagnostics.rb +57 -0
  24. data/lib/generated/azure_mgmt_stream_analytics/models/document_db_output_data_source.rb +121 -0
  25. data/lib/generated/azure_mgmt_stream_analytics/models/encoding.rb +15 -0
  26. data/lib/generated/azure_mgmt_stream_analytics/models/error_response.rb +57 -0
  27. data/lib/generated/azure_mgmt_stream_analytics/models/event_hub_data_source_properties.rb +67 -0
  28. data/lib/generated/azure_mgmt_stream_analytics/models/event_hub_output_data_source.rb +106 -0
  29. data/lib/generated/azure_mgmt_stream_analytics/models/event_hub_stream_input_data_source.rb +109 -0
  30. data/lib/generated/azure_mgmt_stream_analytics/models/events_out_of_order_policy.rb +16 -0
  31. data/lib/generated/azure_mgmt_stream_analytics/models/function.rb +73 -0
  32. data/lib/generated/azure_mgmt_stream_analytics/models/function_binding.rb +48 -0
  33. data/lib/generated/azure_mgmt_stream_analytics/models/function_input.rb +60 -0
  34. data/lib/generated/azure_mgmt_stream_analytics/models/function_list_result.rb +97 -0
  35. data/lib/generated/azure_mgmt_stream_analytics/models/function_output.rb +48 -0
  36. data/lib/generated/azure_mgmt_stream_analytics/models/function_properties.rb +60 -0
  37. data/lib/generated/azure_mgmt_stream_analytics/models/function_retrieve_default_definition_parameters.rb +49 -0
  38. data/lib/generated/azure_mgmt_stream_analytics/models/input.rb +73 -0
  39. data/lib/generated/azure_mgmt_stream_analytics/models/input_list_result.rb +97 -0
  40. data/lib/generated/azure_mgmt_stream_analytics/models/input_properties.rb +89 -0
  41. data/lib/generated/azure_mgmt_stream_analytics/models/io_thub_stream_input_data_source.rb +106 -0
  42. data/lib/generated/azure_mgmt_stream_analytics/models/java_script_function_binding.rb +60 -0
  43. data/lib/generated/azure_mgmt_stream_analytics/models/java_script_function_retrieve_default_definition_parameters.rb +73 -0
  44. data/lib/generated/azure_mgmt_stream_analytics/models/json_output_serialization_format.rb +16 -0
  45. data/lib/generated/azure_mgmt_stream_analytics/models/json_serialization.rb +80 -0
  46. data/lib/generated/azure_mgmt_stream_analytics/models/operation.rb +60 -0
  47. data/lib/generated/azure_mgmt_stream_analytics/models/operation_display.rb +82 -0
  48. data/lib/generated/azure_mgmt_stream_analytics/models/operation_list_result.rb +99 -0
  49. data/lib/generated/azure_mgmt_stream_analytics/models/output.rb +115 -0
  50. data/lib/generated/azure_mgmt_stream_analytics/models/output_data_source.rb +52 -0
  51. data/lib/generated/azure_mgmt_stream_analytics/models/output_error_policy.rb +16 -0
  52. data/lib/generated/azure_mgmt_stream_analytics/models/output_list_result.rb +97 -0
  53. data/lib/generated/azure_mgmt_stream_analytics/models/output_start_mode.rb +17 -0
  54. data/lib/generated/azure_mgmt_stream_analytics/models/reference_input_data_source.rb +46 -0
  55. data/lib/generated/azure_mgmt_stream_analytics/models/reference_input_properties.rb +91 -0
  56. data/lib/generated/azure_mgmt_stream_analytics/models/resource_test_status.rb +59 -0
  57. data/lib/generated/azure_mgmt_stream_analytics/models/scalar_function_properties.rb +102 -0
  58. data/lib/generated/azure_mgmt_stream_analytics/models/serialization.rb +49 -0
  59. data/lib/generated/azure_mgmt_stream_analytics/models/service_bus_data_source_properties.rb +71 -0
  60. data/lib/generated/azure_mgmt_stream_analytics/models/service_bus_queue_output_data_source.rb +113 -0
  61. data/lib/generated/azure_mgmt_stream_analytics/models/service_bus_topic_output_data_source.rb +113 -0
  62. data/lib/generated/azure_mgmt_stream_analytics/models/sku.rb +46 -0
  63. data/lib/generated/azure_mgmt_stream_analytics/models/sku_name.rb +15 -0
  64. data/lib/generated/azure_mgmt_stream_analytics/models/start_streaming_job_parameters.rb +64 -0
  65. data/lib/generated/azure_mgmt_stream_analytics/models/storage_account.rb +57 -0
  66. data/lib/generated/azure_mgmt_stream_analytics/models/stream_input_data_source.rb +48 -0
  67. data/lib/generated/azure_mgmt_stream_analytics/models/stream_input_properties.rb +90 -0
  68. data/lib/generated/azure_mgmt_stream_analytics/models/streaming_job.rb +353 -0
  69. data/lib/generated/azure_mgmt_stream_analytics/models/streaming_job_list_result.rb +97 -0
  70. data/lib/generated/azure_mgmt_stream_analytics/models/sub_resource.rb +64 -0
  71. data/lib/generated/azure_mgmt_stream_analytics/models/subscription_quota.rb +80 -0
  72. data/lib/generated/azure_mgmt_stream_analytics/models/subscription_quotas_list_result.rb +56 -0
  73. data/lib/generated/azure_mgmt_stream_analytics/models/transformation.rb +98 -0
  74. data/lib/generated/azure_mgmt_stream_analytics/models/udf_type.rb +15 -0
  75. data/lib/generated/azure_mgmt_stream_analytics/module_definition.rb +8 -0
  76. data/lib/generated/azure_mgmt_stream_analytics/operations.rb +213 -0
  77. data/lib/generated/azure_mgmt_stream_analytics/outputs.rb +924 -0
  78. data/lib/generated/azure_mgmt_stream_analytics/stream_analytics_management_client.rb +155 -0
  79. data/lib/generated/azure_mgmt_stream_analytics/streaming_jobs.rb +1327 -0
  80. data/lib/generated/azure_mgmt_stream_analytics/subscriptions.rb +121 -0
  81. data/lib/generated/azure_mgmt_stream_analytics/transformations.rb +427 -0
  82. data/lib/generated/azure_mgmt_stream_analytics/version.rb +8 -0
  83. metadata +195 -0
@@ -0,0 +1,57 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ARM::StreamAnalytics
7
+ module Models
8
+ #
9
+ # The properties that are associated with an Azure Storage account
10
+ #
11
+ class StorageAccount
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+ # @return [String] The name of the Azure Storage account. Required on PUT
17
+ # (CreateOrReplace) requests.
18
+ attr_accessor :account_name
19
+
20
+ # @return [String] The account key for the Azure Storage account.
21
+ # Required on PUT (CreateOrReplace) requests.
22
+ attr_accessor :account_key
23
+
24
+
25
+ #
26
+ # Mapper for StorageAccount class as Ruby Hash.
27
+ # This will be used for serialization/deserialization.
28
+ #
29
+ def self.mapper()
30
+ {
31
+ required: false,
32
+ serialized_name: 'StorageAccount',
33
+ type: {
34
+ name: 'Composite',
35
+ class_name: 'StorageAccount',
36
+ model_properties: {
37
+ account_name: {
38
+ required: false,
39
+ serialized_name: 'accountName',
40
+ type: {
41
+ name: 'String'
42
+ }
43
+ },
44
+ account_key: {
45
+ required: false,
46
+ serialized_name: 'accountKey',
47
+ type: {
48
+ name: 'String'
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,48 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ARM::StreamAnalytics
7
+ module Models
8
+ #
9
+ # Describes an input data source that contains stream data.
10
+ #
11
+ class StreamInputDataSource
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+ @@discriminatorMap = Hash.new
17
+ @@discriminatorMap["Microsoft.Devices/IotHubs"] = "IoTHubStreamInputDataSource"
18
+ @@discriminatorMap["Microsoft.ServiceBus/EventHub"] = "EventHubStreamInputDataSource"
19
+ @@discriminatorMap["Microsoft.Storage/Blob"] = "BlobStreamInputDataSource"
20
+
21
+ def initialize
22
+ @type = "StreamInputDataSource"
23
+ end
24
+
25
+ attr_accessor :type
26
+
27
+
28
+ #
29
+ # Mapper for StreamInputDataSource class as Ruby Hash.
30
+ # This will be used for serialization/deserialization.
31
+ #
32
+ def self.mapper()
33
+ {
34
+ required: false,
35
+ serialized_name: 'StreamInputDataSource',
36
+ type: {
37
+ name: 'Composite',
38
+ polymorphic_discriminator: 'type',
39
+ uber_parent: 'StreamInputDataSource',
40
+ class_name: 'StreamInputDataSource',
41
+ model_properties: {
42
+ }
43
+ }
44
+ }
45
+ end
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,90 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ARM::StreamAnalytics
7
+ module Models
8
+ #
9
+ # The properties that are associated with an input containing stream data.
10
+ #
11
+ class StreamInputProperties < InputProperties
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+
17
+ def initialize
18
+ @type = "Stream"
19
+ end
20
+
21
+ attr_accessor :type
22
+
23
+ # @return [StreamInputDataSource] Describes an input data source that
24
+ # contains stream data. Required on PUT (CreateOrReplace) requests.
25
+ attr_accessor :datasource
26
+
27
+
28
+ #
29
+ # Mapper for StreamInputProperties class as Ruby Hash.
30
+ # This will be used for serialization/deserialization.
31
+ #
32
+ def self.mapper()
33
+ {
34
+ required: false,
35
+ serialized_name: 'Stream',
36
+ type: {
37
+ name: 'Composite',
38
+ class_name: 'StreamInputProperties',
39
+ model_properties: {
40
+ serialization: {
41
+ required: false,
42
+ serialized_name: 'serialization',
43
+ type: {
44
+ name: 'Composite',
45
+ polymorphic_discriminator: 'type',
46
+ uber_parent: 'Serialization',
47
+ class_name: 'Serialization'
48
+ }
49
+ },
50
+ diagnostics: {
51
+ required: false,
52
+ read_only: true,
53
+ serialized_name: 'diagnostics',
54
+ type: {
55
+ name: 'Composite',
56
+ class_name: 'Diagnostics'
57
+ }
58
+ },
59
+ etag: {
60
+ required: false,
61
+ read_only: true,
62
+ serialized_name: 'etag',
63
+ type: {
64
+ name: 'String'
65
+ }
66
+ },
67
+ type: {
68
+ required: true,
69
+ serialized_name: 'type',
70
+ type: {
71
+ name: 'String'
72
+ }
73
+ },
74
+ datasource: {
75
+ required: false,
76
+ serialized_name: 'datasource',
77
+ type: {
78
+ name: 'Composite',
79
+ polymorphic_discriminator: 'type',
80
+ uber_parent: 'StreamInputDataSource',
81
+ class_name: 'StreamInputDataSource'
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
87
+ end
88
+ end
89
+ end
90
+ end
@@ -0,0 +1,353 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ARM::StreamAnalytics
7
+ module Models
8
+ #
9
+ # A streamng job object, containing all information associated with the
10
+ # named streaming job.
11
+ #
12
+ class StreamingJob < MsRestAzure::Resource
13
+
14
+ include MsRestAzure
15
+
16
+ include MsRest::JSONable
17
+ # @return [Sku] Describes the SKU of the streaming job. Required on PUT
18
+ # (CreateOrReplace) requests.
19
+ attr_accessor :sku
20
+
21
+ # @return [String] A GUID uniquely identifying the streaming job. This
22
+ # GUID is generated upon creation of the streaming job.
23
+ attr_accessor :job_id
24
+
25
+ # @return [String] Describes the provisioning status of the streaming
26
+ # job.
27
+ attr_accessor :provisioning_state
28
+
29
+ # @return [String] Describes the state of the streaming job.
30
+ attr_accessor :job_state
31
+
32
+ # @return [OutputStartMode] This property should only be utilized when it
33
+ # is desired that the job be started immediately upon creation. Value may
34
+ # be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether
35
+ # the starting point of the output event stream should start whenever the
36
+ # job is started, start at a custom user time stamp specified via the
37
+ # outputStartTime property, or start from the last event output time.
38
+ # Possible values include: 'JobStartTime', 'CustomTime',
39
+ # 'LastOutputEventTime'
40
+ attr_accessor :output_start_mode
41
+
42
+ # @return [DateTime] Value is either an ISO-8601 formatted time stamp
43
+ # that indicates the starting point of the output event stream, or null
44
+ # to indicate that the output event stream will start whenever the
45
+ # streaming job is started. This property must have a value if
46
+ # outputStartMode is set to CustomTime.
47
+ attr_accessor :output_start_time
48
+
49
+ # @return [DateTime] Value is either an ISO-8601 formatted timestamp
50
+ # indicating the last output event time of the streaming job or null
51
+ # indicating that output has not yet been produced. In case of multiple
52
+ # outputs or multiple streams, this shows the latest value in that set.
53
+ attr_accessor :last_output_event_time
54
+
55
+ # @return [EventsOutOfOrderPolicy] Indicates the policy to apply to
56
+ # events that arrive out of order in the input event stream. Possible
57
+ # values include: 'Adjust', 'Drop'
58
+ attr_accessor :events_out_of_order_policy
59
+
60
+ # @return [OutputErrorPolicy] Indicates the policy to apply to events
61
+ # that arrive at the output and cannot be written to the external storage
62
+ # due to being malformed (missing column values, column values of wrong
63
+ # type or size). Possible values include: 'Stop', 'Drop'
64
+ attr_accessor :output_error_policy
65
+
66
+ # @return [Integer] The maximum tolerable delay in seconds where
67
+ # out-of-order events can be adjusted to be back in order.
68
+ attr_accessor :events_out_of_order_max_delay_in_seconds
69
+
70
+ # @return [Integer] The maximum tolerable delay in seconds where events
71
+ # arriving late could be included. Supported range is -1 to 1814399
72
+ # (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the
73
+ # property is absent, it is interpreted to have a value of -1.
74
+ attr_accessor :events_late_arrival_max_delay_in_seconds
75
+
76
+ # @return [String] The data locale of the stream analytics job. Value
77
+ # should be the name of a supported .NET Culture from the set
78
+ # https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx.
79
+ # Defaults to 'en-US' if none specified.
80
+ attr_accessor :data_locale
81
+
82
+ # @return [CompatibilityLevel] Controls certain runtime behaviors of the
83
+ # streaming job. Possible values include: '1.0'
84
+ attr_accessor :compatibility_level
85
+
86
+ # @return [DateTime] Value is an ISO-8601 formatted UTC timestamp
87
+ # indicating when the streaming job was created.
88
+ attr_accessor :created_date
89
+
90
+ # @return [Array<Input>] A list of one or more inputs to the streaming
91
+ # job. The name property for each input is required when specifying this
92
+ # property in a PUT request. This property cannot be modify via a PATCH
93
+ # operation. You must use the PATCH API available for the individual
94
+ # input.
95
+ attr_accessor :inputs
96
+
97
+ # @return [Transformation] Indicates the query and the number of
98
+ # streaming units to use for the streaming job. The name property of the
99
+ # transformation is required when specifying this property in a PUT
100
+ # request. This property cannot be modify via a PATCH operation. You must
101
+ # use the PATCH API available for the individual tranformation.
102
+ attr_accessor :transformation
103
+
104
+ # @return [Array<Output>] A list of one or more outputs for the streaming
105
+ # job. The name property for each output is required when specifying this
106
+ # property in a PUT request. This property cannot be modify via a PATCH
107
+ # operation. You must use the PATCH API available for the individual
108
+ # output.
109
+ attr_accessor :outputs
110
+
111
+ # @return [Array<Function>] A list of one or more functions for the
112
+ # streaming job. The name property for each function is required when
113
+ # specifying this property in a PUT request. This property cannot be
114
+ # modify via a PATCH operation. You must use the PATCH API available for
115
+ # the individual transformation.
116
+ attr_accessor :functions
117
+
118
+ # @return [String] The current entity tag for the streaming job. This is
119
+ # an opaque string. You can use it to detect whether the resource has
120
+ # changed between requests. You can also use it in the If-Match or
121
+ # If-None-Match headers for write operations for optimistic concurrency.
122
+ attr_accessor :etag
123
+
124
+
125
+ #
126
+ # Mapper for StreamingJob class as Ruby Hash.
127
+ # This will be used for serialization/deserialization.
128
+ #
129
+ def self.mapper()
130
+ {
131
+ required: false,
132
+ serialized_name: 'StreamingJob',
133
+ type: {
134
+ name: 'Composite',
135
+ class_name: 'StreamingJob',
136
+ model_properties: {
137
+ id: {
138
+ required: false,
139
+ read_only: true,
140
+ serialized_name: 'id',
141
+ type: {
142
+ name: 'String'
143
+ }
144
+ },
145
+ name: {
146
+ required: false,
147
+ read_only: true,
148
+ serialized_name: 'name',
149
+ type: {
150
+ name: 'String'
151
+ }
152
+ },
153
+ type: {
154
+ required: false,
155
+ read_only: true,
156
+ serialized_name: 'type',
157
+ type: {
158
+ name: 'String'
159
+ }
160
+ },
161
+ location: {
162
+ required: false,
163
+ serialized_name: 'location',
164
+ type: {
165
+ name: 'String'
166
+ }
167
+ },
168
+ tags: {
169
+ required: false,
170
+ serialized_name: 'tags',
171
+ type: {
172
+ name: 'Dictionary',
173
+ value: {
174
+ required: false,
175
+ serialized_name: 'StringElementType',
176
+ type: {
177
+ name: 'String'
178
+ }
179
+ }
180
+ }
181
+ },
182
+ sku: {
183
+ required: false,
184
+ serialized_name: 'properties.sku',
185
+ type: {
186
+ name: 'Composite',
187
+ class_name: 'Sku'
188
+ }
189
+ },
190
+ job_id: {
191
+ required: false,
192
+ read_only: true,
193
+ serialized_name: 'properties.jobId',
194
+ type: {
195
+ name: 'String'
196
+ }
197
+ },
198
+ provisioning_state: {
199
+ required: false,
200
+ read_only: true,
201
+ serialized_name: 'properties.provisioningState',
202
+ type: {
203
+ name: 'String'
204
+ }
205
+ },
206
+ job_state: {
207
+ required: false,
208
+ read_only: true,
209
+ serialized_name: 'properties.jobState',
210
+ type: {
211
+ name: 'String'
212
+ }
213
+ },
214
+ output_start_mode: {
215
+ required: false,
216
+ serialized_name: 'properties.outputStartMode',
217
+ type: {
218
+ name: 'String'
219
+ }
220
+ },
221
+ output_start_time: {
222
+ required: false,
223
+ serialized_name: 'properties.outputStartTime',
224
+ type: {
225
+ name: 'DateTime'
226
+ }
227
+ },
228
+ last_output_event_time: {
229
+ required: false,
230
+ read_only: true,
231
+ serialized_name: 'properties.lastOutputEventTime',
232
+ type: {
233
+ name: 'DateTime'
234
+ }
235
+ },
236
+ events_out_of_order_policy: {
237
+ required: false,
238
+ serialized_name: 'properties.eventsOutOfOrderPolicy',
239
+ type: {
240
+ name: 'String'
241
+ }
242
+ },
243
+ output_error_policy: {
244
+ required: false,
245
+ serialized_name: 'properties.outputErrorPolicy',
246
+ type: {
247
+ name: 'String'
248
+ }
249
+ },
250
+ events_out_of_order_max_delay_in_seconds: {
251
+ required: false,
252
+ serialized_name: 'properties.eventsOutOfOrderMaxDelayInSeconds',
253
+ type: {
254
+ name: 'Number'
255
+ }
256
+ },
257
+ events_late_arrival_max_delay_in_seconds: {
258
+ required: false,
259
+ serialized_name: 'properties.eventsLateArrivalMaxDelayInSeconds',
260
+ type: {
261
+ name: 'Number'
262
+ }
263
+ },
264
+ data_locale: {
265
+ required: false,
266
+ serialized_name: 'properties.dataLocale',
267
+ type: {
268
+ name: 'String'
269
+ }
270
+ },
271
+ compatibility_level: {
272
+ required: false,
273
+ serialized_name: 'properties.compatibilityLevel',
274
+ type: {
275
+ name: 'String'
276
+ }
277
+ },
278
+ created_date: {
279
+ required: false,
280
+ read_only: true,
281
+ serialized_name: 'properties.createdDate',
282
+ type: {
283
+ name: 'DateTime'
284
+ }
285
+ },
286
+ inputs: {
287
+ required: false,
288
+ serialized_name: 'properties.inputs',
289
+ type: {
290
+ name: 'Sequence',
291
+ element: {
292
+ required: false,
293
+ serialized_name: 'InputElementType',
294
+ type: {
295
+ name: 'Composite',
296
+ class_name: 'Input'
297
+ }
298
+ }
299
+ }
300
+ },
301
+ transformation: {
302
+ required: false,
303
+ serialized_name: 'properties.transformation',
304
+ type: {
305
+ name: 'Composite',
306
+ class_name: 'Transformation'
307
+ }
308
+ },
309
+ outputs: {
310
+ required: false,
311
+ serialized_name: 'properties.outputs',
312
+ type: {
313
+ name: 'Sequence',
314
+ element: {
315
+ required: false,
316
+ serialized_name: 'OutputElementType',
317
+ type: {
318
+ name: 'Composite',
319
+ class_name: 'Output'
320
+ }
321
+ }
322
+ }
323
+ },
324
+ functions: {
325
+ required: false,
326
+ serialized_name: 'properties.functions',
327
+ type: {
328
+ name: 'Sequence',
329
+ element: {
330
+ required: false,
331
+ serialized_name: 'FunctionElementType',
332
+ type: {
333
+ name: 'Composite',
334
+ class_name: 'Function'
335
+ }
336
+ }
337
+ }
338
+ },
339
+ etag: {
340
+ required: false,
341
+ read_only: true,
342
+ serialized_name: 'properties.etag',
343
+ type: {
344
+ name: 'String'
345
+ }
346
+ }
347
+ }
348
+ }
349
+ }
350
+ end
351
+ end
352
+ end
353
+ end