Skip to content

Commit

Permalink
Merge branch 'release-1.35.71' into develop
Browse files Browse the repository at this point in the history
* release-1.35.71:
  Bumping version to 1.35.71
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 27, 2024
2 parents 999ba65 + 550b57c commit 1ad3285
Show file tree
Hide file tree
Showing 14 changed files with 1,740 additions and 77 deletions.
22 changes: 22 additions & 0 deletions .changes/1.35.71.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``bedrock-agent``",
"description": "Add support for specifying embeddingDataType, either FLOAT32 or BINARY",
"type": "api-change"
},
{
"category": "``config``",
"description": "AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.",
"type": "api-change"
},
{
"category": "``observabilityadmin``",
"description": "Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.35.71
=======

* api-change:``bedrock-agent``: Add support for specifying embeddingDataType, either FLOAT32 or BINARY
* api-change:``config``: AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.
* api-change:``fsx``: This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.
* api-change:``observabilityadmin``: Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.


1.35.70
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.70'
__version__ = '1.35.71'


class NullHandler(logging.Handler):
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/bedrock-agent/2023-06-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2043,6 +2043,10 @@
"dimensions":{
"shape":"Dimensions",
"documentation":"<p>The dimensions details for the vector configuration used on the Bedrock embeddings model.</p>"
},
"embeddingDataType":{
"shape":"EmbeddingDataType",
"documentation":"<p>The data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-supported.html\">Supported embeddings models</a> for information on the available models and their vector data types.</p>"
}
},
"documentation":"<p>The vector configuration details for the Bedrock embeddings model.</p>"
Expand Down Expand Up @@ -3677,6 +3681,14 @@
},
"documentation":"<p>Details about duplicate connections found between two nodes in the flow.</p>"
},
"EmbeddingDataType":{
"type":"string",
"documentation":"<p>Bedrock models embedding data type. Can be either float32 or binary</p>",
"enum":[
"FLOAT32",
"BINARY"
]
},
"EmbeddingModelConfiguration":{
"type":"structure",
"members":{
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/config/2014-11-12/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@
"limit_key": "Limit",
"output_token": "NextToken",
"result_key": "ResourceEvaluations"
},
"ListConfigurationRecorders": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ConfigurationRecorderSummaries"
}
}
}
562 changes: 492 additions & 70 deletions botocore/data/config/2014-11-12/service-2.json

Large diffs are not rendered by default.

70 changes: 65 additions & 5 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -21084,8 +21084,18 @@
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ap-southeast-5" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "swf-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "swf-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand All @@ -21094,6 +21104,20 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "swf-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "swf-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -31086,8 +31110,32 @@
},
"swf" : {
"endpoints" : {
"us-iso-east-1" : { },
"us-iso-west-1" : { }
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "swf-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "swf-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "swf-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "swf-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"synthetics" : {
Expand Down Expand Up @@ -31774,7 +31822,19 @@
},
"swf" : {
"endpoints" : {
"us-isob-east-1" : { }
"fips-us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"synthetics" : {
Expand Down
8 changes: 8 additions & 0 deletions botocore/data/fsx/2018-03-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1748,6 +1748,10 @@
"shape":"DataCompressionType",
"documentation":"<p>Sets the data compression configuration for the file system. <code>DataCompressionType</code> can have the following values:</p> <ul> <li> <p> <code>NONE</code> - (Default) Data compression is turned off when the file system is created.</p> </li> <li> <p> <code>LZ4</code> - Data compression is turned on with the LZ4 algorithm.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html\">Lustre data compression</a> in the <i>Amazon FSx for Lustre User Guide</i>.</p>"
},
"EfaEnabled":{
"shape":"Flag",
"documentation":"<p>(Optional) Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS) support is enabled for the Amazon FSx for Lustre file system.</p> <p>(Default = <code>false</code>)</p>"
},
"LogConfiguration":{
"shape":"LustreLogCreateConfiguration",
"documentation":"<p>The Lustre logging configuration used when creating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.</p>"
Expand Down Expand Up @@ -4174,6 +4178,10 @@
"MetadataConfiguration":{
"shape":"FileSystemLustreMetadataConfiguration",
"documentation":"<p>The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a <code>PERSISTENT_2</code> deployment type.</p>"
},
"EfaEnabled":{
"shape":"Flag",
"documentation":"<p>Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS) support is enabled for the Amazon FSx for Lustre file system.</p>"
}
},
"documentation":"<p>The configuration for the Amazon FSx for Lustre file system.</p>"
Expand Down
Loading

0 comments on commit 1ad3285

Please sign in to comment.