Skip to content

Commit f7577f4

Browse files
committed
Merge branch 'main' of https://github.com/awslabs/aws-sdk-kotlin into fix-smoke-e2e-tests
2 parents cb58979 + db79068 commit f7577f4

26 files changed

+6031
-943
lines changed

.github/workflows/update-release-branch.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ jobs:
2727
update-release:
2828
runs-on: ubuntu-latest
2929
steps:
30+
- name: Set start timestamp
31+
id: start
32+
run: printf 'timestamp=%(%s)T\n' >> "$GITHUB_OUTPUT"
33+
- name: Configure AWS Credentials
34+
uses: aws-actions/configure-aws-credentials@v4
35+
with:
36+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
37+
aws-region: us-west-2
38+
- name: Setup kat
39+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
3040
- uses: actions/checkout@v4
3141
with:
3242
ref: 'main'
@@ -107,3 +117,23 @@ jobs:
107117
echo "pushing changes to release branch";
108118
git push origin release;
109119
fi
120+
- name: Calculate duration
121+
id: end
122+
run: |
123+
printf -v now '%(%s)T'
124+
duration=$(( now - ${{ steps.start.outputs.timestamp }} ))
125+
printf 'duration=$duration\n' >> "$GITHUB_OUTPUT"
126+
- name: Emit metrics
127+
if: always() # run this step even if previous steps failed or the job is canceled
128+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/emit-metrics@main
129+
with:
130+
namespace: CI Metrics
131+
dimensions: |
132+
Product=aws-sdk-kotlin
133+
Trigger=${{ github.event_name == 'schedule' && 'schedule' || 'manual' }}
134+
metrics: |
135+
ReleaseMergeAttempted:1:Count
136+
ReleaseMergeSucceeded:${{ job.status == 'success' && '1' || '0' }}:Count
137+
ReleaseMergeCanceled:${{ job.status == 'cancelled' && '1' || '0' }}:Count
138+
ReleaseMergeFailed:${{ job.status == 'failure' && '1' || '0' }}:Count
139+
ReleaseMergeDuration:${{ steps.end.outputs.duration }}:Seconds

CHANGELOG.md

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

3+
## [1.4.33] - 03/03/2025
4+
5+
### Features
6+
* (**cognitoidentityprovider**) Added the capacity to return available challenges in admin authentication and to set version 3 of the pre token generation event for M2M ATC.
7+
* (**ec2**) Update the DescribeVpcs response
8+
* (**qbusiness**) Adds support for the ingestion of audio and video files by Q Business, which can be configured with the mediaExtractionConfiguration parameter.
9+
* (**rum**) Add support for PutResourcePolicy, GetResourcePolicy and DeleteResourcePolicy to support resource based policies for AWS CloudWatch RUM
10+
* (**sagemaker**) Add DomainId to CreateDomainResponse
11+
12+
### Documentation
13+
* (**transcribe**) Updating documentation for post call analytics job queueing.
14+
15+
## [1.4.32] - 02/28/2025
16+
17+
### Features
18+
* (**bedrockagent**) This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.
19+
* (**bedrockdataautomation**) Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
20+
* (**bedrockdataautomationruntime**) Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
21+
* (**databasemigrationservice**) Add skipped status to the Result Statistics of an Assessment Run
22+
* (**eks**) Adding licenses to EKS Anywhere Subscription operations response.
23+
* (**mediaconvert**) The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
24+
* (**pricing**) Update GetProducts and DescribeServices API request input validations.
25+
26+
### Documentation
27+
* (**ssm**) Systems Manager doc-only updates for Feb. 2025.
28+
29+
## [1.4.31] - 02/27/2025
30+
31+
### Features
32+
* (**bedrockagentruntime**) Introduces Sessions (preview) to enable stateful conversations in GenAI applications.
33+
* (**qbusiness**) This release supports deleting attachments from conversations.
34+
* (**redshiftserverless**) Add track support for Redshift Serverless workgroup.
35+
* (**sagemaker**) SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.
36+
* (**storagegateway**) This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.
37+
38+
### Documentation
39+
* (**emr**) Definition update for EbsConfiguration.
40+
341
## [1.4.30] - 02/26/2025
442

543
### Features

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,15 @@
580580
"eu-central-1" : { },
581581
"eu-central-2" : { },
582582
"eu-north-1" : { },
583+
"eu-south-1" : { },
584+
"eu-south-2" : { },
583585
"eu-west-1" : { },
584586
"eu-west-2" : { },
585587
"eu-west-3" : { },
586588
"sa-east-1" : { },
587589
"us-east-1" : { },
588590
"us-east-2" : { },
591+
"us-west-1" : { },
589592
"us-west-2" : { }
590593
}
591594
},
@@ -3111,6 +3114,12 @@
31113114
},
31123115
"hostname" : "bedrock.eu-central-2.amazonaws.com"
31133116
},
3117+
"bedrock-eu-north-1" : {
3118+
"credentialScope" : {
3119+
"region" : "eu-north-1"
3120+
},
3121+
"hostname" : "bedrock.eu-north-1.amazonaws.com"
3122+
},
31143123
"bedrock-eu-west-1" : {
31153124
"credentialScope" : {
31163125
"region" : "eu-west-1"
@@ -3213,6 +3222,12 @@
32133222
},
32143223
"hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
32153224
},
3225+
"bedrock-runtime-eu-north-1" : {
3226+
"credentialScope" : {
3227+
"region" : "eu-north-1"
3228+
},
3229+
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230+
},
32163231
"bedrock-runtime-eu-west-1" : {
32173232
"credentialScope" : {
32183233
"region" : "eu-west-1"
@@ -3306,6 +3321,7 @@
33063321
"ca-central-1" : { },
33073322
"eu-central-1" : { },
33083323
"eu-central-2" : { },
3324+
"eu-north-1" : { },
33093325
"eu-west-1" : { },
33103326
"eu-west-2" : { },
33113327
"eu-west-3" : { },
@@ -15380,6 +15396,7 @@
1538015396
"ap-southeast-3" : { },
1538115397
"ap-southeast-4" : { },
1538215398
"ap-southeast-5" : { },
15399+
"ap-southeast-7" : { },
1538315400
"ca-central-1" : {
1538415401
"variants" : [ {
1538515402
"hostname" : "metrics-fips.sagemaker.ca-central-1.amazonaws.com",
@@ -15417,6 +15434,7 @@
1541715434
"il-central-1" : { },
1541815435
"me-central-1" : { },
1541915436
"me-south-1" : { },
15437+
"mx-central-1" : { },
1542015438
"sa-east-1" : { },
1542115439
"us-east-1" : {
1542215440
"variants" : [ {
@@ -31938,6 +31956,7 @@
3193831956
},
3193931957
"quicksight" : {
3194031958
"endpoints" : {
31959+
"us-gov-east-1" : { },
3194131960
"us-gov-west-1" : { }
3194231961
}
3194331962
},
@@ -36180,6 +36199,12 @@
3618036199
"us-isof-south-1" : { }
3618136200
}
3618236201
},
36202+
"schemas" : {
36203+
"endpoints" : {
36204+
"us-isof-east-1" : { },
36205+
"us-isof-south-1" : { }
36206+
}
36207+
},
3618336208
"secretsmanager" : {
3618436209
"endpoints" : {
3618536210
"us-isof-east-1" : {

0 commit comments

Comments
 (0)