|
10 | 10 | # --------------------------------------------------------------------------
|
11 | 11 |
|
12 | 12 | try:
|
| 13 | + from .presentation_time_range_py3 import PresentationTimeRange |
| 14 | + from .filter_track_property_condition_py3 import FilterTrackPropertyCondition |
| 15 | + from .first_quality_py3 import FirstQuality |
| 16 | + from .filter_track_selection_py3 import FilterTrackSelection |
| 17 | + from .account_filter_py3 import AccountFilter |
| 18 | + from .odata_error_py3 import ODataError |
| 19 | + from .api_error_py3 import ApiError, ApiErrorException |
| 20 | + from .tracked_resource_py3 import TrackedResource |
| 21 | + from .resource_py3 import Resource |
| 22 | + from .proxy_resource_py3 import ProxyResource |
13 | 23 | from .provider_py3 import Provider
|
14 | 24 | from .operation_display_py3 import OperationDisplay
|
| 25 | + from .metric_dimension_py3 import MetricDimension |
| 26 | + from .metric_py3 import Metric |
| 27 | + from .service_specification_py3 import ServiceSpecification |
| 28 | + from .metric_properties_py3 import MetricProperties |
15 | 29 | from .operation_py3 import Operation
|
16 | 30 | from .location_py3 import Location
|
17 | 31 | from .entity_name_availability_check_output_py3 import EntityNameAvailabilityCheckOutput
|
18 | 32 | from .storage_account_py3 import StorageAccount
|
19 | 33 | from .sync_storage_keys_input_py3 import SyncStorageKeysInput
|
20 | 34 | from .media_service_py3 import MediaService
|
21 | 35 | from .subscription_media_service_py3 import SubscriptionMediaService
|
22 |
| - from .odata_error_py3 import ODataError |
23 |
| - from .api_error_py3 import ApiError, ApiErrorException |
24 | 36 | from .check_name_availability_input_py3 import CheckNameAvailabilityInput
|
25 |
| - from .proxy_resource_py3 import ProxyResource |
26 |
| - from .resource_py3 import Resource |
27 |
| - from .tracked_resource_py3 import TrackedResource |
28 | 37 | from .asset_container_sas_py3 import AssetContainerSas
|
29 |
| - from .asset_storage_encryption_key_py3 import AssetStorageEncryptionKey |
| 38 | + from .asset_file_encryption_metadata_py3 import AssetFileEncryptionMetadata |
| 39 | + from .storage_encrypted_asset_decryption_data_py3 import StorageEncryptedAssetDecryptionData |
| 40 | + from .asset_streaming_locator_py3 import AssetStreamingLocator |
| 41 | + from .list_streaming_locators_response_py3 import ListStreamingLocatorsResponse |
30 | 42 | from .asset_py3 import Asset
|
| 43 | + from .asset_filter_py3 import AssetFilter |
31 | 44 | from .list_container_sas_input_py3 import ListContainerSasInput
|
32 | 45 | from .content_key_policy_play_ready_explicit_analog_television_restriction_py3 import ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
|
33 | 46 | from .content_key_policy_play_ready_content_key_location_py3 import ContentKeyPolicyPlayReadyContentKeyLocation
|
|
123 | 136 | from .hls_py3 import Hls
|
124 | 137 | from .live_output_py3 import LiveOutput
|
125 | 138 | from .live_event_endpoint_py3 import LiveEventEndpoint
|
126 |
| - from .live_event_input_py3 import LiveEventInput |
127 | 139 | from .ip_range_py3 import IPRange
|
128 | 140 | from .ip_access_control_py3 import IPAccessControl
|
| 141 | + from .live_event_input_access_control_py3 import LiveEventInputAccessControl |
| 142 | + from .live_event_input_py3 import LiveEventInput |
129 | 143 | from .live_event_preview_access_control_py3 import LiveEventPreviewAccessControl
|
130 | 144 | from .live_event_preview_py3 import LiveEventPreview
|
131 | 145 | from .live_event_encoding_py3 import LiveEventEncoding
|
|
138 | 152 | from .streaming_entity_scale_unit_py3 import StreamingEntityScaleUnit
|
139 | 153 | from .streaming_endpoint_py3 import StreamingEndpoint
|
140 | 154 | except (SyntaxError, ImportError):
|
| 155 | + from .presentation_time_range import PresentationTimeRange |
| 156 | + from .filter_track_property_condition import FilterTrackPropertyCondition |
| 157 | + from .first_quality import FirstQuality |
| 158 | + from .filter_track_selection import FilterTrackSelection |
| 159 | + from .account_filter import AccountFilter |
| 160 | + from .odata_error import ODataError |
| 161 | + from .api_error import ApiError, ApiErrorException |
| 162 | + from .tracked_resource import TrackedResource |
| 163 | + from .resource import Resource |
| 164 | + from .proxy_resource import ProxyResource |
141 | 165 | from .provider import Provider
|
142 | 166 | from .operation_display import OperationDisplay
|
| 167 | + from .metric_dimension import MetricDimension |
| 168 | + from .metric import Metric |
| 169 | + from .service_specification import ServiceSpecification |
| 170 | + from .metric_properties import MetricProperties |
143 | 171 | from .operation import Operation
|
144 | 172 | from .location import Location
|
145 | 173 | from .entity_name_availability_check_output import EntityNameAvailabilityCheckOutput
|
146 | 174 | from .storage_account import StorageAccount
|
147 | 175 | from .sync_storage_keys_input import SyncStorageKeysInput
|
148 | 176 | from .media_service import MediaService
|
149 | 177 | from .subscription_media_service import SubscriptionMediaService
|
150 |
| - from .odata_error import ODataError |
151 |
| - from .api_error import ApiError, ApiErrorException |
152 | 178 | from .check_name_availability_input import CheckNameAvailabilityInput
|
153 |
| - from .proxy_resource import ProxyResource |
154 |
| - from .resource import Resource |
155 |
| - from .tracked_resource import TrackedResource |
156 | 179 | from .asset_container_sas import AssetContainerSas
|
157 |
| - from .asset_storage_encryption_key import AssetStorageEncryptionKey |
| 180 | + from .asset_file_encryption_metadata import AssetFileEncryptionMetadata |
| 181 | + from .storage_encrypted_asset_decryption_data import StorageEncryptedAssetDecryptionData |
| 182 | + from .asset_streaming_locator import AssetStreamingLocator |
| 183 | + from .list_streaming_locators_response import ListStreamingLocatorsResponse |
158 | 184 | from .asset import Asset
|
| 185 | + from .asset_filter import AssetFilter |
159 | 186 | from .list_container_sas_input import ListContainerSasInput
|
160 | 187 | from .content_key_policy_play_ready_explicit_analog_television_restriction import ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
|
161 | 188 | from .content_key_policy_play_ready_content_key_location import ContentKeyPolicyPlayReadyContentKeyLocation
|
|
251 | 278 | from .hls import Hls
|
252 | 279 | from .live_output import LiveOutput
|
253 | 280 | from .live_event_endpoint import LiveEventEndpoint
|
254 |
| - from .live_event_input import LiveEventInput |
255 | 281 | from .ip_range import IPRange
|
256 | 282 | from .ip_access_control import IPAccessControl
|
| 283 | + from .live_event_input_access_control import LiveEventInputAccessControl |
| 284 | + from .live_event_input import LiveEventInput |
257 | 285 | from .live_event_preview_access_control import LiveEventPreviewAccessControl
|
258 | 286 | from .live_event_preview import LiveEventPreview
|
259 | 287 | from .live_event_encoding import LiveEventEncoding
|
|
265 | 293 | from .streaming_endpoint_access_control import StreamingEndpointAccessControl
|
266 | 294 | from .streaming_entity_scale_unit import StreamingEntityScaleUnit
|
267 | 295 | from .streaming_endpoint import StreamingEndpoint
|
| 296 | +from .account_filter_paged import AccountFilterPaged |
268 | 297 | from .operation_paged import OperationPaged
|
269 | 298 | from .media_service_paged import MediaServicePaged
|
270 | 299 | from .subscription_media_service_paged import SubscriptionMediaServicePaged
|
271 | 300 | from .asset_paged import AssetPaged
|
| 301 | +from .asset_filter_paged import AssetFilterPaged |
272 | 302 | from .content_key_policy_paged import ContentKeyPolicyPaged
|
273 | 303 | from .transform_paged import TransformPaged
|
274 | 304 | from .job_paged import JobPaged
|
|
278 | 308 | from .live_output_paged import LiveOutputPaged
|
279 | 309 | from .streaming_endpoint_paged import StreamingEndpointPaged
|
280 | 310 | from .azure_media_services_enums import (
|
| 311 | + FilterTrackPropertyType, |
| 312 | + FilterTrackPropertyCompareOperation, |
| 313 | + MetricUnit, |
| 314 | + MetricAggregationType, |
281 | 315 | StorageAccountType,
|
282 | 316 | AssetStorageEncryptionFormat,
|
283 | 317 | AssetContainerPermission,
|
|
295 | 329 | EntropyMode,
|
296 | 330 | H264Complexity,
|
297 | 331 | EncoderNamedPreset,
|
| 332 | + InsightsType, |
298 | 333 | OnErrorType,
|
299 | 334 | Priority,
|
300 | 335 | JobErrorCode,
|
|
315 | 350 | )
|
316 | 351 |
|
317 | 352 | __all__ = [
|
| 353 | + 'PresentationTimeRange', |
| 354 | + 'FilterTrackPropertyCondition', |
| 355 | + 'FirstQuality', |
| 356 | + 'FilterTrackSelection', |
| 357 | + 'AccountFilter', |
| 358 | + 'ODataError', |
| 359 | + 'ApiError', 'ApiErrorException', |
| 360 | + 'TrackedResource', |
| 361 | + 'Resource', |
| 362 | + 'ProxyResource', |
318 | 363 | 'Provider',
|
319 | 364 | 'OperationDisplay',
|
| 365 | + 'MetricDimension', |
| 366 | + 'Metric', |
| 367 | + 'ServiceSpecification', |
| 368 | + 'MetricProperties', |
320 | 369 | 'Operation',
|
321 | 370 | 'Location',
|
322 | 371 | 'EntityNameAvailabilityCheckOutput',
|
323 | 372 | 'StorageAccount',
|
324 | 373 | 'SyncStorageKeysInput',
|
325 | 374 | 'MediaService',
|
326 | 375 | 'SubscriptionMediaService',
|
327 |
| - 'ODataError', |
328 |
| - 'ApiError', 'ApiErrorException', |
329 | 376 | 'CheckNameAvailabilityInput',
|
330 |
| - 'ProxyResource', |
331 |
| - 'Resource', |
332 |
| - 'TrackedResource', |
333 | 377 | 'AssetContainerSas',
|
334 |
| - 'AssetStorageEncryptionKey', |
| 378 | + 'AssetFileEncryptionMetadata', |
| 379 | + 'StorageEncryptedAssetDecryptionData', |
| 380 | + 'AssetStreamingLocator', |
| 381 | + 'ListStreamingLocatorsResponse', |
335 | 382 | 'Asset',
|
| 383 | + 'AssetFilter', |
336 | 384 | 'ListContainerSasInput',
|
337 | 385 | 'ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction',
|
338 | 386 | 'ContentKeyPolicyPlayReadyContentKeyLocation',
|
|
428 | 476 | 'Hls',
|
429 | 477 | 'LiveOutput',
|
430 | 478 | 'LiveEventEndpoint',
|
431 |
| - 'LiveEventInput', |
432 | 479 | 'IPRange',
|
433 | 480 | 'IPAccessControl',
|
| 481 | + 'LiveEventInputAccessControl', |
| 482 | + 'LiveEventInput', |
434 | 483 | 'LiveEventPreviewAccessControl',
|
435 | 484 | 'LiveEventPreview',
|
436 | 485 | 'LiveEventEncoding',
|
|
442 | 491 | 'StreamingEndpointAccessControl',
|
443 | 492 | 'StreamingEntityScaleUnit',
|
444 | 493 | 'StreamingEndpoint',
|
| 494 | + 'AccountFilterPaged', |
445 | 495 | 'OperationPaged',
|
446 | 496 | 'MediaServicePaged',
|
447 | 497 | 'SubscriptionMediaServicePaged',
|
448 | 498 | 'AssetPaged',
|
| 499 | + 'AssetFilterPaged', |
449 | 500 | 'ContentKeyPolicyPaged',
|
450 | 501 | 'TransformPaged',
|
451 | 502 | 'JobPaged',
|
|
454 | 505 | 'LiveEventPaged',
|
455 | 506 | 'LiveOutputPaged',
|
456 | 507 | 'StreamingEndpointPaged',
|
| 508 | + 'FilterTrackPropertyType', |
| 509 | + 'FilterTrackPropertyCompareOperation', |
| 510 | + 'MetricUnit', |
| 511 | + 'MetricAggregationType', |
457 | 512 | 'StorageAccountType',
|
458 | 513 | 'AssetStorageEncryptionFormat',
|
459 | 514 | 'AssetContainerPermission',
|
|
471 | 526 | 'EntropyMode',
|
472 | 527 | 'H264Complexity',
|
473 | 528 | 'EncoderNamedPreset',
|
| 529 | + 'InsightsType', |
474 | 530 | 'OnErrorType',
|
475 | 531 | 'Priority',
|
476 | 532 | 'JobErrorCode',
|
|
0 commit comments