aws-sdk-healthlake 1.24.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9d1a3b97d7d56bd0abe6d36c691838c2567aacfce9797a02b2ff33d971f8d8c
4
- data.tar.gz: e181e7a36652dddb2b2f280bb33b2e7df4a8821028eec5bf7e87a48412e29173
3
+ metadata.gz: 34dd3e0cfd5623bc2263a5eac5a262e6be3241a232fdd4e0b25ecba38ca26b55
4
+ data.tar.gz: '080d9db2067215e72217cd1502727e0e03ff450a742a8fc0e0151d0f06079a56'
5
5
  SHA512:
6
- metadata.gz: 58cfb271e95dc05c2ee7cdce5176bc8e34c259fcdc6db61af35847a196fbf93fdf2afcc7777872f2de955d100e343edd56ca922da744ceb3c37af99275ddf4b0
7
- data.tar.gz: d0c3566066d0fbd1ba58a8c34d85e9a65349094e4b14e227febc9903695969a8c3cc75b3bef80e0775b74c7727ecb550fc0185ca81fc064a150f8b1fa8dd1d04
6
+ metadata.gz: 3d54a8d8712e228d3a48ad9e932a180e91404620b7ce505c25ecd0e107f0c9ae167bdb57970d782fe929aeb206ed8500af8e37c7a0d0046ef8e07a98f86939e8
7
+ data.tar.gz: 5341ec466ea7a57e819a71187661223268da931b2f7d3fbe757ada2597599743848f9c28b814f5e9de15363e4f44f40016a3335cdc0e36d4e3a44e0cea2e9dea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2024-04-12)
5
+ ------------------
6
+
7
+ * Feature - Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.
8
+
9
+ 1.25.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.24.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.26.0
@@ -468,7 +468,7 @@ module Aws::HealthLake
468
468
  #
469
469
  # resp.datastore_id #=> String
470
470
  # resp.datastore_arn #=> String
471
- # resp.datastore_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "DELETED"
471
+ # resp.datastore_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "DELETED", "CREATE_FAILED"
472
472
  # resp.datastore_endpoint #=> String
473
473
  #
474
474
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/CreateFHIRDatastore AWS API Documentation
@@ -502,7 +502,7 @@ module Aws::HealthLake
502
502
  #
503
503
  # resp.datastore_id #=> String
504
504
  # resp.datastore_arn #=> String
505
- # resp.datastore_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "DELETED"
505
+ # resp.datastore_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "DELETED", "CREATE_FAILED"
506
506
  # resp.datastore_endpoint #=> String
507
507
  #
508
508
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DeleteFHIRDatastore AWS API Documentation
@@ -537,7 +537,7 @@ module Aws::HealthLake
537
537
  # resp.datastore_properties.datastore_id #=> String
538
538
  # resp.datastore_properties.datastore_arn #=> String
539
539
  # resp.datastore_properties.datastore_name #=> String
540
- # resp.datastore_properties.datastore_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "DELETED"
540
+ # resp.datastore_properties.datastore_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "DELETED", "CREATE_FAILED"
541
541
  # resp.datastore_properties.created_at #=> Time
542
542
  # resp.datastore_properties.datastore_type_version #=> String, one of "R4"
543
543
  # resp.datastore_properties.datastore_endpoint #=> String
@@ -548,6 +548,8 @@ module Aws::HealthLake
548
548
  # resp.datastore_properties.identity_provider_configuration.fine_grained_authorization_enabled #=> Boolean
549
549
  # resp.datastore_properties.identity_provider_configuration.metadata #=> String
550
550
  # resp.datastore_properties.identity_provider_configuration.idp_lambda_arn #=> String
551
+ # resp.datastore_properties.error_cause.error_message #=> String
552
+ # resp.datastore_properties.error_cause.error_category #=> String, one of "RETRYABLE_ERROR", "NON_RETRYABLE_ERROR"
551
553
  #
552
554
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRDatastore AWS API Documentation
553
555
  #
@@ -632,6 +634,14 @@ module Aws::HealthLake
632
634
  # resp.import_job_properties.input_data_config.s3_uri #=> String
633
635
  # resp.import_job_properties.job_output_data_config.s3_configuration.s3_uri #=> String
634
636
  # resp.import_job_properties.job_output_data_config.s3_configuration.kms_key_id #=> String
637
+ # resp.import_job_properties.job_progress_report.total_number_of_scanned_files #=> Integer
638
+ # resp.import_job_properties.job_progress_report.total_size_of_scanned_files_in_mb #=> Float
639
+ # resp.import_job_properties.job_progress_report.total_number_of_imported_files #=> Integer
640
+ # resp.import_job_properties.job_progress_report.total_number_of_resources_scanned #=> Integer
641
+ # resp.import_job_properties.job_progress_report.total_number_of_resources_imported #=> Integer
642
+ # resp.import_job_properties.job_progress_report.total_number_of_resources_with_customer_error #=> Integer
643
+ # resp.import_job_properties.job_progress_report.total_number_of_files_read_with_customer_error #=> Integer
644
+ # resp.import_job_properties.job_progress_report.throughput #=> Float
635
645
  # resp.import_job_properties.data_access_role_arn #=> String
636
646
  # resp.import_job_properties.message #=> String
637
647
  #
@@ -669,7 +679,7 @@ module Aws::HealthLake
669
679
  # resp = client.list_fhir_datastores({
670
680
  # filter: {
671
681
  # datastore_name: "DatastoreName",
672
- # datastore_status: "CREATING", # accepts CREATING, ACTIVE, DELETING, DELETED
682
+ # datastore_status: "CREATING", # accepts CREATING, ACTIVE, DELETING, DELETED, CREATE_FAILED
673
683
  # created_before: Time.now,
674
684
  # created_after: Time.now,
675
685
  # },
@@ -683,7 +693,7 @@ module Aws::HealthLake
683
693
  # resp.datastore_properties_list[0].datastore_id #=> String
684
694
  # resp.datastore_properties_list[0].datastore_arn #=> String
685
695
  # resp.datastore_properties_list[0].datastore_name #=> String
686
- # resp.datastore_properties_list[0].datastore_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "DELETED"
696
+ # resp.datastore_properties_list[0].datastore_status #=> String, one of "CREATING", "ACTIVE", "DELETING", "DELETED", "CREATE_FAILED"
687
697
  # resp.datastore_properties_list[0].created_at #=> Time
688
698
  # resp.datastore_properties_list[0].datastore_type_version #=> String, one of "R4"
689
699
  # resp.datastore_properties_list[0].datastore_endpoint #=> String
@@ -694,6 +704,8 @@ module Aws::HealthLake
694
704
  # resp.datastore_properties_list[0].identity_provider_configuration.fine_grained_authorization_enabled #=> Boolean
695
705
  # resp.datastore_properties_list[0].identity_provider_configuration.metadata #=> String
696
706
  # resp.datastore_properties_list[0].identity_provider_configuration.idp_lambda_arn #=> String
707
+ # resp.datastore_properties_list[0].error_cause.error_message #=> String
708
+ # resp.datastore_properties_list[0].error_cause.error_category #=> String, one of "RETRYABLE_ERROR", "NON_RETRYABLE_ERROR"
697
709
  # resp.next_token #=> String
698
710
  #
699
711
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRDatastores AWS API Documentation
@@ -841,6 +853,14 @@ module Aws::HealthLake
841
853
  # resp.import_job_properties_list[0].input_data_config.s3_uri #=> String
842
854
  # resp.import_job_properties_list[0].job_output_data_config.s3_configuration.s3_uri #=> String
843
855
  # resp.import_job_properties_list[0].job_output_data_config.s3_configuration.kms_key_id #=> String
856
+ # resp.import_job_properties_list[0].job_progress_report.total_number_of_scanned_files #=> Integer
857
+ # resp.import_job_properties_list[0].job_progress_report.total_size_of_scanned_files_in_mb #=> Float
858
+ # resp.import_job_properties_list[0].job_progress_report.total_number_of_imported_files #=> Integer
859
+ # resp.import_job_properties_list[0].job_progress_report.total_number_of_resources_scanned #=> Integer
860
+ # resp.import_job_properties_list[0].job_progress_report.total_number_of_resources_imported #=> Integer
861
+ # resp.import_job_properties_list[0].job_progress_report.total_number_of_resources_with_customer_error #=> Integer
862
+ # resp.import_job_properties_list[0].job_progress_report.total_number_of_files_read_with_customer_error #=> Integer
863
+ # resp.import_job_properties_list[0].job_progress_report.throughput #=> Float
844
864
  # resp.import_job_properties_list[0].data_access_role_arn #=> String
845
865
  # resp.import_job_properties_list[0].message #=> String
846
866
  # resp.next_token #=> String
@@ -1081,7 +1101,7 @@ module Aws::HealthLake
1081
1101
  params: params,
1082
1102
  config: config)
1083
1103
  context[:gem_name] = 'aws-sdk-healthlake'
1084
- context[:gem_version] = '1.24.0'
1104
+ context[:gem_version] = '1.26.0'
1085
1105
  Seahorse::Client::Request.new(handlers, context)
1086
1106
  end
1087
1107
 
@@ -40,9 +40,14 @@ module Aws::HealthLake
40
40
  DescribeFHIRImportJobRequest = Shapes::StructureShape.new(name: 'DescribeFHIRImportJobRequest')
41
41
  DescribeFHIRImportJobResponse = Shapes::StructureShape.new(name: 'DescribeFHIRImportJobResponse')
42
42
  EncryptionKeyID = Shapes::StringShape.new(name: 'EncryptionKeyID')
43
+ ErrorCategory = Shapes::StringShape.new(name: 'ErrorCategory')
44
+ ErrorCause = Shapes::StructureShape.new(name: 'ErrorCause')
45
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
43
46
  ExportJobProperties = Shapes::StructureShape.new(name: 'ExportJobProperties')
44
47
  ExportJobPropertiesList = Shapes::ListShape.new(name: 'ExportJobPropertiesList')
45
48
  FHIRVersion = Shapes::StringShape.new(name: 'FHIRVersion')
49
+ GenericDouble = Shapes::FloatShape.new(name: 'GenericDouble')
50
+ GenericLong = Shapes::IntegerShape.new(name: 'GenericLong')
46
51
  IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
47
52
  IdentityProviderConfiguration = Shapes::StructureShape.new(name: 'IdentityProviderConfiguration')
48
53
  ImportJobProperties = Shapes::StructureShape.new(name: 'ImportJobProperties')
@@ -51,6 +56,7 @@ module Aws::HealthLake
51
56
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
52
57
  JobId = Shapes::StringShape.new(name: 'JobId')
53
58
  JobName = Shapes::StringShape.new(name: 'JobName')
59
+ JobProgressReport = Shapes::StructureShape.new(name: 'JobProgressReport')
54
60
  JobStatus = Shapes::StringShape.new(name: 'JobStatus')
55
61
  KmsEncryptionConfig = Shapes::StructureShape.new(name: 'KmsEncryptionConfig')
56
62
  LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
@@ -127,6 +133,7 @@ module Aws::HealthLake
127
133
  DatastoreProperties.add_member(:sse_configuration, Shapes::ShapeRef.new(shape: SseConfiguration, location_name: "SseConfiguration"))
128
134
  DatastoreProperties.add_member(:preload_data_config, Shapes::ShapeRef.new(shape: PreloadDataConfig, location_name: "PreloadDataConfig"))
129
135
  DatastoreProperties.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "IdentityProviderConfiguration"))
136
+ DatastoreProperties.add_member(:error_cause, Shapes::ShapeRef.new(shape: ErrorCause, location_name: "ErrorCause"))
130
137
  DatastoreProperties.struct_class = Types::DatastoreProperties
131
138
 
132
139
  DatastorePropertiesList.member = Shapes::ShapeRef.new(shape: DatastoreProperties)
@@ -160,6 +167,10 @@ module Aws::HealthLake
160
167
  DescribeFHIRImportJobResponse.add_member(:import_job_properties, Shapes::ShapeRef.new(shape: ImportJobProperties, required: true, location_name: "ImportJobProperties"))
161
168
  DescribeFHIRImportJobResponse.struct_class = Types::DescribeFHIRImportJobResponse
162
169
 
170
+ ErrorCause.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
171
+ ErrorCause.add_member(:error_category, Shapes::ShapeRef.new(shape: ErrorCategory, location_name: "ErrorCategory"))
172
+ ErrorCause.struct_class = Types::ErrorCause
173
+
163
174
  ExportJobProperties.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
164
175
  ExportJobProperties.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
165
176
  ExportJobProperties.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "JobStatus"))
@@ -187,6 +198,7 @@ module Aws::HealthLake
187
198
  ImportJobProperties.add_member(:datastore_id, Shapes::ShapeRef.new(shape: DatastoreId, required: true, location_name: "DatastoreId"))
188
199
  ImportJobProperties.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, required: true, location_name: "InputDataConfig"))
189
200
  ImportJobProperties.add_member(:job_output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, location_name: "JobOutputDataConfig"))
201
+ ImportJobProperties.add_member(:job_progress_report, Shapes::ShapeRef.new(shape: JobProgressReport, location_name: "JobProgressReport"))
190
202
  ImportJobProperties.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "DataAccessRoleArn"))
191
203
  ImportJobProperties.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
192
204
  ImportJobProperties.struct_class = Types::ImportJobProperties
@@ -202,6 +214,16 @@ module Aws::HealthLake
202
214
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
203
215
  InternalServerException.struct_class = Types::InternalServerException
204
216
 
217
+ JobProgressReport.add_member(:total_number_of_scanned_files, Shapes::ShapeRef.new(shape: GenericLong, location_name: "TotalNumberOfScannedFiles"))
218
+ JobProgressReport.add_member(:total_size_of_scanned_files_in_mb, Shapes::ShapeRef.new(shape: GenericDouble, location_name: "TotalSizeOfScannedFilesInMB"))
219
+ JobProgressReport.add_member(:total_number_of_imported_files, Shapes::ShapeRef.new(shape: GenericLong, location_name: "TotalNumberOfImportedFiles"))
220
+ JobProgressReport.add_member(:total_number_of_resources_scanned, Shapes::ShapeRef.new(shape: GenericLong, location_name: "TotalNumberOfResourcesScanned"))
221
+ JobProgressReport.add_member(:total_number_of_resources_imported, Shapes::ShapeRef.new(shape: GenericLong, location_name: "TotalNumberOfResourcesImported"))
222
+ JobProgressReport.add_member(:total_number_of_resources_with_customer_error, Shapes::ShapeRef.new(shape: GenericLong, location_name: "TotalNumberOfResourcesWithCustomerError"))
223
+ JobProgressReport.add_member(:total_number_of_files_read_with_customer_error, Shapes::ShapeRef.new(shape: GenericLong, location_name: "TotalNumberOfFilesReadWithCustomerError"))
224
+ JobProgressReport.add_member(:throughput, Shapes::ShapeRef.new(shape: GenericDouble, location_name: "Throughput"))
225
+ JobProgressReport.struct_class = Types::JobProgressReport
226
+
205
227
  KmsEncryptionConfig.add_member(:cmk_type, Shapes::ShapeRef.new(shape: CmkType, required: true, location_name: "CmkType"))
206
228
  KmsEncryptionConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EncryptionKeyID, location_name: "KmsKeyId"))
207
229
  KmsEncryptionConfig.struct_class = Types::KmsEncryptionConfig
@@ -32,7 +32,7 @@ module Aws::HealthLake
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://healthlake-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -14,6 +14,7 @@ module Aws::HealthLake
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::HealthLake::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -198,6 +198,10 @@ module Aws::HealthLake
198
198
  # store.
199
199
  # @return [Types::IdentityProviderConfiguration]
200
200
  #
201
+ # @!attribute [rw] error_cause
202
+ # The error cause for the current data store operation.
203
+ # @return [Types::ErrorCause]
204
+ #
201
205
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DatastoreProperties AWS API Documentation
202
206
  #
203
207
  class DatastoreProperties < Struct.new(
@@ -210,7 +214,8 @@ module Aws::HealthLake
210
214
  :datastore_endpoint,
211
215
  :sse_configuration,
212
216
  :preload_data_config,
213
- :identity_provider_configuration)
217
+ :identity_provider_configuration,
218
+ :error_cause)
214
219
  SENSITIVE = []
215
220
  include Aws::Structure
216
221
  end
@@ -334,7 +339,7 @@ module Aws::HealthLake
334
339
 
335
340
  # @!attribute [rw] import_job_properties
336
341
  # The properties of the Import job request, including the ID, ARN,
337
- # name, and the status of the job.
342
+ # name, status of the job, and the progress report of the job.
338
343
  # @return [Types::ImportJobProperties]
339
344
  #
340
345
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRImportJobResponse AWS API Documentation
@@ -345,6 +350,26 @@ module Aws::HealthLake
345
350
  include Aws::Structure
346
351
  end
347
352
 
353
+ # The error info of the create/delete data store operation.
354
+ #
355
+ # @!attribute [rw] error_message
356
+ # The text of the error message.
357
+ # @return [String]
358
+ #
359
+ # @!attribute [rw] error_category
360
+ # The error category of the create/delete data store operation.
361
+ # Possible statuses are RETRYABLE\_ERROR or NON\_RETRYABLE\_ERROR.
362
+ # @return [String]
363
+ #
364
+ # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ErrorCause AWS API Documentation
365
+ #
366
+ class ErrorCause < Struct.new(
367
+ :error_message,
368
+ :error_category)
369
+ SENSITIVE = []
370
+ include Aws::Structure
371
+ end
372
+
348
373
  # The properties of a FHIR export job, including the ID, ARN, name, and
349
374
  # the status of the job.
350
375
  #
@@ -464,7 +489,7 @@ module Aws::HealthLake
464
489
  end
465
490
 
466
491
  # Displays the properties of the import job, including the ID, Arn,
467
- # Name, and the status of the data store.
492
+ # Name, the status of the job, and the progress report of the job.
468
493
  #
469
494
  # @!attribute [rw] job_id
470
495
  # The AWS-generated id number for the Import job.
@@ -501,6 +526,11 @@ module Aws::HealthLake
501
526
  # was created.
502
527
  # @return [Types::OutputDataConfig]
503
528
  #
529
+ # @!attribute [rw] job_progress_report
530
+ # Displays the progress of the import job, including total resources
531
+ # scanned, total resources ingested, and total size of data ingested.
532
+ # @return [Types::JobProgressReport]
533
+ #
504
534
  # @!attribute [rw] data_access_role_arn
505
535
  # The Amazon Resource Name (ARN) that gives AWS HealthLake access to
506
536
  # your input data.
@@ -522,6 +552,7 @@ module Aws::HealthLake
522
552
  :datastore_id,
523
553
  :input_data_config,
524
554
  :job_output_data_config,
555
+ :job_progress_report,
525
556
  :data_access_role_arn,
526
557
  :message)
527
558
  SENSITIVE = []
@@ -565,6 +596,56 @@ module Aws::HealthLake
565
596
  include Aws::Structure
566
597
  end
567
598
 
599
+ # The progress report of an import job.
600
+ #
601
+ # @!attribute [rw] total_number_of_scanned_files
602
+ # The number of files scanned from input S3 bucket.
603
+ # @return [Integer]
604
+ #
605
+ # @!attribute [rw] total_size_of_scanned_files_in_mb
606
+ # The size (in MB) of the files scanned from the input S3 bucket.
607
+ # @return [Float]
608
+ #
609
+ # @!attribute [rw] total_number_of_imported_files
610
+ # The number of files imported so far.
611
+ # @return [Integer]
612
+ #
613
+ # @!attribute [rw] total_number_of_resources_scanned
614
+ # The number of resources scanned from the input S3 bucket.
615
+ # @return [Integer]
616
+ #
617
+ # @!attribute [rw] total_number_of_resources_imported
618
+ # The number of resources imported so far.
619
+ # @return [Integer]
620
+ #
621
+ # @!attribute [rw] total_number_of_resources_with_customer_error
622
+ # The number of resources that failed due to customer error.
623
+ # @return [Integer]
624
+ #
625
+ # @!attribute [rw] total_number_of_files_read_with_customer_error
626
+ # The number of files that failed to be read from the input S3 bucket
627
+ # due to customer error.
628
+ # @return [Integer]
629
+ #
630
+ # @!attribute [rw] throughput
631
+ # The throughput (in MB/sec) of the import job.
632
+ # @return [Float]
633
+ #
634
+ # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/JobProgressReport AWS API Documentation
635
+ #
636
+ class JobProgressReport < Struct.new(
637
+ :total_number_of_scanned_files,
638
+ :total_size_of_scanned_files_in_mb,
639
+ :total_number_of_imported_files,
640
+ :total_number_of_resources_scanned,
641
+ :total_number_of_resources_imported,
642
+ :total_number_of_resources_with_customer_error,
643
+ :total_number_of_files_read_with_customer_error,
644
+ :throughput)
645
+ SENSITIVE = []
646
+ include Aws::Structure
647
+ end
648
+
568
649
  # The customer-managed-key(CMK) used when creating a data store. If a
569
650
  # customer owned key is not specified, an AWS owned key will be used for
570
651
  # encryption.
@@ -748,7 +829,7 @@ module Aws::HealthLake
748
829
 
749
830
  # @!attribute [rw] import_job_properties_list
750
831
  # The properties of a listed FHIR import jobs, including the ID, ARN,
751
- # name, and the status of the job.
832
+ # name, the status of the job, and the progress report of the job.
752
833
  # @return [Array<Types::ImportJobProperties>]
753
834
  #
754
835
  # @!attribute [rw] next_token
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-healthlake/customizations'
52
52
  # @!group service
53
53
  module Aws::HealthLake
54
54
 
55
- GEM_VERSION = '1.24.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,291 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module HealthLake
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _CreateFHIRDatastoreResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateFHIRDatastoreResponse]
78
+ def datastore_id: () -> ::String
79
+ def datastore_arn: () -> ::String
80
+ def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
81
+ def datastore_endpoint: () -> ::String
82
+ end
83
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#create_fhir_datastore-instance_method
84
+ def create_fhir_datastore: (
85
+ ?datastore_name: ::String,
86
+ datastore_type_version: ("R4"),
87
+ ?sse_configuration: {
88
+ kms_encryption_config: {
89
+ cmk_type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY"),
90
+ kms_key_id: ::String?
91
+ }
92
+ },
93
+ ?preload_data_config: {
94
+ preload_data_type: ("SYNTHEA")
95
+ },
96
+ ?client_token: ::String,
97
+ ?tags: Array[
98
+ {
99
+ key: ::String,
100
+ value: ::String
101
+ },
102
+ ],
103
+ ?identity_provider_configuration: {
104
+ authorization_strategy: ("SMART_ON_FHIR_V1" | "AWS_AUTH"),
105
+ fine_grained_authorization_enabled: bool?,
106
+ metadata: ::String?,
107
+ idp_lambda_arn: ::String?
108
+ }
109
+ ) -> _CreateFHIRDatastoreResponseSuccess
110
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFHIRDatastoreResponseSuccess
111
+
112
+ interface _DeleteFHIRDatastoreResponseSuccess
113
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFHIRDatastoreResponse]
114
+ def datastore_id: () -> ::String
115
+ def datastore_arn: () -> ::String
116
+ def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
117
+ def datastore_endpoint: () -> ::String
118
+ end
119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#delete_fhir_datastore-instance_method
120
+ def delete_fhir_datastore: (
121
+ datastore_id: ::String
122
+ ) -> _DeleteFHIRDatastoreResponseSuccess
123
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFHIRDatastoreResponseSuccess
124
+
125
+ interface _DescribeFHIRDatastoreResponseSuccess
126
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFHIRDatastoreResponse]
127
+ def datastore_properties: () -> Types::DatastoreProperties
128
+ end
129
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#describe_fhir_datastore-instance_method
130
+ def describe_fhir_datastore: (
131
+ datastore_id: ::String
132
+ ) -> _DescribeFHIRDatastoreResponseSuccess
133
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFHIRDatastoreResponseSuccess
134
+
135
+ interface _DescribeFHIRExportJobResponseSuccess
136
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFHIRExportJobResponse]
137
+ def export_job_properties: () -> Types::ExportJobProperties
138
+ end
139
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#describe_fhir_export_job-instance_method
140
+ def describe_fhir_export_job: (
141
+ datastore_id: ::String,
142
+ job_id: ::String
143
+ ) -> _DescribeFHIRExportJobResponseSuccess
144
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFHIRExportJobResponseSuccess
145
+
146
+ interface _DescribeFHIRImportJobResponseSuccess
147
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFHIRImportJobResponse]
148
+ def import_job_properties: () -> Types::ImportJobProperties
149
+ end
150
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#describe_fhir_import_job-instance_method
151
+ def describe_fhir_import_job: (
152
+ datastore_id: ::String,
153
+ job_id: ::String
154
+ ) -> _DescribeFHIRImportJobResponseSuccess
155
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFHIRImportJobResponseSuccess
156
+
157
+ interface _ListFHIRDatastoresResponseSuccess
158
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFHIRDatastoresResponse]
159
+ def datastore_properties_list: () -> ::Array[Types::DatastoreProperties]
160
+ def next_token: () -> ::String
161
+ end
162
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#list_fhir_datastores-instance_method
163
+ def list_fhir_datastores: (
164
+ ?filter: {
165
+ datastore_name: ::String?,
166
+ datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")?,
167
+ created_before: ::Time?,
168
+ created_after: ::Time?
169
+ },
170
+ ?next_token: ::String,
171
+ ?max_results: ::Integer
172
+ ) -> _ListFHIRDatastoresResponseSuccess
173
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFHIRDatastoresResponseSuccess
174
+
175
+ interface _ListFHIRExportJobsResponseSuccess
176
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFHIRExportJobsResponse]
177
+ def export_job_properties_list: () -> ::Array[Types::ExportJobProperties]
178
+ def next_token: () -> ::String
179
+ end
180
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#list_fhir_export_jobs-instance_method
181
+ def list_fhir_export_jobs: (
182
+ datastore_id: ::String,
183
+ ?next_token: ::String,
184
+ ?max_results: ::Integer,
185
+ ?job_name: ::String,
186
+ ?job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED"),
187
+ ?submitted_before: ::Time,
188
+ ?submitted_after: ::Time
189
+ ) -> _ListFHIRExportJobsResponseSuccess
190
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFHIRExportJobsResponseSuccess
191
+
192
+ interface _ListFHIRImportJobsResponseSuccess
193
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFHIRImportJobsResponse]
194
+ def import_job_properties_list: () -> ::Array[Types::ImportJobProperties]
195
+ def next_token: () -> ::String
196
+ end
197
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#list_fhir_import_jobs-instance_method
198
+ def list_fhir_import_jobs: (
199
+ datastore_id: ::String,
200
+ ?next_token: ::String,
201
+ ?max_results: ::Integer,
202
+ ?job_name: ::String,
203
+ ?job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED"),
204
+ ?submitted_before: ::Time,
205
+ ?submitted_after: ::Time
206
+ ) -> _ListFHIRImportJobsResponseSuccess
207
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFHIRImportJobsResponseSuccess
208
+
209
+ interface _ListTagsForResourceResponseSuccess
210
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
211
+ def tags: () -> ::Array[Types::Tag]
212
+ end
213
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#list_tags_for_resource-instance_method
214
+ def list_tags_for_resource: (
215
+ resource_arn: ::String
216
+ ) -> _ListTagsForResourceResponseSuccess
217
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
218
+
219
+ interface _StartFHIRExportJobResponseSuccess
220
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartFHIRExportJobResponse]
221
+ def job_id: () -> ::String
222
+ def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
223
+ def datastore_id: () -> ::String
224
+ end
225
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#start_fhir_export_job-instance_method
226
+ def start_fhir_export_job: (
227
+ ?job_name: ::String,
228
+ output_data_config: {
229
+ s3_configuration: {
230
+ s3_uri: ::String,
231
+ kms_key_id: ::String
232
+ }?
233
+ },
234
+ datastore_id: ::String,
235
+ data_access_role_arn: ::String,
236
+ client_token: ::String
237
+ ) -> _StartFHIRExportJobResponseSuccess
238
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFHIRExportJobResponseSuccess
239
+
240
+ interface _StartFHIRImportJobResponseSuccess
241
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartFHIRImportJobResponse]
242
+ def job_id: () -> ::String
243
+ def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
244
+ def datastore_id: () -> ::String
245
+ end
246
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#start_fhir_import_job-instance_method
247
+ def start_fhir_import_job: (
248
+ ?job_name: ::String,
249
+ input_data_config: {
250
+ s3_uri: ::String?
251
+ },
252
+ job_output_data_config: {
253
+ s3_configuration: {
254
+ s3_uri: ::String,
255
+ kms_key_id: ::String
256
+ }?
257
+ },
258
+ datastore_id: ::String,
259
+ data_access_role_arn: ::String,
260
+ client_token: ::String
261
+ ) -> _StartFHIRImportJobResponseSuccess
262
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFHIRImportJobResponseSuccess
263
+
264
+ interface _TagResourceResponseSuccess
265
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
266
+ end
267
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#tag_resource-instance_method
268
+ def tag_resource: (
269
+ resource_arn: ::String,
270
+ tags: Array[
271
+ {
272
+ key: ::String,
273
+ value: ::String
274
+ },
275
+ ]
276
+ ) -> _TagResourceResponseSuccess
277
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
278
+
279
+ interface _UntagResourceResponseSuccess
280
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
281
+ end
282
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#untag_resource-instance_method
283
+ def untag_resource: (
284
+ resource_arn: ::String,
285
+ tag_keys: Array[::String]
286
+ ) -> _UntagResourceResponseSuccess
287
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
288
+ end
289
+ end
290
+ end
291
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,34 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module HealthLake
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class InternalServerException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ThrottlingException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class ValidationException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ end
33
+ end
34
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,80 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module HealthLake
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def client: () -> Client
76
+
77
+
78
+ end
79
+ end
80
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,340 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::HealthLake
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class ConflictException
17
+ attr_accessor message: ::String
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class CreateFHIRDatastoreRequest
22
+ attr_accessor datastore_name: ::String
23
+ attr_accessor datastore_type_version: ("R4")
24
+ attr_accessor sse_configuration: Types::SseConfiguration
25
+ attr_accessor preload_data_config: Types::PreloadDataConfig
26
+ attr_accessor client_token: ::String
27
+ attr_accessor tags: ::Array[Types::Tag]
28
+ attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
29
+ SENSITIVE: []
30
+ end
31
+
32
+ class CreateFHIRDatastoreResponse
33
+ attr_accessor datastore_id: ::String
34
+ attr_accessor datastore_arn: ::String
35
+ attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
36
+ attr_accessor datastore_endpoint: ::String
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class DatastoreFilter
41
+ attr_accessor datastore_name: ::String
42
+ attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
43
+ attr_accessor created_before: ::Time
44
+ attr_accessor created_after: ::Time
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class DatastoreProperties
49
+ attr_accessor datastore_id: ::String
50
+ attr_accessor datastore_arn: ::String
51
+ attr_accessor datastore_name: ::String
52
+ attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
53
+ attr_accessor created_at: ::Time
54
+ attr_accessor datastore_type_version: ("R4")
55
+ attr_accessor datastore_endpoint: ::String
56
+ attr_accessor sse_configuration: Types::SseConfiguration
57
+ attr_accessor preload_data_config: Types::PreloadDataConfig
58
+ attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
59
+ attr_accessor error_cause: Types::ErrorCause
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class DeleteFHIRDatastoreRequest
64
+ attr_accessor datastore_id: ::String
65
+ SENSITIVE: []
66
+ end
67
+
68
+ class DeleteFHIRDatastoreResponse
69
+ attr_accessor datastore_id: ::String
70
+ attr_accessor datastore_arn: ::String
71
+ attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
72
+ attr_accessor datastore_endpoint: ::String
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class DescribeFHIRDatastoreRequest
77
+ attr_accessor datastore_id: ::String
78
+ SENSITIVE: []
79
+ end
80
+
81
+ class DescribeFHIRDatastoreResponse
82
+ attr_accessor datastore_properties: Types::DatastoreProperties
83
+ SENSITIVE: []
84
+ end
85
+
86
+ class DescribeFHIRExportJobRequest
87
+ attr_accessor datastore_id: ::String
88
+ attr_accessor job_id: ::String
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class DescribeFHIRExportJobResponse
93
+ attr_accessor export_job_properties: Types::ExportJobProperties
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class DescribeFHIRImportJobRequest
98
+ attr_accessor datastore_id: ::String
99
+ attr_accessor job_id: ::String
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class DescribeFHIRImportJobResponse
104
+ attr_accessor import_job_properties: Types::ImportJobProperties
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class ErrorCause
109
+ attr_accessor error_message: ::String
110
+ attr_accessor error_category: ("RETRYABLE_ERROR" | "NON_RETRYABLE_ERROR")
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class ExportJobProperties
115
+ attr_accessor job_id: ::String
116
+ attr_accessor job_name: ::String
117
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
118
+ attr_accessor submit_time: ::Time
119
+ attr_accessor end_time: ::Time
120
+ attr_accessor datastore_id: ::String
121
+ attr_accessor output_data_config: Types::OutputDataConfig
122
+ attr_accessor data_access_role_arn: ::String
123
+ attr_accessor message: ::String
124
+ SENSITIVE: []
125
+ end
126
+
127
+ class IdentityProviderConfiguration
128
+ attr_accessor authorization_strategy: ("SMART_ON_FHIR_V1" | "AWS_AUTH")
129
+ attr_accessor fine_grained_authorization_enabled: bool
130
+ attr_accessor metadata: ::String
131
+ attr_accessor idp_lambda_arn: ::String
132
+ SENSITIVE: []
133
+ end
134
+
135
+ class ImportJobProperties
136
+ attr_accessor job_id: ::String
137
+ attr_accessor job_name: ::String
138
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
139
+ attr_accessor submit_time: ::Time
140
+ attr_accessor end_time: ::Time
141
+ attr_accessor datastore_id: ::String
142
+ attr_accessor input_data_config: Types::InputDataConfig
143
+ attr_accessor job_output_data_config: Types::OutputDataConfig
144
+ attr_accessor job_progress_report: Types::JobProgressReport
145
+ attr_accessor data_access_role_arn: ::String
146
+ attr_accessor message: ::String
147
+ SENSITIVE: []
148
+ end
149
+
150
+ class InputDataConfig
151
+ attr_accessor s3_uri: ::String
152
+ attr_accessor unknown: untyped
153
+ SENSITIVE: []
154
+
155
+ class S3Uri < InputDataConfig
156
+ end
157
+ class Unknown < InputDataConfig
158
+ end
159
+ end
160
+
161
+ class InternalServerException
162
+ attr_accessor message: ::String
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class JobProgressReport
167
+ attr_accessor total_number_of_scanned_files: ::Integer
168
+ attr_accessor total_size_of_scanned_files_in_mb: ::Float
169
+ attr_accessor total_number_of_imported_files: ::Integer
170
+ attr_accessor total_number_of_resources_scanned: ::Integer
171
+ attr_accessor total_number_of_resources_imported: ::Integer
172
+ attr_accessor total_number_of_resources_with_customer_error: ::Integer
173
+ attr_accessor total_number_of_files_read_with_customer_error: ::Integer
174
+ attr_accessor throughput: ::Float
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class KmsEncryptionConfig
179
+ attr_accessor cmk_type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY")
180
+ attr_accessor kms_key_id: ::String
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class ListFHIRDatastoresRequest
185
+ attr_accessor filter: Types::DatastoreFilter
186
+ attr_accessor next_token: ::String
187
+ attr_accessor max_results: ::Integer
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class ListFHIRDatastoresResponse
192
+ attr_accessor datastore_properties_list: ::Array[Types::DatastoreProperties]
193
+ attr_accessor next_token: ::String
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class ListFHIRExportJobsRequest
198
+ attr_accessor datastore_id: ::String
199
+ attr_accessor next_token: ::String
200
+ attr_accessor max_results: ::Integer
201
+ attr_accessor job_name: ::String
202
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
203
+ attr_accessor submitted_before: ::Time
204
+ attr_accessor submitted_after: ::Time
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class ListFHIRExportJobsResponse
209
+ attr_accessor export_job_properties_list: ::Array[Types::ExportJobProperties]
210
+ attr_accessor next_token: ::String
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class ListFHIRImportJobsRequest
215
+ attr_accessor datastore_id: ::String
216
+ attr_accessor next_token: ::String
217
+ attr_accessor max_results: ::Integer
218
+ attr_accessor job_name: ::String
219
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
220
+ attr_accessor submitted_before: ::Time
221
+ attr_accessor submitted_after: ::Time
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class ListFHIRImportJobsResponse
226
+ attr_accessor import_job_properties_list: ::Array[Types::ImportJobProperties]
227
+ attr_accessor next_token: ::String
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class ListTagsForResourceRequest
232
+ attr_accessor resource_arn: ::String
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class ListTagsForResourceResponse
237
+ attr_accessor tags: ::Array[Types::Tag]
238
+ SENSITIVE: []
239
+ end
240
+
241
+ class OutputDataConfig
242
+ attr_accessor s3_configuration: Types::S3Configuration
243
+ attr_accessor unknown: untyped
244
+ SENSITIVE: []
245
+
246
+ class S3Configuration < OutputDataConfig
247
+ end
248
+ class Unknown < OutputDataConfig
249
+ end
250
+ end
251
+
252
+ class PreloadDataConfig
253
+ attr_accessor preload_data_type: ("SYNTHEA")
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class ResourceNotFoundException
258
+ attr_accessor message: ::String
259
+ SENSITIVE: []
260
+ end
261
+
262
+ class S3Configuration
263
+ attr_accessor s3_uri: ::String
264
+ attr_accessor kms_key_id: ::String
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class SseConfiguration
269
+ attr_accessor kms_encryption_config: Types::KmsEncryptionConfig
270
+ SENSITIVE: []
271
+ end
272
+
273
+ class StartFHIRExportJobRequest
274
+ attr_accessor job_name: ::String
275
+ attr_accessor output_data_config: Types::OutputDataConfig
276
+ attr_accessor datastore_id: ::String
277
+ attr_accessor data_access_role_arn: ::String
278
+ attr_accessor client_token: ::String
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class StartFHIRExportJobResponse
283
+ attr_accessor job_id: ::String
284
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
285
+ attr_accessor datastore_id: ::String
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class StartFHIRImportJobRequest
290
+ attr_accessor job_name: ::String
291
+ attr_accessor input_data_config: Types::InputDataConfig
292
+ attr_accessor job_output_data_config: Types::OutputDataConfig
293
+ attr_accessor datastore_id: ::String
294
+ attr_accessor data_access_role_arn: ::String
295
+ attr_accessor client_token: ::String
296
+ SENSITIVE: []
297
+ end
298
+
299
+ class StartFHIRImportJobResponse
300
+ attr_accessor job_id: ::String
301
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
302
+ attr_accessor datastore_id: ::String
303
+ SENSITIVE: []
304
+ end
305
+
306
+ class Tag
307
+ attr_accessor key: ::String
308
+ attr_accessor value: ::String
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class TagResourceRequest
313
+ attr_accessor resource_arn: ::String
314
+ attr_accessor tags: ::Array[Types::Tag]
315
+ SENSITIVE: []
316
+ end
317
+
318
+ class TagResourceResponse < Aws::EmptyStructure
319
+ end
320
+
321
+ class ThrottlingException
322
+ attr_accessor message: ::String
323
+ SENSITIVE: []
324
+ end
325
+
326
+ class UntagResourceRequest
327
+ attr_accessor resource_arn: ::String
328
+ attr_accessor tag_keys: ::Array[::String]
329
+ SENSITIVE: []
330
+ end
331
+
332
+ class UntagResourceResponse < Aws::EmptyStructure
333
+ end
334
+
335
+ class ValidationException
336
+ attr_accessor message: ::String
337
+ SENSITIVE: []
338
+ end
339
+ end
340
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module HealthLake
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-healthlake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-healthlake/plugins/endpoints.rb
67
67
  - lib/aws-sdk-healthlake/resource.rb
68
68
  - lib/aws-sdk-healthlake/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-healthlake
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-healthlake/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - HealthLake
94
99
  test_files: []