Skip to content

Commit 4c723ba

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore-remove-s3-selectobject-test
2 parents 63f920d + 55bd9cc commit 4c723ba

File tree

128 files changed

+3063
-5633
lines changed

Some content is hidden

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

128 files changed

+3063
-5633
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ jobs:
7070
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
7171
with:
7272
working-directory: ./smithy-kotlin
73+
- name: Disable native builds # FIXME remove this step once K/N is merged
74+
shell: bash
75+
run: |
76+
echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..."
77+
echo -e "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
78+
echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..."
79+
echo -e "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
7380
- name: Build smithy-kotlin
7481
working-directory: ./smithy-kotlin
7582
shell: bash

CHANGELOG.md

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

3+
## [1.5.28] - 08/28/2025
4+
5+
### Features
6+
* (**amplify**) Remove incorrect endpoint tests
7+
* (**applicationautoscaling**) Remove incorrect endpoint tests
8+
* (**applicationcostprofiler**) Remove incorrect endpoint tests
9+
* (**autoscalingplans**) Remove incorrect endpoint tests
10+
* (**bedrockruntime**) Remove incorrect endpoint tests
11+
* (**cloud9**) Remove incorrect endpoint tests
12+
* (**cloudhsmv2**) Remove incorrect endpoint tests
13+
* (**cloudsearchdomain**) Remove incorrect endpoint tests
14+
* (**codedeploy**) Remove incorrect endpoint tests
15+
* (**codegurureviewer**) Remove incorrect endpoint tests
16+
* (**connect**) AgentStatusDrillDown feature in GetCurrentMetricData API. Adding AGENT_STATUS as filter and grouping in GetCurrentMetricData API
17+
* (**connectcampaigns**) Remove incorrect endpoint tests
18+
* (**databrew**) Remove incorrect endpoint tests
19+
* (**dynamodb**) Remove incorrect endpoint tests
20+
* (**ec2**) This release adds support for copying Amazon EBS snapshot and AMIs to and from Local Zones.
21+
* (**ec2instanceconnect**) Remove incorrect endpoint tests
22+
* (**ecr**) Remove incorrect endpoint tests
23+
* (**emr**) Remove incorrect endpoint tests
24+
* (**entityresolution**) Remove incorrect endpoint tests
25+
* (**eventbridge**) Remove incorrect endpoint tests
26+
* (**fis**) Remove incorrect endpoint tests
27+
* (**fms**) Remove incorrect endpoint tests
28+
* (**geomaps**) Remove incorrect endpoint tests
29+
* (**geoplaces**) Remove incorrect endpoint tests
30+
* (**glue**) Adding support to fetch TargetDatabase field during GetDatabases with AttributesToGet
31+
* (**healthlake**) Add ValidationLevel parameter to StartFHIRImportJob API, allowing users to specify a FHIR validation level for their asynchronous import jobs.
32+
* (**inspectorscan**) Remove incorrect endpoint tests
33+
* (**internetmonitor**) Remove incorrect endpoint tests
34+
* (**kinesis**) Remove incorrect endpoint tests
35+
* (**licensemanagerusersubscriptions**) Remove incorrect endpoint tests
36+
* (**machinelearning**) Remove incorrect endpoint tests
37+
* (**managedblockchainquery**) Remove incorrect endpoint tests
38+
* (**marketplacedeployment**) Remove incorrect endpoint tests
39+
* (**mediastoredata**) Remove incorrect endpoint tests
40+
* (**mturk**) Remove incorrect endpoint tests
41+
* (**networkfirewall**) Remove incorrect endpoint tests
42+
* (**oam**) Remove incorrect endpoint tests
43+
* (**omics**) Adds Amazon ECR pull through cache support to AWS HealthOmics, so you can more easily use container images from external sources.
44+
* (**opensearch**) Remove incorrect endpoint tests
45+
* (**osis**) Remove incorrect endpoint tests
46+
* (**pcs**) Remove incorrect endpoint tests
47+
* (**pinpointsmsvoice**) Remove incorrect endpoint tests
48+
* (**pinpointsmsvoicev2**) Remove incorrect endpoint tests
49+
* (**pipes**) Remove incorrect endpoint tests
50+
* (**quicksight**) Remove incorrect endpoint tests
51+
* (**rds**) Added RDS HTTP Endpoint feature support flag to DescribeOrderableDBInstanceOptions API
52+
* (**rekognition**) Remove incorrect endpoint tests
53+
* (**route53domains**) Remove incorrect endpoint tests
54+
* (**savingsplans**) Remove incorrect endpoint tests
55+
* (**scheduler**) Remove incorrect endpoint tests
56+
* (**servicequotas**) Remove incorrect endpoint tests
57+
* (**ses**) Remove incorrect endpoint tests
58+
* (**sesv2**) Remove incorrect endpoint tests
59+
* (**ssmguiconnect**) Remove incorrect endpoint tests
60+
* (**ssmincidents**) Remove incorrect endpoint tests
61+
* (**ssmsap**) Added support for Configuration Checks on SAP HANA Applications.
62+
* (**sso**) Remove incorrect endpoint tests
63+
* (**swf**) Remove incorrect endpoint tests
64+
* (**timestreamquery**) Remove incorrect endpoint tests
65+
* (**waf**) Remove incorrect endpoint tests
66+
* (**workmailmessageflow**) Remove incorrect endpoint tests
67+
* (**xray**) Remove incorrect endpoint tests
68+
69+
### Documentation
70+
* (**apprunner**) Doc only updates for APIs and and datatypes related to IPAddressType and Subnets for IPv6 dualstack support.
71+
72+
## [1.5.27] - 08/27/2025
73+
74+
### Features
75+
* (**acmpca**) Remove incorrect endpoint tests
76+
* (**amplifybackend**) Remove incorrect endpoint tests
77+
* (**amplifyuibuilder**) Remove incorrect endpoint tests
78+
* (**appconfigdata**) Remove incorrect endpoint tests
79+
* (**applicationdiscoveryservice**) Remove incorrect endpoint tests
80+
* (**applicationinsights**) Remove incorrect endpoint tests
81+
* (**apptest**) Remove incorrect endpoint tests
82+
* (**bedrockagentcore**) Remove incorrect endpoint tests
83+
* (**chime**) Remove incorrect endpoint tests
84+
* (**chimesdkidentity**) Remove incorrect endpoint tests
85+
* (**chimesdkmeetings**) Remove incorrect endpoint tests
86+
* (**chimesdkvoice**) Remove incorrect endpoint tests
87+
* (**cleanroomsml**) Remove incorrect endpoint tests
88+
* (**codebuild**) Remove incorrect endpoint tests
89+
* (**codeconnections**) Remove incorrect endpoint tests
90+
* (**codeguruprofiler**) Remove incorrect endpoint tests
91+
* (**computeoptimizer**) Remove incorrect endpoint tests
92+
* (**datapipeline**) Remove incorrect endpoint tests
93+
* (**directoryservice**) Add APIs for CA AutoEnrollment support: DescribeCAEnrollmentPolicy, EnableCAEnrollmentPolicy and DisableCAEnrollmentPolicy.
94+
* (**eks**) Add support for on-demand refresh of EKS cluster insights
95+
* (**elasticache**) Remove incorrect endpoint tests
96+
* (**evidently**) Remove incorrect endpoint tests
97+
* (**frauddetector**) Remove incorrect endpoint tests
98+
* (**inspector**) Remove incorrect endpoint tests
99+
* (**iot**) Remove incorrect endpoint tests
100+
* (**iotfleetwise**) Remove incorrect endpoint tests
101+
* (**iotwireless**) Remove incorrect endpoint tests
102+
* (**ivschat**) Remove incorrect endpoint tests
103+
* (**ivsrealtime**) Remove incorrect endpoint tests
104+
* (**kafkaconnect**) Remove incorrect endpoint tests
105+
* (**kinesisvideo**) Remove incorrect endpoint tests
106+
* (**kinesisvideomedia**) Remove incorrect endpoint tests
107+
* (**kms**) Remove incorrect endpoint tests
108+
* (**lakeformation**) Remove incorrect endpoint tests
109+
* (**lexmodelbuildingservice**) Remove incorrect endpoint tests
110+
* (**marketplacereporting**) Remove incorrect endpoint tests
111+
* (**medicalimaging**) Remove incorrect endpoint tests
112+
* (**mgn**) Remove incorrect endpoint tests
113+
* (**migrationhubconfig**) Remove incorrect endpoint tests
114+
* (**neptune**) Remove incorrect endpoint tests
115+
* (**neptunegraph**) Add StartGraph and StopGraph operations to Neptune Analytics
116+
* (**omics**) Remove incorrect endpoint tests
117+
* (**paymentcryptographydata**) Remove incorrect endpoint tests
118+
* (**personalize**) Remove incorrect endpoint tests
119+
* (**pi**) Remove incorrect endpoint tests
120+
* (**qapps**) Remove incorrect endpoint tests
121+
* (**qldbsession**) Remove incorrect endpoint tests
122+
* (**redshift**) Remove incorrect endpoint tests
123+
* (**robomaker**) Remove incorrect endpoint tests
124+
* (**s3tables**) Remove incorrect endpoint tests
125+
* (**sagemaker**) This release adds support for AutoScaling on SageMaker HyperPod.
126+
* (**schemas**) Remove incorrect endpoint tests
127+
* (**snowdevicemanagement**) Remove incorrect endpoint tests
128+
* (**sns**) Remove incorrect endpoint tests
129+
* (**supplychain**) Remove incorrect endpoint tests
130+
* (**textract**) Remove incorrect endpoint tests
131+
* (**timestreamwrite**) Remove incorrect endpoint tests
132+
* (**voiceid**) Remove incorrect endpoint tests
133+
* (**vpclattice**) Remove incorrect endpoint tests
134+
* (**workdocs**) Remove incorrect endpoint tests
135+
* (**workmail**) Remove incorrect endpoint tests
136+
137+
### Documentation
138+
* (**batch**) Added ECS_AL2023_NVIDIA as an option for Ec2Configuration.imageType.
139+
3140
## [1.5.26] - 08/26/2025
4141

5142
### Features

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18009,22 +18009,6 @@
1800918009
}
1801018010
}
1801118011
},
18012-
"opsworks" : {
18013-
"endpoints" : {
18014-
"ap-southeast-1" : { },
18015-
"eu-central-1" : { },
18016-
"eu-west-1" : { },
18017-
"us-east-1" : { },
18018-
"us-west-2" : { }
18019-
}
18020-
},
18021-
"opsworks-cm" : {
18022-
"endpoints" : {
18023-
"ap-southeast-2" : { },
18024-
"eu-west-1" : { },
18025-
"us-east-1" : { }
18026-
}
18027-
},
1802818012
"organizations" : {
1802918013
"endpoints" : {
1803018014
"aws-global" : {

codegen/sdk/aws-models/acm-pca.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -937,17 +937,6 @@
937937
"UseDualStack": true
938938
}
939939
},
940-
{
941-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
942-
"expect": {
943-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
944-
},
945-
"params": {
946-
"Region": "us-iso-east-1",
947-
"UseFIPS": true,
948-
"UseDualStack": true
949-
}
950-
},
951940
{
952941
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
953942
"expect": {
@@ -961,17 +950,6 @@
961950
"UseDualStack": false
962951
}
963952
},
964-
{
965-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
966-
"expect": {
967-
"error": "DualStack is enabled but this partition does not support DualStack"
968-
},
969-
"params": {
970-
"Region": "us-iso-east-1",
971-
"UseFIPS": false,
972-
"UseDualStack": true
973-
}
974-
},
975953
{
976954
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
977955
"expect": {
@@ -985,17 +963,6 @@
985963
"UseDualStack": false
986964
}
987965
},
988-
{
989-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
990-
"expect": {
991-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
992-
},
993-
"params": {
994-
"Region": "us-isob-east-1",
995-
"UseFIPS": true,
996-
"UseDualStack": true
997-
}
998-
},
999966
{
1000967
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1001968
"expect": {
@@ -1009,17 +976,6 @@
1009976
"UseDualStack": false
1010977
}
1011978
},
1012-
{
1013-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1014-
"expect": {
1015-
"error": "DualStack is enabled but this partition does not support DualStack"
1016-
},
1017-
"params": {
1018-
"Region": "us-isob-east-1",
1019-
"UseFIPS": false,
1020-
"UseDualStack": true
1021-
}
1022-
},
1023979
{
1024980
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1025981
"expect": {

codegen/sdk/aws-models/amplify.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -888,17 +888,6 @@
888888
"UseDualStack": false
889889
}
890890
},
891-
{
892-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
893-
"expect": {
894-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
895-
},
896-
"params": {
897-
"Region": "us-iso-east-1",
898-
"UseFIPS": true,
899-
"UseDualStack": true
900-
}
901-
},
902891
{
903892
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
904893
"expect": {
@@ -912,17 +901,6 @@
912901
"UseDualStack": false
913902
}
914903
},
915-
{
916-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
917-
"expect": {
918-
"error": "DualStack is enabled but this partition does not support DualStack"
919-
},
920-
"params": {
921-
"Region": "us-iso-east-1",
922-
"UseFIPS": false,
923-
"UseDualStack": true
924-
}
925-
},
926904
{
927905
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
928906
"expect": {
@@ -936,17 +914,6 @@
936914
"UseDualStack": false
937915
}
938916
},
939-
{
940-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
941-
"expect": {
942-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
943-
},
944-
"params": {
945-
"Region": "us-isob-east-1",
946-
"UseFIPS": true,
947-
"UseDualStack": true
948-
}
949-
},
950917
{
951918
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
952919
"expect": {
@@ -960,17 +927,6 @@
960927
"UseDualStack": false
961928
}
962929
},
963-
{
964-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
965-
"expect": {
966-
"error": "DualStack is enabled but this partition does not support DualStack"
967-
},
968-
"params": {
969-
"Region": "us-isob-east-1",
970-
"UseFIPS": false,
971-
"UseDualStack": true
972-
}
973-
},
974930
{
975931
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
976932
"expect": {

codegen/sdk/aws-models/amplifybackend.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -850,17 +850,6 @@
850850
"UseDualStack": false
851851
}
852852
},
853-
{
854-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
855-
"expect": {
856-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
857-
},
858-
"params": {
859-
"Region": "us-iso-east-1",
860-
"UseFIPS": true,
861-
"UseDualStack": true
862-
}
863-
},
864853
{
865854
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
866855
"expect": {
@@ -874,17 +863,6 @@
874863
"UseDualStack": false
875864
}
876865
},
877-
{
878-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
879-
"expect": {
880-
"error": "DualStack is enabled but this partition does not support DualStack"
881-
},
882-
"params": {
883-
"Region": "us-iso-east-1",
884-
"UseFIPS": false,
885-
"UseDualStack": true
886-
}
887-
},
888866
{
889867
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
890868
"expect": {
@@ -898,17 +876,6 @@
898876
"UseDualStack": false
899877
}
900878
},
901-
{
902-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
903-
"expect": {
904-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
905-
},
906-
"params": {
907-
"Region": "us-isob-east-1",
908-
"UseFIPS": true,
909-
"UseDualStack": true
910-
}
911-
},
912879
{
913880
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
914881
"expect": {
@@ -922,17 +889,6 @@
922889
"UseDualStack": false
923890
}
924891
},
925-
{
926-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
927-
"expect": {
928-
"error": "DualStack is enabled but this partition does not support DualStack"
929-
},
930-
"params": {
931-
"Region": "us-isob-east-1",
932-
"UseFIPS": false,
933-
"UseDualStack": true
934-
}
935-
},
936892
{
937893
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
938894
"expect": {

0 commit comments

Comments
 (0)