Skip to content

Commit 61cdd6c

Browse files
Updated API models and rebuilt service gems.
1 parent 6f2fa8b commit 61cdd6c

File tree

24 files changed

+123
-44
lines changed

24 files changed

+123
-44
lines changed

apis/appstream/2016-12-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,8 @@
10811081
{"shape":"ResourceNotFoundException"},
10821082
{"shape":"ConcurrentModificationException"},
10831083
{"shape":"OperationNotPermittedException"},
1084-
{"shape":"InvalidRoleException"}
1084+
{"shape":"InvalidRoleException"},
1085+
{"shape":"IncompatibleImageException"}
10851086
]
10861087
},
10871088
"UpdateEntitlement":{

apis/bedrock-agent/2023-06-05/api-2.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7270,6 +7270,12 @@
72707270
"min":15,
72717271
"sensitive":true
72727272
},
7273+
"UserAgentHeader":{
7274+
"type":"string",
7275+
"max":86,
7276+
"min":61,
7277+
"sensitive":true
7278+
},
72737279
"ValidateFlowDefinitionRequest":{
72747280
"type":"structure",
72757281
"required":["definition"],
@@ -7341,7 +7347,8 @@
73417347
"exclusionFilters":{"shape":"FilterList"},
73427348
"inclusionFilters":{"shape":"FilterList"},
73437349
"scope":{"shape":"WebScopeType"},
7344-
"userAgent":{"shape":"UserAgent"}
7350+
"userAgent":{"shape":"UserAgent"},
7351+
"userAgentHeader":{"shape":"UserAgentHeader"}
73457352
}
73467353
},
73477354
"WebCrawlerLimits":{

apis/bedrock-agent/2023-06-05/docs-2.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"BedrockEmbeddingModelArn": {
400400
"base": null,
401401
"refs": {
402-
"VectorKnowledgeBaseConfiguration$embeddingModelArn": "<p>The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.</p>"
402+
"VectorKnowledgeBaseConfiguration$embeddingModelArn": "<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>"
403403
}
404404
},
405405
"BedrockEmbeddingModelConfiguration": {
@@ -409,15 +409,15 @@
409409
}
410410
},
411411
"BedrockFoundationModelConfiguration": {
412-
"base": "<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>",
412+
"base": "<p>Settings for a foundation model used to parse documents for a data source.</p>",
413413
"refs": {
414414
"ParsingConfiguration$bedrockFoundationModelConfiguration": "<p>If you specify <code>BEDROCK_FOUNDATION_MODEL</code> as the parsing strategy for ingesting your data source, use this object to modify configurations for using a foundation model to parse documents.</p>"
415415
}
416416
},
417417
"BedrockModelArn": {
418418
"base": null,
419419
"refs": {
420-
"BedrockFoundationModelConfiguration$modelArn": "<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>"
420+
"BedrockFoundationModelConfiguration$modelArn": "<p>The ARN of the foundation model to use for parsing.</p>"
421421
}
422422
},
423423
"Boolean": {
@@ -4263,7 +4263,13 @@
42634263
"UserAgent": {
42644264
"base": null,
42654265
"refs": {
4266-
"WebCrawlerConfiguration$userAgent": "<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>"
4266+
"WebCrawlerConfiguration$userAgent": "<p>Returns the user agent suffix for your web crawler.</p>"
4267+
}
4268+
},
4269+
"UserAgentHeader": {
4270+
"base": null,
4271+
"refs": {
4272+
"WebCrawlerConfiguration$userAgentHeader": "<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>"
42674273
}
42684274
},
42694275
"ValidateFlowDefinitionRequest": {

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.1054.0 (2025-02-21)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1053.0 (2025-02-20)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1053.0
1+
1.1054.0

gems/aws-partitions/partitions.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33507,8 +33507,32 @@
3350733507
},
3350833508
"config" : {
3350933509
"endpoints" : {
33510-
"us-iso-east-1" : { },
33511-
"us-iso-west-1" : { }
33510+
"fips-us-iso-east-1" : {
33511+
"credentialScope" : {
33512+
"region" : "us-iso-east-1"
33513+
},
33514+
"deprecated" : true,
33515+
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov"
33516+
},
33517+
"fips-us-iso-west-1" : {
33518+
"credentialScope" : {
33519+
"region" : "us-iso-west-1"
33520+
},
33521+
"deprecated" : true,
33522+
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov"
33523+
},
33524+
"us-iso-east-1" : {
33525+
"variants" : [ {
33526+
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov",
33527+
"tags" : [ "fips" ]
33528+
} ]
33529+
},
33530+
"us-iso-west-1" : {
33531+
"variants" : [ {
33532+
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov",
33533+
"tags" : [ "fips" ]
33534+
} ]
33535+
}
3351233536
}
3351333537
},
3351433538
"datapipeline" : {
@@ -34489,7 +34513,19 @@
3448934513
},
3449034514
"config" : {
3449134515
"endpoints" : {
34492-
"us-isob-east-1" : { }
34516+
"fips-us-isob-east-1" : {
34517+
"credentialScope" : {
34518+
"region" : "us-isob-east-1"
34519+
},
34520+
"deprecated" : true,
34521+
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov"
34522+
},
34523+
"us-isob-east-1" : {
34524+
"variants" : [ {
34525+
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
34526+
"tags" : [ "fips" ]
34527+
} ]
34528+
}
3449334529
}
3449434530
},
3449534531
"directconnect" : {

gems/aws-sdk-appstream/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.108.0 (2025-02-21)
5+
------------------
6+
7+
* Feature - Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
8+
49
1.107.0 (2025-02-18)
510
------------------
611

gems/aws-sdk-appstream/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.107.0
1+
1.108.0

gems/aws-sdk-appstream/lib/aws-sdk-appstream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module Plugins
5555
autoload :EndpointProvider, 'aws-sdk-appstream/endpoint_provider'
5656
autoload :Endpoints, 'aws-sdk-appstream/endpoints'
5757

58-
GEM_VERSION = '1.107.0'
58+
GEM_VERSION = '1.108.0'
5959

6060
end
6161

gems/aws-sdk-appstream/lib/aws-sdk-appstream/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5451,7 +5451,7 @@ def build_request(operation_name, params = {})
54515451
tracer: tracer
54525452
)
54535453
context[:gem_name] = 'aws-sdk-appstream'
5454-
context[:gem_version] = '1.107.0'
5454+
context[:gem_version] = '1.108.0'
54555455
Seahorse::Client::Request.new(handlers, context)
54565456
end
54575457

0 commit comments

Comments
 (0)