Skip to content

Commit 2df3f3a

Browse files
committed
2 parents 709eeff + 0dc1f01 commit 2df3f3a

File tree

48 files changed

+7782
-1091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+7782
-1091
lines changed

.github/workflows/update-canary.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
release:
66
types: [ published ]
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
update-canary:
1014
runs-on: ubuntu-latest

CHANGELOG.md

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

3+
## [1.4.72] - 04/28/2025
4+
5+
### Features
6+
* (**acm**) Add support for file-based HTTP domain control validation, available through Amazon CloudFront.
7+
* (**bedrockruntime**) This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively.
8+
* (**cloudfront**) Add distribution tenant, connection group, and multi-tenant distribution APIs to the CloudFront SDK.
9+
* (**imagebuilder**) Add integration with SSM Parameter Store to Image Builder.
10+
11+
### Documentation
12+
* (**dynamodb**) Doc only update for GSI descriptions.
13+
14+
## [1.4.71] - 04/25/2025
15+
16+
### Features
17+
* (**bedrockruntime**) You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding.
18+
19+
### Documentation
20+
* (**ecs**) Documentation only release for Amazon ECS.
21+
* (**marketplacedeployment**) Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues.
22+
23+
## [1.4.70] - 04/24/2025
24+
25+
### Features
26+
* (**apprunner**) AWS App Runner adds Node.js 22 runtime.
27+
* (**appsync**) Add data source support to Event APIs
28+
* (**bedrockdataautomation**) Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs
29+
* (**codebuild**) Remove redundant validation check.
30+
* (**dynamodb**) Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available.
31+
* (**rds**) This Amazon RDS release adds support for managed master user passwords for Oracle CDBs.
32+
* [#1577](https://github.com/awslabs/aws-sdk-kotlin/issues/1577) Add support for DynamoDB Mapper `getItem` overloads that specify primary key(s)
33+
34+
### Documentation
35+
* (**ecs**) Documentation only release for Amazon ECS
36+
* (**pcs**) Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.
37+
38+
## [1.4.69] - 04/23/2025
39+
40+
### Features
41+
* (**codebuild**) Add support for custom instance type for reserved capacity fleets
42+
* (**ecs**) Add support to roll back an In_Progress ECS Service Deployment
43+
44+
### Documentation
45+
* (**resourceexplorer2**) Documentation-only update for CreateView option correction
46+
47+
## [1.4.68] - 04/22/2025
48+
49+
### Features
50+
* (**account**) AWS Account Management now supports account name update via IAM principals.
51+
* (**cognitoidentityprovider**) This release adds refresh token rotation.
52+
* (**ec2**) Added support for ClientRouteEnforcementOptions flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
53+
* (**entityresolution**) To expand support for matching records using digital identifiers with TransUnion
54+
* (**mq**) You can now delete Amazon MQ broker configurations using the DeleteConfiguration API. For more information, see Configurations in the Amazon MQ API Reference.
55+
* (**redshiftserverless**) Provides new and updated API members to support the Redshift Serverless reservations feature.
56+
* (**s3control**) Fix endpoint resolution test cases
57+
58+
### Fixes
59+
* [#1214](https://github.com/awslabs/aws-sdk-kotlin/issues/1214) Bump **smithy-kotlin** version to pick up fix for connection polling
60+
61+
## [1.4.67] - 04/21/2025
62+
63+
### Features
64+
* (**arczonalshift**) Updates to documentation and exception types for Zonal Autoshift
65+
* (**budgets**) Releasing the new Budget FilterExpression and Metrics fields to support more granular filtering options. These new fields are intended to replace CostFilters and CostTypes, which are deprecated as of 2025/18/04.
66+
* (**mediatailor**) Added support for Recurring Prefetch and Traffic Shaping on both Single and Recurring Prefetch. ListPrefetchSchedules now return single prefetchs by default and can be provided scheduleType of SINGLE, RECURRING, AND ALL.
67+
* (**qbusiness**) The CheckDocumentAccess API for Amazon Q Business is a self-service debugging API that allows administrators to verify document access permissions and review Access Control List (ACL) configurations.
68+
69+
### Documentation
70+
* (**firehose**) Documentation update regarding the number of streams you can create using the CreateDeliveryStream API.
71+
* (**securityhub**) Minor documentation update for the GetConfigurationPolicyAssociation example
72+
73+
## [1.4.66] - 04/18/2025
74+
75+
### Features
76+
* (**qconnect**) This release adds support for the following capabilities: Chunking generative answer replies from Amazon Q in Connect. Integration support for the use of additional LLM models with Amazon Q in Connect.
77+
* (**sagemaker**) This release adds a new Neuron driver option in InferenceAmiVersion parameter for ProductionVariant. Additionally, it adds support for fetching model lifecycle status in the ListModelPackages API. Users can now use this API to view the lifecycle stage of models that have been shared with them.
78+
* (**servicequotas**) Add new optional SupportCaseAllowed query parameter to the RequestServiceQuotaIncrease API
79+
380
## [1.4.65] - 04/17/2025
481

582
### Features

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21417,6 +21417,7 @@
2141721417
"ap-southeast-2" : { },
2141821418
"ap-southeast-3" : { },
2141921419
"ap-southeast-4" : { },
21420+
"ap-southeast-7" : { },
2142021421
"ca-central-1" : { },
2142121422
"ca-west-1" : { },
2142221423
"eu-central-1" : { },
@@ -21430,6 +21431,7 @@
2143021431
"il-central-1" : { },
2143121432
"me-central-1" : { },
2143221433
"me-south-1" : { },
21434+
"mx-central-1" : { },
2143321435
"sa-east-1" : { },
2143421436
"us-east-1" : {
2143521437
"variants" : [ {
@@ -36528,6 +36530,11 @@
3652836530
"us-iso-west-1" : { }
3652936531
}
3653036532
},
36533+
"batch" : {
36534+
"endpoints" : {
36535+
"us-iso-east-1" : { }
36536+
}
36537+
},
3653136538
"bedrock" : {
3653236539
"endpoints" : {
3653336540
"bedrock-runtime-us-iso-east-1" : {
@@ -37422,6 +37429,12 @@
3742237429
}
3742337430
}
3742437431
},
37432+
"servicediscovery" : {
37433+
"endpoints" : {
37434+
"us-iso-east-1" : { },
37435+
"us-iso-west-1" : { }
37436+
}
37437+
},
3742537438
"snowball" : {
3742637439
"endpoints" : {
3742737440
"us-iso-east-1" : { },
@@ -37652,6 +37665,12 @@
3765237665
} ]
3765337666
}
3765437667
}
37668+
},
37669+
"xray" : {
37670+
"endpoints" : {
37671+
"us-iso-east-1" : { },
37672+
"us-iso-west-1" : { }
37673+
}
3765537674
}
3765637675
}
3765737676
}, {
@@ -37736,6 +37755,11 @@
3773637755
"us-isob-east-1" : { }
3773737756
}
3773837757
},
37758+
"batch" : {
37759+
"endpoints" : {
37760+
"us-isob-east-1" : { }
37761+
}
37762+
},
3773937763
"budgets" : {
3774037764
"endpoints" : {
3774137765
"aws-iso-b-global" : {
@@ -38004,6 +38028,11 @@
3800438028
}
3800538029
}
3800638030
},
38031+
"glue" : {
38032+
"endpoints" : {
38033+
"us-isob-east-1" : { }
38034+
}
38035+
},
3800738036
"health" : {
3800838037
"endpoints" : {
3800938038
"us-isob-east-1" : { }
@@ -38298,6 +38327,11 @@
3829838327
}
3829938328
}
3830038329
},
38330+
"servicediscovery" : {
38331+
"endpoints" : {
38332+
"us-isob-east-1" : { }
38333+
}
38334+
},
3830138335
"snowball" : {
3830238336
"endpoints" : {
3830338337
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)