aws-sdk-medicalimaging 1.8.0 → 1.10.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: 6c6a8d5af70155c79cfb081f0eb627c763dd1f991ed029250e2907f5278e2313
4
- data.tar.gz: 4f44c1133387804c924fee8d3badf4bd43139372cd7845aba06ed1a8a1536cb4
3
+ metadata.gz: 7cc1f187d6a7b7eadfb5bcd1731248b033771efcef261617a398d2b5fd725efb
4
+ data.tar.gz: 6882e73515a32f007a2fe02a5f9a61d73bb85bc9f22d656b13e4763f5973dea8
5
5
  SHA512:
6
- metadata.gz: c0efdb24d67d07d8b242c06dc10cf3b9811ace6cdadfefcf1fcd12b8c9e021da5c0a202a4de11828f743811803ef032c5b773b1c93998f24cd9faa6b2a090f85
7
- data.tar.gz: 19676922399c824322c176486a2606ac81cebeaee1470735ec0c6f5555dac752404665a0d0f59c4792771e1857609b24958b2df8c05ad26bf32205e7d9fa67eb
6
+ metadata.gz: aa882ac6ffb9cc27ced9ba13d4860faaf67257aaab425636b9b5273ecae17cbac25d5848b4fd5762712e3843689e99b39b32bd8750e10f10da32a2e06db51e04
7
+ data.tar.gz: 0f1bad3d185c82752c58c510dfe9a32cf46de34e514a52109b336c3aac17022a90a0c939c95bf48ec185c8801b3cba1db8252cf35121ae67dc1d7528278f656f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.9.0 (2024-05-13)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.8.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.10.0
@@ -301,8 +301,9 @@ module Aws::MedicalImaging
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -999,11 +1000,11 @@ module Aws::MedicalImaging
999
1000
  #
1000
1001
  # <note markdown="1"> `SearchImageSets` accepts a single search query parameter and returns
1001
1002
  # a paginated response of all image sets that have the matching
1002
- # criteria. All range queries must be input as `(lowerBound,
1003
+ # criteria. All date range queries must be input as `(lowerBound,
1003
1004
  # upperBound)`.
1004
1005
  #
1005
- # `SearchImageSets` uses the `updatedAt` field for sorting in decreasing
1006
- # order from latest to oldest.
1006
+ # By default, `SearchImageSets` uses the `updatedAt` field for sorting
1007
+ # in descending order from newest to oldest.
1007
1008
  #
1008
1009
  # </note>
1009
1010
  #
@@ -1129,6 +1130,9 @@ module Aws::MedicalImaging
1129
1130
  # The output prefix of the S3 bucket to upload the results of the DICOM
1130
1131
  # import job.
1131
1132
  #
1133
+ # @option params [String] :input_owner_account_id
1134
+ # The account ID of the source S3 bucket owner.
1135
+ #
1132
1136
  # @return [Types::StartDICOMImportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1133
1137
  #
1134
1138
  # * {Types::StartDICOMImportJobResponse#datastore_id #datastore_id} => String
@@ -1145,6 +1149,7 @@ module Aws::MedicalImaging
1145
1149
  # datastore_id: "DatastoreId", # required
1146
1150
  # input_s3_uri: "S3Uri", # required
1147
1151
  # output_s3_uri: "S3Uri", # required
1152
+ # input_owner_account_id: "AwsAccountId",
1148
1153
  # })
1149
1154
  #
1150
1155
  # @example Response structure
@@ -1292,7 +1297,7 @@ module Aws::MedicalImaging
1292
1297
  params: params,
1293
1298
  config: config)
1294
1299
  context[:gem_name] = 'aws-sdk-medicalimaging'
1295
- context[:gem_version] = '1.8.0'
1300
+ context[:gem_version] = '1.10.0'
1296
1301
  Seahorse::Client::Request.new(handlers, context)
1297
1302
  end
1298
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.8.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.8.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-04-25 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