Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 22, 2025
1 parent 0ad0dd6 commit af34137
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-agent-runtime``",
"description": "Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-2433.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``glue``",
"description": "Docs Update for timeout changes"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-medialive-37666.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``medialive``",
"description": "AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``workspaces-thin-client``",
"description": "Rename WorkSpaces Web to WorkSpaces Secure Browser"
}
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,16 @@
},
"FlowCompletionReason":{
"type":"string",
"enum":["SUCCESS"]
"enum":[
"SUCCESS",
"INPUT_REQUIRED"
]
},
"FlowExecutionId":{
"type":"string",
"max":100,
"min":2,
"pattern":"^[0-9a-zA-Z._:-]+$"
},
"FlowIdentifier":{
"type":"string",
Expand All @@ -1326,14 +1335,17 @@
"type":"structure",
"required":[
"content",
"nodeName",
"nodeOutputName"
"nodeName"
],
"members":{
"content":{
"shape":"FlowInputContent",
"documentation":"<p>Contains information about an input into the prompt flow.</p>"
},
"nodeInputName":{
"shape":"NodeInputName",
"documentation":"<p>The name of the input from the flow input node.</p>"
},
"nodeName":{
"shape":"NodeName",
"documentation":"<p>The name of the flow input node that begins the prompt flow.</p>"
Expand Down Expand Up @@ -1363,6 +1375,42 @@
"max":1,
"min":1
},
"FlowMultiTurnInputContent":{
"type":"structure",
"members":{
"document":{
"shape":"Document",
"documentation":"<p>The requested additional input to send back to the multi-turn flow node.</p>"
}
},
"documentation":"<p>The content structure containing input information for multi-turn flow interactions.</p>",
"union":true
},
"FlowMultiTurnInputRequestEvent":{
"type":"structure",
"required":[
"content",
"nodeName",
"nodeType"
],
"members":{
"content":{
"shape":"FlowMultiTurnInputContent",
"documentation":"<p>The content payload containing the input request details for the multi-turn interaction.</p>"
},
"nodeName":{
"shape":"NodeName",
"documentation":"<p>The name of the node in the flow that is requesting the input.</p>"
},
"nodeType":{
"shape":"NodeType",
"documentation":"<p>The type of the node in the flow that is requesting the input.</p>"
}
},
"documentation":"<p>Response object from the flow multi-turn node requesting additional information.</p>",
"event":true,
"sensitive":true
},
"FlowOutputContent":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1422,6 +1470,10 @@
"shape":"FlowCompletionEvent",
"documentation":"<p>Contains information about why the flow completed.</p>"
},
"flowMultiTurnInputRequestEvent":{
"shape":"FlowMultiTurnInputRequestEvent",
"documentation":"<p>The event stream containing the multi-turn input request information from the flow.</p>"
},
"flowOutputEvent":{
"shape":"FlowOutputEvent",
"documentation":"<p>Contains information about an output from flow invocation.</p>"
Expand Down Expand Up @@ -2805,6 +2857,10 @@
"shape":"Boolean",
"documentation":"<p>Specifies whether to return the trace for the flow or not. Traces track inputs and outputs for nodes in the flow. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-trace.html\">Track each step in your prompt flow by viewing its trace in Amazon Bedrock</a>.</p>"
},
"executionId":{
"shape":"FlowExecutionId",
"documentation":"<p>The unique identifier for the current flow execution. If you don't provide a value, Amazon Bedrock creates the identifier for you. </p>"
},
"flowAliasIdentifier":{
"shape":"FlowAliasIdentifier",
"documentation":"<p>The unique identifier of the flow alias.</p>",
Expand All @@ -2831,6 +2887,12 @@
"type":"structure",
"required":["responseStream"],
"members":{
"executionId":{
"shape":"FlowExecutionId",
"documentation":"<p>The unique identifier for the current flow execution.</p>",
"location":"header",
"locationName":"x-amz-bedrock-flow-execution-id"
},
"responseStream":{
"shape":"FlowResponseStream",
"documentation":"<p>The output of the flow, returned as a stream. If there's an error, the error is returned.</p>"
Expand Down
14 changes: 7 additions & 7 deletions awscli/botocore/data/glue/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4342,7 +4342,7 @@
},
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>"
"documentation":"<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. This overrides the timeout value set in the parent job.</p> <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p> <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p> <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p> <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
},
"SecurityConfiguration":{
"shape":"NameString",
Expand Down Expand Up @@ -9156,7 +9156,7 @@
},
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours) for batch jobs.</p> <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
"documentation":"<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status.</p> <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p> <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p> <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p> <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
},
"MaxCapacity":{
"shape":"NullableDouble",
Expand Down Expand Up @@ -9588,7 +9588,7 @@
},
"Timeout":{
"shape":"Timeout",
"documentation":"<p> The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes), the maximum session lifetime for this job type. Consult the documentation for other job types. </p>"
"documentation":"<p> The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes). Consult the documentation for other job types. </p>"
},
"IdleTimeout":{
"shape":"Timeout",
Expand Down Expand Up @@ -17256,7 +17256,7 @@
},
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours) for batch jobs.</p> <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
"documentation":"<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status.</p> <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p> <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p> <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p> <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
},
"MaxCapacity":{
"shape":"NullableDouble",
Expand Down Expand Up @@ -17480,7 +17480,7 @@
},
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p> <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p> <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p> <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>"
"documentation":"<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p> <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p> <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p> <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p> <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
},
"MaxCapacity":{
"shape":"NullableDouble",
Expand Down Expand Up @@ -17607,7 +17607,7 @@
},
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours) for batch jobs.</p> <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
"documentation":"<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status.</p> <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p> <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p> <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p> <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
},
"MaxCapacity":{
"shape":"NullableDouble",
Expand Down Expand Up @@ -23718,7 +23718,7 @@
},
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job. </p> <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p> <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p> <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>"
"documentation":"<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job. </p> <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p> <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p> <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p> <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
},
"MaxCapacity":{
"shape":"NullableDouble",
Expand Down
58 changes: 58 additions & 0 deletions awscli/botocore/data/medialive/2017-10-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16858,6 +16858,16 @@
"shape": "StaticImageOutputDeactivateScheduleActionSettings",
"locationName": "staticImageOutputDeactivateSettings",
"documentation": "Action to deactivate a static image overlay in one or more specified outputs"
},
"Id3SegmentTaggingSettings": {
"shape": "Id3SegmentTaggingScheduleActionSettings",
"locationName": "id3SegmentTaggingSettings",
"documentation": "Action to insert ID3 metadata in every segment, in applicable output groups"
},
"TimedMetadataSettings": {
"shape": "TimedMetadataScheduleActionSettings",
"locationName": "timedMetadataSettings",
"documentation": "Action to insert ID3 metadata once, in applicable output groups"
}
},
"documentation": "Holds the settings for a single schedule action."
Expand Down Expand Up @@ -20760,6 +20770,16 @@
"shape": "__stringMax100",
"locationName": "scte35NameModifier",
"documentation": "Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track. The default is \"scte\", which means the default name will be Streams(scte.cmfm). Any string you enter here will replace the \"scte\" string.\\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters."
},
"Id3Behavior": {
"shape": "CmafId3Behavior",
"locationName": "id3Behavior",
"documentation": "Set to ENABLED to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group, or you add an ID3 action to the channel schedule."
},
"Id3NameModifier": {
"shape": "__stringMax100",
"locationName": "id3NameModifier",
"documentation": "Change the modifier that MediaLive automatically adds to the Streams() name that identifies an ID3 track. The default is \"id3\", which means the default name will be Streams(id3.cmfm). Any string you enter here will replace the \"id3\" string.\\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters."
}
},
"documentation": "Cmaf Ingest Group Settings",
Expand Down Expand Up @@ -28319,6 +28339,44 @@
"shape": "ChannelEngineVersionResponse"
},
"documentation": "Placeholder documentation for __listOfChannelEngineVersionResponse"
},
"CmafId3Behavior": {
"type": "string",
"documentation": "Cmaf Id3 Behavior",
"enum": [
"DISABLED",
"ENABLED"
]
},
"Id3SegmentTaggingScheduleActionSettings": {
"type": "structure",
"members": {
"Id3": {
"shape": "__string",
"locationName": "id3",
"documentation": "Complete this parameter if you want to specify the entire ID3 metadata. Enter a base64 string that contains one or more fully formed ID3 tags, according to the ID3 specification: http://id3.org/id3v2.4.0-structure"
},
"Tag": {
"shape": "__string",
"locationName": "tag",
"documentation": "Complete this parameter if you want to specify only the metadata, not the entire frame. MediaLive will insert the metadata in a TXXX frame. Enter the value as plain text. You can include standard MediaLive variable data such as the current segment number."
}
},
"documentation": "Settings for the action to insert ID3 metadata in every segment, in applicable output groups."
},
"TimedMetadataScheduleActionSettings": {
"type": "structure",
"members": {
"Id3": {
"shape": "__string",
"locationName": "id3",
"documentation": "Enter a base64 string that contains one or more fully formed ID3 tags.See the ID3 specification: http://id3.org/id3v2.4.0-structure"
}
},
"documentation": "Settings for the action to insert ID3 metadata (as a one-time action) in applicable output groups.",
"required": [
"Id3"
]
}
},
"documentation": "API for AWS Elemental MediaLive"
Expand Down
Loading

0 comments on commit af34137

Please sign in to comment.