Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-cpp-automation committed Jan 24, 2025
1 parent 1deaebf commit 2c3de37
Show file tree
Hide file tree
Showing 6 changed files with 414 additions and 168 deletions.
157 changes: 152 additions & 5 deletions tools/code-generation/smithy/api-descriptions/cloudtrail.json

Large diffs are not rendered by default.

149 changes: 89 additions & 60 deletions tools/code-generation/smithy/api-descriptions/eks.json

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions tools/code-generation/smithy/api-descriptions/healthlake.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
"smithy.api#enumValue": "SMART_ON_FHIR_V1"
}
},
"SMART_ON_FHIR": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SMART_ON_FHIR"
}
},
"AWS_AUTH": {
"target": "smithy.api#Unit",
"traits": {
Expand Down Expand Up @@ -1783,6 +1789,12 @@
"smithy.api#enumValue": "SUBMITTED"
}
},
"QUEUED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "QUEUED"
}
},
"IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
Expand Down Expand Up @@ -2392,8 +2404,7 @@
"target": "com.amazonaws.healthlake#ClientTokenString",
"traits": {
"smithy.api#documentation": "<p>An optional user provided token used for ensuring idempotency.</p>",
"smithy.api#idempotencyToken": {},
"smithy.api#required": {}
"smithy.api#idempotencyToken": {}
}
}
},
Expand Down Expand Up @@ -2498,8 +2509,7 @@
"target": "com.amazonaws.healthlake#ClientTokenString",
"traits": {
"smithy.api#documentation": "<p>Optional user provided token used for ensuring idempotency.</p>",
"smithy.api#idempotencyToken": {},
"smithy.api#required": {}
"smithy.api#idempotencyToken": {}
}
}
},
Expand Down
Loading

0 comments on commit 2c3de37

Please sign in to comment.