aws-sdk-medicalimaging 1.9.0 → 1.10.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-medicalimaging/client.rb +8 -4
- data/lib/aws-sdk-medicalimaging/client_api.rb +3 -1
- data/lib/aws-sdk-medicalimaging/types.rb +6 -1
- data/lib/aws-sdk-medicalimaging.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cc1f187d6a7b7eadfb5bcd1731248b033771efcef261617a398d2b5fd725efb
|
4
|
+
data.tar.gz: 6882e73515a32f007a2fe02a5f9a61d73bb85bc9f22d656b13e4763f5973dea8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa882ac6ffb9cc27ced9ba13d4860faaf67257aaab425636b9b5273ecae17cbac25d5848b4fd5762712e3843689e99b39b32bd8750e10f10da32a2e06db51e04
|
7
|
+
data.tar.gz: 0f1bad3d185c82752c58c510dfe9a32cf46de34e514a52109b336c3aac17022a90a0c939c95bf48ec185c8801b3cba1db8252cf35121ae67dc1d7528278f656f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.10.0
|
@@ -1000,11 +1000,11 @@ module Aws::MedicalImaging
|
|
1000
1000
|
#
|
1001
1001
|
# <note markdown="1"> `SearchImageSets` accepts a single search query parameter and returns
|
1002
1002
|
# a paginated response of all image sets that have the matching
|
1003
|
-
# criteria. All range queries must be input as `(lowerBound,
|
1003
|
+
# criteria. All date range queries must be input as `(lowerBound,
|
1004
1004
|
# upperBound)`.
|
1005
1005
|
#
|
1006
|
-
# `SearchImageSets` uses the `updatedAt` field for sorting
|
1007
|
-
# order from
|
1006
|
+
# By default, `SearchImageSets` uses the `updatedAt` field for sorting
|
1007
|
+
# in descending order from newest to oldest.
|
1008
1008
|
#
|
1009
1009
|
# </note>
|
1010
1010
|
#
|
@@ -1130,6 +1130,9 @@ module Aws::MedicalImaging
|
|
1130
1130
|
# The output prefix of the S3 bucket to upload the results of the DICOM
|
1131
1131
|
# import job.
|
1132
1132
|
#
|
1133
|
+
# @option params [String] :input_owner_account_id
|
1134
|
+
# The account ID of the source S3 bucket owner.
|
1135
|
+
#
|
1133
1136
|
# @return [Types::StartDICOMImportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1134
1137
|
#
|
1135
1138
|
# * {Types::StartDICOMImportJobResponse#datastore_id #datastore_id} => String
|
@@ -1146,6 +1149,7 @@ module Aws::MedicalImaging
|
|
1146
1149
|
# datastore_id: "DatastoreId", # required
|
1147
1150
|
# input_s3_uri: "S3Uri", # required
|
1148
1151
|
# output_s3_uri: "S3Uri", # required
|
1152
|
+
# input_owner_account_id: "AwsAccountId",
|
1149
1153
|
# })
|
1150
1154
|
#
|
1151
1155
|
# @example Response structure
|
@@ -1293,7 +1297,7 @@ module Aws::MedicalImaging
|
|
1293
1297
|
params: params,
|
1294
1298
|
config: config)
|
1295
1299
|
context[:gem_name] = 'aws-sdk-medicalimaging'
|
1296
|
-
context[:gem_version] = '1.
|
1300
|
+
context[:gem_version] = '1.10.0'
|
1297
1301
|
Seahorse::Client::Request.new(handlers, context)
|
1298
1302
|
end
|
1299
1303
|
|
@@ -15,6 +15,7 @@ module Aws::MedicalImaging
|
|
15
15
|
|
16
16
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
17
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
18
|
+
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
18
19
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
19
20
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
20
21
|
CopyDestinationImageSet = Shapes::StructureShape.new(name: 'CopyDestinationImageSet')
|
@@ -461,6 +462,7 @@ module Aws::MedicalImaging
|
|
461
462
|
StartDICOMImportJobRequest.add_member(:datastore_id, Shapes::ShapeRef.new(shape: DatastoreId, required: true, location: "uri", location_name: "datastoreId"))
|
462
463
|
StartDICOMImportJobRequest.add_member(:input_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "inputS3Uri"))
|
463
464
|
StartDICOMImportJobRequest.add_member(:output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "outputS3Uri"))
|
465
|
+
StartDICOMImportJobRequest.add_member(:input_owner_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "inputOwnerAccountId"))
|
464
466
|
StartDICOMImportJobRequest.struct_class = Types::StartDICOMImportJobRequest
|
465
467
|
|
466
468
|
StartDICOMImportJobResponse.add_member(:datastore_id, Shapes::ShapeRef.new(shape: DatastoreId, required: true, location_name: "datastoreId"))
|
@@ -519,8 +521,8 @@ module Aws::MedicalImaging
|
|
519
521
|
api.metadata = {
|
520
522
|
"apiVersion" => "2023-07-19",
|
521
523
|
"endpointPrefix" => "medical-imaging",
|
522
|
-
"jsonVersion" => "1.1",
|
523
524
|
"protocol" => "rest-json",
|
525
|
+
"protocols" => ["rest-json"],
|
524
526
|
"serviceFullName" => "AWS Health Imaging",
|
525
527
|
"serviceId" => "Medical Imaging",
|
526
528
|
"signatureVersion" => "v4",
|
@@ -1411,6 +1411,10 @@ module Aws::MedicalImaging
|
|
1411
1411
|
# DICOM import job.
|
1412
1412
|
# @return [String]
|
1413
1413
|
#
|
1414
|
+
# @!attribute [rw] input_owner_account_id
|
1415
|
+
# The account ID of the source S3 bucket owner.
|
1416
|
+
# @return [String]
|
1417
|
+
#
|
1414
1418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medical-imaging-2023-07-19/StartDICOMImportJobRequest AWS API Documentation
|
1415
1419
|
#
|
1416
1420
|
class StartDICOMImportJobRequest < Struct.new(
|
@@ -1419,7 +1423,8 @@ module Aws::MedicalImaging
|
|
1419
1423
|
:client_token,
|
1420
1424
|
:datastore_id,
|
1421
1425
|
:input_s3_uri,
|
1422
|
-
:output_s3_uri
|
1426
|
+
:output_s3_uri,
|
1427
|
+
:input_owner_account_id)
|
1423
1428
|
SENSITIVE = []
|
1424
1429
|
include Aws::Structure
|
1425
1430
|
end
|
data/sig/client.rbs
CHANGED
@@ -309,7 +309,8 @@ module Aws
|
|
309
309
|
client_token: ::String,
|
310
310
|
datastore_id: ::String,
|
311
311
|
input_s3_uri: ::String,
|
312
|
-
output_s3_uri: ::String
|
312
|
+
output_s3_uri: ::String,
|
313
|
+
?input_owner_account_id: ::String
|
313
314
|
) -> _StartDICOMImportJobResponseSuccess
|
314
315
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDICOMImportJobResponseSuccess
|
315
316
|
|
data/sig/types.rbs
CHANGED
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.
|
4
|
+
version: 1.10.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: 2024-05-
|
11
|
+
date: 2024-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|