aws-sdk-medicalimaging 1.9.0 → 1.11.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: b5a6a44cae26f4028500c5bc36650a4c5556dec4a75a5e3010d4551121ed43fc
4
- data.tar.gz: 8b2cbf6eb033c697252d9c97a1a6f3057a90690b96dc3a09f87d4c6a2e3ae6a9
3
+ metadata.gz: f9e6a6ffdeef91f749f3aaf4e7c56da641bdc07ccf8cad6d3495b64bc35f2e65
4
+ data.tar.gz: ed8cad9f6d9b6b58d5e14fdb32a85f3fac2ff5b065df63f826b2b748879c18ce
5
5
  SHA512:
6
- metadata.gz: 56652823edb815fa241c842cb9dc055b28d7991a16b64fb07ba93733f5a8f0283cc7492e06bc9f2519ca8f7e38ae9872c92d6dd0b028658f3f8b84560c6747ce
7
- data.tar.gz: f2260bd0e37e6b482dc8d2295ac1c615418d813fa2ac5cea9f5cbdd7077aee092c17139733c8d162c23ce08c821a8e440cdd885b96bf3c5b0ef5ac8ed70a68ff
6
+ metadata.gz: cec1be2a740c40568394dd07694faf02b35a99bfb038059418418cbc17603daacc0c9e90d4f8bc7c89b84a17d8fc8046b8257fc6147e0d127a615a0a7b3f1575
7
+ data.tar.gz: 3ede1d273c32dde31a914114c7130ad3b67380c6e3a93eb1030509dc5d36186ce22669913e4f3f2d1ae6599b8027d2ffc66b791fb1bac5352c5a4236ffa92200
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2024-06-05)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.10.0 (2024-05-15)
10
+ ------------------
11
+
12
+ * Feature - Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.
13
+
4
14
  1.9.0 (2024-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.11.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.11.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.11.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.11.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-06-05 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.193.0
22
+ version: 3.197.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.193.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement