aws-sdk-medicalimaging 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5a6a44cae26f4028500c5bc36650a4c5556dec4a75a5e3010d4551121ed43fc
4
- data.tar.gz: 8b2cbf6eb033c697252d9c97a1a6f3057a90690b96dc3a09f87d4c6a2e3ae6a9
3
+ metadata.gz: 7cc1f187d6a7b7eadfb5bcd1731248b033771efcef261617a398d2b5fd725efb
4
+ data.tar.gz: 6882e73515a32f007a2fe02a5f9a61d73bb85bc9f22d656b13e4763f5973dea8
5
5
  SHA512:
6
- metadata.gz: 56652823edb815fa241c842cb9dc055b28d7991a16b64fb07ba93733f5a8f0283cc7492e06bc9f2519ca8f7e38ae9872c92d6dd0b028658f3f8b84560c6747ce
7
- data.tar.gz: f2260bd0e37e6b482dc8d2295ac1c615418d813fa2ac5cea9f5cbdd7077aee092c17139733c8d162c23ce08c821a8e440cdd885b96bf3c5b0ef5ac8ed70a68ff
6
+ metadata.gz: aa882ac6ffb9cc27ced9ba13d4860faaf67257aaab425636b9b5273ecae17cbac25d5848b4fd5762712e3843689e99b39b32bd8750e10f10da32a2e06db51e04
7
+ data.tar.gz: 0f1bad3d185c82752c58c510dfe9a32cf46de34e514a52109b336c3aac17022a90a0c939c95bf48ec185c8801b3cba1db8252cf35121ae67dc1d7528278f656f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2024-05-15)
5
+ ------------------
6
+
7
+ * Feature - Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.
8
+
4
9
  1.9.0 (2024-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
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 in decreasing
1007
- # order from latest to oldest.
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.9.0'
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
@@ -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.9.0'
56
+ GEM_VERSION = '1.10.0'
57
57
 
58
58
  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
@@ -433,6 +433,7 @@ module Aws::MedicalImaging
433
433
  attr_accessor datastore_id: ::String
434
434
  attr_accessor input_s3_uri: ::String
435
435
  attr_accessor output_s3_uri: ::String
436
+ attr_accessor input_owner_account_id: ::String
436
437
  SENSITIVE: []
437
438
  end
438
439
 
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.9.0
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-13 00:00:00.000000000 Z
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