Skip to content

Commit 1a4f7b0

Browse files
Updated API models and rebuilt service gems.
1 parent 20c07ac commit 1a4f7b0

File tree

135 files changed

+16364
-3043
lines changed

Some content is hidden

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

135 files changed

+16364
-3043
lines changed

apis/bedrock-runtime/2023-09-30/api-2.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,17 @@
316316
"min":0,
317317
"sensitive":true
318318
},
319+
"CachePointBlock":{
320+
"type":"structure",
321+
"required":["type"],
322+
"members":{
323+
"type":{"shape":"CachePointType"}
324+
}
325+
},
326+
"CachePointType":{
327+
"type":"string",
328+
"enum":["default"]
329+
},
319330
"ConflictException":{
320331
"type":"structure",
321332
"members":{
@@ -337,6 +348,7 @@
337348
"toolUse":{"shape":"ToolUseBlock"},
338349
"toolResult":{"shape":"ToolResultBlock"},
339350
"guardContent":{"shape":"GuardrailConverseContentBlock"},
351+
"cachePoint":{"shape":"CachePointBlock"},
340352
"reasoningContent":{"shape":"ReasoningContentBlock"}
341353
},
342354
"union":true
@@ -1845,7 +1857,8 @@
18451857
"type":"structure",
18461858
"members":{
18471859
"text":{"shape":"NonEmptyString"},
1848-
"guardContent":{"shape":"GuardrailConverseContentBlock"}
1860+
"guardContent":{"shape":"GuardrailConverseContentBlock"},
1861+
"cachePoint":{"shape":"CachePointBlock"}
18491862
},
18501863
"union":true
18511864
},
@@ -1915,9 +1928,21 @@
19151928
"members":{
19161929
"inputTokens":{"shape":"TokenUsageInputTokensInteger"},
19171930
"outputTokens":{"shape":"TokenUsageOutputTokensInteger"},
1918-
"totalTokens":{"shape":"TokenUsageTotalTokensInteger"}
1931+
"totalTokens":{"shape":"TokenUsageTotalTokensInteger"},
1932+
"cacheReadInputTokens":{"shape":"TokenUsageCacheReadInputTokensInteger"},
1933+
"cacheWriteInputTokens":{"shape":"TokenUsageCacheWriteInputTokensInteger"}
19191934
}
19201935
},
1936+
"TokenUsageCacheReadInputTokensInteger":{
1937+
"type":"integer",
1938+
"box":true,
1939+
"min":0
1940+
},
1941+
"TokenUsageCacheWriteInputTokensInteger":{
1942+
"type":"integer",
1943+
"box":true,
1944+
"min":0
1945+
},
19211946
"TokenUsageInputTokensInteger":{
19221947
"type":"integer",
19231948
"box":true,
@@ -1936,7 +1961,8 @@
19361961
"Tool":{
19371962
"type":"structure",
19381963
"members":{
1939-
"toolSpec":{"shape":"ToolSpecification"}
1964+
"toolSpec":{"shape":"ToolSpecification"},
1965+
"cachePoint":{"shape":"CachePointBlock"}
19401966
},
19411967
"union":true
19421968
},

apis/bedrock-runtime/2023-09-30/docs-2.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,20 @@
123123
"InvokeModelWithResponseStreamRequest$body": "<p>The prompt and inference parameters in the format specified in the <code>contentType</code> in the header. You must provide the body in JSON format. To see the format and content of the request and response bodies for different models, refer to <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\">Inference parameters</a>. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/api-methods-run.html\">Run inference</a> in the Bedrock User Guide.</p>"
124124
}
125125
},
126+
"CachePointBlock": {
127+
"base": "<p>Defines a section of content to be cached for reuse in subsequent API calls.</p>",
128+
"refs": {
129+
"ContentBlock$cachePoint": "<p>CachePoint to include in the message.</p>",
130+
"SystemContentBlock$cachePoint": "<p>CachePoint to include in the system prompt.</p>",
131+
"Tool$cachePoint": "<p>CachePoint to include in the tool configuration.</p>"
132+
}
133+
},
134+
"CachePointType": {
135+
"base": null,
136+
"refs": {
137+
"CachePointBlock$type": "<p>Specifies the type of cache point within the CachePointBlock.</p>"
138+
}
139+
},
126140
"ConflictException": {
127141
"base": "<p>Error occurred because of a conflict while performing an operation.</p>",
128142
"refs": {
@@ -1343,6 +1357,18 @@
13431357
"ConverseStreamMetadataEvent$usage": "<p>Usage information for the conversation stream event.</p>"
13441358
}
13451359
},
1360+
"TokenUsageCacheReadInputTokensInteger": {
1361+
"base": null,
1362+
"refs": {
1363+
"TokenUsage$cacheReadInputTokens": "<p>The number of input tokens read from the cache for the request.</p>"
1364+
}
1365+
},
1366+
"TokenUsageCacheWriteInputTokensInteger": {
1367+
"base": null,
1368+
"refs": {
1369+
"TokenUsage$cacheWriteInputTokens": "<p>The number of input tokens written to the cache for the request.</p>"
1370+
}
1371+
},
13461372
"TokenUsageInputTokensInteger": {
13471373
"base": null,
13481374
"refs": {

apis/deadline/2023-10-12/api-2.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,7 +2302,6 @@
23022302
"AssignedTaskRunSessionActionDefinition":{
23032303
"type":"structure",
23042304
"required":[
2305-
"taskId",
23062305
"stepId",
23072306
"parameters"
23082307
],
@@ -4135,8 +4134,7 @@
41354134
"type":"string",
41364135
"max":64,
41374136
"min":1,
4138-
"pattern":"[0-9A-Za-z ]*",
4139-
"sensitive":true
4137+
"pattern":"[0-9A-Za-z ]*"
41404138
},
41414139
"FileSystemLocationType":{
41424140
"type":"string",
@@ -5504,10 +5502,15 @@
55045502
},
55055503
"JobParameters":{
55065504
"type":"map",
5507-
"key":{"shape":"String"},
5505+
"key":{"shape":"JobParametersKeyString"},
55085506
"value":{"shape":"JobParameter"},
55095507
"sensitive":true
55105508
},
5509+
"JobParametersKeyString":{
5510+
"type":"string",
5511+
"max":1024,
5512+
"min":1
5513+
},
55115514
"JobPriority":{
55125515
"type":"integer",
55135516
"box":true,
@@ -7575,9 +7578,17 @@
75757578
"type":"structure",
75767579
"required":["searchTerm"],
75777580
"members":{
7578-
"searchTerm":{"shape":"SearchTerm"}
7581+
"searchTerm":{"shape":"SearchTerm"},
7582+
"matchType":{"shape":"SearchTermMatchingType"}
75797583
}
75807584
},
7585+
"SearchTermMatchingType":{
7586+
"type":"string",
7587+
"enum":[
7588+
"FUZZY_MATCH",
7589+
"CONTAINS"
7590+
]
7591+
},
75817592
"SearchWorkersRequest":{
75827593
"type":"structure",
75837594
"required":[
@@ -8319,7 +8330,6 @@
83198330
"TaskRunSessionActionDefinition":{
83208331
"type":"structure",
83218332
"required":[
8322-
"taskId",
83238333
"stepId",
83248334
"parameters"
83258335
],
@@ -8331,10 +8341,7 @@
83318341
},
83328342
"TaskRunSessionActionDefinitionSummary":{
83338343
"type":"structure",
8334-
"required":[
8335-
"taskId",
8336-
"stepId"
8337-
],
8344+
"required":["stepId"],
83388345
"members":{
83398346
"taskId":{"shape":"TaskId"},
83408347
"stepId":{"shape":"StepId"}

apis/deadline/2023-10-12/docs-2.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,10 +2144,16 @@
21442144
"JobSearchSummary$jobParameters": "<p>The job parameters.</p>"
21452145
}
21462146
},
2147+
"JobParametersKeyString": {
2148+
"base": null,
2149+
"refs": {
2150+
"JobParameters$key": null
2151+
}
2152+
},
21472153
"JobPriority": {
21482154
"base": null,
21492155
"refs": {
2150-
"CreateJobRequest$priority": "<p>The priority of the job on a scale of 0 to 100. The highest priority (first scheduled) is 100. When two jobs have the same priority, the oldest job is scheduled first.</p>",
2156+
"CreateJobRequest$priority": "<p>The priority of the job. The highest priority (first scheduled) is 100. When two jobs have the same priority, the oldest job is scheduled first.</p>",
21512157
"GetJobResponse$priority": "<p>The job priority.</p>",
21522158
"JobSearchSummary$priority": "<p>The job priority.</p>",
21532159
"JobSummary$priority": "<p>The job priority.</p>",
@@ -2972,7 +2978,7 @@
29722978
"Priority": {
29732979
"base": null,
29742980
"refs": {
2975-
"CreateQueueEnvironmentRequest$priority": "<p>Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority. If two environments share the same priority value, the environment created first takes higher priority.</p>",
2981+
"CreateQueueEnvironmentRequest$priority": "<p>Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority (activated first and deactivated last). If two environments share the same priority value, the environment created first takes higher priority.</p>",
29762982
"GetQueueEnvironmentResponse$priority": "<p>The priority of the queue environment.</p>",
29772983
"QueueEnvironmentSummary$priority": "<p>The queue environment's priority.</p>",
29782984
"UpdateQueueEnvironmentRequest$priority": "<p>The priority to update.</p>"
@@ -2981,8 +2987,8 @@
29812987
"ProcessExitCode": {
29822988
"base": null,
29832989
"refs": {
2984-
"GetSessionActionResponse$processExitCode": "<p>The exit code to exit the session.</p>",
2985-
"UpdatedSessionActionInfo$processExitCode": "<p>The process exit code.</p>"
2990+
"GetSessionActionResponse$processExitCode": "<p>The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.</p>",
2991+
"UpdatedSessionActionInfo$processExitCode": "<p>The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.</p>"
29862992
}
29872993
},
29882994
"PutMeteredProductRequest": {
@@ -3393,6 +3399,12 @@
33933399
"SearchFilterExpression$searchTermFilter": "<p>Filters by a specified search term.</p>"
33943400
}
33953401
},
3402+
"SearchTermMatchingType": {
3403+
"base": null,
3404+
"refs": {
3405+
"SearchTermFilterExpression$matchType": "<p>Specifies how Deadline Cloud matches your search term in the results. If you don't specify a <code>matchType</code> the default is <code>FUZZY_MATCH</code>.</p> <ul> <li> <p> <code>FUZZY_MATCH</code> - Matches if a portion of the search term is found in the result.</p> </li> <li> <p> <code>CONTAINS</code> - Matches if the exact search term is contained in the result.</p> </li> </ul>"
3406+
}
3407+
},
33963408
"SearchWorkersRequest": {
33973409
"base": null,
33983410
"refs": {
@@ -3918,7 +3930,6 @@
39183930
"JobDetailsEntity$logGroupName": "<p>The log group name.</p>",
39193931
"JobDetailsEntity$schemaVersion": "<p>The schema version.</p>",
39203932
"JobDetailsError$message": "<p>The error message detailing the error's cause.</p>",
3921-
"JobParameters$key": null,
39223933
"JobSearchSummary$lifecycleStatusMessage": "<p>The life cycle status message.</p>",
39233934
"JobSummary$lifecycleStatusMessage": "<p>The life cycle status message.</p>",
39243935
"ListAvailableMeteredProductsRequest$nextToken": "<p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>",

0 commit comments

Comments
 (0)