aws-sdk-healthlake 1.42.0 → 1.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-healthlake/client.rb +16 -16
- data/lib/aws-sdk-healthlake/client_api.rb +2 -2
- data/lib/aws-sdk-healthlake/endpoint_provider.rb +13 -17
- data/lib/aws-sdk-healthlake.rb +1 -1
- data/sig/client.rbs +7 -7
- data/sig/types.rbs +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb2f6a5ab2b7f59ca5f89e92fa8c14077dbf63f43bc0d6f28cf08cd6c548698f
|
4
|
+
data.tar.gz: 20496c87bbac2b01930167289850507d25390e2efc98a84722abc085aee03297
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8adf17f6064cdc72f7ce7b89475cae3add402ea297ecc083924fe42e41d18f433b63808f8612402fdf949bdd5bcd88663f96b57f8e4b3e5aee74c88d52a7507a
|
7
|
+
data.tar.gz: f016509a735333547b3cc10aac4f12940b7646efbe3d81cc3a4325c3267cdaa9681a5bd0327ea9d68ecb4e738313677ae83041097d6fe25e5cd1957af3abf28e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.44.0 (2025-02-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.43.0 (2025-01-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
|
13
|
+
|
4
14
|
1.42.0 (2025-01-15)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.44.0
|
@@ -536,7 +536,7 @@ module Aws::HealthLake
|
|
536
536
|
# },
|
537
537
|
# ],
|
538
538
|
# identity_provider_configuration: {
|
539
|
-
# authorization_strategy: "SMART_ON_FHIR_V1", # required, accepts SMART_ON_FHIR_V1, AWS_AUTH
|
539
|
+
# authorization_strategy: "SMART_ON_FHIR_V1", # required, accepts SMART_ON_FHIR_V1, SMART_ON_FHIR, AWS_AUTH
|
540
540
|
# fine_grained_authorization_enabled: false,
|
541
541
|
# metadata: "ConfigurationMetadata",
|
542
542
|
# idp_lambda_arn: "LambdaArn",
|
@@ -623,7 +623,7 @@ module Aws::HealthLake
|
|
623
623
|
# resp.datastore_properties.sse_configuration.kms_encryption_config.cmk_type #=> String, one of "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
|
624
624
|
# resp.datastore_properties.sse_configuration.kms_encryption_config.kms_key_id #=> String
|
625
625
|
# resp.datastore_properties.preload_data_config.preload_data_type #=> String, one of "SYNTHEA"
|
626
|
-
# resp.datastore_properties.identity_provider_configuration.authorization_strategy #=> String, one of "SMART_ON_FHIR_V1", "AWS_AUTH"
|
626
|
+
# resp.datastore_properties.identity_provider_configuration.authorization_strategy #=> String, one of "SMART_ON_FHIR_V1", "SMART_ON_FHIR", "AWS_AUTH"
|
627
627
|
# resp.datastore_properties.identity_provider_configuration.fine_grained_authorization_enabled #=> Boolean
|
628
628
|
# resp.datastore_properties.identity_provider_configuration.metadata #=> String
|
629
629
|
# resp.datastore_properties.identity_provider_configuration.idp_lambda_arn #=> String
|
@@ -664,7 +664,7 @@ module Aws::HealthLake
|
|
664
664
|
#
|
665
665
|
# resp.export_job_properties.job_id #=> String
|
666
666
|
# resp.export_job_properties.job_name #=> String
|
667
|
-
# resp.export_job_properties.job_status #=> String, one of "SUBMITTED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
667
|
+
# resp.export_job_properties.job_status #=> String, one of "SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
668
668
|
# resp.export_job_properties.submit_time #=> Time
|
669
669
|
# resp.export_job_properties.end_time #=> Time
|
670
670
|
# resp.export_job_properties.datastore_id #=> String
|
@@ -706,7 +706,7 @@ module Aws::HealthLake
|
|
706
706
|
#
|
707
707
|
# resp.import_job_properties.job_id #=> String
|
708
708
|
# resp.import_job_properties.job_name #=> String
|
709
|
-
# resp.import_job_properties.job_status #=> String, one of "SUBMITTED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
709
|
+
# resp.import_job_properties.job_status #=> String, one of "SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
710
710
|
# resp.import_job_properties.submit_time #=> Time
|
711
711
|
# resp.import_job_properties.end_time #=> Time
|
712
712
|
# resp.import_job_properties.datastore_id #=> String
|
@@ -779,7 +779,7 @@ module Aws::HealthLake
|
|
779
779
|
# resp.datastore_properties_list[0].sse_configuration.kms_encryption_config.cmk_type #=> String, one of "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
|
780
780
|
# resp.datastore_properties_list[0].sse_configuration.kms_encryption_config.kms_key_id #=> String
|
781
781
|
# resp.datastore_properties_list[0].preload_data_config.preload_data_type #=> String, one of "SYNTHEA"
|
782
|
-
# resp.datastore_properties_list[0].identity_provider_configuration.authorization_strategy #=> String, one of "SMART_ON_FHIR_V1", "AWS_AUTH"
|
782
|
+
# resp.datastore_properties_list[0].identity_provider_configuration.authorization_strategy #=> String, one of "SMART_ON_FHIR_V1", "SMART_ON_FHIR", "AWS_AUTH"
|
783
783
|
# resp.datastore_properties_list[0].identity_provider_configuration.fine_grained_authorization_enabled #=> Boolean
|
784
784
|
# resp.datastore_properties_list[0].identity_provider_configuration.metadata #=> String
|
785
785
|
# resp.datastore_properties_list[0].identity_provider_configuration.idp_lambda_arn #=> String
|
@@ -841,7 +841,7 @@ module Aws::HealthLake
|
|
841
841
|
# next_token: "NextToken",
|
842
842
|
# max_results: 1,
|
843
843
|
# job_name: "JobName",
|
844
|
-
# job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED, CANCEL_SUBMITTED, CANCEL_IN_PROGRESS, CANCEL_COMPLETED, CANCEL_FAILED
|
844
|
+
# job_status: "SUBMITTED", # accepts SUBMITTED, QUEUED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED, CANCEL_SUBMITTED, CANCEL_IN_PROGRESS, CANCEL_COMPLETED, CANCEL_FAILED
|
845
845
|
# submitted_before: Time.now,
|
846
846
|
# submitted_after: Time.now,
|
847
847
|
# })
|
@@ -851,7 +851,7 @@ module Aws::HealthLake
|
|
851
851
|
# resp.export_job_properties_list #=> Array
|
852
852
|
# resp.export_job_properties_list[0].job_id #=> String
|
853
853
|
# resp.export_job_properties_list[0].job_name #=> String
|
854
|
-
# resp.export_job_properties_list[0].job_status #=> String, one of "SUBMITTED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
854
|
+
# resp.export_job_properties_list[0].job_status #=> String, one of "SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
855
855
|
# resp.export_job_properties_list[0].submit_time #=> Time
|
856
856
|
# resp.export_job_properties_list[0].end_time #=> Time
|
857
857
|
# resp.export_job_properties_list[0].datastore_id #=> String
|
@@ -915,7 +915,7 @@ module Aws::HealthLake
|
|
915
915
|
# next_token: "NextToken",
|
916
916
|
# max_results: 1,
|
917
917
|
# job_name: "JobName",
|
918
|
-
# job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED, CANCEL_SUBMITTED, CANCEL_IN_PROGRESS, CANCEL_COMPLETED, CANCEL_FAILED
|
918
|
+
# job_status: "SUBMITTED", # accepts SUBMITTED, QUEUED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED, CANCEL_SUBMITTED, CANCEL_IN_PROGRESS, CANCEL_COMPLETED, CANCEL_FAILED
|
919
919
|
# submitted_before: Time.now,
|
920
920
|
# submitted_after: Time.now,
|
921
921
|
# })
|
@@ -925,7 +925,7 @@ module Aws::HealthLake
|
|
925
925
|
# resp.import_job_properties_list #=> Array
|
926
926
|
# resp.import_job_properties_list[0].job_id #=> String
|
927
927
|
# resp.import_job_properties_list[0].job_name #=> String
|
928
|
-
# resp.import_job_properties_list[0].job_status #=> String, one of "SUBMITTED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
928
|
+
# resp.import_job_properties_list[0].job_status #=> String, one of "SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
929
929
|
# resp.import_job_properties_list[0].submit_time #=> Time
|
930
930
|
# resp.import_job_properties_list[0].end_time #=> Time
|
931
931
|
# resp.import_job_properties_list[0].datastore_id #=> String
|
@@ -1000,7 +1000,7 @@ module Aws::HealthLake
|
|
1000
1000
|
# @option params [required, String] :data_access_role_arn
|
1001
1001
|
# The Amazon Resource Name used during the initiation of the job.
|
1002
1002
|
#
|
1003
|
-
# @option params [
|
1003
|
+
# @option params [String] :client_token
|
1004
1004
|
# An optional user provided token used for ensuring idempotency.
|
1005
1005
|
#
|
1006
1006
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -1024,13 +1024,13 @@ module Aws::HealthLake
|
|
1024
1024
|
# },
|
1025
1025
|
# datastore_id: "DatastoreId", # required
|
1026
1026
|
# data_access_role_arn: "IamRoleArn", # required
|
1027
|
-
# client_token: "ClientTokenString",
|
1027
|
+
# client_token: "ClientTokenString",
|
1028
1028
|
# })
|
1029
1029
|
#
|
1030
1030
|
# @example Response structure
|
1031
1031
|
#
|
1032
1032
|
# resp.job_id #=> String
|
1033
|
-
# resp.job_status #=> String, one of "SUBMITTED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
1033
|
+
# resp.job_status #=> String, one of "SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
1034
1034
|
# resp.datastore_id #=> String
|
1035
1035
|
#
|
1036
1036
|
# @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/StartFHIRExportJob AWS API Documentation
|
@@ -1062,7 +1062,7 @@ module Aws::HealthLake
|
|
1062
1062
|
# The Amazon Resource Name (ARN) that gives AWS HealthLake access
|
1063
1063
|
# permission.
|
1064
1064
|
#
|
1065
|
-
# @option params [
|
1065
|
+
# @option params [String] :client_token
|
1066
1066
|
# Optional user provided token used for ensuring idempotency.
|
1067
1067
|
#
|
1068
1068
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -1089,13 +1089,13 @@ module Aws::HealthLake
|
|
1089
1089
|
# },
|
1090
1090
|
# datastore_id: "DatastoreId", # required
|
1091
1091
|
# data_access_role_arn: "IamRoleArn", # required
|
1092
|
-
# client_token: "ClientTokenString",
|
1092
|
+
# client_token: "ClientTokenString",
|
1093
1093
|
# })
|
1094
1094
|
#
|
1095
1095
|
# @example Response structure
|
1096
1096
|
#
|
1097
1097
|
# resp.job_id #=> String
|
1098
|
-
# resp.job_status #=> String, one of "SUBMITTED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
1098
|
+
# resp.job_status #=> String, one of "SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED"
|
1099
1099
|
# resp.datastore_id #=> String
|
1100
1100
|
#
|
1101
1101
|
# @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/StartFHIRImportJob AWS API Documentation
|
@@ -1185,7 +1185,7 @@ module Aws::HealthLake
|
|
1185
1185
|
tracer: tracer
|
1186
1186
|
)
|
1187
1187
|
context[:gem_name] = 'aws-sdk-healthlake'
|
1188
|
-
context[:gem_version] = '1.
|
1188
|
+
context[:gem_version] = '1.44.0'
|
1189
1189
|
Seahorse::Client::Request.new(handlers, context)
|
1190
1190
|
end
|
1191
1191
|
|
@@ -293,7 +293,7 @@ module Aws::HealthLake
|
|
293
293
|
StartFHIRExportJobRequest.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
|
294
294
|
StartFHIRExportJobRequest.add_member(:datastore_id, Shapes::ShapeRef.new(shape: DatastoreId, required: true, location_name: "DatastoreId"))
|
295
295
|
StartFHIRExportJobRequest.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "DataAccessRoleArn"))
|
296
|
-
StartFHIRExportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientTokenString,
|
296
|
+
StartFHIRExportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
297
297
|
StartFHIRExportJobRequest.struct_class = Types::StartFHIRExportJobRequest
|
298
298
|
|
299
299
|
StartFHIRExportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
@@ -306,7 +306,7 @@ module Aws::HealthLake
|
|
306
306
|
StartFHIRImportJobRequest.add_member(:job_output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "JobOutputDataConfig"))
|
307
307
|
StartFHIRImportJobRequest.add_member(:datastore_id, Shapes::ShapeRef.new(shape: DatastoreId, required: true, location_name: "DatastoreId"))
|
308
308
|
StartFHIRImportJobRequest.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "DataAccessRoleArn"))
|
309
|
-
StartFHIRImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientTokenString,
|
309
|
+
StartFHIRImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
310
310
|
StartFHIRImportJobRequest.struct_class = Types::StartFHIRImportJobRequest
|
311
311
|
|
312
312
|
StartFHIRImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
@@ -10,40 +10,36 @@
|
|
10
10
|
module Aws::HealthLake
|
11
11
|
class EndpointProvider
|
12
12
|
def resolve_endpoint(parameters)
|
13
|
-
|
14
|
-
|
15
|
-
use_fips = parameters.use_fips
|
16
|
-
endpoint = parameters.endpoint
|
17
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
13
|
+
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
14
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
19
15
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
20
16
|
end
|
21
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
17
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
22
18
|
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
19
|
end
|
24
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
20
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
|
25
21
|
end
|
26
|
-
if Aws::Endpoints::Matchers.set?(region)
|
27
|
-
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
22
|
+
if Aws::Endpoints::Matchers.set?(parameters.region)
|
23
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
24
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
29
25
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
-
return Aws::Endpoints::Endpoint.new(url: "https://healthlake-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
26
|
+
return Aws::Endpoints::Endpoint.new(url: "https://healthlake-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
27
|
end
|
32
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
29
|
end
|
34
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
30
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
35
31
|
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
|
-
return Aws::Endpoints::Endpoint.new(url: "https://healthlake-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
32
|
+
return Aws::Endpoints::Endpoint.new(url: "https://healthlake-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
33
|
end
|
38
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
39
35
|
end
|
40
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
36
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
41
37
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
42
|
-
return Aws::Endpoints::Endpoint.new(url: "https://healthlake.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
38
|
+
return Aws::Endpoints::Endpoint.new(url: "https://healthlake.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
43
39
|
end
|
44
40
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
45
41
|
end
|
46
|
-
return Aws::Endpoints::Endpoint.new(url: "https://healthlake.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://healthlake.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
47
43
|
end
|
48
44
|
end
|
49
45
|
raise ArgumentError, "Invalid Configuration: Missing Region"
|
data/lib/aws-sdk-healthlake.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -106,7 +106,7 @@ module Aws
|
|
106
106
|
},
|
107
107
|
],
|
108
108
|
?identity_provider_configuration: {
|
109
|
-
authorization_strategy: ("SMART_ON_FHIR_V1" | "AWS_AUTH"),
|
109
|
+
authorization_strategy: ("SMART_ON_FHIR_V1" | "SMART_ON_FHIR" | "AWS_AUTH"),
|
110
110
|
fine_grained_authorization_enabled: bool?,
|
111
111
|
metadata: ::String?,
|
112
112
|
idp_lambda_arn: ::String?
|
@@ -188,7 +188,7 @@ module Aws
|
|
188
188
|
?next_token: ::String,
|
189
189
|
?max_results: ::Integer,
|
190
190
|
?job_name: ::String,
|
191
|
-
?job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED"),
|
191
|
+
?job_status: ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED"),
|
192
192
|
?submitted_before: ::Time,
|
193
193
|
?submitted_after: ::Time
|
194
194
|
) -> _ListFHIRExportJobsResponseSuccess
|
@@ -205,7 +205,7 @@ module Aws
|
|
205
205
|
?next_token: ::String,
|
206
206
|
?max_results: ::Integer,
|
207
207
|
?job_name: ::String,
|
208
|
-
?job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED"),
|
208
|
+
?job_status: ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED"),
|
209
209
|
?submitted_before: ::Time,
|
210
210
|
?submitted_after: ::Time
|
211
211
|
) -> _ListFHIRImportJobsResponseSuccess
|
@@ -224,7 +224,7 @@ module Aws
|
|
224
224
|
interface _StartFHIRExportJobResponseSuccess
|
225
225
|
include ::Seahorse::Client::_ResponseSuccess[Types::StartFHIRExportJobResponse]
|
226
226
|
def job_id: () -> ::String
|
227
|
-
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
227
|
+
def job_status: () -> ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
228
228
|
def datastore_id: () -> ::String
|
229
229
|
end
|
230
230
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#start_fhir_export_job-instance_method
|
@@ -238,14 +238,14 @@ module Aws
|
|
238
238
|
},
|
239
239
|
datastore_id: ::String,
|
240
240
|
data_access_role_arn: ::String,
|
241
|
-
client_token: ::String
|
241
|
+
?client_token: ::String
|
242
242
|
) -> _StartFHIRExportJobResponseSuccess
|
243
243
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFHIRExportJobResponseSuccess
|
244
244
|
|
245
245
|
interface _StartFHIRImportJobResponseSuccess
|
246
246
|
include ::Seahorse::Client::_ResponseSuccess[Types::StartFHIRImportJobResponse]
|
247
247
|
def job_id: () -> ::String
|
248
|
-
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
248
|
+
def job_status: () -> ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
249
249
|
def datastore_id: () -> ::String
|
250
250
|
end
|
251
251
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#start_fhir_import_job-instance_method
|
@@ -262,7 +262,7 @@ module Aws
|
|
262
262
|
},
|
263
263
|
datastore_id: ::String,
|
264
264
|
data_access_role_arn: ::String,
|
265
|
-
client_token: ::String
|
265
|
+
?client_token: ::String
|
266
266
|
) -> _StartFHIRImportJobResponseSuccess
|
267
267
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFHIRImportJobResponseSuccess
|
268
268
|
|
data/sig/types.rbs
CHANGED
@@ -114,7 +114,7 @@ module Aws::HealthLake
|
|
114
114
|
class ExportJobProperties
|
115
115
|
attr_accessor job_id: ::String
|
116
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")
|
117
|
+
attr_accessor job_status: ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
118
118
|
attr_accessor submit_time: ::Time
|
119
119
|
attr_accessor end_time: ::Time
|
120
120
|
attr_accessor datastore_id: ::String
|
@@ -125,7 +125,7 @@ module Aws::HealthLake
|
|
125
125
|
end
|
126
126
|
|
127
127
|
class IdentityProviderConfiguration
|
128
|
-
attr_accessor authorization_strategy: ("SMART_ON_FHIR_V1" | "AWS_AUTH")
|
128
|
+
attr_accessor authorization_strategy: ("SMART_ON_FHIR_V1" | "SMART_ON_FHIR" | "AWS_AUTH")
|
129
129
|
attr_accessor fine_grained_authorization_enabled: bool
|
130
130
|
attr_accessor metadata: ::String
|
131
131
|
attr_accessor idp_lambda_arn: ::String
|
@@ -135,7 +135,7 @@ module Aws::HealthLake
|
|
135
135
|
class ImportJobProperties
|
136
136
|
attr_accessor job_id: ::String
|
137
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")
|
138
|
+
attr_accessor job_status: ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
139
139
|
attr_accessor submit_time: ::Time
|
140
140
|
attr_accessor end_time: ::Time
|
141
141
|
attr_accessor datastore_id: ::String
|
@@ -199,7 +199,7 @@ module Aws::HealthLake
|
|
199
199
|
attr_accessor next_token: ::String
|
200
200
|
attr_accessor max_results: ::Integer
|
201
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")
|
202
|
+
attr_accessor job_status: ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
203
203
|
attr_accessor submitted_before: ::Time
|
204
204
|
attr_accessor submitted_after: ::Time
|
205
205
|
SENSITIVE: []
|
@@ -216,7 +216,7 @@ module Aws::HealthLake
|
|
216
216
|
attr_accessor next_token: ::String
|
217
217
|
attr_accessor max_results: ::Integer
|
218
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")
|
219
|
+
attr_accessor job_status: ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
220
220
|
attr_accessor submitted_before: ::Time
|
221
221
|
attr_accessor submitted_after: ::Time
|
222
222
|
SENSITIVE: []
|
@@ -281,7 +281,7 @@ module Aws::HealthLake
|
|
281
281
|
|
282
282
|
class StartFHIRExportJobResponse
|
283
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")
|
284
|
+
attr_accessor job_status: ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
285
285
|
attr_accessor datastore_id: ::String
|
286
286
|
SENSITIVE: []
|
287
287
|
end
|
@@ -298,7 +298,7 @@ module Aws::HealthLake
|
|
298
298
|
|
299
299
|
class StartFHIRImportJobResponse
|
300
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")
|
301
|
+
attr_accessor job_status: ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
302
302
|
attr_accessor datastore_id: ::String
|
303
303
|
SENSITIVE: []
|
304
304
|
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.
|
4
|
+
version: 1.44.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: 2025-
|
11
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|