aws-sdk-lookoutequipment 1.47.0 → 1.48.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1026dc33bc70909331d51890d9d99bf65dbeb98b2679dc0161b699e1a4a99c56
4
- data.tar.gz: 762aa0c9a0aa1308b4e3ef5835f2317c7a240ffaffa45fd89cf3bf34a4f147e9
3
+ metadata.gz: eea85c1ca82df004e8c7e2c31ee8848421f88dd6dba7d6f4ff8dd57769508bac
4
+ data.tar.gz: 3d5e3238b848218431b4b01808fac5349b27f9958a585e66667d9f4b80fdaba9
5
5
  SHA512:
6
- metadata.gz: fd2c03288eb4c4f3f0b0a2ea0d5dbaffa71051366ebf74d4ad1b71544b86ef0271125903cc47ae7b5a9cf47c1f22d706d70dddfb29b3d421ee317068de9400e9
7
- data.tar.gz: 11186bc9112a20ba52cbe2bdf6905cd82ac2df305185bcaa421b3b819b3ba7c955016c9c837125c9174121ad4008508aa2fe1c680e0ee497a0a0d8bb359244cd
6
+ metadata.gz: c02058af37802e12635dd7d4992e9a495639e5a91240578c16c5180da32e4dab8cd6c9156cd9eb4b1c062787942de2eccfa057e46e67227516acf12e0c949449
7
+ data.tar.gz: 10848a976365a42f44feaa16ccf268acc6f4232b9bfac74f7da918142d201f1f2f7dcb0f3fcfb40d7856d2309e8c9c11e0ef1ec1dbd0d9a949b944d634acc265
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.47.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -3386,7 +3386,7 @@ module Aws::LookoutEquipment
3386
3386
  tracer: tracer
3387
3387
  )
3388
3388
  context[:gem_name] = 'aws-sdk-lookoutequipment'
3389
- context[:gem_version] = '1.47.0'
3389
+ context[:gem_version] = '1.48.0'
3390
3390
  Seahorse::Client::Request.new(handlers, context)
3391
3391
  end
3392
3392
 
@@ -251,7 +251,7 @@ module Aws::LookoutEquipment
251
251
  CreateDatasetRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetName, required: true, location_name: "DatasetName"))
252
252
  CreateDatasetRequest.add_member(:dataset_schema, Shapes::ShapeRef.new(shape: DatasetSchema, location_name: "DatasetSchema"))
253
253
  CreateDatasetRequest.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: NameOrArn, location_name: "ServerSideKmsKeyId"))
254
- CreateDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
254
+ CreateDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
255
255
  CreateDatasetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
256
256
  CreateDatasetRequest.struct_class = Types::CreateDatasetRequest
257
257
 
@@ -268,7 +268,7 @@ module Aws::LookoutEquipment
268
268
  CreateInferenceSchedulerRequest.add_member(:data_output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "DataOutputConfiguration"))
269
269
  CreateInferenceSchedulerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
270
270
  CreateInferenceSchedulerRequest.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: NameOrArn, location_name: "ServerSideKmsKeyId"))
271
- CreateInferenceSchedulerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
271
+ CreateInferenceSchedulerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
272
272
  CreateInferenceSchedulerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
273
273
  CreateInferenceSchedulerRequest.struct_class = Types::CreateInferenceSchedulerRequest
274
274
 
@@ -280,7 +280,7 @@ module Aws::LookoutEquipment
280
280
 
281
281
  CreateLabelGroupRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
282
282
  CreateLabelGroupRequest.add_member(:fault_codes, Shapes::ShapeRef.new(shape: FaultCodes, location_name: "FaultCodes"))
283
- CreateLabelGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
283
+ CreateLabelGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
284
284
  CreateLabelGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
285
285
  CreateLabelGroupRequest.struct_class = Types::CreateLabelGroupRequest
286
286
 
@@ -295,7 +295,7 @@ module Aws::LookoutEquipment
295
295
  CreateLabelRequest.add_member(:fault_code, Shapes::ShapeRef.new(shape: FaultCode, location_name: "FaultCode"))
296
296
  CreateLabelRequest.add_member(:notes, Shapes::ShapeRef.new(shape: Comments, location_name: "Notes"))
297
297
  CreateLabelRequest.add_member(:equipment, Shapes::ShapeRef.new(shape: Equipment, location_name: "Equipment"))
298
- CreateLabelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
298
+ CreateLabelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
299
299
  CreateLabelRequest.struct_class = Types::CreateLabelRequest
300
300
 
301
301
  CreateLabelResponse.add_member(:label_id, Shapes::ShapeRef.new(shape: LabelId, location_name: "LabelId"))
@@ -305,7 +305,7 @@ module Aws::LookoutEquipment
305
305
  CreateModelRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetIdentifier, required: true, location_name: "DatasetName"))
306
306
  CreateModelRequest.add_member(:dataset_schema, Shapes::ShapeRef.new(shape: DatasetSchema, location_name: "DatasetSchema"))
307
307
  CreateModelRequest.add_member(:labels_input_configuration, Shapes::ShapeRef.new(shape: LabelsInputConfiguration, location_name: "LabelsInputConfiguration"))
308
- CreateModelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
308
+ CreateModelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
309
309
  CreateModelRequest.add_member(:training_data_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingDataStartTime"))
310
310
  CreateModelRequest.add_member(:training_data_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingDataEndTime"))
311
311
  CreateModelRequest.add_member(:evaluation_data_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EvaluationDataStartTime"))
@@ -327,7 +327,7 @@ module Aws::LookoutEquipment
327
327
  CreateRetrainingSchedulerRequest.add_member(:retraining_frequency, Shapes::ShapeRef.new(shape: RetrainingFrequency, required: true, location_name: "RetrainingFrequency"))
328
328
  CreateRetrainingSchedulerRequest.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, required: true, location_name: "LookbackWindow"))
329
329
  CreateRetrainingSchedulerRequest.add_member(:promote_mode, Shapes::ShapeRef.new(shape: ModelPromoteMode, location_name: "PromoteMode"))
330
- CreateRetrainingSchedulerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
330
+ CreateRetrainingSchedulerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
331
331
  CreateRetrainingSchedulerRequest.struct_class = Types::CreateRetrainingSchedulerRequest
332
332
 
333
333
  CreateRetrainingSchedulerResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
@@ -354,7 +354,7 @@ module Aws::LookoutEquipment
354
354
  DataQualitySummary.add_member(:duplicate_timestamps, Shapes::ShapeRef.new(shape: DuplicateTimestamps, required: true, location_name: "DuplicateTimestamps"))
355
355
  DataQualitySummary.struct_class = Types::DataQualitySummary
356
356
 
357
- DatasetSchema.add_member(:inline_data_schema, Shapes::ShapeRef.new(shape: InlineDataSchema, location_name: "InlineDataSchema", metadata: {"jsonvalue"=>true}))
357
+ DatasetSchema.add_member(:inline_data_schema, Shapes::ShapeRef.new(shape: InlineDataSchema, location_name: "InlineDataSchema", metadata: {"jsonvalue" => true}))
358
358
  DatasetSchema.struct_class = Types::DatasetSchema
359
359
 
360
360
  DatasetSummaries.member = Shapes::ShapeRef.new(shape: DatasetSummary)
@@ -414,7 +414,7 @@ module Aws::LookoutEquipment
414
414
  DescribeDatasetResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
415
415
  DescribeDatasetResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedAt"))
416
416
  DescribeDatasetResponse.add_member(:status, Shapes::ShapeRef.new(shape: DatasetStatus, location_name: "Status"))
417
- DescribeDatasetResponse.add_member(:schema, Shapes::ShapeRef.new(shape: InlineDataSchema, location_name: "Schema", metadata: {"jsonvalue"=>true}))
417
+ DescribeDatasetResponse.add_member(:schema, Shapes::ShapeRef.new(shape: InlineDataSchema, location_name: "Schema", metadata: {"jsonvalue" => true}))
418
418
  DescribeDatasetResponse.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "ServerSideKmsKeyId"))
419
419
  DescribeDatasetResponse.add_member(:ingestion_input_configuration, Shapes::ShapeRef.new(shape: IngestionInputConfiguration, location_name: "IngestionInputConfiguration"))
420
420
  DescribeDatasetResponse.add_member(:data_quality_summary, Shapes::ShapeRef.new(shape: DataQualitySummary, location_name: "DataQualitySummary"))
@@ -477,7 +477,7 @@ module Aws::LookoutEquipment
477
477
  DescribeModelResponse.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
478
478
  DescribeModelResponse.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetName, location_name: "DatasetName"))
479
479
  DescribeModelResponse.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: DatasetArn, location_name: "DatasetArn"))
480
- DescribeModelResponse.add_member(:schema, Shapes::ShapeRef.new(shape: InlineDataSchema, location_name: "Schema", metadata: {"jsonvalue"=>true}))
480
+ DescribeModelResponse.add_member(:schema, Shapes::ShapeRef.new(shape: InlineDataSchema, location_name: "Schema", metadata: {"jsonvalue" => true}))
481
481
  DescribeModelResponse.add_member(:labels_input_configuration, Shapes::ShapeRef.new(shape: LabelsInputConfiguration, location_name: "LabelsInputConfiguration"))
482
482
  DescribeModelResponse.add_member(:training_data_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingDataStartTime"))
483
483
  DescribeModelResponse.add_member(:training_data_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingDataEndTime"))
@@ -489,7 +489,7 @@ module Aws::LookoutEquipment
489
489
  DescribeModelResponse.add_member(:training_execution_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingExecutionStartTime"))
490
490
  DescribeModelResponse.add_member(:training_execution_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingExecutionEndTime"))
491
491
  DescribeModelResponse.add_member(:failed_reason, Shapes::ShapeRef.new(shape: BoundedLengthString, location_name: "FailedReason"))
492
- DescribeModelResponse.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics", metadata: {"jsonvalue"=>true}))
492
+ DescribeModelResponse.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics", metadata: {"jsonvalue" => true}))
493
493
  DescribeModelResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
494
494
  DescribeModelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
495
495
  DescribeModelResponse.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "ServerSideKmsKeyId"))
@@ -503,7 +503,7 @@ module Aws::LookoutEquipment
503
503
  DescribeModelResponse.add_member(:previous_active_model_version, Shapes::ShapeRef.new(shape: ModelVersion, location_name: "PreviousActiveModelVersion"))
504
504
  DescribeModelResponse.add_member(:previous_active_model_version_arn, Shapes::ShapeRef.new(shape: ModelVersionArn, location_name: "PreviousActiveModelVersionArn"))
505
505
  DescribeModelResponse.add_member(:previous_model_version_activated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "PreviousModelVersionActivatedAt"))
506
- DescribeModelResponse.add_member(:prior_model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "PriorModelMetrics", metadata: {"jsonvalue"=>true}))
506
+ DescribeModelResponse.add_member(:prior_model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "PriorModelMetrics", metadata: {"jsonvalue" => true}))
507
507
  DescribeModelResponse.add_member(:latest_scheduled_retraining_failed_reason, Shapes::ShapeRef.new(shape: BoundedLengthString, location_name: "LatestScheduledRetrainingFailedReason"))
508
508
  DescribeModelResponse.add_member(:latest_scheduled_retraining_status, Shapes::ShapeRef.new(shape: ModelVersionStatus, location_name: "LatestScheduledRetrainingStatus"))
509
509
  DescribeModelResponse.add_member(:latest_scheduled_retraining_model_version, Shapes::ShapeRef.new(shape: ModelVersion, location_name: "LatestScheduledRetrainingModelVersion"))
@@ -588,7 +588,7 @@ module Aws::LookoutEquipment
588
588
 
589
589
  ImportDatasetRequest.add_member(:source_dataset_arn, Shapes::ShapeRef.new(shape: DatasetArn, required: true, location_name: "SourceDatasetArn"))
590
590
  ImportDatasetRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetName, location_name: "DatasetName"))
591
- ImportDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
591
+ ImportDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
592
592
  ImportDatasetRequest.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: NameOrArn, location_name: "ServerSideKmsKeyId"))
593
593
  ImportDatasetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
594
594
  ImportDatasetRequest.struct_class = Types::ImportDatasetRequest
@@ -603,7 +603,7 @@ module Aws::LookoutEquipment
603
603
  ImportModelVersionRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
604
604
  ImportModelVersionRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetIdentifier, required: true, location_name: "DatasetName"))
605
605
  ImportModelVersionRequest.add_member(:labels_input_configuration, Shapes::ShapeRef.new(shape: LabelsInputConfiguration, location_name: "LabelsInputConfiguration"))
606
- ImportModelVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
606
+ ImportModelVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
607
607
  ImportModelVersionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
608
608
  ImportModelVersionRequest.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: NameOrArn, location_name: "ServerSideKmsKeyId"))
609
609
  ImportModelVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -921,7 +921,7 @@ module Aws::LookoutEquipment
921
921
  PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
922
922
  PutResourcePolicyRequest.add_member(:resource_policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "ResourcePolicy"))
923
923
  PutResourcePolicyRequest.add_member(:policy_revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "PolicyRevisionId"))
924
- PutResourcePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
924
+ PutResourcePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
925
925
  PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
926
926
 
927
927
  PutResourcePolicyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
@@ -971,7 +971,7 @@ module Aws::LookoutEquipment
971
971
  StartDataIngestionJobRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetIdentifier, required: true, location_name: "DatasetName"))
972
972
  StartDataIngestionJobRequest.add_member(:ingestion_input_configuration, Shapes::ShapeRef.new(shape: IngestionInputConfiguration, required: true, location_name: "IngestionInputConfiguration"))
973
973
  StartDataIngestionJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
974
- StartDataIngestionJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
974
+ StartDataIngestionJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
975
975
  StartDataIngestionJobRequest.struct_class = Types::StartDataIngestionJobRequest
976
976
 
977
977
  StartDataIngestionJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: IngestionJobId, location_name: "JobId"))
@@ -54,7 +54,7 @@ module Aws::LookoutEquipment
54
54
  autoload :EndpointProvider, 'aws-sdk-lookoutequipment/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lookoutequipment/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutequipment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutequipment
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutequipment/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - LookoutEquipment
99
96
  test_files: []