Skip to content

Commit f378d5a

Browse files
Update API model
1 parent 58cef3b commit f378d5a

File tree

6 files changed

+407
-161
lines changed

6 files changed

+407
-161
lines changed

codegen/sdk-codegen/aws-models/cloudtrail.json

+152-5
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/eks.json

+89-60
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/healthlake.json

+14-4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
"smithy.api#enumValue": "SMART_ON_FHIR_V1"
6262
}
6363
},
64+
"SMART_ON_FHIR": {
65+
"target": "smithy.api#Unit",
66+
"traits": {
67+
"smithy.api#enumValue": "SMART_ON_FHIR"
68+
}
69+
},
6470
"AWS_AUTH": {
6571
"target": "smithy.api#Unit",
6672
"traits": {
@@ -1783,6 +1789,12 @@
17831789
"smithy.api#enumValue": "SUBMITTED"
17841790
}
17851791
},
1792+
"QUEUED": {
1793+
"target": "smithy.api#Unit",
1794+
"traits": {
1795+
"smithy.api#enumValue": "QUEUED"
1796+
}
1797+
},
17861798
"IN_PROGRESS": {
17871799
"target": "smithy.api#Unit",
17881800
"traits": {
@@ -2392,8 +2404,7 @@
23922404
"target": "com.amazonaws.healthlake#ClientTokenString",
23932405
"traits": {
23942406
"smithy.api#documentation": "<p>An optional user provided token used for ensuring idempotency.</p>",
2395-
"smithy.api#idempotencyToken": {},
2396-
"smithy.api#required": {}
2407+
"smithy.api#idempotencyToken": {}
23972408
}
23982409
}
23992410
},
@@ -2498,8 +2509,7 @@
24982509
"target": "com.amazonaws.healthlake#ClientTokenString",
24992510
"traits": {
25002511
"smithy.api#documentation": "<p>Optional user provided token used for ensuring idempotency.</p>",
2501-
"smithy.api#idempotencyToken": {},
2502-
"smithy.api#required": {}
2512+
"smithy.api#idempotencyToken": {}
25032513
}
25042514
}
25052515
},

0 commit comments

Comments
 (0)