aws-sdk-healthlake 1.25.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: fba8e59cc4aced78ed924eff080006fe73125f354e1db8c1147d29be9303f627
4
- data.tar.gz: 9c6b51f9118fb8d3fb11afa2a9fb098ac21561d0c91701a4c52039b6746fc5cd
3
+ metadata.gz: 34dd3e0cfd5623bc2263a5eac5a262e6be3241a232fdd4e0b25ecba38ca26b55
4
+ data.tar.gz: '080d9db2067215e72217cd1502727e0e03ff450a742a8fc0e0151d0f06079a56'
5
5
  SHA512:
6
- metadata.gz: 28277102ebd548d10255089444373c1b30c173079cae69b8d8760accfac0195444b945b4736e01e76e8a5f80f4138f961c9e95b533a81d02456ce6e536939585
7
- data.tar.gz: 91946f570a2bd9d5e8a6b4c2ffb237114db3a30d465c6d536db5433b6b10f00bd797bd73140eb3c46ff04c947b18fc932b87b2e2792e16b3f65922c37eb69780
6
+ metadata.gz: 3d54a8d8712e228d3a48ad9e932a180e91404620b7ce505c25ecd0e107f0c9ae167bdb57970d782fe929aeb206ed8500af8e37c7a0d0046ef8e07a98f86939e8
7
+ data.tar.gz: 5341ec466ea7a57e819a71187661223268da931b2f7d3fbe757ada2597599743848f9c28b814f5e9de15363e4f44f40016a3335cdc0e36d4e3a44e0cea2e9dea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.25.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.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.25.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"
@@ -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.25.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -77,7 +77,7 @@ module Aws
77
77
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateFHIRDatastoreResponse]
78
78
  def datastore_id: () -> ::String
79
79
  def datastore_arn: () -> ::String
80
- def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
80
+ def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
81
81
  def datastore_endpoint: () -> ::String
82
82
  end
83
83
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#create_fhir_datastore-instance_method
@@ -113,7 +113,7 @@ module Aws
113
113
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFHIRDatastoreResponse]
114
114
  def datastore_id: () -> ::String
115
115
  def datastore_arn: () -> ::String
116
- def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
116
+ def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
117
117
  def datastore_endpoint: () -> ::String
118
118
  end
119
119
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#delete_fhir_datastore-instance_method
@@ -163,7 +163,7 @@ module Aws
163
163
  def list_fhir_datastores: (
164
164
  ?filter: {
165
165
  datastore_name: ::String?,
166
- datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")?,
166
+ datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")?,
167
167
  created_before: ::Time?,
168
168
  created_after: ::Time?
169
169
  },
data/sig/types.rbs CHANGED
@@ -32,14 +32,14 @@ module Aws::HealthLake
32
32
  class CreateFHIRDatastoreResponse
33
33
  attr_accessor datastore_id: ::String
34
34
  attr_accessor datastore_arn: ::String
35
- attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
35
+ attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
36
36
  attr_accessor datastore_endpoint: ::String
37
37
  SENSITIVE: []
38
38
  end
39
39
 
40
40
  class DatastoreFilter
41
41
  attr_accessor datastore_name: ::String
42
- attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
42
+ attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
43
43
  attr_accessor created_before: ::Time
44
44
  attr_accessor created_after: ::Time
45
45
  SENSITIVE: []
@@ -49,13 +49,14 @@ module Aws::HealthLake
49
49
  attr_accessor datastore_id: ::String
50
50
  attr_accessor datastore_arn: ::String
51
51
  attr_accessor datastore_name: ::String
52
- attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
52
+ attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
53
53
  attr_accessor created_at: ::Time
54
54
  attr_accessor datastore_type_version: ("R4")
55
55
  attr_accessor datastore_endpoint: ::String
56
56
  attr_accessor sse_configuration: Types::SseConfiguration
57
57
  attr_accessor preload_data_config: Types::PreloadDataConfig
58
58
  attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
59
+ attr_accessor error_cause: Types::ErrorCause
59
60
  SENSITIVE: []
60
61
  end
61
62
 
@@ -67,7 +68,7 @@ module Aws::HealthLake
67
68
  class DeleteFHIRDatastoreResponse
68
69
  attr_accessor datastore_id: ::String
69
70
  attr_accessor datastore_arn: ::String
70
- attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
71
+ attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED")
71
72
  attr_accessor datastore_endpoint: ::String
72
73
  SENSITIVE: []
73
74
  end
@@ -104,6 +105,12 @@ module Aws::HealthLake
104
105
  SENSITIVE: []
105
106
  end
106
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
+
107
114
  class ExportJobProperties
108
115
  attr_accessor job_id: ::String
109
116
  attr_accessor job_name: ::String
@@ -134,6 +141,7 @@ module Aws::HealthLake
134
141
  attr_accessor datastore_id: ::String
135
142
  attr_accessor input_data_config: Types::InputDataConfig
136
143
  attr_accessor job_output_data_config: Types::OutputDataConfig
144
+ attr_accessor job_progress_report: Types::JobProgressReport
137
145
  attr_accessor data_access_role_arn: ::String
138
146
  attr_accessor message: ::String
139
147
  SENSITIVE: []
@@ -155,6 +163,18 @@ module Aws::HealthLake
155
163
  SENSITIVE: []
156
164
  end
157
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
+
158
178
  class KmsEncryptionConfig
159
179
  attr_accessor cmk_type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY")
160
180
  attr_accessor kms_key_id: ::String
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.25.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-26 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