aws-sdk-healthlake 1.20.0 → 1.21.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: f3cbd41d85f387d8d4dfe0a8ae4ae425f1c0f98282d247e790a78ea4829b0bfa
4
- data.tar.gz: 7bf7f90732d0f36044055a1c499155cda57bbae2e2c4adae13f2ff2f926cfee3
3
+ metadata.gz: addef1df8589f4c23df60ccc41751013b15e716fd1f4346b0c9b0879d8c6e182
4
+ data.tar.gz: 632161ff82de4469ed39eaf8de324beaf5774d3b12465e58ea8a9104d1dd3b37
5
5
  SHA512:
6
- metadata.gz: 6abe4d203a06e10f05bd7618727015a14cadc61677271d4798fd1616a53f25e442c040a00b2f9920e9e3179dee8739da22101f6b11bf1ba94fd44fc12f115e75
7
- data.tar.gz: 94547c2598d0f86244679fa0cbab0b10825cfd876a01889ee34adffd144e9258cf3694290a5b46405bfa2aa572f127eb22a53878df89eec912d4a22a63b3aab1
6
+ metadata.gz: 16f8135d3177181449788638c4b7af46b70d6ffebd6856765aeac62a8d7641e3c2fc85cd326646c2ea641c2bc545fe42c8ec5a7764355ec38910881a755825e2
7
+ data.tar.gz: d347821c8193c0911675dbbb991932689124c586e5cbad9ba1881dba344261092f93b4f18ea387580749cbefcb5e4088c7ef35e830992282be8e1d2936013638
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2023-07-26)
5
+ ------------------
6
+
7
+ * Feature - Updating the HealthLake service documentation.
8
+
4
9
  1.20.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -398,20 +398,20 @@ module Aws::HealthLake
398
398
 
399
399
  # @!group API Operations
400
400
 
401
- # Creates a Data Store that can ingest and export FHIR formatted data.
401
+ # Creates a data store that can ingest and export FHIR formatted data.
402
402
  #
403
403
  # @option params [String] :datastore_name
404
- # The user generated name for the Data Store.
404
+ # The user generated name for the data store.
405
405
  #
406
406
  # @option params [required, String] :datastore_type_version
407
- # The FHIR version of the Data Store. The only supported version is R4.
407
+ # The FHIR version of the data store. The only supported version is R4.
408
408
  #
409
409
  # @option params [Types::SseConfiguration] :sse_configuration
410
410
  # The server-side encryption key configuration for a customer provided
411
- # encryption key specified for creating a Data Store.
411
+ # encryption key specified for creating a data store.
412
412
  #
413
413
  # @option params [Types::PreloadDataConfig] :preload_data_config
414
- # Optional parameter to preload data upon creation of the Data Store.
414
+ # Optional parameter to preload data upon creation of the data store.
415
415
  # Currently, the only supported preloaded data is synthetic data
416
416
  # generated from Synthea.
417
417
  #
@@ -422,11 +422,11 @@ module Aws::HealthLake
422
422
  # not need to pass this option.**
423
423
  #
424
424
  # @option params [Array<Types::Tag>] :tags
425
- # Resource tags that are applied to a Data Store when it is created.
425
+ # Resource tags that are applied to a data store when it is created.
426
426
  #
427
427
  # @option params [Types::IdentityProviderConfiguration] :identity_provider_configuration
428
428
  # The configuration of the identity provider that you want to use for
429
- # your Data Store.
429
+ # your data store.
430
430
  #
431
431
  # @return [Types::CreateFHIRDatastoreResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
432
432
  #
@@ -480,10 +480,10 @@ module Aws::HealthLake
480
480
  req.send_request(options)
481
481
  end
482
482
 
483
- # Deletes a Data Store.
483
+ # Deletes a data store.
484
484
  #
485
485
  # @option params [required, String] :datastore_id
486
- # The AWS-generated ID for the Data Store to be deleted.
486
+ # The AWS-generated ID for the data store to be deleted.
487
487
  #
488
488
  # @return [Types::DeleteFHIRDatastoreResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
489
489
  #
@@ -514,12 +514,13 @@ module Aws::HealthLake
514
514
  req.send_request(options)
515
515
  end
516
516
 
517
- # Gets the properties associated with the FHIR Data Store, including the
518
- # Data Store ID, Data Store ARN, Data Store name, Data Store status,
519
- # created at, Data Store type version, and Data Store endpoint.
517
+ # Gets the properties associated with the FHIR data store, including the
518
+ # data store ID, data store ARN, data store name, data store status,
519
+ # when the data store was created, data store type version, and the data
520
+ # store's endpoint.
520
521
  #
521
522
  # @option params [required, String] :datastore_id
522
- # The AWS-generated Data Store ID.
523
+ # The AWS-generated data store ID.
523
524
  #
524
525
  # @return [Types::DescribeFHIRDatastoreResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
525
526
  #
@@ -561,7 +562,7 @@ module Aws::HealthLake
561
562
  # name, and the status of the job.
562
563
  #
563
564
  # @option params [required, String] :datastore_id
564
- # The AWS generated ID for the Data Store from which files are being
565
+ # The AWS generated ID for the data store from which files are being
565
566
  # exported from for an export job.
566
567
  #
567
568
  # @option params [required, String] :job_id
@@ -604,7 +605,7 @@ module Aws::HealthLake
604
605
  # name, and the status of the job.
605
606
  #
606
607
  # @option params [required, String] :datastore_id
607
- # The AWS-generated ID of the Data Store.
608
+ # The AWS-generated ID of the data store.
608
609
  #
609
610
  # @option params [required, String] :job_id
610
611
  # The AWS-generated job ID.
@@ -643,17 +644,17 @@ module Aws::HealthLake
643
644
  req.send_request(options)
644
645
  end
645
646
 
646
- # Lists all FHIR Data Stores that are in the user’s account, regardless
647
- # of Data Store status.
647
+ # Lists all FHIR data stores that are in the user’s account, regardless
648
+ # of data store status.
648
649
  #
649
650
  # @option params [Types::DatastoreFilter] :filter
650
- # Lists all filters associated with a FHIR Data Store request.
651
+ # Lists all filters associated with a FHIR data store request.
651
652
  #
652
653
  # @option params [String] :next_token
653
- # Fetches the next page of Data Stores when results are paginated.
654
+ # Fetches the next page of data stores when results are paginated.
654
655
  #
655
656
  # @option params [Integer] :max_results
656
- # The maximum number of Data Stores returned in a single page of a
657
+ # The maximum number of data stores returned in a single page of a
657
658
  # ListFHIRDatastoresRequest call.
658
659
  #
659
660
  # @return [Types::ListFHIRDatastoresResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -709,7 +710,7 @@ module Aws::HealthLake
709
710
  #
710
711
  # @option params [required, String] :datastore_id
711
712
  # This parameter limits the response to the export job with the
712
- # specified Data Store ID.
713
+ # specified data store ID.
713
714
  #
714
715
  # @option params [String] :next_token
715
716
  # A pagination token used to identify the next page of results to return
@@ -783,7 +784,7 @@ module Aws::HealthLake
783
784
  #
784
785
  # @option params [required, String] :datastore_id
785
786
  # This parameter limits the response to the import job with the
786
- # specified Data Store ID.
787
+ # specified data store ID.
787
788
  #
788
789
  # @option params [String] :next_token
789
790
  # A pagination token used to identify the next page of results to return
@@ -853,10 +854,10 @@ module Aws::HealthLake
853
854
  req.send_request(options)
854
855
  end
855
856
 
856
- # Returns a list of all existing tags associated with a Data Store.
857
+ # Returns a list of all existing tags associated with a data store.
857
858
  #
858
859
  # @option params [required, String] :resource_arn
859
- # The Amazon Resource Name(ARN) of the Data Store for which tags are
860
+ # The Amazon Resource Name(ARN) of the data store for which tags are
860
861
  # being added.
861
862
  #
862
863
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -894,7 +895,7 @@ module Aws::HealthLake
894
895
  # was created.
895
896
  #
896
897
  # @option params [required, String] :datastore_id
897
- # The AWS generated ID for the Data Store from which files are being
898
+ # The AWS generated ID for the data store from which files are being
898
899
  # exported for an export job.
899
900
  #
900
901
  # @option params [required, String] :data_access_role_arn
@@ -956,10 +957,10 @@ module Aws::HealthLake
956
957
  # was created.
957
958
  #
958
959
  # @option params [required, String] :datastore_id
959
- # The AWS-generated Data Store ID.
960
+ # The AWS-generated data store ID.
960
961
  #
961
962
  # @option params [required, String] :data_access_role_arn
962
- # The Amazon Resource Name (ARN) that gives Amazon HealthLake access
963
+ # The Amazon Resource Name (ARN) that gives AWS HealthLake access
963
964
  # permission.
964
965
  #
965
966
  # @option params [required, String] :client_token
@@ -1007,15 +1008,15 @@ module Aws::HealthLake
1007
1008
  req.send_request(options)
1008
1009
  end
1009
1010
 
1010
- # Adds a user specified key and value tag to a Data Store.
1011
+ # Adds a user specified key and value tag to a data store.
1011
1012
  #
1012
1013
  # @option params [required, String] :resource_arn
1013
- # The Amazon Resource Name(ARN)that gives Amazon HealthLake access to
1014
- # the Data Store which tags are being added to.
1014
+ # The Amazon Resource Name(ARN)that gives AWS HealthLake access to the
1015
+ # data store which tags are being added to.
1015
1016
  #
1016
1017
  # @option params [required, Array<Types::Tag>] :tags
1017
- # The user specified key and value pair tags being added to a Data
1018
- # Store.
1018
+ # The user specified key and value pair tags being added to a data
1019
+ # store.
1019
1020
  #
1020
1021
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1021
1022
  #
@@ -1040,14 +1041,14 @@ module Aws::HealthLake
1040
1041
  req.send_request(options)
1041
1042
  end
1042
1043
 
1043
- # Removes tags from a Data Store.
1044
+ # Removes tags from a data store.
1044
1045
  #
1045
1046
  # @option params [required, String] :resource_arn
1046
- # "The Amazon Resource Name(ARN) of the Data Store for which tags are
1047
- # being removed
1047
+ # The Amazon Resource Name(ARN) of the data store for which tags are
1048
+ # being removed.
1048
1049
  #
1049
1050
  # @option params [required, Array<String>] :tag_keys
1050
- # The keys for the tags to be removed from the Healthlake Data Store.
1051
+ # The keys for the tags to be removed from the HealthLake data store.
1051
1052
  #
1052
1053
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1053
1054
  #
@@ -1080,7 +1081,7 @@ module Aws::HealthLake
1080
1081
  params: params,
1081
1082
  config: config)
1082
1083
  context[:gem_name] = 'aws-sdk-healthlake'
1083
- context[:gem_version] = '1.20.0'
1084
+ context[:gem_version] = '1.21.0'
1084
1085
  Seahorse::Client::Request.new(handlers, context)
1085
1086
  end
1086
1087
 
@@ -24,7 +24,7 @@ module Aws::HealthLake
24
24
  include Aws::Structure
25
25
  end
26
26
 
27
- # The Data Store is in a transition state and the user requested action
27
+ # The data store is in a transition state and the user requested action
28
28
  # can not be performed.
29
29
  #
30
30
  # @!attribute [rw] message
@@ -39,21 +39,21 @@ module Aws::HealthLake
39
39
  end
40
40
 
41
41
  # @!attribute [rw] datastore_name
42
- # The user generated name for the Data Store.
42
+ # The user generated name for the data store.
43
43
  # @return [String]
44
44
  #
45
45
  # @!attribute [rw] datastore_type_version
46
- # The FHIR version of the Data Store. The only supported version is
46
+ # The FHIR version of the data store. The only supported version is
47
47
  # R4.
48
48
  # @return [String]
49
49
  #
50
50
  # @!attribute [rw] sse_configuration
51
51
  # The server-side encryption key configuration for a customer provided
52
- # encryption key specified for creating a Data Store.
52
+ # encryption key specified for creating a data store.
53
53
  # @return [Types::SseConfiguration]
54
54
  #
55
55
  # @!attribute [rw] preload_data_config
56
- # Optional parameter to preload data upon creation of the Data Store.
56
+ # Optional parameter to preload data upon creation of the data store.
57
57
  # Currently, the only supported preloaded data is synthetic data
58
58
  # generated from Synthea.
59
59
  # @return [Types::PreloadDataConfig]
@@ -66,12 +66,12 @@ module Aws::HealthLake
66
66
  # @return [String]
67
67
  #
68
68
  # @!attribute [rw] tags
69
- # Resource tags that are applied to a Data Store when it is created.
69
+ # Resource tags that are applied to a data store when it is created.
70
70
  # @return [Array<Types::Tag>]
71
71
  #
72
72
  # @!attribute [rw] identity_provider_configuration
73
73
  # The configuration of the identity provider that you want to use for
74
- # your Data Store.
74
+ # your data store.
75
75
  # @return [Types::IdentityProviderConfiguration]
76
76
  #
77
77
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/CreateFHIRDatastoreRequest AWS API Documentation
@@ -89,23 +89,22 @@ module Aws::HealthLake
89
89
  end
90
90
 
91
91
  # @!attribute [rw] datastore_id
92
- # The AWS-generated Data Store id. This id is in the output from the
93
- # initial Data Store creation call.
92
+ # The AWS-generated data store id. This id is in the output from the
93
+ # initial data store creation call.
94
94
  # @return [String]
95
95
  #
96
96
  # @!attribute [rw] datastore_arn
97
- # The Data Store ARN is generated during the creation of the Data
98
- # Store and can be found in the output from the initial Data Store
97
+ # The data store ARN is generated during the creation of the data
98
+ # store and can be found in the output from the initial data store
99
99
  # creation call.
100
100
  # @return [String]
101
101
  #
102
102
  # @!attribute [rw] datastore_status
103
- # The status of the FHIR Data Store. Possible statuses are ‘CREATING’,
104
- # ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
103
+ # The status of the FHIR data store.
105
104
  # @return [String]
106
105
  #
107
106
  # @!attribute [rw] datastore_endpoint
108
- # The AWS endpoint for the created Data Store.
107
+ # The AWS endpoint for the created data store.
109
108
  # @return [String]
110
109
  #
111
110
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/CreateFHIRDatastoreResponse AWS API Documentation
@@ -119,25 +118,25 @@ module Aws::HealthLake
119
118
  include Aws::Structure
120
119
  end
121
120
 
122
- # The filters applied to Data Store query.
121
+ # The filters applied to data store query.
123
122
  #
124
123
  # @!attribute [rw] datastore_name
125
- # Allows the user to filter Data Store results by name.
124
+ # Allows the user to filter data store results by name.
126
125
  # @return [String]
127
126
  #
128
127
  # @!attribute [rw] datastore_status
129
- # Allows the user to filter Data Store results by status.
128
+ # Allows the user to filter data store results by status.
130
129
  # @return [String]
131
130
  #
132
131
  # @!attribute [rw] created_before
133
132
  # A filter that allows the user to set cutoff dates for records. All
134
- # Data Stores created before the specified date will be included in
133
+ # data stores created before the specified date will be included in
135
134
  # the results.
136
135
  # @return [Time]
137
136
  #
138
137
  # @!attribute [rw] created_after
139
138
  # A filter that allows the user to set cutoff dates for records. All
140
- # Data Stores created after the specified date will be included in the
139
+ # data stores created after the specified date will be included in the
141
140
  # results.
142
141
  # @return [Time]
143
142
  #
@@ -152,28 +151,27 @@ module Aws::HealthLake
152
151
  include Aws::Structure
153
152
  end
154
153
 
155
- # Displays the properties of the Data Store, including the ID, ARN,
156
- # name, and the status of the Data Store.
154
+ # Displays the properties of the data store, including the ID, ARN,
155
+ # name, and the status of the data store.
157
156
  #
158
157
  # @!attribute [rw] datastore_id
159
- # The AWS-generated ID number for the Data Store.
158
+ # The AWS-generated ID number for the data store.
160
159
  # @return [String]
161
160
  #
162
161
  # @!attribute [rw] datastore_arn
163
- # The Amazon Resource Name used in the creation of the Data Store.
162
+ # The Amazon Resource Name used in the creation of the data store.
164
163
  # @return [String]
165
164
  #
166
165
  # @!attribute [rw] datastore_name
167
- # The user-generated name for the Data Store.
166
+ # The user-generated name for the data store.
168
167
  # @return [String]
169
168
  #
170
169
  # @!attribute [rw] datastore_status
171
- # The status of the Data Store. Possible statuses are 'CREATING',
172
- # 'ACTIVE', 'DELETING', or 'DELETED'.
170
+ # The status of the data store.
173
171
  # @return [String]
174
172
  #
175
173
  # @!attribute [rw] created_at
176
- # The time that a Data Store was created.
174
+ # The time that a data store was created.
177
175
  # @return [Time]
178
176
  #
179
177
  # @!attribute [rw] datastore_type_version
@@ -181,8 +179,8 @@ module Aws::HealthLake
181
179
  # @return [String]
182
180
  #
183
181
  # @!attribute [rw] datastore_endpoint
184
- # The AWS endpoint for the Data Store. Each Data Store will have it's
185
- # own endpoint with Data Store ID in the endpoint URL.
182
+ # The AWS endpoint for the data store. Each data store will have it's
183
+ # own endpoint with data store ID in the endpoint URL.
186
184
  # @return [String]
187
185
  #
188
186
  # @!attribute [rw] sse_configuration
@@ -191,13 +189,13 @@ module Aws::HealthLake
191
189
  # @return [Types::SseConfiguration]
192
190
  #
193
191
  # @!attribute [rw] preload_data_config
194
- # The preloaded data configuration for the Data Store. Only data
192
+ # The preloaded data configuration for the data store. Only data
195
193
  # preloaded from Synthea is supported.
196
194
  # @return [Types::PreloadDataConfig]
197
195
  #
198
196
  # @!attribute [rw] identity_provider_configuration
199
- # The identity provider that you selected when you created the Data
200
- # Store.
197
+ # The identity provider that you selected when you created the data
198
+ # store.
201
199
  # @return [Types::IdentityProviderConfiguration]
202
200
  #
203
201
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DatastoreProperties AWS API Documentation
@@ -218,7 +216,7 @@ module Aws::HealthLake
218
216
  end
219
217
 
220
218
  # @!attribute [rw] datastore_id
221
- # The AWS-generated ID for the Data Store to be deleted.
219
+ # The AWS-generated ID for the data store to be deleted.
222
220
  # @return [String]
223
221
  #
224
222
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DeleteFHIRDatastoreRequest AWS API Documentation
@@ -230,21 +228,21 @@ module Aws::HealthLake
230
228
  end
231
229
 
232
230
  # @!attribute [rw] datastore_id
233
- # The AWS-generated ID for the Data Store to be deleted.
231
+ # The AWS-generated ID for the data store to be deleted.
234
232
  # @return [String]
235
233
  #
236
234
  # @!attribute [rw] datastore_arn
237
- # The Amazon Resource Name (ARN) that gives Amazon HealthLake access
235
+ # The Amazon Resource Name (ARN) that gives AWS HealthLake access
238
236
  # permission.
239
237
  # @return [String]
240
238
  #
241
239
  # @!attribute [rw] datastore_status
242
- # The status of the Data Store that the user has requested to be
240
+ # The status of the data store that the user has requested to be
243
241
  # deleted.
244
242
  # @return [String]
245
243
  #
246
244
  # @!attribute [rw] datastore_endpoint
247
- # The AWS endpoint for the Data Store the user has requested to be
245
+ # The AWS endpoint for the data store the user has requested to be
248
246
  # deleted.
249
247
  # @return [String]
250
248
  #
@@ -260,7 +258,7 @@ module Aws::HealthLake
260
258
  end
261
259
 
262
260
  # @!attribute [rw] datastore_id
263
- # The AWS-generated Data Store ID.
261
+ # The AWS-generated data store ID.
264
262
  # @return [String]
265
263
  #
266
264
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRDatastoreRequest AWS API Documentation
@@ -272,9 +270,10 @@ module Aws::HealthLake
272
270
  end
273
271
 
274
272
  # @!attribute [rw] datastore_properties
275
- # All properties associated with a Data Store, including the Data
276
- # Store ID, Data Store ARN, Data Store name, Data Store status,
277
- # created at, Data Store type version, and Data Store endpoint.
273
+ # All properties associated with a data store, including the data
274
+ # store ID, data store ARN, data store name, data store status, when
275
+ # the data store was created, data store type version, and the data
276
+ # store's endpoint.
278
277
  # @return [Types::DatastoreProperties]
279
278
  #
280
279
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRDatastoreResponse AWS API Documentation
@@ -286,7 +285,7 @@ module Aws::HealthLake
286
285
  end
287
286
 
288
287
  # @!attribute [rw] datastore_id
289
- # The AWS generated ID for the Data Store from which files are being
288
+ # The AWS generated ID for the data store from which files are being
290
289
  # exported from for an export job.
291
290
  # @return [String]
292
291
  #
@@ -317,7 +316,7 @@ module Aws::HealthLake
317
316
  end
318
317
 
319
318
  # @!attribute [rw] datastore_id
320
- # The AWS-generated ID of the Data Store.
319
+ # The AWS-generated ID of the data store.
321
320
  # @return [String]
322
321
  #
323
322
  # @!attribute [rw] job_id
@@ -371,7 +370,7 @@ module Aws::HealthLake
371
370
  # @return [Time]
372
371
  #
373
372
  # @!attribute [rw] datastore_id
374
- # The AWS generated ID for the Data Store from which files are being
373
+ # The AWS generated ID for the data store from which files are being
375
374
  # exported for an export job.
376
375
  # @return [String]
377
376
  #
@@ -405,17 +404,17 @@ module Aws::HealthLake
405
404
  include Aws::Structure
406
405
  end
407
406
 
408
- # The identity provider configuration that you gave when the Data Store
407
+ # The identity provider configuration that you gave when the data store
409
408
  # was created.
410
409
  #
411
410
  # @!attribute [rw] authorization_strategy
412
411
  # The authorization strategy that you selected when you created the
413
- # Data Store.
412
+ # data store.
414
413
  # @return [String]
415
414
  #
416
415
  # @!attribute [rw] fine_grained_authorization_enabled
417
- # If you enabled fine-grained authorization when you created the Data
418
- # Store.
416
+ # If you enabled fine-grained authorization when you created the data
417
+ # store.
419
418
  # @return [Boolean]
420
419
  #
421
420
  # @!attribute [rw] metadata
@@ -465,7 +464,7 @@ module Aws::HealthLake
465
464
  end
466
465
 
467
466
  # Displays the properties of the import job, including the ID, Arn,
468
- # Name, and the status of the Data Store.
467
+ # Name, and the status of the data store.
469
468
  #
470
469
  # @!attribute [rw] job_id
471
470
  # The AWS-generated id number for the Import job.
@@ -503,8 +502,8 @@ module Aws::HealthLake
503
502
  # @return [Types::OutputDataConfig]
504
503
  #
505
504
  # @!attribute [rw] data_access_role_arn
506
- # The Amazon Resource Name (ARN) that gives Amazon HealthLake access
507
- # to your input data.
505
+ # The Amazon Resource Name (ARN) that gives AWS HealthLake access to
506
+ # your input data.
508
507
  # @return [String]
509
508
  #
510
509
  # @!attribute [rw] message
@@ -537,7 +536,7 @@ module Aws::HealthLake
537
536
  #
538
537
  # @!attribute [rw] s3_uri
539
538
  # The S3Uri is the user specified S3 location of the FHIR data to be
540
- # imported into Amazon HealthLake.
539
+ # imported into AWS HealthLake.
541
540
  # @return [String]
542
541
  #
543
542
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/InputDataConfig AWS API Documentation
@@ -566,17 +565,17 @@ module Aws::HealthLake
566
565
  include Aws::Structure
567
566
  end
568
567
 
569
- # The customer-managed-key(CMK) used when creating a Data Store. If a
568
+ # The customer-managed-key(CMK) used when creating a data store. If a
570
569
  # customer owned key is not specified, an AWS owned key will be used for
571
570
  # encryption.
572
571
  #
573
572
  # @!attribute [rw] cmk_type
574
- # The type of customer-managed-key(CMK) used for encyrption. The two
573
+ # The type of customer-managed-key(CMK) used for encryption. The two
575
574
  # types of supported CMKs are customer owned CMKs and AWS owned CMKs.
576
575
  # @return [String]
577
576
  #
578
577
  # @!attribute [rw] kms_key_id
579
- # The KMS encryption key id/alias used to encrypt the Data Store
578
+ # The KMS encryption key id/alias used to encrypt the data store
580
579
  # contents at rest.
581
580
  # @return [String]
582
581
  #
@@ -590,15 +589,15 @@ module Aws::HealthLake
590
589
  end
591
590
 
592
591
  # @!attribute [rw] filter
593
- # Lists all filters associated with a FHIR Data Store request.
592
+ # Lists all filters associated with a FHIR data store request.
594
593
  # @return [Types::DatastoreFilter]
595
594
  #
596
595
  # @!attribute [rw] next_token
597
- # Fetches the next page of Data Stores when results are paginated.
596
+ # Fetches the next page of data stores when results are paginated.
598
597
  # @return [String]
599
598
  #
600
599
  # @!attribute [rw] max_results
601
- # The maximum number of Data Stores returned in a single page of a
600
+ # The maximum number of data stores returned in a single page of a
602
601
  # ListFHIRDatastoresRequest call.
603
602
  # @return [Integer]
604
603
  #
@@ -613,7 +612,7 @@ module Aws::HealthLake
613
612
  end
614
613
 
615
614
  # @!attribute [rw] datastore_properties_list
616
- # All properties associated with the listed Data Stores.
615
+ # All properties associated with the listed data stores.
617
616
  # @return [Array<Types::DatastoreProperties>]
618
617
  #
619
618
  # @!attribute [rw] next_token
@@ -632,7 +631,7 @@ module Aws::HealthLake
632
631
 
633
632
  # @!attribute [rw] datastore_id
634
633
  # This parameter limits the response to the export job with the
635
- # specified Data Store ID.
634
+ # specified data store ID.
636
635
  # @return [String]
637
636
  #
638
637
  # @!attribute [rw] next_token
@@ -700,7 +699,7 @@ module Aws::HealthLake
700
699
 
701
700
  # @!attribute [rw] datastore_id
702
701
  # This parameter limits the response to the import job with the
703
- # specified Data Store ID.
702
+ # specified data store ID.
704
703
  # @return [String]
705
704
  #
706
705
  # @!attribute [rw] next_token
@@ -767,7 +766,7 @@ module Aws::HealthLake
767
766
  end
768
767
 
769
768
  # @!attribute [rw] resource_arn
770
- # The Amazon Resource Name(ARN) of the Data Store for which tags are
769
+ # The Amazon Resource Name(ARN) of the data store for which tags are
771
770
  # being added.
772
771
  # @return [String]
773
772
  #
@@ -780,7 +779,7 @@ module Aws::HealthLake
780
779
  end
781
780
 
782
781
  # @!attribute [rw] tags
783
- # Returns a list of tags associated with a Data Store.
782
+ # Returns a list of tags associated with a data store.
784
783
  # @return [Array<Types::Tag>]
785
784
  #
786
785
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListTagsForResourceResponse AWS API Documentation
@@ -816,7 +815,7 @@ module Aws::HealthLake
816
815
  class Unknown < OutputDataConfig; end
817
816
  end
818
817
 
819
- # The input properties for the preloaded Data Store. Only data preloaded
818
+ # The input properties for the preloaded data store. Only data preloaded
820
819
  # from Synthea is supported.
821
820
  #
822
821
  # @!attribute [rw] preload_data_type
@@ -832,7 +831,7 @@ module Aws::HealthLake
832
831
  include Aws::Structure
833
832
  end
834
833
 
835
- # The requested Data Store was not found.
834
+ # The requested data store was not found.
836
835
  #
837
836
  # @!attribute [rw] message
838
837
  # @return [String]
@@ -850,7 +849,7 @@ module Aws::HealthLake
850
849
  #
851
850
  # @!attribute [rw] s3_uri
852
851
  # The S3Uri is the user specified S3 location of the FHIR data to be
853
- # imported into Amazon HealthLake.
852
+ # imported into AWS HealthLake.
854
853
  # @return [String]
855
854
  #
856
855
  # @!attribute [rw] kms_key_id
@@ -892,7 +891,7 @@ module Aws::HealthLake
892
891
  # @return [Types::OutputDataConfig]
893
892
  #
894
893
  # @!attribute [rw] datastore_id
895
- # The AWS generated ID for the Data Store from which files are being
894
+ # The AWS generated ID for the data store from which files are being
896
895
  # exported for an export job.
897
896
  # @return [String]
898
897
  #
@@ -929,7 +928,7 @@ module Aws::HealthLake
929
928
  # @return [String]
930
929
  #
931
930
  # @!attribute [rw] datastore_id
932
- # The AWS generated ID for the Data Store from which files are being
931
+ # The AWS generated ID for the data store from which files are being
933
932
  # exported for an export job.
934
933
  # @return [String]
935
934
  #
@@ -958,11 +957,11 @@ module Aws::HealthLake
958
957
  # @return [Types::OutputDataConfig]
959
958
  #
960
959
  # @!attribute [rw] datastore_id
961
- # The AWS-generated Data Store ID.
960
+ # The AWS-generated data store ID.
962
961
  # @return [String]
963
962
  #
964
963
  # @!attribute [rw] data_access_role_arn
965
- # The Amazon Resource Name (ARN) that gives Amazon HealthLake access
964
+ # The Amazon Resource Name (ARN) that gives AWS HealthLake access
966
965
  # permission.
967
966
  # @return [String]
968
967
  #
@@ -995,7 +994,7 @@ module Aws::HealthLake
995
994
  # @return [String]
996
995
  #
997
996
  # @!attribute [rw] datastore_id
998
- # The AWS-generated Data Store ID.
997
+ # The AWS-generated data store ID.
999
998
  # @return [String]
1000
999
  #
1001
1000
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/StartFHIRImportJobResponse AWS API Documentation
@@ -1029,13 +1028,13 @@ module Aws::HealthLake
1029
1028
  end
1030
1029
 
1031
1030
  # @!attribute [rw] resource_arn
1032
- # The Amazon Resource Name(ARN)that gives Amazon HealthLake access to
1033
- # the Data Store which tags are being added to.
1031
+ # The Amazon Resource Name(ARN)that gives AWS HealthLake access to the
1032
+ # data store which tags are being added to.
1034
1033
  # @return [String]
1035
1034
  #
1036
1035
  # @!attribute [rw] tags
1037
- # The user specified key and value pair tags being added to a Data
1038
- # Store.
1036
+ # The user specified key and value pair tags being added to a data
1037
+ # store.
1039
1038
  # @return [Array<Types::Tag>]
1040
1039
  #
1041
1040
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/TagResourceRequest AWS API Documentation
@@ -1066,12 +1065,12 @@ module Aws::HealthLake
1066
1065
  end
1067
1066
 
1068
1067
  # @!attribute [rw] resource_arn
1069
- # "The Amazon Resource Name(ARN) of the Data Store for which tags are
1070
- # being removed
1068
+ # The Amazon Resource Name(ARN) of the data store for which tags are
1069
+ # being removed.
1071
1070
  # @return [String]
1072
1071
  #
1073
1072
  # @!attribute [rw] tag_keys
1074
- # The keys for the tags to be removed from the Healthlake Data Store.
1073
+ # The keys for the tags to be removed from the HealthLake data store.
1075
1074
  # @return [Array<String>]
1076
1075
  #
1077
1076
  # @see http://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/UntagResourceRequest AWS API Documentation
@@ -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.20.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  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.20.0
4
+ version: 1.21.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core