Skip to content

Commit

Permalink
Merge branch 'release-1.36.26'
Browse files Browse the repository at this point in the history
* release-1.36.26:
  Bumping version to 1.36.26
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 21, 2025
2 parents f24a189 + 3d7585f commit 0633b4c
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .changes/1.36.26.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``appstream``",
"description": "Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.",
"type": "api-change"
},
{
"category": "``bedrock-agent``",
"description": "Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.36.26
=======

* api-change:``appstream``: Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
* api-change:``bedrock-agent``: Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.


1.36.25
=======

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.36.25'
__version__ = '1.36.26'


class NullHandler(logging.Handler):
Expand Down
3 changes: 2 additions & 1 deletion botocore/data/appstream/2016-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConcurrentModificationException"},
{"shape":"OperationNotPermittedException"},
{"shape":"InvalidRoleException"}
{"shape":"InvalidRoleException"},
{"shape":"IncompatibleImageException"}
],
"documentation":"<p>Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>"
},
Expand Down
18 changes: 14 additions & 4 deletions botocore/data/bedrock-agent/2023-06-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2452,7 +2452,7 @@
"members":{
"modelArn":{
"shape":"BedrockModelArn",
"documentation":"<p>The ARN of the foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> to use for parsing.</p>"
"documentation":"<p>The ARN of the foundation model to use for parsing.</p>"
},
"parsingModality":{
"shape":"ParsingModality",
Expand All @@ -2463,7 +2463,7 @@
"documentation":"<p>Instructions for interpreting the contents of a document.</p>"
}
},
"documentation":"<p>Settings for a foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> used to parse documents for a data source.</p>"
"documentation":"<p>Settings for a foundation model used to parse documents for a data source.</p>"
},
"BedrockModelArn":{
"type":"string",
Expand Down Expand Up @@ -10617,6 +10617,12 @@
"min":15,
"sensitive":true
},
"UserAgentHeader":{
"type":"string",
"max":86,
"min":61,
"sensitive":true
},
"ValidateFlowDefinitionRequest":{
"type":"structure",
"required":["definition"],
Expand Down Expand Up @@ -10699,7 +10705,7 @@
"members":{
"embeddingModelArn":{
"shape":"BedrockEmbeddingModelArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>"
},
"embeddingModelConfiguration":{
"shape":"EmbeddingModelConfiguration",
Expand Down Expand Up @@ -10739,7 +10745,11 @@
},
"userAgent":{
"shape":"UserAgent",
"documentation":"<p>A string used for identifying the crawler or a bot when it accesses a web server. By default, this is set to <code>bedrockbot_UUID</code> for your crawler. You can optionally append a custom string to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. </p>"
"documentation":"<p>Returns the user agent suffix for your web crawler.</p>"
},
"userAgentHeader":{
"shape":"UserAgentHeader",
"documentation":"<p>A string used for identifying the crawler or bot when it accesses a web server. The user agent header value consists of the <code>bedrockbot</code>, UUID, and a user agent suffix for your crawler (if one is provided). By default, it is set to <code>bedrockbot_UUID</code>. You can optionally append a custom suffix to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. </p>"
}
},
"documentation":"<p>The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.</p>"
Expand Down
42 changes: 39 additions & 3 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -33507,8 +33507,32 @@
},
"config" : {
"endpoints" : {
"us-iso-east-1" : { },
"us-iso-west-1" : { }
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"datapipeline" : {
Expand Down Expand Up @@ -34489,7 +34513,19 @@
},
"config" : {
"endpoints" : {
"us-isob-east-1" : { }
"fips-us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"directconnect" : {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.36.'
# The full version, including alpha/beta/rc tags.
release = '1.36.25'
release = '1.36.26'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 0633b4c

Please sign in to comment.