aws-sdk-healthlake 1.24.0 → 1.25.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-healthlake/client.rb +1 -1
- data/lib/aws-sdk-healthlake/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-healthlake.rb +1 -1
- data/sig/client.rbs +291 -0
- data/sig/errors.rbs +34 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +320 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fba8e59cc4aced78ed924eff080006fe73125f354e1db8c1147d29be9303f627
|
4
|
+
data.tar.gz: 9c6b51f9118fb8d3fb11afa2a9fb098ac21561d0c91701a4c52039b6746fc5cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28277102ebd548d10255089444373c1b30c173079cae69b8d8760accfac0195444b945b4736e01e76e8a5f80f4138f961c9e95b533a81d02456ce6e536939585
|
7
|
+
data.tar.gz: 91946f570a2bd9d5e8a6b4c2ffb237114db3a30d465c6d536db5433b6b10f00bd797bd73140eb3c46ff04c947b18fc932b87b2e2792e16b3f65922c37eb69780
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.25.0
|
@@ -1081,7 +1081,7 @@ module Aws::HealthLake
|
|
1081
1081
|
params: params,
|
1082
1082
|
config: config)
|
1083
1083
|
context[:gem_name] = 'aws-sdk-healthlake'
|
1084
|
-
context[:gem_version] = '1.
|
1084
|
+
context[:gem_version] = '1.25.0'
|
1085
1085
|
Seahorse::Client::Request.new(handlers, context)
|
1086
1086
|
end
|
1087
1087
|
|
@@ -14,6 +14,7 @@ module Aws::HealthLake
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::HealthLake::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/lib/aws-sdk-healthlake.rb
CHANGED
data/sig/client.rbs
ADDED
@@ -0,0 +1,291 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module HealthLake
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> instance
|
73
|
+
| (?Hash[Symbol, untyped]) -> instance
|
74
|
+
|
75
|
+
|
76
|
+
interface _CreateFHIRDatastoreResponseSuccess
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateFHIRDatastoreResponse]
|
78
|
+
def datastore_id: () -> ::String
|
79
|
+
def datastore_arn: () -> ::String
|
80
|
+
def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
|
81
|
+
def datastore_endpoint: () -> ::String
|
82
|
+
end
|
83
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#create_fhir_datastore-instance_method
|
84
|
+
def create_fhir_datastore: (
|
85
|
+
?datastore_name: ::String,
|
86
|
+
datastore_type_version: ("R4"),
|
87
|
+
?sse_configuration: {
|
88
|
+
kms_encryption_config: {
|
89
|
+
cmk_type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY"),
|
90
|
+
kms_key_id: ::String?
|
91
|
+
}
|
92
|
+
},
|
93
|
+
?preload_data_config: {
|
94
|
+
preload_data_type: ("SYNTHEA")
|
95
|
+
},
|
96
|
+
?client_token: ::String,
|
97
|
+
?tags: Array[
|
98
|
+
{
|
99
|
+
key: ::String,
|
100
|
+
value: ::String
|
101
|
+
},
|
102
|
+
],
|
103
|
+
?identity_provider_configuration: {
|
104
|
+
authorization_strategy: ("SMART_ON_FHIR_V1" | "AWS_AUTH"),
|
105
|
+
fine_grained_authorization_enabled: bool?,
|
106
|
+
metadata: ::String?,
|
107
|
+
idp_lambda_arn: ::String?
|
108
|
+
}
|
109
|
+
) -> _CreateFHIRDatastoreResponseSuccess
|
110
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFHIRDatastoreResponseSuccess
|
111
|
+
|
112
|
+
interface _DeleteFHIRDatastoreResponseSuccess
|
113
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFHIRDatastoreResponse]
|
114
|
+
def datastore_id: () -> ::String
|
115
|
+
def datastore_arn: () -> ::String
|
116
|
+
def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
|
117
|
+
def datastore_endpoint: () -> ::String
|
118
|
+
end
|
119
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#delete_fhir_datastore-instance_method
|
120
|
+
def delete_fhir_datastore: (
|
121
|
+
datastore_id: ::String
|
122
|
+
) -> _DeleteFHIRDatastoreResponseSuccess
|
123
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFHIRDatastoreResponseSuccess
|
124
|
+
|
125
|
+
interface _DescribeFHIRDatastoreResponseSuccess
|
126
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFHIRDatastoreResponse]
|
127
|
+
def datastore_properties: () -> Types::DatastoreProperties
|
128
|
+
end
|
129
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#describe_fhir_datastore-instance_method
|
130
|
+
def describe_fhir_datastore: (
|
131
|
+
datastore_id: ::String
|
132
|
+
) -> _DescribeFHIRDatastoreResponseSuccess
|
133
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFHIRDatastoreResponseSuccess
|
134
|
+
|
135
|
+
interface _DescribeFHIRExportJobResponseSuccess
|
136
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFHIRExportJobResponse]
|
137
|
+
def export_job_properties: () -> Types::ExportJobProperties
|
138
|
+
end
|
139
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#describe_fhir_export_job-instance_method
|
140
|
+
def describe_fhir_export_job: (
|
141
|
+
datastore_id: ::String,
|
142
|
+
job_id: ::String
|
143
|
+
) -> _DescribeFHIRExportJobResponseSuccess
|
144
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFHIRExportJobResponseSuccess
|
145
|
+
|
146
|
+
interface _DescribeFHIRImportJobResponseSuccess
|
147
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFHIRImportJobResponse]
|
148
|
+
def import_job_properties: () -> Types::ImportJobProperties
|
149
|
+
end
|
150
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#describe_fhir_import_job-instance_method
|
151
|
+
def describe_fhir_import_job: (
|
152
|
+
datastore_id: ::String,
|
153
|
+
job_id: ::String
|
154
|
+
) -> _DescribeFHIRImportJobResponseSuccess
|
155
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFHIRImportJobResponseSuccess
|
156
|
+
|
157
|
+
interface _ListFHIRDatastoresResponseSuccess
|
158
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListFHIRDatastoresResponse]
|
159
|
+
def datastore_properties_list: () -> ::Array[Types::DatastoreProperties]
|
160
|
+
def next_token: () -> ::String
|
161
|
+
end
|
162
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#list_fhir_datastores-instance_method
|
163
|
+
def list_fhir_datastores: (
|
164
|
+
?filter: {
|
165
|
+
datastore_name: ::String?,
|
166
|
+
datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")?,
|
167
|
+
created_before: ::Time?,
|
168
|
+
created_after: ::Time?
|
169
|
+
},
|
170
|
+
?next_token: ::String,
|
171
|
+
?max_results: ::Integer
|
172
|
+
) -> _ListFHIRDatastoresResponseSuccess
|
173
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFHIRDatastoresResponseSuccess
|
174
|
+
|
175
|
+
interface _ListFHIRExportJobsResponseSuccess
|
176
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListFHIRExportJobsResponse]
|
177
|
+
def export_job_properties_list: () -> ::Array[Types::ExportJobProperties]
|
178
|
+
def next_token: () -> ::String
|
179
|
+
end
|
180
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#list_fhir_export_jobs-instance_method
|
181
|
+
def list_fhir_export_jobs: (
|
182
|
+
datastore_id: ::String,
|
183
|
+
?next_token: ::String,
|
184
|
+
?max_results: ::Integer,
|
185
|
+
?job_name: ::String,
|
186
|
+
?job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED"),
|
187
|
+
?submitted_before: ::Time,
|
188
|
+
?submitted_after: ::Time
|
189
|
+
) -> _ListFHIRExportJobsResponseSuccess
|
190
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFHIRExportJobsResponseSuccess
|
191
|
+
|
192
|
+
interface _ListFHIRImportJobsResponseSuccess
|
193
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListFHIRImportJobsResponse]
|
194
|
+
def import_job_properties_list: () -> ::Array[Types::ImportJobProperties]
|
195
|
+
def next_token: () -> ::String
|
196
|
+
end
|
197
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#list_fhir_import_jobs-instance_method
|
198
|
+
def list_fhir_import_jobs: (
|
199
|
+
datastore_id: ::String,
|
200
|
+
?next_token: ::String,
|
201
|
+
?max_results: ::Integer,
|
202
|
+
?job_name: ::String,
|
203
|
+
?job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED"),
|
204
|
+
?submitted_before: ::Time,
|
205
|
+
?submitted_after: ::Time
|
206
|
+
) -> _ListFHIRImportJobsResponseSuccess
|
207
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFHIRImportJobsResponseSuccess
|
208
|
+
|
209
|
+
interface _ListTagsForResourceResponseSuccess
|
210
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
211
|
+
def tags: () -> ::Array[Types::Tag]
|
212
|
+
end
|
213
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#list_tags_for_resource-instance_method
|
214
|
+
def list_tags_for_resource: (
|
215
|
+
resource_arn: ::String
|
216
|
+
) -> _ListTagsForResourceResponseSuccess
|
217
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
218
|
+
|
219
|
+
interface _StartFHIRExportJobResponseSuccess
|
220
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartFHIRExportJobResponse]
|
221
|
+
def job_id: () -> ::String
|
222
|
+
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
223
|
+
def datastore_id: () -> ::String
|
224
|
+
end
|
225
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#start_fhir_export_job-instance_method
|
226
|
+
def start_fhir_export_job: (
|
227
|
+
?job_name: ::String,
|
228
|
+
output_data_config: {
|
229
|
+
s3_configuration: {
|
230
|
+
s3_uri: ::String,
|
231
|
+
kms_key_id: ::String
|
232
|
+
}?
|
233
|
+
},
|
234
|
+
datastore_id: ::String,
|
235
|
+
data_access_role_arn: ::String,
|
236
|
+
client_token: ::String
|
237
|
+
) -> _StartFHIRExportJobResponseSuccess
|
238
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFHIRExportJobResponseSuccess
|
239
|
+
|
240
|
+
interface _StartFHIRImportJobResponseSuccess
|
241
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartFHIRImportJobResponse]
|
242
|
+
def job_id: () -> ::String
|
243
|
+
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
244
|
+
def datastore_id: () -> ::String
|
245
|
+
end
|
246
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#start_fhir_import_job-instance_method
|
247
|
+
def start_fhir_import_job: (
|
248
|
+
?job_name: ::String,
|
249
|
+
input_data_config: {
|
250
|
+
s3_uri: ::String?
|
251
|
+
},
|
252
|
+
job_output_data_config: {
|
253
|
+
s3_configuration: {
|
254
|
+
s3_uri: ::String,
|
255
|
+
kms_key_id: ::String
|
256
|
+
}?
|
257
|
+
},
|
258
|
+
datastore_id: ::String,
|
259
|
+
data_access_role_arn: ::String,
|
260
|
+
client_token: ::String
|
261
|
+
) -> _StartFHIRImportJobResponseSuccess
|
262
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFHIRImportJobResponseSuccess
|
263
|
+
|
264
|
+
interface _TagResourceResponseSuccess
|
265
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
266
|
+
end
|
267
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#tag_resource-instance_method
|
268
|
+
def tag_resource: (
|
269
|
+
resource_arn: ::String,
|
270
|
+
tags: Array[
|
271
|
+
{
|
272
|
+
key: ::String,
|
273
|
+
value: ::String
|
274
|
+
},
|
275
|
+
]
|
276
|
+
) -> _TagResourceResponseSuccess
|
277
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
278
|
+
|
279
|
+
interface _UntagResourceResponseSuccess
|
280
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
281
|
+
end
|
282
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Client.html#untag_resource-instance_method
|
283
|
+
def untag_resource: (
|
284
|
+
resource_arn: ::String,
|
285
|
+
tag_keys: Array[::String]
|
286
|
+
) -> _UntagResourceResponseSuccess
|
287
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
288
|
+
end
|
289
|
+
end
|
290
|
+
end
|
291
|
+
|
data/sig/errors.rbs
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module HealthLake
|
10
|
+
module Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class AccessDeniedException < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
end
|
20
|
+
class InternalServerException < ::Aws::Errors::ServiceError
|
21
|
+
def message: () -> ::String
|
22
|
+
end
|
23
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
24
|
+
def message: () -> ::String
|
25
|
+
end
|
26
|
+
class ThrottlingException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
29
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
30
|
+
def message: () -> ::String
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
data/sig/resource.rbs
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module HealthLake
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/HealthLake/Resource.html#initialize-instance_method
|
13
|
+
def initialize: (
|
14
|
+
?client: Client,
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> void
|
73
|
+
| (?Hash[Symbol, untyped]) -> void
|
74
|
+
|
75
|
+
def client: () -> Client
|
76
|
+
|
77
|
+
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
data/sig/types.rbs
ADDED
@@ -0,0 +1,320 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::HealthLake
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class ConflictException
|
17
|
+
attr_accessor message: ::String
|
18
|
+
SENSITIVE: []
|
19
|
+
end
|
20
|
+
|
21
|
+
class CreateFHIRDatastoreRequest
|
22
|
+
attr_accessor datastore_name: ::String
|
23
|
+
attr_accessor datastore_type_version: ("R4")
|
24
|
+
attr_accessor sse_configuration: Types::SseConfiguration
|
25
|
+
attr_accessor preload_data_config: Types::PreloadDataConfig
|
26
|
+
attr_accessor client_token: ::String
|
27
|
+
attr_accessor tags: ::Array[Types::Tag]
|
28
|
+
attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
|
29
|
+
SENSITIVE: []
|
30
|
+
end
|
31
|
+
|
32
|
+
class CreateFHIRDatastoreResponse
|
33
|
+
attr_accessor datastore_id: ::String
|
34
|
+
attr_accessor datastore_arn: ::String
|
35
|
+
attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
|
36
|
+
attr_accessor datastore_endpoint: ::String
|
37
|
+
SENSITIVE: []
|
38
|
+
end
|
39
|
+
|
40
|
+
class DatastoreFilter
|
41
|
+
attr_accessor datastore_name: ::String
|
42
|
+
attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
|
43
|
+
attr_accessor created_before: ::Time
|
44
|
+
attr_accessor created_after: ::Time
|
45
|
+
SENSITIVE: []
|
46
|
+
end
|
47
|
+
|
48
|
+
class DatastoreProperties
|
49
|
+
attr_accessor datastore_id: ::String
|
50
|
+
attr_accessor datastore_arn: ::String
|
51
|
+
attr_accessor datastore_name: ::String
|
52
|
+
attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
|
53
|
+
attr_accessor created_at: ::Time
|
54
|
+
attr_accessor datastore_type_version: ("R4")
|
55
|
+
attr_accessor datastore_endpoint: ::String
|
56
|
+
attr_accessor sse_configuration: Types::SseConfiguration
|
57
|
+
attr_accessor preload_data_config: Types::PreloadDataConfig
|
58
|
+
attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
|
59
|
+
SENSITIVE: []
|
60
|
+
end
|
61
|
+
|
62
|
+
class DeleteFHIRDatastoreRequest
|
63
|
+
attr_accessor datastore_id: ::String
|
64
|
+
SENSITIVE: []
|
65
|
+
end
|
66
|
+
|
67
|
+
class DeleteFHIRDatastoreResponse
|
68
|
+
attr_accessor datastore_id: ::String
|
69
|
+
attr_accessor datastore_arn: ::String
|
70
|
+
attr_accessor datastore_status: ("CREATING" | "ACTIVE" | "DELETING" | "DELETED")
|
71
|
+
attr_accessor datastore_endpoint: ::String
|
72
|
+
SENSITIVE: []
|
73
|
+
end
|
74
|
+
|
75
|
+
class DescribeFHIRDatastoreRequest
|
76
|
+
attr_accessor datastore_id: ::String
|
77
|
+
SENSITIVE: []
|
78
|
+
end
|
79
|
+
|
80
|
+
class DescribeFHIRDatastoreResponse
|
81
|
+
attr_accessor datastore_properties: Types::DatastoreProperties
|
82
|
+
SENSITIVE: []
|
83
|
+
end
|
84
|
+
|
85
|
+
class DescribeFHIRExportJobRequest
|
86
|
+
attr_accessor datastore_id: ::String
|
87
|
+
attr_accessor job_id: ::String
|
88
|
+
SENSITIVE: []
|
89
|
+
end
|
90
|
+
|
91
|
+
class DescribeFHIRExportJobResponse
|
92
|
+
attr_accessor export_job_properties: Types::ExportJobProperties
|
93
|
+
SENSITIVE: []
|
94
|
+
end
|
95
|
+
|
96
|
+
class DescribeFHIRImportJobRequest
|
97
|
+
attr_accessor datastore_id: ::String
|
98
|
+
attr_accessor job_id: ::String
|
99
|
+
SENSITIVE: []
|
100
|
+
end
|
101
|
+
|
102
|
+
class DescribeFHIRImportJobResponse
|
103
|
+
attr_accessor import_job_properties: Types::ImportJobProperties
|
104
|
+
SENSITIVE: []
|
105
|
+
end
|
106
|
+
|
107
|
+
class ExportJobProperties
|
108
|
+
attr_accessor job_id: ::String
|
109
|
+
attr_accessor job_name: ::String
|
110
|
+
attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
111
|
+
attr_accessor submit_time: ::Time
|
112
|
+
attr_accessor end_time: ::Time
|
113
|
+
attr_accessor datastore_id: ::String
|
114
|
+
attr_accessor output_data_config: Types::OutputDataConfig
|
115
|
+
attr_accessor data_access_role_arn: ::String
|
116
|
+
attr_accessor message: ::String
|
117
|
+
SENSITIVE: []
|
118
|
+
end
|
119
|
+
|
120
|
+
class IdentityProviderConfiguration
|
121
|
+
attr_accessor authorization_strategy: ("SMART_ON_FHIR_V1" | "AWS_AUTH")
|
122
|
+
attr_accessor fine_grained_authorization_enabled: bool
|
123
|
+
attr_accessor metadata: ::String
|
124
|
+
attr_accessor idp_lambda_arn: ::String
|
125
|
+
SENSITIVE: []
|
126
|
+
end
|
127
|
+
|
128
|
+
class ImportJobProperties
|
129
|
+
attr_accessor job_id: ::String
|
130
|
+
attr_accessor job_name: ::String
|
131
|
+
attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
132
|
+
attr_accessor submit_time: ::Time
|
133
|
+
attr_accessor end_time: ::Time
|
134
|
+
attr_accessor datastore_id: ::String
|
135
|
+
attr_accessor input_data_config: Types::InputDataConfig
|
136
|
+
attr_accessor job_output_data_config: Types::OutputDataConfig
|
137
|
+
attr_accessor data_access_role_arn: ::String
|
138
|
+
attr_accessor message: ::String
|
139
|
+
SENSITIVE: []
|
140
|
+
end
|
141
|
+
|
142
|
+
class InputDataConfig
|
143
|
+
attr_accessor s3_uri: ::String
|
144
|
+
attr_accessor unknown: untyped
|
145
|
+
SENSITIVE: []
|
146
|
+
|
147
|
+
class S3Uri < InputDataConfig
|
148
|
+
end
|
149
|
+
class Unknown < InputDataConfig
|
150
|
+
end
|
151
|
+
end
|
152
|
+
|
153
|
+
class InternalServerException
|
154
|
+
attr_accessor message: ::String
|
155
|
+
SENSITIVE: []
|
156
|
+
end
|
157
|
+
|
158
|
+
class KmsEncryptionConfig
|
159
|
+
attr_accessor cmk_type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY")
|
160
|
+
attr_accessor kms_key_id: ::String
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class ListFHIRDatastoresRequest
|
165
|
+
attr_accessor filter: Types::DatastoreFilter
|
166
|
+
attr_accessor next_token: ::String
|
167
|
+
attr_accessor max_results: ::Integer
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class ListFHIRDatastoresResponse
|
172
|
+
attr_accessor datastore_properties_list: ::Array[Types::DatastoreProperties]
|
173
|
+
attr_accessor next_token: ::String
|
174
|
+
SENSITIVE: []
|
175
|
+
end
|
176
|
+
|
177
|
+
class ListFHIRExportJobsRequest
|
178
|
+
attr_accessor datastore_id: ::String
|
179
|
+
attr_accessor next_token: ::String
|
180
|
+
attr_accessor max_results: ::Integer
|
181
|
+
attr_accessor job_name: ::String
|
182
|
+
attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
183
|
+
attr_accessor submitted_before: ::Time
|
184
|
+
attr_accessor submitted_after: ::Time
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
188
|
+
class ListFHIRExportJobsResponse
|
189
|
+
attr_accessor export_job_properties_list: ::Array[Types::ExportJobProperties]
|
190
|
+
attr_accessor next_token: ::String
|
191
|
+
SENSITIVE: []
|
192
|
+
end
|
193
|
+
|
194
|
+
class ListFHIRImportJobsRequest
|
195
|
+
attr_accessor datastore_id: ::String
|
196
|
+
attr_accessor next_token: ::String
|
197
|
+
attr_accessor max_results: ::Integer
|
198
|
+
attr_accessor job_name: ::String
|
199
|
+
attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
200
|
+
attr_accessor submitted_before: ::Time
|
201
|
+
attr_accessor submitted_after: ::Time
|
202
|
+
SENSITIVE: []
|
203
|
+
end
|
204
|
+
|
205
|
+
class ListFHIRImportJobsResponse
|
206
|
+
attr_accessor import_job_properties_list: ::Array[Types::ImportJobProperties]
|
207
|
+
attr_accessor next_token: ::String
|
208
|
+
SENSITIVE: []
|
209
|
+
end
|
210
|
+
|
211
|
+
class ListTagsForResourceRequest
|
212
|
+
attr_accessor resource_arn: ::String
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class ListTagsForResourceResponse
|
217
|
+
attr_accessor tags: ::Array[Types::Tag]
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class OutputDataConfig
|
222
|
+
attr_accessor s3_configuration: Types::S3Configuration
|
223
|
+
attr_accessor unknown: untyped
|
224
|
+
SENSITIVE: []
|
225
|
+
|
226
|
+
class S3Configuration < OutputDataConfig
|
227
|
+
end
|
228
|
+
class Unknown < OutputDataConfig
|
229
|
+
end
|
230
|
+
end
|
231
|
+
|
232
|
+
class PreloadDataConfig
|
233
|
+
attr_accessor preload_data_type: ("SYNTHEA")
|
234
|
+
SENSITIVE: []
|
235
|
+
end
|
236
|
+
|
237
|
+
class ResourceNotFoundException
|
238
|
+
attr_accessor message: ::String
|
239
|
+
SENSITIVE: []
|
240
|
+
end
|
241
|
+
|
242
|
+
class S3Configuration
|
243
|
+
attr_accessor s3_uri: ::String
|
244
|
+
attr_accessor kms_key_id: ::String
|
245
|
+
SENSITIVE: []
|
246
|
+
end
|
247
|
+
|
248
|
+
class SseConfiguration
|
249
|
+
attr_accessor kms_encryption_config: Types::KmsEncryptionConfig
|
250
|
+
SENSITIVE: []
|
251
|
+
end
|
252
|
+
|
253
|
+
class StartFHIRExportJobRequest
|
254
|
+
attr_accessor job_name: ::String
|
255
|
+
attr_accessor output_data_config: Types::OutputDataConfig
|
256
|
+
attr_accessor datastore_id: ::String
|
257
|
+
attr_accessor data_access_role_arn: ::String
|
258
|
+
attr_accessor client_token: ::String
|
259
|
+
SENSITIVE: []
|
260
|
+
end
|
261
|
+
|
262
|
+
class StartFHIRExportJobResponse
|
263
|
+
attr_accessor job_id: ::String
|
264
|
+
attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
265
|
+
attr_accessor datastore_id: ::String
|
266
|
+
SENSITIVE: []
|
267
|
+
end
|
268
|
+
|
269
|
+
class StartFHIRImportJobRequest
|
270
|
+
attr_accessor job_name: ::String
|
271
|
+
attr_accessor input_data_config: Types::InputDataConfig
|
272
|
+
attr_accessor job_output_data_config: Types::OutputDataConfig
|
273
|
+
attr_accessor datastore_id: ::String
|
274
|
+
attr_accessor data_access_role_arn: ::String
|
275
|
+
attr_accessor client_token: ::String
|
276
|
+
SENSITIVE: []
|
277
|
+
end
|
278
|
+
|
279
|
+
class StartFHIRImportJobResponse
|
280
|
+
attr_accessor job_id: ::String
|
281
|
+
attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|
282
|
+
attr_accessor datastore_id: ::String
|
283
|
+
SENSITIVE: []
|
284
|
+
end
|
285
|
+
|
286
|
+
class Tag
|
287
|
+
attr_accessor key: ::String
|
288
|
+
attr_accessor value: ::String
|
289
|
+
SENSITIVE: []
|
290
|
+
end
|
291
|
+
|
292
|
+
class TagResourceRequest
|
293
|
+
attr_accessor resource_arn: ::String
|
294
|
+
attr_accessor tags: ::Array[Types::Tag]
|
295
|
+
SENSITIVE: []
|
296
|
+
end
|
297
|
+
|
298
|
+
class TagResourceResponse < Aws::EmptyStructure
|
299
|
+
end
|
300
|
+
|
301
|
+
class ThrottlingException
|
302
|
+
attr_accessor message: ::String
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class UntagResourceRequest
|
307
|
+
attr_accessor resource_arn: ::String
|
308
|
+
attr_accessor tag_keys: ::Array[::String]
|
309
|
+
SENSITIVE: []
|
310
|
+
end
|
311
|
+
|
312
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
313
|
+
end
|
314
|
+
|
315
|
+
class ValidationException
|
316
|
+
attr_accessor message: ::String
|
317
|
+
SENSITIVE: []
|
318
|
+
end
|
319
|
+
end
|
320
|
+
end
|
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module HealthLake
|
10
|
+
module Waiters
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-healthlake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.191.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,13 +66,18 @@ files:
|
|
66
66
|
- lib/aws-sdk-healthlake/plugins/endpoints.rb
|
67
67
|
- lib/aws-sdk-healthlake/resource.rb
|
68
68
|
- lib/aws-sdk-healthlake/types.rb
|
69
|
+
- sig/client.rbs
|
70
|
+
- sig/errors.rbs
|
71
|
+
- sig/resource.rbs
|
72
|
+
- sig/types.rbs
|
73
|
+
- sig/waiters.rbs
|
69
74
|
homepage: https://github.com/aws/aws-sdk-ruby
|
70
75
|
licenses:
|
71
76
|
- Apache-2.0
|
72
77
|
metadata:
|
73
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-healthlake
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-healthlake/CHANGELOG.md
|
75
|
-
post_install_message:
|
80
|
+
post_install_message:
|
76
81
|
rdoc_options: []
|
77
82
|
require_paths:
|
78
83
|
- lib
|
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
92
|
- !ruby/object:Gem::Version
|
88
93
|
version: '0'
|
89
94
|
requirements: []
|
90
|
-
rubygems_version: 3.
|
91
|
-
signing_key:
|
95
|
+
rubygems_version: 3.4.10
|
96
|
+
signing_key:
|
92
97
|
specification_version: 4
|
93
98
|
summary: AWS SDK for Ruby - HealthLake
|
94
99
|
test_files: []
|