Skip to content

Commit db806b9

Browse files
misc: merge from main
2 parents 83699d7 + af9b3a0 commit db806b9

File tree

14 files changed

+918
-118
lines changed

14 files changed

+918
-118
lines changed

.changes/376b0cd3-e023-4db2-bcf6-87092ee07e5e.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/9704079b-98a1-4894-a21c-53f489768fd6.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.5.105] - 12/17/2025
4+
5+
### Features
6+
* (**gameliftstreams**) Added new stream group operation parameters for scale-on-demand capacity with automatic prewarming. Added new Gen6 stream classes based on the EC2 G6 instance family. Added new StartStreamSession parameter for exposure of real-time performance stats to clients.
7+
* (**guardduty**) Add support for dbiResourceId in finding.
8+
* (**inspectorscan**) Adds an additional OutputFormat
9+
* (**kafkaconnect**) Support dual-stack network connectivity for connectors via NetworkType field.
10+
* (**mediaconvert**) Adds support for tile encoding in HEVC and audio for video overlays.
11+
* (**mediapackagev2**) This release adds support for SPEKE V2 content key encryption in MediaPackage v2 Origin Endpoints.
12+
* (**paymentcryptography**) Support for AS2805 standard. Modifications to import-key and export-key to support AS2805 variants.
13+
* (**paymentcryptographydata**) Support for AS2805 standard. New API GenerateAs2805KekValidation and changes to translate pin, GenerateMac and VerifyMac to support AS2805 key variants.
14+
* (**sagemaker**) Adding the newly launched p6-b300.48xlarge ec2 instance support in Sagemaker(Hyperpod,Training and Sceptor)
15+
* Upgrade to **smithy-kotlin** release [**v1.5.24**](https://github.com/smithy-lang/smithy-kotlin/releases/tag/v1.5.24) to enable [case-insensitive environmental config resolution](https://github.com/smithy-lang/smithy-kotlin/pull/1469)
16+
* Support case-insensitive resolution of service-specific endpoint URLs from environment variables (e.g., `AWS_ENDPOINT_URL_DynamoDB` is equivalent to `AWS_ENDPOINT_URL_DYNAMODB`) and system properties (e.g., `aws.endpointUrlDynamoDB` is equivalent to `aws.endpointUrlDYNAMODB`)
17+
318
## [1.5.104] - 12/16/2025
419

520
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,7 @@
15781578
"ap-southeast-3" : { },
15791579
"ap-southeast-4" : { },
15801580
"ap-southeast-5" : { },
1581+
"ap-southeast-6" : { },
15811582
"ap-southeast-7" : { },
15821583
"ca-central-1" : {
15831584
"variants" : [ {
@@ -4960,12 +4961,14 @@
49604961
"tags" : [ "dualstack" ]
49614962
} ]
49624963
},
4964+
"ap-southeast-5" : { },
49634965
"ca-central-1" : {
49644966
"variants" : [ {
49654967
"hostname" : "cloudhsmv2.ca-central-1.api.aws",
49664968
"tags" : [ "dualstack" ]
49674969
} ]
49684970
},
4971+
"ca-west-1" : { },
49694972
"eu-central-1" : {
49704973
"variants" : [ {
49714974
"hostname" : "cloudhsmv2.eu-central-1.api.aws",
@@ -5027,6 +5030,7 @@
50275030
"tags" : [ "dualstack" ]
50285031
} ]
50295032
},
5033+
"mx-central-1" : { },
50305034
"sa-east-1" : {
50315035
"variants" : [ {
50325036
"hostname" : "cloudhsmv2.sa-east-1.api.aws",

codegen/sdk/aws-models/gameliftstreams.json

Lines changed: 140 additions & 14 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/guardduty.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15295,6 +15295,13 @@
1529515295
"smithy.api#jsonName": "dbInstanceArn"
1529615296
}
1529715297
},
15298+
"DbiResourceId": {
15299+
"target": "com.amazonaws.guardduty#String",
15300+
"traits": {
15301+
"smithy.api#documentation": "<p>The unique ID of the database resource involved in the activity that prompted GuardDuty\n to generate the finding.</p>",
15302+
"smithy.api#jsonName": "dbiResourceId"
15303+
}
15304+
},
1529815305
"Tags": {
1529915306
"target": "com.amazonaws.guardduty#Tags",
1530015307
"traits": {

codegen/sdk/aws-models/inspector-scan.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"traits": {
15-
"smithy.api#documentation": "<p>You do not have sufficient access to perform this action.\n </p>",
15+
"smithy.api#documentation": "<p>You do not have sufficient access to perform this action. </p>",
1616
"smithy.api#error": "client",
1717
"smithy.api#httpError": 403
1818
}
@@ -685,7 +685,7 @@
685685
}
686686
},
687687
"traits": {
688-
"smithy.api#documentation": "<p>The request processing has failed because of an unknown error, exception or failure.\n \n </p>",
688+
"smithy.api#documentation": "<p>The request processing has failed because of an unknown error, exception or failure. </p>",
689689
"smithy.api#error": "server",
690690
"smithy.api#httpError": 500,
691691
"smithy.api#retryable": {}
@@ -722,6 +722,12 @@
722722
"traits": {
723723
"smithy.api#enumValue": "INSPECTOR"
724724
}
725+
},
726+
"INSPECTOR_ALT": {
727+
"target": "smithy.api#Unit",
728+
"traits": {
729+
"smithy.api#enumValue": "INSPECTOR_ALT"
730+
}
725731
}
726732
}
727733
},
@@ -751,7 +757,7 @@
751757
}
752758
],
753759
"traits": {
754-
"smithy.api#documentation": "<p>Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered in that SBOM. You can generate compatible SBOMs for your resources using the <a href=\"\">Amazon Inspector SBOM generator</a>.</p>",
760+
"smithy.api#documentation": "<p>Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered in that SBOM. You can generate compatible SBOMs for your resources using the <a href=\"https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html\">Amazon Inspector SBOM generator</a>.</p> <note> <p> The output of this action reports NVD and CVSS scores when NVD and CVSS scores are available. Because the output reports both scores, you might notice a discrepency between them. However, you can triage the severity of either score depending on the vendor of your choosing. </p> </note>",
755761
"smithy.api#examples": [
756762
{
757763
"title": "Sample ScanSbom Call",
@@ -934,7 +940,7 @@
934940
"sbom": {
935941
"target": "com.amazonaws.inspectorscan#Sbom",
936942
"traits": {
937-
"smithy.api#documentation": "<p>The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format.</p>",
943+
"smithy.api#documentation": "<p>The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format. This format limits you to passing 2000 components before throwing a <code>ValidException</code> error.</p>",
938944
"smithy.api#required": {}
939945
}
940946
},
@@ -981,7 +987,7 @@
981987
}
982988
},
983989
"traits": {
984-
"smithy.api#documentation": "<p>The request was denied due to request throttling.\n \n </p>",
990+
"smithy.api#documentation": "<p>The request was denied due to request throttling. </p>",
985991
"smithy.api#error": "client",
986992
"smithy.api#httpError": 429,
987993
"smithy.api#retryable": {
@@ -1024,20 +1030,20 @@
10241030
"name": {
10251031
"target": "smithy.api#String",
10261032
"traits": {
1027-
"smithy.api#documentation": "<p>The name of the validation exception.\n \n </p>",
1033+
"smithy.api#documentation": "<p>The name of the validation exception. </p>",
10281034
"smithy.api#required": {}
10291035
}
10301036
},
10311037
"message": {
10321038
"target": "smithy.api#String",
10331039
"traits": {
1034-
"smithy.api#documentation": "<p>The validation exception message.\n </p>",
1040+
"smithy.api#documentation": "<p>The validation exception message. </p>",
10351041
"smithy.api#required": {}
10361042
}
10371043
}
10381044
},
10391045
"traits": {
1040-
"smithy.api#documentation": "<p>The request has failed validation due to missing required fields or having invalid inputs.\n </p>"
1046+
"smithy.api#documentation": "<p>The request has failed validation due to missing required fields or having invalid inputs. </p>"
10411047
}
10421048
},
10431049
"com.amazonaws.inspectorscan#ValidationExceptionFields": {

0 commit comments

Comments
 (0)