Skip to content

Commit 20da6c0

Browse files
Merging v1.5.40 release
2 parents 7f4d194 + ce1dfc8 commit 20da6c0

File tree

7 files changed

+981
-61
lines changed

7 files changed

+981
-61
lines changed

CHANGELOG.md

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

3+
## [1.5.40] - 09/16/2025
4+
5+
### Features
6+
* (**budgets**) Add support for custom time periods in budget configuration
7+
* (**cloudwatchlogs**) Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata.
8+
* (**ivsrealtime**) IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens.
9+
* (**osis**) Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts.
10+
311
## [1.5.39] - 09/15/2025
412

513
### Features

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3024,6 +3024,7 @@
30243024
"endpoints" : {
30253025
"af-south-1" : { },
30263026
"ap-east-1" : { },
3027+
"ap-east-2" : { },
30273028
"ap-northeast-1" : {
30283029
"variants" : [ {
30293030
"tags" : [ "dualstack" ]
@@ -3034,11 +3035,13 @@
30343035
"tags" : [ "dualstack" ]
30353036
} ]
30363037
},
3038+
"ap-northeast-3" : { },
30373039
"ap-south-1" : {
30383040
"variants" : [ {
30393041
"tags" : [ "dualstack" ]
30403042
} ]
30413043
},
3044+
"ap-south-2" : { },
30423045
"ap-southeast-1" : {
30433046
"variants" : [ {
30443047
"tags" : [ "dualstack" ]
@@ -3049,9 +3052,12 @@
30493052
"tags" : [ "dualstack" ]
30503053
} ]
30513054
},
3055+
"ap-southeast-3" : { },
3056+
"ap-southeast-4" : { },
30523057
"ap-southeast-5" : { },
30533058
"ap-southeast-7" : { },
30543059
"ca-central-1" : { },
3060+
"ca-west-1" : { },
30553061
"eu-central-1" : {
30563062
"variants" : [ {
30573063
"tags" : [ "dualstack" ]
@@ -3064,6 +3070,7 @@
30643070
} ]
30653071
},
30663072
"eu-south-1" : { },
3073+
"eu-south-2" : { },
30673074
"eu-west-1" : {
30683075
"variants" : [ {
30693076
"tags" : [ "dualstack" ]
@@ -3079,7 +3086,10 @@
30793086
"tags" : [ "dualstack" ]
30803087
} ]
30813088
},
3089+
"il-central-1" : { },
30823090
"me-central-1" : { },
3091+
"me-south-1" : { },
3092+
"mx-central-1" : { },
30833093
"sa-east-1" : {
30843094
"variants" : [ {
30853095
"tags" : [ "dualstack" ]
@@ -3109,6 +3119,7 @@
31093119
"us-east-2-fips" : {
31103120
"deprecated" : true
31113121
},
3122+
"us-west-1" : { },
31123123
"us-west-2" : {
31133124
"variants" : [ {
31143125
"tags" : [ "dualstack" ]
@@ -18161,6 +18172,7 @@
1816118172
"il-central-1" : { },
1816218173
"me-central-1" : { },
1816318174
"me-south-1" : { },
18175+
"mx-central-1" : { },
1816418176
"sa-east-1" : { },
1816518177
"us-east-1" : {
1816618178
"variants" : [ {

codegen/sdk/aws-models/budgets.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@
16071607
"min": 20,
16081608
"max": 2048
16091609
},
1610-
"smithy.api#pattern": "^arn:aws[a-z-]*:(billing)::[0-9]{12}:billingview/[a-zA-Z0-9/:_+=.\\-@]{0,75}[a-zA-Z0-9]$"
1610+
"smithy.api#pattern": "^arn:aws[a-z-]*:(billing)::[0-9]{12}:billingview/[a-zA-Z0-9/:_\\+=\\.\\-@]{0,75}[a-zA-Z0-9]$"
16111611
}
16121612
},
16131613
"com.amazonaws.budgets#Budget": {
@@ -1662,7 +1662,7 @@
16621662
"TimePeriod": {
16631663
"target": "com.amazonaws.budgets#TimePeriod",
16641664
"traits": {
1665-
"smithy.api#documentation": "<p>The period of time that's covered by a budget. You set the start date and end date. The\n\t\t\tstart date must come before the end date. The end date must come before <code>06/15/87\n\t\t\t\t00:00 UTC</code>. </p>\n <p>If you create your budget and don't specify a start date, Amazon Web Services defaults\n\t\t\tto the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For\n\t\t\texample, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and\n\t\t\tdidn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00\n\t\t\t\tUTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start\n\t\t\tdate to <code>01/01/18 00:00 UTC</code>. If you didn't specify an end date, Amazon Web Services set your end date to <code>06/15/87 00:00 UTC</code>. The defaults are\n\t\t\tthe same for the Billing and Cost Management console and the API. </p>\n <p>You can change either date with the <code>UpdateBudget</code> operation.</p>\n <p>After the end date, Amazon Web Services deletes the budget and all the associated\n\t\t\tnotifications and subscribers.</p>"
1665+
"smithy.api#documentation": "<p>The period of time that's covered by a budget. You set the start date and end date. The\n\t\t\tstart date must come before the end date. The end date must come before <code>06/15/87\n\t\t\t\t00:00 UTC</code>. </p>\n <p>If you create your budget and don't specify a start date, Amazon Web Services defaults\n\t\t\tto the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, ANNUALLY, or CUSTOM). For\n\t\t\texample, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and\n\t\t\tdidn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00\n\t\t\t\tUTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start\n\t\t\tdate to <code>01/01/18 00:00 UTC</code>. If you didn't specify an end date, Amazon Web Services set your end date to <code>06/15/87 00:00 UTC</code>. The defaults are\n\t\t\tthe same for the Billing and Cost Management console and the API. </p>\n <p>You can change either date with the <code>UpdateBudget</code> operation.</p>\n <p>After the end date, Amazon Web Services deletes the budget and all the associated\n\t\t\tnotifications and subscribers.</p>"
16661666
}
16671667
},
16681668
"CalculatedSpend": {
@@ -4154,7 +4154,7 @@
41544154
"StatusReason": {
41554155
"target": "com.amazonaws.budgets#HealthStatusReason",
41564156
"traits": {
4157-
"smithy.api#documentation": "<p>The reason for the current status.</p>\n <ul>\n <li>\n <p>\n <code>BILLING_VIEW_NO_ACCESS</code>: The billing view resource does not grant\n\t\t\t\t\t\t<code>billing:GetBillingViewData</code> permission to this account.</p>\n </li>\n <li>\n <p>\n <code>BILLING_VIEW_UNHEALTHY</code>: The billing view associated with the\n\t\t\t\t\tbudget is unhealthy.</p>\n </li>\n <li>\n <p>\n <code>FILTER_INVALID</code>: The filter contains reference to an account you\n\t\t\t\t\tdo not have access to.</p>\n </li>\n </ul>"
4157+
"smithy.api#documentation": "<p>The reason for the current status.</p>\n <ul>\n <li>\n <p>\n <code>BILLING_VIEW_NO_ACCESS</code>: The billing view resource does not grant\n\t\t\t\t\t\t<code>billing:GetBillingViewData</code> permission to this account.</p>\n </li>\n <li>\n <p>\n <code>BILLING_VIEW_UNHEALTHY</code>: The billing view associated with the\n\t\t\t\t\tbudget is unhealthy.</p>\n </li>\n <li>\n <p>\n <code>FILTER_INVALID</code>: The filter contains reference to an account you\n\t\t\t\t\tdo not have access to.</p>\n </li>\n <li>\n <p>\n <code>MULTI_YEAR_HISTORICAL_DATA_DISABLED</code>: The budget is not being updated. Enable multi-year historical data in your Cost Management preferences.</p>\n </li>\n </ul>"
41584158
}
41594159
},
41604160
"LastUpdatedTime": {
@@ -4185,6 +4185,12 @@
41854185
"traits": {
41864186
"smithy.api#enumValue": "FILTER_INVALID"
41874187
}
4188+
},
4189+
"MULTI_YEAR_HISTORICAL_DATA_DISABLED": {
4190+
"target": "smithy.api#Unit",
4191+
"traits": {
4192+
"smithy.api#enumValue": "MULTI_YEAR_HISTORICAL_DATA_DISABLED"
4193+
}
41884194
}
41894195
}
41904196
},
@@ -5150,7 +5156,7 @@
51505156
"Start": {
51515157
"target": "com.amazonaws.budgets#GenericTimestamp",
51525158
"traits": {
5153-
"smithy.api#documentation": "<p>The start date for a budget. If you created your budget and didn't specify a start\n\t\t\tdate, Amazon Web Services defaults to the start of your chosen time period (DAILY,\n\t\t\tMONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24,\n\t\t\t2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your\n\t\t\tstart date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>,\n\t\t\t\tAmazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. The\n\t\t\tdefaults are the same for the Billing and Cost Management console and the API.</p>\n <p>You can change your start date with the <code>UpdateBudget</code> operation.</p>"
5159+
"smithy.api#documentation": "<p>The start date for a budget. If you created your budget and didn't specify a start\n\t\t\tdate, Amazon Web Services defaults to the start of your chosen time period (DAILY,\n\t\t\tMONTHLY, QUARTERLY, ANNUALLY, or CUSTOM). For example, if you created your budget on January 24,\n\t\t\t2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your\n\t\t\tstart date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>,\n\t\t\t\tAmazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. The\n\t\t\tdefaults are the same for the Billing and Cost Management console and the API.</p>\n <p>You can change your start date with the <code>UpdateBudget</code> operation.</p>"
51545160
}
51555161
},
51565162
"End": {
@@ -5190,6 +5196,12 @@
51905196
"traits": {
51915197
"smithy.api#enumValue": "ANNUALLY"
51925198
}
5199+
},
5200+
"CUSTOM": {
5201+
"target": "smithy.api#Unit",
5202+
"traits": {
5203+
"smithy.api#enumValue": "CUSTOM"
5204+
}
51935205
}
51945206
},
51955207
"traits": {

0 commit comments

Comments
 (0)