Skip to content

Commit dfc10f9

Browse files
Release Model Changes:
584419c6-779b-49f4-93cb-cc3e41caaaf4 65357d8b-fa59-4453-9db8-c84d8dd3429d bf6b696a-60ae-43c7-b8b3-094b84e7492d f18a1ee1-bcd5-4be5-9cfe-56144b11c998 6b329835-d002-4981-89a0-00ed0e3accc1 e9eb9345-a87b-4fde-9298-034ae1f7a667
1 parent a2d433c commit dfc10f9

File tree

7 files changed

+628
-64
lines changed

7 files changed

+628
-64
lines changed

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.152
1+
model.all.version=1.0.153
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -28,7 +28,7 @@ model.arc-zonal-shift.version=1.0.3
2828
model.artifact.version=1.0.3
2929
model.athena.version=1.0.4
3030
model.auditmanager.version=1.0.4
31-
model.auto-scaling.version=1.0.6
31+
model.auto-scaling.version=1.0.7
3232
model.auto-scaling-plans.version=1.0.2
3333
model.b2bi.version=1.0.4
3434
model.backup.version=1.0.10
@@ -42,7 +42,7 @@ model.bedrock-agent.version=1.0.6
4242
model.bedrock-agent-runtime.version=1.0.5
4343
model.bedrock-data-automation.version=1.0.6
4444
model.bedrock-data-automation-runtime.version=1.0.4
45-
model.bedrock-runtime.version=1.0.14
45+
model.bedrock-runtime.version=1.0.15
4646
model.billing.version=1.0.6
4747
model.billingconductor.version=1.0.4
4848
model.braket.version=1.0.5
@@ -197,7 +197,7 @@ model.kafka.version=1.0.4
197197
model.kafkaconnect.version=1.0.4
198198
model.kendra.version=1.0.2
199199
model.kendra-ranking.version=1.0.1
200-
model.keyspaces.version=1.0.3
200+
model.keyspaces.version=1.0.4
201201
model.kinesis.version=1.0.6
202202
model.kinesis-analytics.version=1.0.2
203203
model.kinesis-analytics-v2.version=1.0.2
@@ -376,7 +376,7 @@ model.transcribe-streaming.version=1.0.6
376376
model.transfer.version=1.0.5
377377
model.translate.version=1.0.2
378378
model.trustedadvisor.version=1.0.2
379-
model.verifiedpermissions.version=1.0.4
379+
model.verifiedpermissions.version=1.0.5
380380
model.voice-id.version=1.0.2
381381
model.vpc-lattice.version=1.0.4
382382
model.waf.version=1.0.2
@@ -397,9 +397,9 @@ org.gradle.logging.level=quiet
397397
model.evs.version=1.0.6
398398
model.mpa.version=1.0.2
399399
model.aiops.version=1.0.4
400-
model.workspaces-instances.version=1.0.2
400+
model.workspaces-instances.version=1.0.3
401401
model.keyspacesstreams.version=1.0.3
402-
model.odb.version=1.0.5
402+
model.odb.version=1.0.6
403403
model.s3vectors.version=1.0.4
404404
model.bedrock-agentcore.version=1.0.8
405405
model.bedrock-agentcore-control.version=1.0.15

models/auto-scaling/service/2011-01-01/auto-scaling-2011-01-01.json

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

models/bedrock-runtime/service/2023-09-30/bedrock-runtime-2023-09-30.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,40 @@
12701270
"smithy.api#sensitive": {}
12711271
}
12721272
},
1273+
"com.amazonaws.bedrockruntime#CacheDetail": {
1274+
"type": "structure",
1275+
"members": {
1276+
"ttl": {
1277+
"target": "com.amazonaws.bedrockruntime#CacheTTL",
1278+
"traits": {
1279+
"smithy.api#documentation": "<p>TTL duration for these cached tokens</p>",
1280+
"smithy.api#required": {}
1281+
}
1282+
},
1283+
"inputTokens": {
1284+
"target": "smithy.api#Integer",
1285+
"traits": {
1286+
"smithy.api#documentation": "<p>Number of tokens written to cache with this TTL (cache creation tokens)</p>",
1287+
"smithy.api#range": {
1288+
"min": 0
1289+
},
1290+
"smithy.api#required": {}
1291+
}
1292+
}
1293+
},
1294+
"traits": {
1295+
"smithy.api#documentation": "<p>Cache creation metrics for a specific TTL duration</p>"
1296+
}
1297+
},
1298+
"com.amazonaws.bedrockruntime#CacheDetailsList": {
1299+
"type": "list",
1300+
"member": {
1301+
"target": "com.amazonaws.bedrockruntime#CacheDetail"
1302+
},
1303+
"traits": {
1304+
"smithy.api#documentation": "<p>List of cache details by TTL</p>"
1305+
}
1306+
},
12731307
"com.amazonaws.bedrockruntime#CachePointBlock": {
12741308
"type": "structure",
12751309
"members": {
@@ -1279,6 +1313,12 @@
12791313
"smithy.api#documentation": "<p>Specifies the type of cache point within the CachePointBlock.</p>",
12801314
"smithy.api#required": {}
12811315
}
1316+
},
1317+
"ttl": {
1318+
"target": "com.amazonaws.bedrockruntime#CacheTTL",
1319+
"traits": {
1320+
"smithy.api#documentation": "<p>Optional TTL duration for cache entries. When specified, enables extended TTL caching with the specified duration. When omitted, uses <code>type</code> value for caching behavior.</p>"
1321+
}
12821322
}
12831323
},
12841324
"traits": {
@@ -1296,6 +1336,26 @@
12961336
}
12971337
}
12981338
},
1339+
"com.amazonaws.bedrockruntime#CacheTTL": {
1340+
"type": "enum",
1341+
"members": {
1342+
"FIVE_MINUTES": {
1343+
"target": "smithy.api#Unit",
1344+
"traits": {
1345+
"smithy.api#enumValue": "5m"
1346+
}
1347+
},
1348+
"ONE_HOUR": {
1349+
"target": "smithy.api#Unit",
1350+
"traits": {
1351+
"smithy.api#enumValue": "1h"
1352+
}
1353+
}
1354+
},
1355+
"traits": {
1356+
"smithy.api#documentation": "<p>Time-to-live duration for ephemeral cache entries</p>"
1357+
}
1358+
},
12991359
"com.amazonaws.bedrockruntime#Citation": {
13001360
"type": "structure",
13011361
"members": {
@@ -6820,6 +6880,12 @@
68206880
"min": 0
68216881
}
68226882
}
6883+
},
6884+
"cacheDetails": {
6885+
"target": "com.amazonaws.bedrockruntime#CacheDetailsList",
6886+
"traits": {
6887+
"smithy.api#documentation": "<p>Detailed breakdown of cache writes by TTL. Empty if no cache creation occurred. Sorted by TTL duration (1h before 5m).</p>"
6888+
}
68236889
}
68246890
},
68256891
"traits": {

models/keyspaces/service/2022-02-10/keyspaces-2022-02-10.json

Lines changed: 103 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"message": {
1818
"target": "smithy.api#String",
1919
"traits": {
20-
"smithy.api#documentation": "<p>Description of the error.</p>"
20+
"smithy.api#documentation": "<p>You don't have the required permissions to perform this operation. Verify your IAM permissions and try again.</p>"
2121
}
2222
}
2323
},
@@ -372,7 +372,7 @@
372372
"message": {
373373
"target": "smithy.api#String",
374374
"traits": {
375-
"smithy.api#documentation": "<p>Description of the error.</p>"
375+
"smithy.api#documentation": "<p>The requested operation conflicts with the current state of the resource or another concurrent operation.</p>"
376376
}
377377
}
378378
},
@@ -572,6 +572,12 @@
572572
"traits": {
573573
"smithy.api#documentation": "<p>The CDC stream settings of the table.</p>"
574574
}
575+
},
576+
"warmThroughputSpecification": {
577+
"target": "com.amazonaws.keyspaces#WarmThroughputSpecification",
578+
"traits": {
579+
"smithy.api#documentation": "<p>Specifies the warm throughput settings for the table. Pre-warming a table helps you avoid capacity exceeded exceptions by pre-provisioning read and write capacity units to reduce cold start latency when your table receives traffic.</p> <p>For more information about pre-warming in Amazon Keyspaces, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/warm-throughput.html\">Pre-warm a table in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
580+
}
575581
}
576582
}
577583
},
@@ -1266,6 +1272,12 @@
12661272
"traits": {
12671273
"smithy.api#documentation": "<p>The CDC stream settings of the table.</p>"
12681274
}
1275+
},
1276+
"warmThroughputSpecification": {
1277+
"target": "com.amazonaws.keyspaces#WarmThroughputSpecificationSummary",
1278+
"traits": {
1279+
"smithy.api#documentation": "<p>The warm throughput settings for the table, including the current status and configured read and write capacity units.</p>"
1280+
}
12691281
}
12701282
}
12711283
},
@@ -1398,7 +1410,7 @@
13981410
"message": {
13991411
"target": "smithy.api#String",
14001412
"traits": {
1401-
"smithy.api#documentation": "<p>Description of the error.</p>"
1413+
"smithy.api#documentation": "<p>An internal service error occurred. Retry your request. If the problem persists, contact Amazon Web Services Support.</p>"
14021414
}
14031415
}
14041416
},
@@ -2930,6 +2942,12 @@
29302942
},
29312943
"capacitySpecification": {
29322944
"target": "com.amazonaws.keyspaces#CapacitySpecificationSummary"
2945+
},
2946+
"warmThroughputSpecification": {
2947+
"target": "com.amazonaws.keyspaces#WarmThroughputSpecificationSummary",
2948+
"traits": {
2949+
"smithy.api#documentation": "<p>The warm throughput settings for this replica, including the current status and configured read and write capacity units.</p>"
2950+
}
29332951
}
29342952
},
29352953
"traits": {
@@ -3013,13 +3031,13 @@
30133031
"message": {
30143032
"target": "smithy.api#String",
30153033
"traits": {
3016-
"smithy.api#documentation": "<p>Description of the error.</p>"
3034+
"smithy.api#documentation": "<p>The specified resource was not found. Verify the resource identifier and ensure the resource exists and is in an ACTIVE state.</p>"
30173035
}
30183036
},
30193037
"resourceArn": {
30203038
"target": "com.amazonaws.keyspaces#ARN",
30213039
"traits": {
3022-
"smithy.api#documentation": "<p>The unique identifier in the format of Amazon Resource Name (ARN) for the resource couldn\u2019t be found.</p>"
3040+
"smithy.api#documentation": "<p>The unique identifier in the format of Amazon Resource Name (ARN) for the resource couldn't be found.</p>"
30233041
}
30243042
}
30253043
},
@@ -3192,7 +3210,7 @@
31923210
"message": {
31933211
"target": "smithy.api#String",
31943212
"traits": {
3195-
"smithy.api#documentation": "<p>Description of the error.</p>"
3213+
"smithy.api#documentation": "<p>The requested operation would exceed the service quota for this resource. Review the service quotas and adjust your request accordingly.</p>"
31963214
}
31973215
}
31983216
},
@@ -3808,6 +3826,12 @@
38083826
"traits": {
38093827
"smithy.api#documentation": "<p>The CDC stream settings of the table.</p>"
38103828
}
3829+
},
3830+
"warmThroughputSpecification": {
3831+
"target": "com.amazonaws.keyspaces#WarmThroughputSpecification",
3832+
"traits": {
3833+
"smithy.api#documentation": "<p>Modifies the warm throughput settings for the table. You can update the read and write capacity units to adjust the pre-provisioned throughput.</p>"
3834+
}
38113835
}
38123836
}
38133837
},
@@ -3829,7 +3853,7 @@
38293853
"message": {
38303854
"target": "smithy.api#String",
38313855
"traits": {
3832-
"smithy.api#documentation": "<p>Description of the error.</p>"
3856+
"smithy.api#documentation": "<p>The request parameters are invalid or malformed. Review the API documentation and correct the request format.</p>"
38333857
}
38343858
}
38353859
},
@@ -3865,6 +3889,78 @@
38653889
]
38663890
}
38673891
},
3892+
"com.amazonaws.keyspaces#WarmThroughputSpecification": {
3893+
"type": "structure",
3894+
"members": {
3895+
"readUnitsPerSecond": {
3896+
"target": "smithy.api#Long",
3897+
"traits": {
3898+
"smithy.api#default": null,
3899+
"smithy.api#documentation": "<p>The number of read capacity units per second to pre-warm the table for read capacity throughput. The minimum value is 1.</p>",
3900+
"smithy.api#range": {
3901+
"min": 1
3902+
}
3903+
}
3904+
},
3905+
"writeUnitsPerSecond": {
3906+
"target": "smithy.api#Long",
3907+
"traits": {
3908+
"smithy.api#default": null,
3909+
"smithy.api#documentation": "<p>The number of write capacity units per second to pre-warm the table for write capacity throughput. The minimum value is 1.</p>",
3910+
"smithy.api#range": {
3911+
"min": 1
3912+
}
3913+
}
3914+
}
3915+
},
3916+
"traits": {
3917+
"smithy.api#documentation": "<p>Specifies the warm throughput settings for a table. Pre-warming a table by specifying warm throughput pre-provisions read and write capacity units to help avoid capacity exceeded exceptions and reduce latency when your table starts receiving traffic.</p> <p>For more information about pre-warming in Amazon Keyspaces, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/warm-throughput.html\">Pre-warm a table in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
3918+
}
3919+
},
3920+
"com.amazonaws.keyspaces#WarmThroughputSpecificationSummary": {
3921+
"type": "structure",
3922+
"members": {
3923+
"readUnitsPerSecond": {
3924+
"target": "smithy.api#Long",
3925+
"traits": {
3926+
"smithy.api#documentation": "<p>The number of read capacity units per second currently configured for warm throughput.</p>",
3927+
"smithy.api#required": {}
3928+
}
3929+
},
3930+
"writeUnitsPerSecond": {
3931+
"target": "smithy.api#Long",
3932+
"traits": {
3933+
"smithy.api#documentation": "<p>The number of write capacity units per second currently configured for warm throughput.</p>",
3934+
"smithy.api#required": {}
3935+
}
3936+
},
3937+
"status": {
3938+
"target": "com.amazonaws.keyspaces#WarmThroughputStatus",
3939+
"traits": {
3940+
"smithy.api#documentation": "<p>The current status of the warm throughput configuration. Valid values are <code>AVAILABLE</code> when the configuration is active, and <code>UPDATING</code> when changes are being applied.</p>",
3941+
"smithy.api#required": {}
3942+
}
3943+
}
3944+
},
3945+
"traits": {
3946+
"smithy.api#documentation": "<p>Contains the current warm throughput settings for a table, including the configured capacity units and the current status of the warm throughput configuration.</p>"
3947+
}
3948+
},
3949+
"com.amazonaws.keyspaces#WarmThroughputStatus": {
3950+
"type": "string",
3951+
"traits": {
3952+
"smithy.api#enum": [
3953+
{
3954+
"value": "AVAILABLE",
3955+
"name": "AVAILABLE"
3956+
},
3957+
{
3958+
"value": "UPDATING",
3959+
"name": "UPDATING"
3960+
}
3961+
]
3962+
}
3963+
},
38683964
"com.amazonaws.keyspaces#kmsKeyARN": {
38693965
"type": "string",
38703966
"traits": {

0 commit comments

Comments
 (0)