aws-sdk-medicalimaging 1.5.0 → 1.6.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: e61d9b9dfeeb43494686ae92b21073634c060e879b392ed7d40e5a1e6a11c1f6
4
- data.tar.gz: 838d39ebbdf36c25e93db52ea183b57e1357d1c7f7674bcd35cf7e3ab933ac0c
3
+ metadata.gz: 3fa790ba66c7625bc2521c543771ce312899d3667a9856ab64dc8efb0db2b0d7
4
+ data.tar.gz: e5c7ec2ca29fd498502bcdc7db0f0ca5341521572c689012d7c0bdc78a6f3337
5
5
  SHA512:
6
- metadata.gz: 8f1a61a23a4a9737f806774025e4ab97cc0bb11f07768c3d00674f2b02d0b49da3d2475acfd402263b5775d3565fd16b4adc3a4100e52522fdc9e540935ac462
7
- data.tar.gz: b46cafdcb9ff3132479a80805e6e2b34e50d117356d47cf7b390e8909e51bc917dcc15d119c1900e2d6b82dd013dfcc2e4bb41bfd6b4978b8f12d366c487df4e
6
+ metadata.gz: 11c0c9e29ec8e1a51efd1ab5f010e106937cb1d8fab2d39eac92fb9134c9d6198ff3f0bc35e4f2f6e9bdf86c7f9a301d69c9f171cf394e44e8ab10061af99ce0
7
+ data.tar.gz: 59f54455ff7c2bc3178042e71dc7cb7a0326b995a3ce6930d0c589f8f126993069e875362c5a58d8babb0dc7e05ba3921343d3c4dc1aa405a5ecf00ab839523a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.5.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -1246,7 +1246,7 @@ module Aws::MedicalImaging
1246
1246
  params: params,
1247
1247
  config: config)
1248
1248
  context[:gem_name] = 'aws-sdk-medicalimaging'
1249
- context[:gem_version] = '1.5.0'
1249
+ context[:gem_version] = '1.6.0'
1250
1250
  Seahorse::Client::Request.new(handlers, context)
1251
1251
  end
1252
1252
 
@@ -14,6 +14,7 @@ module Aws::MedicalImaging
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::MedicalImaging::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 '\
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-medicalimaging/customizations'
53
53
  # @!group service
54
54
  module Aws::MedicalImaging
55
55
 
56
- GEM_VERSION = '1.5.0'
56
+ GEM_VERSION = '1.6.0'
57
57
 
58
58
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,356 @@
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 MedicalImaging
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/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
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CopyImageSetResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyImageSetResponse]
77
+ def datastore_id: () -> ::String
78
+ def source_image_set_properties: () -> Types::CopySourceImageSetProperties
79
+ def destination_image_set_properties: () -> Types::CopyDestinationImageSetProperties
80
+ end
81
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#copy_image_set-instance_method
82
+ def copy_image_set: (
83
+ datastore_id: ::String,
84
+ source_image_set_id: ::String,
85
+ copy_image_set_information: {
86
+ source_image_set: {
87
+ latest_version_id: ::String
88
+ },
89
+ destination_image_set: {
90
+ image_set_id: ::String,
91
+ latest_version_id: ::String
92
+ }?
93
+ }
94
+ ) -> _CopyImageSetResponseSuccess
95
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyImageSetResponseSuccess
96
+
97
+ interface _CreateDatastoreResponseSuccess
98
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDatastoreResponse]
99
+ def datastore_id: () -> ::String
100
+ def datastore_status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED")
101
+ end
102
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#create_datastore-instance_method
103
+ def create_datastore: (
104
+ ?datastore_name: ::String,
105
+ client_token: ::String,
106
+ ?tags: Hash[::String, ::String],
107
+ ?kms_key_arn: ::String
108
+ ) -> _CreateDatastoreResponseSuccess
109
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDatastoreResponseSuccess
110
+
111
+ interface _DeleteDatastoreResponseSuccess
112
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDatastoreResponse]
113
+ def datastore_id: () -> ::String
114
+ def datastore_status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED")
115
+ end
116
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#delete_datastore-instance_method
117
+ def delete_datastore: (
118
+ datastore_id: ::String
119
+ ) -> _DeleteDatastoreResponseSuccess
120
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDatastoreResponseSuccess
121
+
122
+ interface _DeleteImageSetResponseSuccess
123
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteImageSetResponse]
124
+ def datastore_id: () -> ::String
125
+ def image_set_id: () -> ::String
126
+ def image_set_state: () -> ("ACTIVE" | "LOCKED" | "DELETED")
127
+ def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
128
+ end
129
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#delete_image_set-instance_method
130
+ def delete_image_set: (
131
+ datastore_id: ::String,
132
+ image_set_id: ::String
133
+ ) -> _DeleteImageSetResponseSuccess
134
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteImageSetResponseSuccess
135
+
136
+ interface _GetDICOMImportJobResponseSuccess
137
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDICOMImportJobResponse]
138
+ def job_properties: () -> Types::DICOMImportJobProperties
139
+ end
140
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#get_dicom_import_job-instance_method
141
+ def get_dicom_import_job: (
142
+ datastore_id: ::String,
143
+ job_id: ::String
144
+ ) -> _GetDICOMImportJobResponseSuccess
145
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDICOMImportJobResponseSuccess
146
+
147
+ interface _GetDatastoreResponseSuccess
148
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDatastoreResponse]
149
+ def datastore_properties: () -> Types::DatastoreProperties
150
+ end
151
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#get_datastore-instance_method
152
+ def get_datastore: (
153
+ datastore_id: ::String
154
+ ) -> _GetDatastoreResponseSuccess
155
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDatastoreResponseSuccess
156
+
157
+ interface _GetImageFrameResponseSuccess
158
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetImageFrameResponse]
159
+ def image_frame_blob: () -> ::IO
160
+ def content_type: () -> ::String
161
+ end
162
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#get_image_frame-instance_method
163
+ def get_image_frame: (
164
+ datastore_id: ::String,
165
+ image_set_id: ::String,
166
+ image_frame_information: {
167
+ image_frame_id: ::String
168
+ }
169
+ ) ?{ (*untyped) -> void } -> _GetImageFrameResponseSuccess
170
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetImageFrameResponseSuccess
171
+
172
+ interface _GetImageSetResponseSuccess
173
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetImageSetResponse]
174
+ def datastore_id: () -> ::String
175
+ def image_set_id: () -> ::String
176
+ def version_id: () -> ::String
177
+ def image_set_state: () -> ("ACTIVE" | "LOCKED" | "DELETED")
178
+ def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
179
+ def created_at: () -> ::Time
180
+ def updated_at: () -> ::Time
181
+ def deleted_at: () -> ::Time
182
+ def message: () -> ::String
183
+ def image_set_arn: () -> ::String
184
+ end
185
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#get_image_set-instance_method
186
+ def get_image_set: (
187
+ datastore_id: ::String,
188
+ image_set_id: ::String,
189
+ ?version_id: ::String
190
+ ) -> _GetImageSetResponseSuccess
191
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetImageSetResponseSuccess
192
+
193
+ interface _GetImageSetMetadataResponseSuccess
194
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetImageSetMetadataResponse]
195
+ def image_set_metadata_blob: () -> ::IO
196
+ def content_type: () -> ::String
197
+ def content_encoding: () -> ::String
198
+ end
199
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#get_image_set_metadata-instance_method
200
+ def get_image_set_metadata: (
201
+ datastore_id: ::String,
202
+ image_set_id: ::String,
203
+ ?version_id: ::String
204
+ ) ?{ (*untyped) -> void } -> _GetImageSetMetadataResponseSuccess
205
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetImageSetMetadataResponseSuccess
206
+
207
+ interface _ListDICOMImportJobsResponseSuccess
208
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDICOMImportJobsResponse]
209
+ def job_summaries: () -> ::Array[Types::DICOMImportJobSummary]
210
+ def next_token: () -> ::String
211
+ end
212
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#list_dicom_import_jobs-instance_method
213
+ def list_dicom_import_jobs: (
214
+ datastore_id: ::String,
215
+ ?job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED"),
216
+ ?next_token: ::String,
217
+ ?max_results: ::Integer
218
+ ) -> _ListDICOMImportJobsResponseSuccess
219
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDICOMImportJobsResponseSuccess
220
+
221
+ interface _ListDatastoresResponseSuccess
222
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDatastoresResponse]
223
+ def datastore_summaries: () -> ::Array[Types::DatastoreSummary]
224
+ def next_token: () -> ::String
225
+ end
226
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#list_datastores-instance_method
227
+ def list_datastores: (
228
+ ?datastore_status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED"),
229
+ ?next_token: ::String,
230
+ ?max_results: ::Integer
231
+ ) -> _ListDatastoresResponseSuccess
232
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDatastoresResponseSuccess
233
+
234
+ interface _ListImageSetVersionsResponseSuccess
235
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListImageSetVersionsResponse]
236
+ def image_set_properties_list: () -> ::Array[Types::ImageSetProperties]
237
+ def next_token: () -> ::String
238
+ end
239
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#list_image_set_versions-instance_method
240
+ def list_image_set_versions: (
241
+ datastore_id: ::String,
242
+ image_set_id: ::String,
243
+ ?next_token: ::String,
244
+ ?max_results: ::Integer
245
+ ) -> _ListImageSetVersionsResponseSuccess
246
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListImageSetVersionsResponseSuccess
247
+
248
+ interface _ListTagsForResourceResponseSuccess
249
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
250
+ def tags: () -> ::Hash[::String, ::String]
251
+ end
252
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#list_tags_for_resource-instance_method
253
+ def list_tags_for_resource: (
254
+ resource_arn: ::String
255
+ ) -> _ListTagsForResourceResponseSuccess
256
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
257
+
258
+ interface _SearchImageSetsResponseSuccess
259
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchImageSetsResponse]
260
+ def image_sets_metadata_summaries: () -> ::Array[Types::ImageSetsMetadataSummary]
261
+ def next_token: () -> ::String
262
+ end
263
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#search_image_sets-instance_method
264
+ def search_image_sets: (
265
+ datastore_id: ::String,
266
+ ?search_criteria: {
267
+ filters: Array[
268
+ {
269
+ values: Array[
270
+ {
271
+ dicom_patient_id: ::String?,
272
+ dicom_accession_number: ::String?,
273
+ dicom_study_id: ::String?,
274
+ dicom_study_instance_uid: ::String?,
275
+ created_at: ::Time?,
276
+ dicom_study_date_and_time: {
277
+ dicom_study_date: ::String,
278
+ dicom_study_time: ::String?
279
+ }?
280
+ },
281
+ ],
282
+ operator: ("EQUAL" | "BETWEEN")
283
+ },
284
+ ]?
285
+ },
286
+ ?max_results: ::Integer,
287
+ ?next_token: ::String
288
+ ) -> _SearchImageSetsResponseSuccess
289
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchImageSetsResponseSuccess
290
+
291
+ interface _StartDICOMImportJobResponseSuccess
292
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartDICOMImportJobResponse]
293
+ def datastore_id: () -> ::String
294
+ def job_id: () -> ::String
295
+ def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
296
+ def submitted_at: () -> ::Time
297
+ end
298
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#start_dicom_import_job-instance_method
299
+ def start_dicom_import_job: (
300
+ ?job_name: ::String,
301
+ data_access_role_arn: ::String,
302
+ client_token: ::String,
303
+ datastore_id: ::String,
304
+ input_s3_uri: ::String,
305
+ output_s3_uri: ::String
306
+ ) -> _StartDICOMImportJobResponseSuccess
307
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDICOMImportJobResponseSuccess
308
+
309
+ interface _TagResourceResponseSuccess
310
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
311
+ end
312
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#tag_resource-instance_method
313
+ def tag_resource: (
314
+ resource_arn: ::String,
315
+ tags: Hash[::String, ::String]
316
+ ) -> _TagResourceResponseSuccess
317
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
318
+
319
+ interface _UntagResourceResponseSuccess
320
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
321
+ end
322
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#untag_resource-instance_method
323
+ def untag_resource: (
324
+ resource_arn: ::String,
325
+ tag_keys: Array[::String]
326
+ ) -> _UntagResourceResponseSuccess
327
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
328
+
329
+ interface _UpdateImageSetMetadataResponseSuccess
330
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateImageSetMetadataResponse]
331
+ def datastore_id: () -> ::String
332
+ def image_set_id: () -> ::String
333
+ def latest_version_id: () -> ::String
334
+ def image_set_state: () -> ("ACTIVE" | "LOCKED" | "DELETED")
335
+ def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
336
+ def created_at: () -> ::Time
337
+ def updated_at: () -> ::Time
338
+ def message: () -> ::String
339
+ end
340
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#update_image_set_metadata-instance_method
341
+ def update_image_set_metadata: (
342
+ datastore_id: ::String,
343
+ image_set_id: ::String,
344
+ latest_version_id: ::String,
345
+ update_image_set_metadata_updates: {
346
+ dicom_updates: {
347
+ removable_attributes: ::String?,
348
+ updatable_attributes: ::String?
349
+ }?
350
+ }
351
+ ) -> _UpdateImageSetMetadataResponseSuccess
352
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateImageSetMetadataResponseSuccess
353
+ end
354
+ end
355
+ end
356
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,37 @@
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 MedicalImaging
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 ServiceQuotaExceededException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class ThrottlingException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ class ValidationException < ::Aws::Errors::ServiceError
33
+ def message: () -> ::String
34
+ end
35
+ end
36
+ end
37
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
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 MedicalImaging
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/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
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,477 @@
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::MedicalImaging
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 CopyDestinationImageSet
22
+ attr_accessor image_set_id: ::String
23
+ attr_accessor latest_version_id: ::String
24
+ SENSITIVE: []
25
+ end
26
+
27
+ class CopyDestinationImageSetProperties
28
+ attr_accessor image_set_id: ::String
29
+ attr_accessor latest_version_id: ::String
30
+ attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
31
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
32
+ attr_accessor created_at: ::Time
33
+ attr_accessor updated_at: ::Time
34
+ attr_accessor image_set_arn: ::String
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class CopyImageSetInformation
39
+ attr_accessor source_image_set: Types::CopySourceImageSetInformation
40
+ attr_accessor destination_image_set: Types::CopyDestinationImageSet
41
+ SENSITIVE: []
42
+ end
43
+
44
+ class CopyImageSetRequest
45
+ attr_accessor datastore_id: ::String
46
+ attr_accessor source_image_set_id: ::String
47
+ attr_accessor copy_image_set_information: Types::CopyImageSetInformation
48
+ SENSITIVE: []
49
+ end
50
+
51
+ class CopyImageSetResponse
52
+ attr_accessor datastore_id: ::String
53
+ attr_accessor source_image_set_properties: Types::CopySourceImageSetProperties
54
+ attr_accessor destination_image_set_properties: Types::CopyDestinationImageSetProperties
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class CopySourceImageSetInformation
59
+ attr_accessor latest_version_id: ::String
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class CopySourceImageSetProperties
64
+ attr_accessor image_set_id: ::String
65
+ attr_accessor latest_version_id: ::String
66
+ attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
67
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
68
+ attr_accessor created_at: ::Time
69
+ attr_accessor updated_at: ::Time
70
+ attr_accessor image_set_arn: ::String
71
+ SENSITIVE: []
72
+ end
73
+
74
+ class CreateDatastoreRequest
75
+ attr_accessor datastore_name: ::String
76
+ attr_accessor client_token: ::String
77
+ attr_accessor tags: ::Hash[::String, ::String]
78
+ attr_accessor kms_key_arn: ::String
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class CreateDatastoreResponse
83
+ attr_accessor datastore_id: ::String
84
+ attr_accessor datastore_status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED")
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class DICOMImportJobProperties
89
+ attr_accessor job_id: ::String
90
+ attr_accessor job_name: ::String
91
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
92
+ attr_accessor datastore_id: ::String
93
+ attr_accessor data_access_role_arn: ::String
94
+ attr_accessor ended_at: ::Time
95
+ attr_accessor submitted_at: ::Time
96
+ attr_accessor input_s3_uri: ::String
97
+ attr_accessor output_s3_uri: ::String
98
+ attr_accessor message: ::String
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class DICOMImportJobSummary
103
+ attr_accessor job_id: ::String
104
+ attr_accessor job_name: ::String
105
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
106
+ attr_accessor datastore_id: ::String
107
+ attr_accessor data_access_role_arn: ::String
108
+ attr_accessor ended_at: ::Time
109
+ attr_accessor submitted_at: ::Time
110
+ attr_accessor message: ::String
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class DICOMStudyDateAndTime
115
+ attr_accessor dicom_study_date: ::String
116
+ attr_accessor dicom_study_time: ::String
117
+ SENSITIVE: [:dicom_study_date, :dicom_study_time]
118
+ end
119
+
120
+ class DICOMTags
121
+ attr_accessor dicom_patient_id: ::String
122
+ attr_accessor dicom_patient_name: ::String
123
+ attr_accessor dicom_patient_birth_date: ::String
124
+ attr_accessor dicom_patient_sex: ::String
125
+ attr_accessor dicom_study_instance_uid: ::String
126
+ attr_accessor dicom_study_id: ::String
127
+ attr_accessor dicom_study_description: ::String
128
+ attr_accessor dicom_number_of_study_related_series: ::Integer
129
+ attr_accessor dicom_number_of_study_related_instances: ::Integer
130
+ attr_accessor dicom_accession_number: ::String
131
+ attr_accessor dicom_study_date: ::String
132
+ attr_accessor dicom_study_time: ::String
133
+ SENSITIVE: [:dicom_patient_id, :dicom_patient_name, :dicom_patient_birth_date, :dicom_patient_sex, :dicom_study_instance_uid, :dicom_study_id, :dicom_study_description, :dicom_accession_number, :dicom_study_date, :dicom_study_time]
134
+ end
135
+
136
+ class DICOMUpdates
137
+ attr_accessor removable_attributes: ::String
138
+ attr_accessor updatable_attributes: ::String
139
+ SENSITIVE: [:removable_attributes, :updatable_attributes]
140
+ end
141
+
142
+ class DatastoreProperties
143
+ attr_accessor datastore_id: ::String
144
+ attr_accessor datastore_name: ::String
145
+ attr_accessor datastore_status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED")
146
+ attr_accessor kms_key_arn: ::String
147
+ attr_accessor datastore_arn: ::String
148
+ attr_accessor created_at: ::Time
149
+ attr_accessor updated_at: ::Time
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class DatastoreSummary
154
+ attr_accessor datastore_id: ::String
155
+ attr_accessor datastore_name: ::String
156
+ attr_accessor datastore_status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED")
157
+ attr_accessor datastore_arn: ::String
158
+ attr_accessor created_at: ::Time
159
+ attr_accessor updated_at: ::Time
160
+ SENSITIVE: []
161
+ end
162
+
163
+ class DeleteDatastoreRequest
164
+ attr_accessor datastore_id: ::String
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class DeleteDatastoreResponse
169
+ attr_accessor datastore_id: ::String
170
+ attr_accessor datastore_status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED")
171
+ SENSITIVE: []
172
+ end
173
+
174
+ class DeleteImageSetRequest
175
+ attr_accessor datastore_id: ::String
176
+ attr_accessor image_set_id: ::String
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class DeleteImageSetResponse
181
+ attr_accessor datastore_id: ::String
182
+ attr_accessor image_set_id: ::String
183
+ attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
184
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
185
+ SENSITIVE: []
186
+ end
187
+
188
+ class GetDICOMImportJobRequest
189
+ attr_accessor datastore_id: ::String
190
+ attr_accessor job_id: ::String
191
+ SENSITIVE: []
192
+ end
193
+
194
+ class GetDICOMImportJobResponse
195
+ attr_accessor job_properties: Types::DICOMImportJobProperties
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class GetDatastoreRequest
200
+ attr_accessor datastore_id: ::String
201
+ SENSITIVE: []
202
+ end
203
+
204
+ class GetDatastoreResponse
205
+ attr_accessor datastore_properties: Types::DatastoreProperties
206
+ SENSITIVE: []
207
+ end
208
+
209
+ class GetImageFrameRequest
210
+ attr_accessor datastore_id: ::String
211
+ attr_accessor image_set_id: ::String
212
+ attr_accessor image_frame_information: Types::ImageFrameInformation
213
+ SENSITIVE: []
214
+ end
215
+
216
+ class GetImageFrameResponse
217
+ attr_accessor image_frame_blob: ::IO
218
+ attr_accessor content_type: ::String
219
+ SENSITIVE: []
220
+ end
221
+
222
+ class GetImageSetMetadataRequest
223
+ attr_accessor datastore_id: ::String
224
+ attr_accessor image_set_id: ::String
225
+ attr_accessor version_id: ::String
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class GetImageSetMetadataResponse
230
+ attr_accessor image_set_metadata_blob: ::IO
231
+ attr_accessor content_type: ::String
232
+ attr_accessor content_encoding: ::String
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class GetImageSetRequest
237
+ attr_accessor datastore_id: ::String
238
+ attr_accessor image_set_id: ::String
239
+ attr_accessor version_id: ::String
240
+ SENSITIVE: []
241
+ end
242
+
243
+ class GetImageSetResponse
244
+ attr_accessor datastore_id: ::String
245
+ attr_accessor image_set_id: ::String
246
+ attr_accessor version_id: ::String
247
+ attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
248
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
249
+ attr_accessor created_at: ::Time
250
+ attr_accessor updated_at: ::Time
251
+ attr_accessor deleted_at: ::Time
252
+ attr_accessor message: ::String
253
+ attr_accessor image_set_arn: ::String
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class ImageFrameInformation
258
+ attr_accessor image_frame_id: ::String
259
+ SENSITIVE: []
260
+ end
261
+
262
+ class ImageSetProperties
263
+ attr_accessor image_set_id: ::String
264
+ attr_accessor version_id: ::String
265
+ attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
266
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
267
+ attr_accessor created_at: ::Time
268
+ attr_accessor updated_at: ::Time
269
+ attr_accessor deleted_at: ::Time
270
+ attr_accessor message: ::String
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class ImageSetsMetadataSummary
275
+ attr_accessor image_set_id: ::String
276
+ attr_accessor version: ::Integer
277
+ attr_accessor created_at: ::Time
278
+ attr_accessor updated_at: ::Time
279
+ attr_accessor dicom_tags: Types::DICOMTags
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class InternalServerException
284
+ attr_accessor message: ::String
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class ListDICOMImportJobsRequest
289
+ attr_accessor datastore_id: ::String
290
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
291
+ attr_accessor next_token: ::String
292
+ attr_accessor max_results: ::Integer
293
+ SENSITIVE: []
294
+ end
295
+
296
+ class ListDICOMImportJobsResponse
297
+ attr_accessor job_summaries: ::Array[Types::DICOMImportJobSummary]
298
+ attr_accessor next_token: ::String
299
+ SENSITIVE: []
300
+ end
301
+
302
+ class ListDatastoresRequest
303
+ attr_accessor datastore_status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED")
304
+ attr_accessor next_token: ::String
305
+ attr_accessor max_results: ::Integer
306
+ SENSITIVE: []
307
+ end
308
+
309
+ class ListDatastoresResponse
310
+ attr_accessor datastore_summaries: ::Array[Types::DatastoreSummary]
311
+ attr_accessor next_token: ::String
312
+ SENSITIVE: []
313
+ end
314
+
315
+ class ListImageSetVersionsRequest
316
+ attr_accessor datastore_id: ::String
317
+ attr_accessor image_set_id: ::String
318
+ attr_accessor next_token: ::String
319
+ attr_accessor max_results: ::Integer
320
+ SENSITIVE: []
321
+ end
322
+
323
+ class ListImageSetVersionsResponse
324
+ attr_accessor image_set_properties_list: ::Array[Types::ImageSetProperties]
325
+ attr_accessor next_token: ::String
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class ListTagsForResourceRequest
330
+ attr_accessor resource_arn: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class ListTagsForResourceResponse
335
+ attr_accessor tags: ::Hash[::String, ::String]
336
+ SENSITIVE: []
337
+ end
338
+
339
+ class MetadataUpdates
340
+ attr_accessor dicom_updates: Types::DICOMUpdates
341
+ attr_accessor unknown: untyped
342
+ SENSITIVE: []
343
+
344
+ class DicomUpdates < MetadataUpdates
345
+ end
346
+ class Unknown < MetadataUpdates
347
+ end
348
+ end
349
+
350
+ class ResourceNotFoundException
351
+ attr_accessor message: ::String
352
+ SENSITIVE: []
353
+ end
354
+
355
+ class SearchByAttributeValue
356
+ attr_accessor dicom_patient_id: ::String
357
+ attr_accessor dicom_accession_number: ::String
358
+ attr_accessor dicom_study_id: ::String
359
+ attr_accessor dicom_study_instance_uid: ::String
360
+ attr_accessor created_at: ::Time
361
+ attr_accessor dicom_study_date_and_time: Types::DICOMStudyDateAndTime
362
+ attr_accessor unknown: untyped
363
+ SENSITIVE: [:dicom_patient_id, :dicom_accession_number, :dicom_study_id, :dicom_study_instance_uid]
364
+
365
+ class DicomPatientId < SearchByAttributeValue
366
+ end
367
+ class DicomAccessionNumber < SearchByAttributeValue
368
+ end
369
+ class DicomStudyId < SearchByAttributeValue
370
+ end
371
+ class DicomStudyInstanceUid < SearchByAttributeValue
372
+ end
373
+ class CreatedAt < SearchByAttributeValue
374
+ end
375
+ class DicomStudyDateAndTime < SearchByAttributeValue
376
+ end
377
+ class Unknown < SearchByAttributeValue
378
+ end
379
+ end
380
+
381
+ class SearchCriteria
382
+ attr_accessor filters: ::Array[Types::SearchFilter]
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class SearchFilter
387
+ attr_accessor values: ::Array[Types::SearchByAttributeValue]
388
+ attr_accessor operator: ("EQUAL" | "BETWEEN")
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class SearchImageSetsRequest
393
+ attr_accessor datastore_id: ::String
394
+ attr_accessor search_criteria: Types::SearchCriteria
395
+ attr_accessor max_results: ::Integer
396
+ attr_accessor next_token: ::String
397
+ SENSITIVE: [:search_criteria]
398
+ end
399
+
400
+ class SearchImageSetsResponse
401
+ attr_accessor image_sets_metadata_summaries: ::Array[Types::ImageSetsMetadataSummary]
402
+ attr_accessor next_token: ::String
403
+ SENSITIVE: []
404
+ end
405
+
406
+ class ServiceQuotaExceededException
407
+ attr_accessor message: ::String
408
+ SENSITIVE: []
409
+ end
410
+
411
+ class StartDICOMImportJobRequest
412
+ attr_accessor job_name: ::String
413
+ attr_accessor data_access_role_arn: ::String
414
+ attr_accessor client_token: ::String
415
+ attr_accessor datastore_id: ::String
416
+ attr_accessor input_s3_uri: ::String
417
+ attr_accessor output_s3_uri: ::String
418
+ SENSITIVE: []
419
+ end
420
+
421
+ class StartDICOMImportJobResponse
422
+ attr_accessor datastore_id: ::String
423
+ attr_accessor job_id: ::String
424
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
425
+ attr_accessor submitted_at: ::Time
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class TagResourceRequest
430
+ attr_accessor resource_arn: ::String
431
+ attr_accessor tags: ::Hash[::String, ::String]
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class TagResourceResponse < Aws::EmptyStructure
436
+ end
437
+
438
+ class ThrottlingException
439
+ attr_accessor message: ::String
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class UntagResourceRequest
444
+ attr_accessor resource_arn: ::String
445
+ attr_accessor tag_keys: ::Array[::String]
446
+ SENSITIVE: []
447
+ end
448
+
449
+ class UntagResourceResponse < Aws::EmptyStructure
450
+ end
451
+
452
+ class UpdateImageSetMetadataRequest
453
+ attr_accessor datastore_id: ::String
454
+ attr_accessor image_set_id: ::String
455
+ attr_accessor latest_version_id: ::String
456
+ attr_accessor update_image_set_metadata_updates: Types::MetadataUpdates
457
+ SENSITIVE: []
458
+ end
459
+
460
+ class UpdateImageSetMetadataResponse
461
+ attr_accessor datastore_id: ::String
462
+ attr_accessor image_set_id: ::String
463
+ attr_accessor latest_version_id: ::String
464
+ attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
465
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
466
+ attr_accessor created_at: ::Time
467
+ attr_accessor updated_at: ::Time
468
+ attr_accessor message: ::String
469
+ SENSITIVE: []
470
+ end
471
+
472
+ class ValidationException
473
+ attr_accessor message: ::String
474
+ SENSITIVE: []
475
+ end
476
+ end
477
+ 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 MedicalImaging
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-medicalimaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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: 2023-11-28 00:00:00.000000000 Z
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.188.0
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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -67,13 +67,18 @@ files:
67
67
  - lib/aws-sdk-medicalimaging/resource.rb
68
68
  - lib/aws-sdk-medicalimaging/types.rb
69
69
  - lib/aws-sdk-medicalimaging/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
70
75
  homepage: https://github.com/aws/aws-sdk-ruby
71
76
  licenses:
72
77
  - Apache-2.0
73
78
  metadata:
74
79
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-medicalimaging
75
80
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-medicalimaging/CHANGELOG.md
76
- post_install_message:
81
+ post_install_message:
77
82
  rdoc_options: []
78
83
  require_paths:
79
84
  - lib
@@ -88,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
93
  - !ruby/object:Gem::Version
89
94
  version: '0'
90
95
  requirements: []
91
- rubygems_version: 3.1.6
92
- signing_key:
96
+ rubygems_version: 3.4.10
97
+ signing_key:
93
98
  specification_version: 4
94
99
  summary: AWS SDK for Ruby - AWS Health Imaging
95
100
  test_files: []