Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into chore-remove-ecs-inte…
Browse files Browse the repository at this point in the history
…g-test
  • Loading branch information
ianbotsf committed Jan 29, 2025
2 parents eb627f4 + 9794f8b commit e15126c
Show file tree
Hide file tree
Showing 20 changed files with 2,695 additions and 494 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [1.4.8] - 01/28/2025

### Features
* (**appsync**) Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response
* (**datasync**) AWS DataSync now supports the Kerberos authentication protocol for SMB locations.
* (**deadline**) feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
* (**ec2**) This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
* (**firehose**) For AppendOnly streams, Firehose will automatically scale to match your throughput.
* (**timestreaminfluxdb**) Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance

## [1.4.7] - 01/27/2025

### Features
* (**bedrockagent**) Add support for the prompt caching feature for Bedrock Prompt Management
* (**iot**) Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.
* (**mediaconvert**) This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.
* (**s3control**) Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations

## [1.4.6] - 01/24/2025

### Features
* (**cloudtrail**) This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
* (**eks**) Adds support for UpdateStrategies in EKS Managed Node Groups.
* (**healthlake**) Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
* (**transfer**) Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.

### Documentation
* (**ssm**) Systems Manager doc-only update for January, 2025.
* (**ssooidc**) Fixed typos in the descriptions.

## [1.4.5] - 01/23/2025

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23642,6 +23642,9 @@
"variants" : [ {
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "synthetics-fips.ca-central-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "synthetics.ca-central-1.api.aws",
"tags" : [ "dualstack" ]
Expand All @@ -23651,6 +23654,9 @@
"variants" : [ {
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "synthetics-fips.ca-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "synthetics.ca-west-1.api.aws",
"tags" : [ "dualstack" ]
Expand Down Expand Up @@ -23780,6 +23786,9 @@
"variants" : [ {
"hostname" : "synthetics-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "synthetics-fips.us-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "synthetics.us-east-1.api.aws",
"tags" : [ "dualstack" ]
Expand All @@ -23789,6 +23798,9 @@
"variants" : [ {
"hostname" : "synthetics-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "synthetics-fips.us-east-2.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "synthetics.us-east-2.api.aws",
"tags" : [ "dualstack" ]
Expand All @@ -23798,6 +23810,9 @@
"variants" : [ {
"hostname" : "synthetics-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "synthetics-fips.us-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "synthetics.us-west-1.api.aws",
"tags" : [ "dualstack" ]
Expand All @@ -23807,6 +23822,9 @@
"variants" : [ {
"hostname" : "synthetics-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "synthetics-fips.us-west-2.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "synthetics.us-west-2.api.aws",
"tags" : [ "dualstack" ]
Expand Down
36 changes: 36 additions & 0 deletions codegen/sdk/aws-models/appsync.json
Original file line number Diff line number Diff line change
Expand Up @@ -5092,6 +5092,18 @@
"traits": {
"smithy.api#documentation": "<p>A list of logs that were generated by calls to <code>util.log.info</code> and\n <code>util.log.error</code> in the evaluated code.</p>"
}
},
"stash": {
"target": "com.amazonaws.appsync#Stash",
"traits": {
"smithy.api#documentation": "<p>An object available inside each resolver and function handler. A single <code>stash</code> object lives through a single resolver run. Therefore, you can use the stash to pass arbitrary data across request and response handlers and across functions in a pipeline resolver.</p>"
}
},
"outErrors": {
"target": "com.amazonaws.appsync#OutErrors",
"traits": {
"smithy.api#documentation": "<p>The list of runtime errors that are added to the GraphQL operation response.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5168,6 +5180,18 @@
"traits": {
"smithy.api#documentation": "<p>A list of logs that were generated by calls to <code>util.log.info</code> and\n <code>util.log.error</code> in the evaluated code.</p>"
}
},
"stash": {
"target": "com.amazonaws.appsync#Stash",
"traits": {
"smithy.api#documentation": "<p>An object available inside each resolver and function handler. A single <code>stash</code> object lives through a single resolver run. Therefore, you can use the stash to pass arbitrary data across request and response handlers and across functions in a pipeline resolver.</p>"
}
},
"outErrors": {
"target": "com.amazonaws.appsync#OutErrors",
"traits": {
"smithy.api#documentation": "<p>The list of runtime errors that are added to the GraphQL operation response.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -8201,6 +8225,12 @@
}
}
},
"com.amazonaws.appsync#OutErrors": {
"type": "string",
"traits": {
"smithy.api#pattern": "^[\\s\\S]*$"
}
},
"com.amazonaws.appsync#OutputType": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -9133,6 +9163,12 @@
"smithy.api#output": {}
}
},
"com.amazonaws.appsync#Stash": {
"type": "string",
"traits": {
"smithy.api#pattern": "^[\\s\\S]*$"
}
},
"com.amazonaws.appsync#String": {
"type": "string"
},
Expand Down
132 changes: 128 additions & 4 deletions codegen/sdk/aws-models/bedrock-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
"agentAliasStatus": {
"target": "com.amazonaws.bedrockagent#AgentAliasStatus",
"traits": {
"smithy.api#documentation": "<p>The status of the alias of the agent and whether it is ready for use. The following statuses are possible:</p>\n <ul>\n <li>\n <p>CREATING – The agent alias is being created.</p>\n </li>\n <li>\n <p>PREPARED – The agent alias is finished being created or updated and is ready to be invoked.</p>\n </li>\n <li>\n <p>FAILED – The agent alias API operation failed.</p>\n </li>\n <li>\n <p>UPDATING – The agent alias is being updated.</p>\n </li>\n <li>\n <p>DELETING – The agent alias is being deleted.</p>\n </li>\n </ul>",
"smithy.api#documentation": "<p>The status of the alias of the agent and whether it is ready for use. The following statuses are possible:</p>\n <ul>\n <li>\n <p>CREATING – The agent alias is being created.</p>\n </li>\n <li>\n <p>PREPARED – The agent alias is finished being created or updated and is ready to be invoked.</p>\n </li>\n <li>\n <p>FAILED – The agent alias API operation failed.</p>\n </li>\n <li>\n <p>UPDATING – The agent alias is being updated.</p>\n </li>\n <li>\n <p>DELETING – The agent alias is being deleted.</p>\n </li>\n <li>\n <p>DISSOCIATED - The agent alias has no version associated with it.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -616,6 +616,12 @@
"traits": {
"smithy.api#enumValue": "DELETING"
}
},
"DISSOCIATED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DISSOCIATED"
}
}
}
},
Expand Down Expand Up @@ -2525,6 +2531,32 @@
"smithy.api#documentation": "<p>Contains information about content defined inline in bytes.</p>"
}
},
"com.amazonaws.bedrockagent#CachePointBlock": {
"type": "structure",
"members": {
"type": {
"target": "com.amazonaws.bedrockagent#CachePointType",
"traits": {
"smithy.api#documentation": "<p>Indicates that the CachePointBlock is of the default type</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Indicates where a cache checkpoint is located. All information before this checkpoint is cached to be accessed on subsequent requests.</p>"
}
},
"com.amazonaws.bedrockagent#CachePointType": {
"type": "enum",
"members": {
"DEFAULT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "default"
}
}
}
},
"com.amazonaws.bedrockagent#ChatPromptTemplateConfiguration": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2792,6 +2824,12 @@
"traits": {
"smithy.api#documentation": "<p>The text in the message.</p>"
}
},
"cachePoint": {
"target": "com.amazonaws.bedrockagent#CachePointBlock",
"traits": {
"smithy.api#documentation": "<p>Creates a cache checkpoint within a message.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7091,7 +7129,7 @@
},
"traits": {
"smithy.api#length": {
"max": 20
"max": 40
}
}
},
Expand Down Expand Up @@ -7425,6 +7463,18 @@
"traits": {
"smithy.api#documentation": "<p>Details about an unspecified validation.</p>"
}
},
"unknownNodeInput": {
"target": "com.amazonaws.bedrockagent#UnknownNodeInputFlowValidationDetails",
"traits": {
"smithy.api#documentation": "<p>Details about an unknown input for a node.</p>"
}
},
"unknownNodeOutput": {
"target": "com.amazonaws.bedrockagent#UnknownNodeOutputFlowValidationDetails",
"traits": {
"smithy.api#documentation": "<p>Details about an unknown output for a node.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7600,6 +7650,18 @@
"traits": {
"smithy.api#enumValue": "Unspecified"
}
},
"UNKNOWN_NODE_INPUT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UnknownNodeInput"
}
},
"UNKNOWN_NODE_OUTPUT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UnknownNodeOutput"
}
}
}
},
Expand Down Expand Up @@ -11893,7 +11955,7 @@
"traits": {
"smithy.api#range": {
"min": 0,
"max": 4096
"max": 8192
}
}
},
Expand Down Expand Up @@ -13273,7 +13335,7 @@
},
"traits": {
"smithy.api#length": {
"max": 5
"max": 10
},
"smithy.api#sensitive": {}
}
Expand Down Expand Up @@ -15372,6 +15434,12 @@
"traits": {
"smithy.api#documentation": "<p>The text in the system prompt.</p>"
}
},
"cachePoint": {
"target": "com.amazonaws.bedrockagent#CachePointBlock",
"traits": {
"smithy.api#documentation": "<p>Creates a cache checkpoint within a tool designation</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -15561,6 +15629,12 @@
"smithy.api#required": {}
}
},
"cachePoint": {
"target": "com.amazonaws.bedrockagent#CachePointBlock",
"traits": {
"smithy.api#documentation": "<p>A cache checkpoint within a template configuration.</p>"
}
},
"inputVariables": {
"target": "com.amazonaws.bedrockagent#PromptInputVariablesList",
"traits": {
Expand Down Expand Up @@ -15594,6 +15668,12 @@
"traits": {
"smithy.api#documentation": "<p>The specification for the tool.</p>"
}
},
"cachePoint": {
"target": "com.amazonaws.bedrockagent#CachePointBlock",
"traits": {
"smithy.api#documentation": "<p>Creates a cache checkpoint within a tool designation</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -15926,6 +16006,50 @@
"smithy.api#documentation": "<p>Details about an unknown target input for a connection.</p>"
}
},
"com.amazonaws.bedrockagent#UnknownNodeInputFlowValidationDetails": {
"type": "structure",
"members": {
"node": {
"target": "com.amazonaws.bedrockagent#FlowNodeName",
"traits": {
"smithy.api#documentation": "<p>The name of the unknown input.</p>",
"smithy.api#required": {}
}
},
"input": {
"target": "com.amazonaws.bedrockagent#FlowNodeInputName",
"traits": {
"smithy.api#documentation": "<p>The name of the node with the unknown input.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Details about an unknown input for a node.</p>"
}
},
"com.amazonaws.bedrockagent#UnknownNodeOutputFlowValidationDetails": {
"type": "structure",
"members": {
"node": {
"target": "com.amazonaws.bedrockagent#FlowNodeName",
"traits": {
"smithy.api#documentation": "<p>The name of the node with the unknown output.</p>",
"smithy.api#required": {}
}
},
"output": {
"target": "com.amazonaws.bedrockagent#FlowNodeOutputName",
"traits": {
"smithy.api#documentation": "<p>The name of the unknown output.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Details about an unknown output for a node.</p>"
}
},
"com.amazonaws.bedrockagent#UnreachableNodeFlowValidationDetails": {
"type": "structure",
"members": {
Expand Down
Loading

0 comments on commit e15126c

Please sign in to comment.