Skip to content

Commit 23a1aaf

Browse files
Updated API models and rebuilt service gems.
1 parent 8364d9b commit 23a1aaf

Some content is hidden

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

76 files changed

+2670
-341
lines changed

apis/bedrock-agentcore-control/2023-06-05/api-2.json

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

apis/bedrock-agentcore-control/2023-06-05/docs-2.json

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

apis/bedrock-agentcore/2024-02-28/api-2.json

Lines changed: 102 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"http":{
1919
"method":"POST",
2020
"requestUri":"/memories/{memoryId}/memoryRecords/batchCreate",
21-
"responseCode":200
21+
"responseCode":201
2222
},
2323
"input":{"shape":"BatchCreateMemoryRecordsInput"},
2424
"output":{"shape":"BatchCreateMemoryRecordsOutput"},
@@ -73,7 +73,7 @@
7373
"http":{
7474
"method":"POST",
7575
"requestUri":"/memories/{memoryId}/events",
76-
"responseCode":200
76+
"responseCode":201
7777
},
7878
"input":{"shape":"CreateEventInput"},
7979
"output":{"shape":"CreateEventOutput"},
@@ -1624,10 +1624,30 @@
16241624
"location":"header",
16251625
"locationName":"x-amzn-code-interpreter-session-id"
16261626
},
1627+
"traceId":{
1628+
"shape":"InvokeCodeInterpreterRequestTraceIdString",
1629+
"location":"header",
1630+
"locationName":"X-Amzn-Trace-Id"
1631+
},
1632+
"traceParent":{
1633+
"shape":"InvokeCodeInterpreterRequestTraceParentString",
1634+
"location":"header",
1635+
"locationName":"traceparent"
1636+
},
16271637
"name":{"shape":"ToolName"},
16281638
"arguments":{"shape":"ToolArguments"}
16291639
}
16301640
},
1641+
"InvokeCodeInterpreterRequestTraceIdString":{
1642+
"type":"string",
1643+
"max":1024,
1644+
"min":0
1645+
},
1646+
"InvokeCodeInterpreterRequestTraceParentString":{
1647+
"type":"string",
1648+
"max":1024,
1649+
"min":0
1650+
},
16311651
"InvokeCodeInterpreterResponse":{
16321652
"type":"structure",
16331653
"required":["stream"],
@@ -2254,6 +2274,16 @@
22542274
"type":"structure",
22552275
"required":["browserIdentifier"],
22562276
"members":{
2277+
"traceId":{
2278+
"shape":"StartBrowserSessionRequestTraceIdString",
2279+
"location":"header",
2280+
"locationName":"X-Amzn-Trace-Id"
2281+
},
2282+
"traceParent":{
2283+
"shape":"StartBrowserSessionRequestTraceParentString",
2284+
"location":"header",
2285+
"locationName":"traceparent"
2286+
},
22572287
"browserIdentifier":{
22582288
"shape":"String",
22592289
"location":"uri",
@@ -2268,6 +2298,16 @@
22682298
}
22692299
}
22702300
},
2301+
"StartBrowserSessionRequestTraceIdString":{
2302+
"type":"string",
2303+
"max":1024,
2304+
"min":0
2305+
},
2306+
"StartBrowserSessionRequestTraceParentString":{
2307+
"type":"string",
2308+
"max":1024,
2309+
"min":0
2310+
},
22712311
"StartBrowserSessionResponse":{
22722312
"type":"structure",
22732313
"required":[
@@ -2286,6 +2326,16 @@
22862326
"type":"structure",
22872327
"required":["codeInterpreterIdentifier"],
22882328
"members":{
2329+
"traceId":{
2330+
"shape":"StartCodeInterpreterSessionRequestTraceIdString",
2331+
"location":"header",
2332+
"locationName":"X-Amzn-Trace-Id"
2333+
},
2334+
"traceParent":{
2335+
"shape":"StartCodeInterpreterSessionRequestTraceParentString",
2336+
"location":"header",
2337+
"locationName":"traceparent"
2338+
},
22892339
"codeInterpreterIdentifier":{
22902340
"shape":"String",
22912341
"location":"uri",
@@ -2299,6 +2349,16 @@
22992349
}
23002350
}
23012351
},
2352+
"StartCodeInterpreterSessionRequestTraceIdString":{
2353+
"type":"string",
2354+
"max":1024,
2355+
"min":0
2356+
},
2357+
"StartCodeInterpreterSessionRequestTraceParentString":{
2358+
"type":"string",
2359+
"max":1024,
2360+
"min":0
2361+
},
23022362
"StartCodeInterpreterSessionResponse":{
23032363
"type":"structure",
23042364
"required":[
@@ -2319,6 +2379,16 @@
23192379
"sessionId"
23202380
],
23212381
"members":{
2382+
"traceId":{
2383+
"shape":"StopBrowserSessionRequestTraceIdString",
2384+
"location":"header",
2385+
"locationName":"X-Amzn-Trace-Id"
2386+
},
2387+
"traceParent":{
2388+
"shape":"StopBrowserSessionRequestTraceParentString",
2389+
"location":"header",
2390+
"locationName":"traceparent"
2391+
},
23222392
"browserIdentifier":{
23232393
"shape":"String",
23242394
"location":"uri",
@@ -2335,6 +2405,16 @@
23352405
}
23362406
}
23372407
},
2408+
"StopBrowserSessionRequestTraceIdString":{
2409+
"type":"string",
2410+
"max":1024,
2411+
"min":0
2412+
},
2413+
"StopBrowserSessionRequestTraceParentString":{
2414+
"type":"string",
2415+
"max":1024,
2416+
"min":0
2417+
},
23382418
"StopBrowserSessionResponse":{
23392419
"type":"structure",
23402420
"required":[
@@ -2355,6 +2435,16 @@
23552435
"sessionId"
23562436
],
23572437
"members":{
2438+
"traceId":{
2439+
"shape":"StopCodeInterpreterSessionRequestTraceIdString",
2440+
"location":"header",
2441+
"locationName":"X-Amzn-Trace-Id"
2442+
},
2443+
"traceParent":{
2444+
"shape":"StopCodeInterpreterSessionRequestTraceParentString",
2445+
"location":"header",
2446+
"locationName":"traceparent"
2447+
},
23582448
"codeInterpreterIdentifier":{
23592449
"shape":"String",
23602450
"location":"uri",
@@ -2371,6 +2461,16 @@
23712461
}
23722462
}
23732463
},
2464+
"StopCodeInterpreterSessionRequestTraceIdString":{
2465+
"type":"string",
2466+
"max":1024,
2467+
"min":0
2468+
},
2469+
"StopCodeInterpreterSessionRequestTraceParentString":{
2470+
"type":"string",
2471+
"max":1024,
2472+
"min":0
2473+
},
23742474
"StopCodeInterpreterSessionResponse":{
23752475
"type":"structure",
23762476
"required":[

apis/bedrock-agentcore/2024-02-28/docs-2.json

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"GetWorkloadAccessToken": "<p>Obtains a workload access token for agentic workloads not acting on behalf of a user.</p>",
1919
"GetWorkloadAccessTokenForJWT": "<p>Obtains a workload access token for agentic workloads acting on behalf of a user, using a JWT token.</p>",
2020
"GetWorkloadAccessTokenForUserId": "<p>Obtains a workload access token for agentic workloads acting on behalf of a user, using the user's ID.</p>",
21-
"InvokeAgentRuntime": "<p>Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time. </p> <p>To invoke an agent you must specify the AgentCore Runtime ARN and provide a payload containing your request. You can optionally specify a qualifier to target a specific version or endpoint of the agent.</p> <p>This operation supports streaming responses, allowing you to receive partial responses as they become available. We recommend using pagination to ensure that the operation returns quickly and successfully when processing large responses.</p> <p>For example code, see <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-invoke-agent.html\">Invoke an AgentCore Runtime agent</a>. </p> <p>If you're integrating your agent with OAuth, you can't use the Amazon Web Services SDK to call <code>InvokeAgentRuntime</code>. Instead, make a HTTPS request to <code>InvokeAgentRuntime</code>. For an example, see <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-oauth.html\">Authenticate and authorize with Inbound Auth and Outbound Auth</a>.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:InvokeAgentRuntime</code> permission.</p>",
21+
"InvokeAgentRuntime": "<p>Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time. </p> <p>To invoke an agent you must specify the AgentCore Runtime ARN and provide a payload containing your request. You can optionally specify a qualifier to target a specific version or endpoint of the agent.</p> <p>This operation supports streaming responses, allowing you to receive partial responses as they become available. We recommend using pagination to ensure that the operation returns quickly and successfully when processing large responses.</p> <p>For example code, see <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-invoke-agent.html\">Invoke an AgentCore Runtime agent</a>. </p> <p>If you're integrating your agent with OAuth, you can't use the Amazon Web Services SDK to call <code>InvokeAgentRuntime</code>. Instead, make a HTTPS request to <code>InvokeAgentRuntime</code>. For an example, see <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-oauth.html\">Authenticate and authorize with Inbound Auth and Outbound Auth</a>.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:InvokeAgentRuntime</code> permission. If you are making a call to <code>InvokeAgentRuntime</code> on behalf of a user ID with the <code>X-Amzn-Bedrock-AgentCore-Runtime-User-Id</code> header, You require permissions to both actions (<code>bedrock-agentcore:InvokeAgentRuntime</code> and <code>bedrock-agentcore:InvokeAgentRuntimeForUser</code>). </p>",
2222
"InvokeCodeInterpreter": "<p>Executes code within an active code interpreter session in Amazon Bedrock. This operation processes the provided code, runs it in a secure environment, and returns the execution results including output, errors, and generated visualizations.</p> <p>To execute code, you must specify the code interpreter identifier, session ID, and the code to run in the arguments parameter. The operation returns a stream containing the execution results, which can include text output, error messages, and data visualizations.</p> <p>This operation is subject to request rate limiting based on your account's service quotas.</p> <p>The following operations are related to <code>InvokeCodeInterpreter</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/API_StartCodeInterpreterSession.html\">StartCodeInterpreterSession</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/API_GetCodeInterpreterSession.html\">GetCodeInterpreterSession</a> </p> </li> </ul>",
2323
"ListActors": "<p>Lists all actors in an AgentCore Memory resource. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:ListActors</code> permission.</p>",
2424
"ListBrowserSessions": "<p>Retrieves a list of browser sessions in Amazon Bedrock that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.</p> <p>You can filter the results by browser identifier and session status. The operation supports pagination to handle large result sets efficiently.</p> <p>We recommend using pagination to ensure that the operation returns quickly and successfully when retrieving large numbers of sessions.</p> <p>The following operations are related to <code>ListBrowserSessions</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/API_StartBrowserSession.html\">StartBrowserSession</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/API_GetBrowserSession.html\">GetBrowserSession</a> </p> </li> </ul>",
@@ -605,6 +605,18 @@
605605
"base": null,
606606
"refs": {}
607607
},
608+
"InvokeCodeInterpreterRequestTraceIdString": {
609+
"base": null,
610+
"refs": {
611+
"InvokeCodeInterpreterRequest$traceId": "<p>The trace identifier for request tracking.</p>"
612+
}
613+
},
614+
"InvokeCodeInterpreterRequestTraceParentString": {
615+
"base": null,
616+
"refs": {
617+
"InvokeCodeInterpreterRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>"
618+
}
619+
},
608620
"InvokeCodeInterpreterResponse": {
609621
"base": null,
610622
"refs": {}
@@ -1106,6 +1118,18 @@
11061118
"base": null,
11071119
"refs": {}
11081120
},
1121+
"StartBrowserSessionRequestTraceIdString": {
1122+
"base": null,
1123+
"refs": {
1124+
"StartBrowserSessionRequest$traceId": "<p>The trace identifier for request tracking.</p>"
1125+
}
1126+
},
1127+
"StartBrowserSessionRequestTraceParentString": {
1128+
"base": null,
1129+
"refs": {
1130+
"StartBrowserSessionRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>"
1131+
}
1132+
},
11091133
"StartBrowserSessionResponse": {
11101134
"base": null,
11111135
"refs": {}
@@ -1114,6 +1138,18 @@
11141138
"base": null,
11151139
"refs": {}
11161140
},
1141+
"StartCodeInterpreterSessionRequestTraceIdString": {
1142+
"base": null,
1143+
"refs": {
1144+
"StartCodeInterpreterSessionRequest$traceId": "<p>The trace identifier for request tracking.</p>"
1145+
}
1146+
},
1147+
"StartCodeInterpreterSessionRequestTraceParentString": {
1148+
"base": null,
1149+
"refs": {
1150+
"StartCodeInterpreterSessionRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>"
1151+
}
1152+
},
11171153
"StartCodeInterpreterSessionResponse": {
11181154
"base": null,
11191155
"refs": {}
@@ -1122,6 +1158,18 @@
11221158
"base": null,
11231159
"refs": {}
11241160
},
1161+
"StopBrowserSessionRequestTraceIdString": {
1162+
"base": null,
1163+
"refs": {
1164+
"StopBrowserSessionRequest$traceId": "<p>The trace identifier for request tracking.</p>"
1165+
}
1166+
},
1167+
"StopBrowserSessionRequestTraceParentString": {
1168+
"base": null,
1169+
"refs": {
1170+
"StopBrowserSessionRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>"
1171+
}
1172+
},
11251173
"StopBrowserSessionResponse": {
11261174
"base": null,
11271175
"refs": {}
@@ -1130,6 +1178,18 @@
11301178
"base": null,
11311179
"refs": {}
11321180
},
1181+
"StopCodeInterpreterSessionRequestTraceIdString": {
1182+
"base": null,
1183+
"refs": {
1184+
"StopCodeInterpreterSessionRequest$traceId": "<p>The trace identifier for request tracking.</p>"
1185+
}
1186+
},
1187+
"StopCodeInterpreterSessionRequestTraceParentString": {
1188+
"base": null,
1189+
"refs": {
1190+
"StopCodeInterpreterSessionRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>"
1191+
}
1192+
},
11331193
"StopCodeInterpreterSessionResponse": {
11341194
"base": null,
11351195
"refs": {}

apis/cloudfront/2020-05-31/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8234,7 +8234,8 @@
82348234
"TLSv1.2_2018",
82358235
"TLSv1.2_2019",
82368236
"TLSv1.2_2021",
8237-
"TLSv1.3_2025"
8237+
"TLSv1.3_2025",
8238+
"TLSv1.2_2025"
82388239
]
82398240
},
82408241
"MissingBody":{

apis/cloudfront/2020-05-31/docs-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2942,7 +2942,7 @@
29422942
}
29432943
},
29442944
"PublicKey": {
2945-
"base": "<p>A public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>",
2945+
"base": "<p>A public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p> <p>CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.</p>",
29462946
"refs": {
29472947
"CreatePublicKeyResult$PublicKey": "<p>The public key.</p>",
29482948
"GetPublicKeyResult$PublicKey": "<p>The public key.</p>",
@@ -2954,7 +2954,7 @@
29542954
"refs": {}
29552955
},
29562956
"PublicKeyConfig": {
2957-
"base": "<p>Configuration information about a public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>",
2957+
"base": "<p>Configuration information about a public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p> <p>CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.</p>",
29582958
"refs": {
29592959
"CreatePublicKeyRequest$PublicKeyConfig": "<p>A CloudFront public key configuration.</p>",
29602960
"GetPublicKeyConfigResult$PublicKeyConfig": "<p>A public key configuration.</p>",

apis/glue/2017-03-31/api-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10399,6 +10399,7 @@
1039910399
"Name":{"shape":"NameString"},
1040010400
"TransactionId":{"shape":"TransactionIdString"},
1040110401
"QueryAsOfTime":{"shape":"Timestamp"},
10402+
"AuditContext":{"shape":"AuditContext"},
1040210403
"IncludeStatusDetails":{"shape":"BooleanNullable"}
1040310404
}
1040410405
},
@@ -10463,6 +10464,7 @@
1046310464
"MaxResults":{"shape":"CatalogGetterPageSize"},
1046410465
"TransactionId":{"shape":"TransactionIdString"},
1046510466
"QueryAsOfTime":{"shape":"Timestamp"},
10467+
"AuditContext":{"shape":"AuditContext"},
1046610468
"IncludeStatusDetails":{"shape":"BooleanNullable"},
1046710469
"AttributesToGet":{"shape":"TableAttributesList"}
1046810470
}

apis/glue/2017-03-31/docs-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@
507507
"AuditContext": {
508508
"base": "<p>A structure containing the Lake Formation audit context.</p>",
509509
"refs": {
510+
"GetTableRequest$AuditContext": "<p>A structure containing the Lake Formation <a href=\"https://docs.aws.amazon.com/glue/latest/webapi/API_AuditContext.html\">audit context</a>.</p>",
511+
"GetTablesRequest$AuditContext": "<p>A structure containing the Lake Formation <a href=\"https://docs.aws.amazon.com/glue/latest/webapi/API_AuditContext.html\">audit context</a>.</p>",
510512
"GetUnfilteredPartitionMetadataRequest$AuditContext": "<p>A structure containing Lake Formation audit context information.</p>",
511513
"GetUnfilteredPartitionsMetadataRequest$AuditContext": "<p>A structure containing Lake Formation audit context information.</p>",
512514
"GetUnfilteredTableMetadataRequest$AuditContext": "<p>A structure containing Lake Formation audit context information.</p>"
@@ -11063,7 +11065,7 @@
1106311065
"UpdateOpenTableFormatInput": {
1106411066
"base": "<p>Input parameters for updating open table format tables in GlueData Catalog, serving as a wrapper for format-specific update operations such as Apache Iceberg.</p>",
1106511067
"refs": {
11066-
"UpdateTableRequest$UpdateOpenTableFormatInput": null
11068+
"UpdateTableRequest$UpdateOpenTableFormatInput": "<p>Input parameters for updating open table format tables in GlueData Catalog, serving as a wrapper for format-specific update operations such as Apache Iceberg.</p>"
1106711069
}
1106811070
},
1106911071
"UpdatePartitionRequest": {

apis/glue/2017-03-31/endpoint-rule-set-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

0 commit comments

Comments
 (0)