aws-sdk-healthlake 1.45.0 → 1.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e4c6b5e1694fda2db6e560ca67411fd18408dcd7211ba62b5bcb676b0bfb564
4
- data.tar.gz: 3e54cd5c734b2ff56a2cdc8bcf1a6bbb3acf43e0c5e45382771658674d48c148
3
+ metadata.gz: d98095fe58aee5d3aa2dba9f367941c69106f68ce8c1a0f9111ccb54c45d9d9c
4
+ data.tar.gz: 4ba4fa552e51f28d9307ee39d3ac8c3d682492188521929fae463fcccd789e2c
5
5
  SHA512:
6
- metadata.gz: c4722930a4d6dcec872811c7b8132d5b915f69af19500a13a23a362951c2ebed058d4fa158656e41e70132a909096291779494b6371b252748e46b2d7f74842a
7
- data.tar.gz: 169e0709de450e390ce343169f992ae6d64fc60060ee5cd012507297651ba2f5f11851045443c26879970d48386dc33476006c982c30125577dd5973b882574c
6
+ metadata.gz: 262c4cfe2e8d404ae233519a7ab2758767768249687c8b390790ecd87ff986678dadf41c87f0f93d1eb375c641a9774588ea0a4457f7119636d3344bde323fb1
7
+ data.tar.gz: d0dc590daa96cbb8eed2bb4046606c2f2b8edbf7b1fc5c96ac0db59555e40189fecfeaab7b00fc63bc17bb9286d1471dd4c28cf5f44851a073404860632c2320
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.45.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -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.45.0'
1188
+ context[:gem_version] = '1.46.0'
1189
1189
  Seahorse::Client::Request.new(handlers, context)
1190
1190
  end
1191
1191
 
@@ -107,7 +107,7 @@ module Aws::HealthLake
107
107
  CreateFHIRDatastoreRequest.add_member(:datastore_type_version, Shapes::ShapeRef.new(shape: FHIRVersion, required: true, location_name: "DatastoreTypeVersion"))
108
108
  CreateFHIRDatastoreRequest.add_member(:sse_configuration, Shapes::ShapeRef.new(shape: SseConfiguration, location_name: "SseConfiguration"))
109
109
  CreateFHIRDatastoreRequest.add_member(:preload_data_config, Shapes::ShapeRef.new(shape: PreloadDataConfig, location_name: "PreloadDataConfig"))
110
- CreateFHIRDatastoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
110
+ CreateFHIRDatastoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
111
111
  CreateFHIRDatastoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
112
112
  CreateFHIRDatastoreRequest.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "IdentityProviderConfiguration"))
113
113
  CreateFHIRDatastoreRequest.struct_class = Types::CreateFHIRDatastoreRequest
@@ -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, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
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, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
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"))
@@ -54,7 +54,7 @@ module Aws::HealthLake
54
54
  autoload :EndpointProvider, 'aws-sdk-healthlake/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-healthlake/endpoints'
56
56
 
57
- GEM_VERSION = '1.45.0'
57
+ GEM_VERSION = '1.46.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-healthlake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-healthlake
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-healthlake/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - HealthLake
99
96
  test_files: []