aws-sdk-medicalimaging 1.34.0 → 1.35.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: 75f85ca6577b5b01a7f2aeb65de1f11517192f2c6c610f8a3113fb70caad934b
4
- data.tar.gz: cc0619db97885a3cde9dd5f5658328c4672c3cd0ba9c8701745891ff54a3466b
3
+ metadata.gz: 186b8c04e02fb0e7166a887950bf906822399a22be06a3c3f2f2587987d731f0
4
+ data.tar.gz: 2e9652e02245229f16c2ddd00926f245e9570c811a5a5e8d8a8a638eabdb6383
5
5
  SHA512:
6
- metadata.gz: 766083ae5e6f2022c5e53d6d2570675b0a567f946833f9d911d7a0cd76dc0f8ebeff364be508dc26fd40e53a874f5d2cde489b5398e5052ce94020a84d969728
7
- data.tar.gz: 387ce09566ea7bb7e55f5589ece35c978848b6ccba5d69e0fa831392a596dbc09da02f70ebe11628e2ebd4beebf946b2b9da6fdd4fb15045c892c6f07bce4d2d
6
+ metadata.gz: cfa520c669ee0815628ae936cd816efb276a34e620aa6237e9a279454c3f5cdce033e86029c0df7dbc7fcc40aa7affb55e664e5fc8525e2a8af083a1940c654d
7
+ data.tar.gz: 3dbb5967e45004e317c19c619c82e63d87e007ed5e9a181f3195a91963d265777a7b296c089f654070ec66ad414fb1237c2692aa4d581105514197dfefee3139
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2025-09-15)
5
+ ------------------
6
+
7
+ * Feature - Added support for OpenID Connect (OIDC) custom authorizer
8
+
4
9
  1.34.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -532,14 +532,14 @@ module Aws::MedicalImaging
532
532
  # resp.source_image_set_properties.image_set_id #=> String
533
533
  # resp.source_image_set_properties.latest_version_id #=> String
534
534
  # resp.source_image_set_properties.image_set_state #=> String, one of "ACTIVE", "LOCKED", "DELETED"
535
- # resp.source_image_set_properties.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED"
535
+ # resp.source_image_set_properties.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "IMPORTING", "IMPORTED", "IMPORT_FAILED"
536
536
  # resp.source_image_set_properties.created_at #=> Time
537
537
  # resp.source_image_set_properties.updated_at #=> Time
538
538
  # resp.source_image_set_properties.image_set_arn #=> String
539
539
  # resp.destination_image_set_properties.image_set_id #=> String
540
540
  # resp.destination_image_set_properties.latest_version_id #=> String
541
541
  # resp.destination_image_set_properties.image_set_state #=> String, one of "ACTIVE", "LOCKED", "DELETED"
542
- # resp.destination_image_set_properties.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED"
542
+ # resp.destination_image_set_properties.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "IMPORTING", "IMPORTED", "IMPORT_FAILED"
543
543
  # resp.destination_image_set_properties.created_at #=> Time
544
544
  # resp.destination_image_set_properties.updated_at #=> Time
545
545
  # resp.destination_image_set_properties.image_set_arn #=> String
@@ -571,6 +571,9 @@ module Aws::MedicalImaging
571
571
  # The Amazon Resource Name (ARN) assigned to the Key Management Service
572
572
  # (KMS) key for accessing encrypted data.
573
573
  #
574
+ # @option params [String] :lambda_authorizer_arn
575
+ # The ARN of the authorizer's Lambda function.
576
+ #
574
577
  # @return [Types::CreateDatastoreResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
575
578
  #
576
579
  # * {Types::CreateDatastoreResponse#datastore_id #datastore_id} => String
@@ -585,6 +588,7 @@ module Aws::MedicalImaging
585
588
  # "TagKey" => "TagValue",
586
589
  # },
587
590
  # kms_key_arn: "KmsKeyArn",
591
+ # lambda_authorizer_arn: "LambdaArn",
588
592
  # })
589
593
  #
590
594
  # @example Response structure
@@ -663,7 +667,7 @@ module Aws::MedicalImaging
663
667
  # resp.datastore_id #=> String
664
668
  # resp.image_set_id #=> String
665
669
  # resp.image_set_state #=> String, one of "ACTIVE", "LOCKED", "DELETED"
666
- # resp.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED"
670
+ # resp.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "IMPORTING", "IMPORTED", "IMPORT_FAILED"
667
671
  #
668
672
  # @see http://docs.aws.amazon.com/goto/WebAPI/medical-imaging-2023-07-19/DeleteImageSet AWS API Documentation
669
673
  #
@@ -746,6 +750,7 @@ module Aws::MedicalImaging
746
750
  # resp.datastore_properties.datastore_name #=> String
747
751
  # resp.datastore_properties.datastore_status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING", "DELETED"
748
752
  # resp.datastore_properties.kms_key_arn #=> String
753
+ # resp.datastore_properties.lambda_authorizer_arn #=> String
749
754
  # resp.datastore_properties.datastore_arn #=> String
750
755
  # resp.datastore_properties.created_at #=> Time
751
756
  # resp.datastore_properties.updated_at #=> Time
@@ -839,7 +844,7 @@ module Aws::MedicalImaging
839
844
  # resp.image_set_id #=> String
840
845
  # resp.version_id #=> String
841
846
  # resp.image_set_state #=> String, one of "ACTIVE", "LOCKED", "DELETED"
842
- # resp.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED"
847
+ # resp.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "IMPORTING", "IMPORTED", "IMPORT_FAILED"
843
848
  # resp.created_at #=> Time
844
849
  # resp.updated_at #=> Time
845
850
  # resp.deleted_at #=> Time
@@ -1034,7 +1039,7 @@ module Aws::MedicalImaging
1034
1039
  # resp.image_set_properties_list[0].image_set_id #=> String
1035
1040
  # resp.image_set_properties_list[0].version_id #=> String
1036
1041
  # resp.image_set_properties_list[0].image_set_state #=> String, one of "ACTIVE", "LOCKED", "DELETED"
1037
- # resp.image_set_properties_list[0].image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED"
1042
+ # resp.image_set_properties_list[0].image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "IMPORTING", "IMPORTED", "IMPORT_FAILED"
1038
1043
  # resp.image_set_properties_list[0].created_at #=> Time
1039
1044
  # resp.image_set_properties_list[0].updated_at #=> Time
1040
1045
  # resp.image_set_properties_list[0].deleted_at #=> Time
@@ -1370,7 +1375,7 @@ module Aws::MedicalImaging
1370
1375
  # resp.image_set_id #=> String
1371
1376
  # resp.latest_version_id #=> String
1372
1377
  # resp.image_set_state #=> String, one of "ACTIVE", "LOCKED", "DELETED"
1373
- # resp.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED"
1378
+ # resp.image_set_workflow_status #=> String, one of "CREATED", "COPIED", "COPYING", "COPYING_WITH_READ_ONLY_ACCESS", "COPY_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "IMPORTING", "IMPORTED", "IMPORT_FAILED"
1374
1379
  # resp.created_at #=> Time
1375
1380
  # resp.updated_at #=> Time
1376
1381
  # resp.message #=> String
@@ -1402,7 +1407,7 @@ module Aws::MedicalImaging
1402
1407
  tracer: tracer
1403
1408
  )
1404
1409
  context[:gem_name] = 'aws-sdk-medicalimaging'
1405
- context[:gem_version] = '1.34.0'
1410
+ context[:gem_version] = '1.35.0'
1406
1411
  Seahorse::Client::Request.new(handlers, context)
1407
1412
  end
1408
1413
 
@@ -91,6 +91,7 @@ module Aws::MedicalImaging
91
91
  JobName = Shapes::StringShape.new(name: 'JobName')
92
92
  JobStatus = Shapes::StringShape.new(name: 'JobStatus')
93
93
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
94
+ LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
94
95
  ListDICOMImportJobsRequest = Shapes::StructureShape.new(name: 'ListDICOMImportJobsRequest')
95
96
  ListDICOMImportJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDICOMImportJobsRequestMaxResultsInteger')
96
97
  ListDICOMImportJobsResponse = Shapes::StructureShape.new(name: 'ListDICOMImportJobsResponse')
@@ -194,6 +195,7 @@ module Aws::MedicalImaging
194
195
  CreateDatastoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
195
196
  CreateDatastoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
196
197
  CreateDatastoreRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
198
+ CreateDatastoreRequest.add_member(:lambda_authorizer_arn, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "lambdaAuthorizerArn"))
197
199
  CreateDatastoreRequest.struct_class = Types::CreateDatastoreRequest
198
200
 
199
201
  CreateDatastoreResponse.add_member(:datastore_id, Shapes::ShapeRef.new(shape: DatastoreId, required: true, location_name: "datastoreId"))
@@ -254,6 +256,7 @@ module Aws::MedicalImaging
254
256
  DatastoreProperties.add_member(:datastore_name, Shapes::ShapeRef.new(shape: DatastoreName, required: true, location_name: "datastoreName"))
255
257
  DatastoreProperties.add_member(:datastore_status, Shapes::ShapeRef.new(shape: DatastoreStatus, required: true, location_name: "datastoreStatus"))
256
258
  DatastoreProperties.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
259
+ DatastoreProperties.add_member(:lambda_authorizer_arn, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "lambdaAuthorizerArn"))
257
260
  DatastoreProperties.add_member(:datastore_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "datastoreArn"))
258
261
  DatastoreProperties.add_member(:created_at, Shapes::ShapeRef.new(shape: Date, location_name: "createdAt"))
259
262
  DatastoreProperties.add_member(:updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "updatedAt"))
@@ -584,6 +587,7 @@ module Aws::MedicalImaging
584
587
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
585
588
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
586
589
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
590
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
587
591
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
588
592
  end)
589
593
 
@@ -267,13 +267,18 @@ module Aws::MedicalImaging
267
267
  # Service (KMS) key for accessing encrypted data.
268
268
  # @return [String]
269
269
  #
270
+ # @!attribute [rw] lambda_authorizer_arn
271
+ # The ARN of the authorizer's Lambda function.
272
+ # @return [String]
273
+ #
270
274
  # @see http://docs.aws.amazon.com/goto/WebAPI/medical-imaging-2023-07-19/CreateDatastoreRequest AWS API Documentation
271
275
  #
272
276
  class CreateDatastoreRequest < Struct.new(
273
277
  :datastore_name,
274
278
  :client_token,
275
279
  :tags,
276
- :kms_key_arn)
280
+ :kms_key_arn,
281
+ :lambda_authorizer_arn)
277
282
  SENSITIVE = []
278
283
  include Aws::Structure
279
284
  end
@@ -555,6 +560,10 @@ module Aws::MedicalImaging
555
560
  # Service (KMS) key for accessing encrypted data.
556
561
  # @return [String]
557
562
  #
563
+ # @!attribute [rw] lambda_authorizer_arn
564
+ # The ARN of the authorizer's Lambda function.
565
+ # @return [String]
566
+ #
558
567
  # @!attribute [rw] datastore_arn
559
568
  # The Amazon Resource Name (ARN) for the data store.
560
569
  # @return [String]
@@ -574,6 +583,7 @@ module Aws::MedicalImaging
574
583
  :datastore_name,
575
584
  :datastore_status,
576
585
  :kms_key_arn,
586
+ :lambda_authorizer_arn,
577
587
  :datastore_arn,
578
588
  :created_at,
579
589
  :updated_at)
@@ -55,7 +55,7 @@ module Aws::MedicalImaging
55
55
  autoload :EndpointProvider, 'aws-sdk-medicalimaging/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medicalimaging/endpoints'
57
57
 
58
- GEM_VERSION = '1.34.0'
58
+ GEM_VERSION = '1.35.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -115,7 +115,8 @@ module Aws
115
115
  ?datastore_name: ::String,
116
116
  client_token: ::String,
117
117
  ?tags: Hash[::String, ::String],
118
- ?kms_key_arn: ::String
118
+ ?kms_key_arn: ::String,
119
+ ?lambda_authorizer_arn: ::String
119
120
  ) -> _CreateDatastoreResponseSuccess
120
121
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDatastoreResponseSuccess
121
122
 
@@ -135,7 +136,7 @@ module Aws
135
136
  def datastore_id: () -> ::String
136
137
  def image_set_id: () -> ::String
137
138
  def image_set_state: () -> ("ACTIVE" | "LOCKED" | "DELETED")
138
- def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
139
+ def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
139
140
  end
140
141
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MedicalImaging/Client.html#delete_image_set-instance_method
141
142
  def delete_image_set: (
@@ -186,7 +187,7 @@ module Aws
186
187
  def image_set_id: () -> ::String
187
188
  def version_id: () -> ::String
188
189
  def image_set_state: () -> ("ACTIVE" | "LOCKED" | "DELETED")
189
- def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
190
+ def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
190
191
  def created_at: () -> ::Time
191
192
  def updated_at: () -> ::Time
192
193
  def deleted_at: () -> ::Time
@@ -354,7 +355,7 @@ module Aws
354
355
  def image_set_id: () -> ::String
355
356
  def latest_version_id: () -> ::String
356
357
  def image_set_state: () -> ("ACTIVE" | "LOCKED" | "DELETED")
357
- def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
358
+ def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
358
359
  def created_at: () -> ::Time
359
360
  def updated_at: () -> ::Time
360
361
  def message: () -> ::String
data/sig/types.rbs CHANGED
@@ -28,7 +28,7 @@ module Aws::MedicalImaging
28
28
  attr_accessor image_set_id: ::String
29
29
  attr_accessor latest_version_id: ::String
30
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")
31
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
32
32
  attr_accessor created_at: ::Time
33
33
  attr_accessor updated_at: ::Time
34
34
  attr_accessor image_set_arn: ::String
@@ -67,7 +67,7 @@ module Aws::MedicalImaging
67
67
  attr_accessor image_set_id: ::String
68
68
  attr_accessor latest_version_id: ::String
69
69
  attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
70
- attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
70
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
71
71
  attr_accessor created_at: ::Time
72
72
  attr_accessor updated_at: ::Time
73
73
  attr_accessor image_set_arn: ::String
@@ -79,6 +79,7 @@ module Aws::MedicalImaging
79
79
  attr_accessor client_token: ::String
80
80
  attr_accessor tags: ::Hash[::String, ::String]
81
81
  attr_accessor kms_key_arn: ::String
82
+ attr_accessor lambda_authorizer_arn: ::String
82
83
  SENSITIVE: []
83
84
  end
84
85
 
@@ -151,6 +152,7 @@ module Aws::MedicalImaging
151
152
  attr_accessor datastore_name: ::String
152
153
  attr_accessor datastore_status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED")
153
154
  attr_accessor kms_key_arn: ::String
155
+ attr_accessor lambda_authorizer_arn: ::String
154
156
  attr_accessor datastore_arn: ::String
155
157
  attr_accessor created_at: ::Time
156
158
  attr_accessor updated_at: ::Time
@@ -188,7 +190,7 @@ module Aws::MedicalImaging
188
190
  attr_accessor datastore_id: ::String
189
191
  attr_accessor image_set_id: ::String
190
192
  attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
191
- attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
193
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
192
194
  SENSITIVE: []
193
195
  end
194
196
 
@@ -252,7 +254,7 @@ module Aws::MedicalImaging
252
254
  attr_accessor image_set_id: ::String
253
255
  attr_accessor version_id: ::String
254
256
  attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
255
- attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
257
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
256
258
  attr_accessor created_at: ::Time
257
259
  attr_accessor updated_at: ::Time
258
260
  attr_accessor deleted_at: ::Time
@@ -272,7 +274,7 @@ module Aws::MedicalImaging
272
274
  attr_accessor image_set_id: ::String
273
275
  attr_accessor version_id: ::String
274
276
  attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
275
- attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
277
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
276
278
  attr_accessor created_at: ::Time
277
279
  attr_accessor updated_at: ::Time
278
280
  attr_accessor deleted_at: ::Time
@@ -506,7 +508,7 @@ module Aws::MedicalImaging
506
508
  attr_accessor image_set_id: ::String
507
509
  attr_accessor latest_version_id: ::String
508
510
  attr_accessor image_set_state: ("ACTIVE" | "LOCKED" | "DELETED")
509
- attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED")
511
+ attr_accessor image_set_workflow_status: ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
510
512
  attr_accessor created_at: ::Time
511
513
  attr_accessor updated_at: ::Time
512
514
  attr_accessor message: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medicalimaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services