Skip to content

Commit ae842e5

Browse files
Update SDK models
1 parent e63f87d commit ae842e5

File tree

298 files changed

+9473
-1242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+9473
-1242
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/cross_service",
5-
"examples/lambda",
64
"examples/test-utils",
5+
"examples/cross_service",
76
"examples/examples",
7+
"examples/lambda",
88
"examples/webassembly",
99
"tests/no-default-features",
1010
"tests/webassembly"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2525
```toml
2626
[dependencies]
2727
aws-config = { version= "1.5.4", features = ["behavior-version-latest"] }
28-
aws-sdk-dynamodb = "1.39.0"
28+
aws-sdk-dynamodb = "1.39.1"
2929
tokio = { version = "1", features = ["full"] }
3030
```
3131

aws-models/cleanrooms.json

Lines changed: 857 additions & 87 deletions
Large diffs are not rendered by default.

aws-models/dynamodb.json

Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.

aws-models/iotsitewise.json

Lines changed: 128 additions & 77 deletions
Large diffs are not rendered by default.

aws-models/mediapackagev2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,6 +2191,12 @@
21912191
"traits": {
21922192
"smithy.api#enumValue": "WIDEVINE"
21932193
}
2194+
},
2195+
"IRDETO": {
2196+
"target": "smithy.api#Unit",
2197+
"traits": {
2198+
"smithy.api#enumValue": "IRDETO"
2199+
}
21942200
}
21952201
}
21962202
},

aws-models/medical-imaging.json

Lines changed: 84 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,16 @@
806806
"smithy.api#httpError": 409
807807
}
808808
},
809+
"com.amazonaws.medicalimaging#CopiableAttributes": {
810+
"type": "string",
811+
"traits": {
812+
"smithy.api#length": {
813+
"min": 1,
814+
"max": 260000
815+
},
816+
"smithy.api#sensitive": {}
817+
}
818+
},
809819
"com.amazonaws.medicalimaging#CopyDestinationImageSet": {
810820
"type": "structure",
811821
"members": {
@@ -969,6 +979,13 @@
969979
"smithy.api#httpPayload": {},
970980
"smithy.api#required": {}
971981
}
982+
},
983+
"force": {
984+
"target": "smithy.api#Boolean",
985+
"traits": {
986+
"smithy.api#documentation": "<p>Setting this flag will force the <code>CopyImageSet</code> operation, even if Patient, Study, or Series level\n metadata are mismatched across the <code>sourceImageSet</code> and <code>destinationImageSet</code>.</p>",
987+
"smithy.api#httpQuery": "force"
988+
}
972989
}
973990
},
974991
"traits": {
@@ -1013,6 +1030,12 @@
10131030
"smithy.api#documentation": "<p>The latest version identifier for the source image set.</p>",
10141031
"smithy.api#required": {}
10151032
}
1033+
},
1034+
"DICOMCopies": {
1035+
"target": "com.amazonaws.medicalimaging#MetadataCopies",
1036+
"traits": {
1037+
"smithy.api#documentation": "<p>Contains <code>MetadataCopies</code> structure and wraps information related to specific copy use cases.\n For example, when copying subsets.</p>"
1038+
}
10161039
}
10171040
},
10181041
"traits": {
@@ -1173,7 +1196,7 @@
11731196
"traits": {
11741197
"smithy.api#length": {
11751198
"min": 0,
1176-
"max": 16
1199+
"max": 256
11771200
},
11781201
"smithy.api#sensitive": {}
11791202
}
@@ -1345,7 +1368,7 @@
13451368
"smithy.api#default": 0,
13461369
"smithy.api#range": {
13471370
"min": 0,
1348-
"max": 10000
1371+
"max": 1000000
13491372
}
13501373
}
13511374
},
@@ -1364,7 +1387,7 @@
13641387
"traits": {
13651388
"smithy.api#length": {
13661389
"min": 0,
1367-
"max": 64
1390+
"max": 256
13681391
},
13691392
"smithy.api#sensitive": {}
13701393
}
@@ -1404,9 +1427,9 @@
14041427
"traits": {
14051428
"smithy.api#length": {
14061429
"min": 0,
1407-
"max": 64
1430+
"max": 256
14081431
},
1409-
"smithy.api#pattern": "^(?:[1-9][0-9]*|0)(\\.(?:[1-9][0-9]*|0))*$",
1432+
"smithy.api#pattern": "^(?:[0-9][0-9]*|0)(\\.(?:[1-9][0-9]*|0))*$",
14101433
"smithy.api#sensitive": {}
14111434
}
14121435
},
@@ -1486,9 +1509,9 @@
14861509
"traits": {
14871510
"smithy.api#length": {
14881511
"min": 0,
1489-
"max": 64
1512+
"max": 256
14901513
},
1491-
"smithy.api#pattern": "^(?:[1-9][0-9]*|0)(\\.(?:[1-9][0-9]*|0))*$",
1514+
"smithy.api#pattern": "^(?:[0-9][0-9]*|0)(\\.(?:[1-9][0-9]*|0))*$",
14921515
"smithy.api#sensitive": {}
14931516
}
14941517
},
@@ -2466,6 +2489,12 @@
24662489
"traits": {
24672490
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) assigned to the image set.</p>"
24682491
}
2492+
},
2493+
"overrides": {
2494+
"target": "com.amazonaws.medicalimaging#Overrides",
2495+
"traits": {
2496+
"smithy.api#documentation": "<p>This object contains the details of any overrides used while creating a specific image set version.\n If an image set was copied or updated using the <code>force</code> flag, this object will contain the\n <code>forced</code> flag.</p>"
2497+
}
24692498
}
24702499
},
24712500
"traits": {
@@ -2564,6 +2593,12 @@
25642593
"traits": {
25652594
"smithy.api#documentation": "<p>The error message thrown if an image set action fails.</p>"
25662595
}
2596+
},
2597+
"overrides": {
2598+
"target": "com.amazonaws.medicalimaging#Overrides",
2599+
"traits": {
2600+
"smithy.api#documentation": "<p>Contains details on overrides used when creating the returned version of an image set.\n For example, if <code>forced</code> exists, the <code>forced</code> flag was used when \n creating the image set.</p>"
2601+
}
25672602
}
25682603
},
25692604
"traits": {
@@ -3185,6 +3220,21 @@
31853220
"smithy.api#pattern": "^[\\w -:]+$"
31863221
}
31873222
},
3223+
"com.amazonaws.medicalimaging#MetadataCopies": {
3224+
"type": "structure",
3225+
"members": {
3226+
"copiableAttributes": {
3227+
"target": "com.amazonaws.medicalimaging#CopiableAttributes",
3228+
"traits": {
3229+
"smithy.api#documentation": "<p>The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.</p>",
3230+
"smithy.api#required": {}
3231+
}
3232+
}
3233+
},
3234+
"traits": {
3235+
"smithy.api#documentation": "<p>Contains copiable <code>Attributes</code> structure and wraps information related to specific copy use cases.\n For example, when copying subsets.</p>"
3236+
}
3237+
},
31883238
"com.amazonaws.medicalimaging#MetadataUpdates": {
31893239
"type": "union",
31903240
"members": {
@@ -3193,6 +3243,12 @@
31933243
"traits": {
31943244
"smithy.api#documentation": "<p>The object containing <code>removableAttributes</code> and <code>updatableAttributes</code>.</p>"
31953245
}
3246+
},
3247+
"revertToVersionId": {
3248+
"target": "com.amazonaws.medicalimaging#ImageSetExternalVersionId",
3249+
"traits": {
3250+
"smithy.api#documentation": "<p>Specifies the previous image set version ID to revert the current image set back to.</p>\n <note>\n <p>You must provide either <code>revertToVersionId</code> or <code>DICOMUpdates</code> in your request. A \n <code>ValidationException</code> error is thrown if both parameters are provided at the same time.</p>\n </note>"
3251+
}
31963252
}
31973253
},
31983254
"traits": {
@@ -3226,6 +3282,20 @@
32263282
}
32273283
}
32283284
},
3285+
"com.amazonaws.medicalimaging#Overrides": {
3286+
"type": "structure",
3287+
"members": {
3288+
"forced": {
3289+
"target": "smithy.api#Boolean",
3290+
"traits": {
3291+
"smithy.api#documentation": "<p>Setting this flag will force the <code>CopyImageSet</code> and <code>UpdateImageSetMetadata</code>\n operations, even if Patient, Study, or Series level metadata are mismatched.</p>"
3292+
}
3293+
}
3294+
},
3295+
"traits": {
3296+
"smithy.api#documentation": "<p>Specifies the overrides used in image set modification calls to <code>CopyImageSet</code> and \n <code>UpdateImageSetMetadata</code>.</p>"
3297+
}
3298+
},
32293299
"com.amazonaws.medicalimaging#PayloadBlob": {
32303300
"type": "blob",
32313301
"traits": {
@@ -4005,6 +4075,13 @@
40054075
"smithy.api#required": {}
40064076
}
40074077
},
4078+
"force": {
4079+
"target": "smithy.api#Boolean",
4080+
"traits": {
4081+
"smithy.api#documentation": "<p>Setting this flag will force the <code>UpdateImageSetMetadata</code> operation for the following attributes:</p>\n <ul>\n <li>\n <p>\n <code>Tag.StudyInstanceUID</code>, <code>Tag.SeriesInstanceUID</code>, <code>Tag.SOPInstanceUID</code>, and <code>Tag.StudyID</code>\n </p>\n </li>\n <li>\n <p>Adding, removing, or updating private tags for an individual SOP Instance</p>\n </li>\n </ul>",
4082+
"smithy.api#httpQuery": "force"
4083+
}
4084+
},
40084085
"updateImageSetMetadataUpdates": {
40094086
"target": "com.amazonaws.medicalimaging#MetadataUpdates",
40104087
"traits": {

0 commit comments

Comments
 (0)