Skip to content

Commit 12a971a

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 8bd8eee commit 12a971a

9 files changed

Lines changed: 5294 additions & 1629 deletions

File tree

codegen/sdk-codegen/aws-models/bedrock-agentcore-control.json

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

codegen/sdk-codegen/aws-models/bedrock-agentcore.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,6 +2752,20 @@
27522752
"smithy.api#documentation": "<p>Contains information about an event in an AgentCore Memory resource.</p>"
27532753
}
27542754
},
2755+
"com.amazonaws.bedrockagentcore#EventFilterCondition": {
2756+
"type": "enum",
2757+
"members": {
2758+
"HAS_EVENTS": {
2759+
"target": "smithy.api#Unit",
2760+
"traits": {
2761+
"smithy.api#enumValue": "HAS_EVENTS"
2762+
}
2763+
}
2764+
},
2765+
"traits": {
2766+
"smithy.api#documentation": "<p>The condition to use for filtering sessions by events.</p>"
2767+
}
2768+
},
27552769
"com.amazonaws.bedrockagentcore#EventId": {
27562770
"type": "string",
27572771
"traits": {
@@ -5427,6 +5441,12 @@
54275441
"traits": {
54285442
"smithy.api#documentation": "<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>"
54295443
}
5444+
},
5445+
"filter": {
5446+
"target": "com.amazonaws.bedrockagentcore#SessionFilter",
5447+
"traits": {
5448+
"smithy.api#documentation": "<p>Filter criteria to apply when listing sessions.</p>"
5449+
}
54305450
}
54315451
},
54325452
"traits": {
@@ -6833,6 +6853,20 @@
68336853
"smithy.api#httpError": 402
68346854
}
68356855
},
6856+
"com.amazonaws.bedrockagentcore#SessionFilter": {
6857+
"type": "structure",
6858+
"members": {
6859+
"eventFilter": {
6860+
"target": "com.amazonaws.bedrockagentcore#EventFilterCondition",
6861+
"traits": {
6862+
"smithy.api#documentation": "<p>The event filter condition to apply. Use this to filter sessions based on event presence.</p>"
6863+
}
6864+
}
6865+
},
6866+
"traits": {
6867+
"smithy.api#documentation": "<p>Contains filter criteria for listing sessions.</p>"
6868+
}
6869+
},
68366870
"com.amazonaws.bedrockagentcore#SessionId": {
68376871
"type": "string",
68386872
"traits": {

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

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12351,6 +12351,30 @@
1235112351
"traits": {
1235212352
"smithy.api#documentation": "<p>The invocation endpoint for ModelInvocationJob</p>"
1235312353
}
12354+
},
12355+
"totalRecordCount": {
12356+
"target": "com.amazonaws.bedrock#NonNegativeLong",
12357+
"traits": {
12358+
"smithy.api#documentation": "<p>The total number of records in the batch inference job.</p>"
12359+
}
12360+
},
12361+
"processedRecordCount": {
12362+
"target": "com.amazonaws.bedrock#NonNegativeLong",
12363+
"traits": {
12364+
"smithy.api#documentation": "<p>The number of records that have been processed in the batch inference job.</p>"
12365+
}
12366+
},
12367+
"successRecordCount": {
12368+
"target": "com.amazonaws.bedrock#NonNegativeLong",
12369+
"traits": {
12370+
"smithy.api#documentation": "<p>The number of records that were successfully processed in the batch inference job.</p>"
12371+
}
12372+
},
12373+
"errorRecordCount": {
12374+
"target": "com.amazonaws.bedrock#NonNegativeLong",
12375+
"traits": {
12376+
"smithy.api#documentation": "<p>The number of records that failed to process in the batch inference job.</p>"
12377+
}
1235412378
}
1235512379
},
1235612380
"traits": {
@@ -18984,6 +19008,30 @@
1898419008
"traits": {
1898519009
"smithy.api#documentation": "<p>The invocation endpoint for ModelInvocationJob</p>"
1898619010
}
19011+
},
19012+
"totalRecordCount": {
19013+
"target": "com.amazonaws.bedrock#NonNegativeLong",
19014+
"traits": {
19015+
"smithy.api#documentation": "<p>The total number of records in the batch inference job.</p>"
19016+
}
19017+
},
19018+
"processedRecordCount": {
19019+
"target": "com.amazonaws.bedrock#NonNegativeLong",
19020+
"traits": {
19021+
"smithy.api#documentation": "<p>The number of records that have been processed in the batch inference job.</p>"
19022+
}
19023+
},
19024+
"successRecordCount": {
19025+
"target": "com.amazonaws.bedrock#NonNegativeLong",
19026+
"traits": {
19027+
"smithy.api#documentation": "<p>The number of records that were successfully processed in the batch inference job.</p>"
19028+
}
19029+
},
19030+
"errorRecordCount": {
19031+
"target": "com.amazonaws.bedrock#NonNegativeLong",
19032+
"traits": {
19033+
"smithy.api#documentation": "<p>The number of records that failed to process in the batch inference job.</p>"
19034+
}
1898719035
}
1898819036
},
1898919037
"traits": {
@@ -19104,6 +19152,15 @@
1910419152
"smithy.api#pattern": "^[\\s\\S]*$"
1910519153
}
1910619154
},
19155+
"com.amazonaws.bedrock#NonNegativeLong": {
19156+
"type": "long",
19157+
"traits": {
19158+
"smithy.api#documentation": "<p>A non-negative long value.</p>",
19159+
"smithy.api#range": {
19160+
"min": 0
19161+
}
19162+
}
19163+
},
1910719164
"com.amazonaws.bedrock#Offer": {
1910819165
"type": "structure",
1910919166
"members": {

0 commit comments

Comments
 (0)