Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit cbac39e

Browse files
Release v1.43.2 (2022-02-18) (#4285)
Release v1.43.2 (2022-02-18) === ### Service Client Updates * `service/budgets`: Updates service API, documentation, and paginators * This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account * `service/gamelift`: Updates service documentation * Increase string list limit from 10 to 100. * `service/transfer`: Updates service API and documentation * Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.
1 parent 9429e75 commit cbac39e

File tree

13 files changed

+1431
-763
lines changed

13 files changed

+1431
-763
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.43.2 (2022-02-18)
2+
===
3+
4+
### Service Client Updates
5+
* `service/budgets`: Updates service API, documentation, and paginators
6+
* This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account
7+
* `service/gamelift`: Updates service documentation
8+
* Increase string list limit from 10 to 100.
9+
* `service/transfer`: Updates service API and documentation
10+
* Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.
11+
112
Release v1.43.1 (2022-02-17)
213
===
314

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.43.1"
8+
const SDKVersion = "1.43.2"

models/apis/budgets/2016-10-20/api-2.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,23 @@
218218
{"shape":"InvalidNextTokenException"}
219219
]
220220
},
221+
"DescribeBudgetNotificationsForAccount":{
222+
"name":"DescribeBudgetNotificationsForAccount",
223+
"http":{
224+
"method":"POST",
225+
"requestUri":"/"
226+
},
227+
"input":{"shape":"DescribeBudgetNotificationsForAccountRequest"},
228+
"output":{"shape":"DescribeBudgetNotificationsForAccountResponse"},
229+
"errors":[
230+
{"shape":"InternalErrorException"},
231+
{"shape":"InvalidParameterException"},
232+
{"shape":"NotFoundException"},
233+
{"shape":"InvalidNextTokenException"},
234+
{"shape":"ExpiredNextTokenException"},
235+
{"shape":"AccessDeniedException"}
236+
]
237+
},
221238
"DescribeBudgetPerformanceHistory":{
222239
"name":"DescribeBudgetPerformanceHistory",
223240
"http":{
@@ -548,6 +565,18 @@
548565
"min":1,
549566
"pattern":"[^:\\\\]+"
550567
},
568+
"BudgetNotificationsForAccount":{
569+
"type":"structure",
570+
"members":{
571+
"Notifications":{"shape":"Notifications"},
572+
"BudgetName":{"shape":"BudgetName"}
573+
}
574+
},
575+
"BudgetNotificationsForAccountList":{
576+
"type":"list",
577+
"member":{"shape":"BudgetNotificationsForAccount"},
578+
"max":50
579+
},
551580
"BudgetPerformanceHistory":{
552581
"type":"structure",
553582
"members":{
@@ -901,6 +930,22 @@
901930
"NextToken":{"shape":"GenericString"}
902931
}
903932
},
933+
"DescribeBudgetNotificationsForAccountRequest":{
934+
"type":"structure",
935+
"required":["AccountId"],
936+
"members":{
937+
"AccountId":{"shape":"AccountId"},
938+
"MaxResults":{"shape":"MaxResultsBudgetNotifications"},
939+
"NextToken":{"shape":"GenericString"}
940+
}
941+
},
942+
"DescribeBudgetNotificationsForAccountResponse":{
943+
"type":"structure",
944+
"members":{
945+
"BudgetNotificationsForAccount":{"shape":"BudgetNotificationsForAccountList"},
946+
"NextToken":{"shape":"GenericString"}
947+
}
948+
},
904949
"DescribeBudgetPerformanceHistoryRequest":{
905950
"type":"structure",
906951
"required":[
@@ -1140,6 +1185,12 @@
11401185
"max":100,
11411186
"min":1
11421187
},
1188+
"MaxResultsBudgetNotifications":{
1189+
"type":"integer",
1190+
"box":true,
1191+
"max":50,
1192+
"min":1
1193+
},
11431194
"NotFoundException":{
11441195
"type":"structure",
11451196
"members":{
@@ -1171,7 +1222,7 @@
11711222
},
11721223
"NotificationThreshold":{
11731224
"type":"double",
1174-
"max":40000000000,
1225+
"max":15000000000000,
11751226
"min":0
11761227
},
11771228
"NotificationType":{

models/apis/budgets/2016-10-20/docs-2.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"DescribeBudgetActionHistories": "<p> Describes a budget action history detail. </p>",
1616
"DescribeBudgetActionsForAccount": "<p> Describes all of the budget actions for an account. </p>",
1717
"DescribeBudgetActionsForBudget": "<p> Describes all of the budget actions for a budget. </p>",
18+
"DescribeBudgetNotificationsForAccount": "<p> Lists the budget names and notifications that are associated with an account. </p>",
1819
"DescribeBudgetPerformanceHistory": "<p>Describes the history for <code>DAILY</code>, <code>MONTHLY</code>, and <code>QUARTERLY</code> budgets. Budget history isn't available for <code>ANNUAL</code> budgets.</p>",
1920
"DescribeBudgets": "<p>Lists the budgets that are associated with an account.</p> <important> <p>The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudgets.html#API_DescribeBudgets_Examples\">Examples</a> section. </p> </important>",
2021
"DescribeNotificationsForBudget": "<p>Lists the notifications that are associated with a budget.</p>",
@@ -49,6 +50,7 @@
4950
"DescribeBudgetActionResponse$AccountId": null,
5051
"DescribeBudgetActionsForAccountRequest$AccountId": null,
5152
"DescribeBudgetActionsForBudgetRequest$AccountId": null,
53+
"DescribeBudgetNotificationsForAccountRequest$AccountId": null,
5254
"DescribeBudgetPerformanceHistoryRequest$AccountId": null,
5355
"DescribeBudgetRequest$AccountId": "<p>The <code>accountId</code> that is associated with the budget that you want a description of.</p>",
5456
"DescribeBudgetsRequest$AccountId": "<p>The <code>accountId</code> that is associated with the budgets that you want descriptions of.</p>",
@@ -181,6 +183,7 @@
181183
"refs": {
182184
"Action$BudgetName": null,
183185
"Budget$BudgetName": "<p>The name of a budget. The name must be unique within an account. The <code>:</code> and <code>\\</code> characters aren't allowed in <code>BudgetName</code>.</p>",
186+
"BudgetNotificationsForAccount$BudgetName": null,
184187
"BudgetPerformanceHistory$BudgetName": null,
185188
"CreateBudgetActionRequest$BudgetName": null,
186189
"CreateBudgetActionResponse$BudgetName": null,
@@ -207,6 +210,18 @@
207210
"UpdateSubscriberRequest$BudgetName": "<p>The name of the budget whose subscriber you want to update.</p>"
208211
}
209212
},
213+
"BudgetNotificationsForAccount": {
214+
"base": "<p> The budget name and associated notifications for an account. </p>",
215+
"refs": {
216+
"BudgetNotificationsForAccountList$member": null
217+
}
218+
},
219+
"BudgetNotificationsForAccountList": {
220+
"base": null,
221+
"refs": {
222+
"DescribeBudgetNotificationsForAccountResponse$BudgetNotificationsForAccount": "<p> A list of budget names and associated notifications for an account. </p>"
223+
}
224+
},
210225
"BudgetPerformanceHistory": {
211226
"base": "<p>A history of the state of a budget at the end of the budget's specified time period.</p>",
212227
"refs": {
@@ -397,6 +412,16 @@
397412
"refs": {
398413
}
399414
},
415+
"DescribeBudgetNotificationsForAccountRequest": {
416+
"base": null,
417+
"refs": {
418+
}
419+
},
420+
"DescribeBudgetNotificationsForAccountResponse": {
421+
"base": null,
422+
"refs": {
423+
}
424+
},
400425
"DescribeBudgetPerformanceHistoryRequest": {
401426
"base": null,
402427
"refs": {
@@ -497,6 +522,8 @@
497522
"DescribeBudgetActionsForAccountResponse$NextToken": null,
498523
"DescribeBudgetActionsForBudgetRequest$NextToken": null,
499524
"DescribeBudgetActionsForBudgetResponse$NextToken": null,
525+
"DescribeBudgetNotificationsForAccountRequest$NextToken": null,
526+
"DescribeBudgetNotificationsForAccountResponse$NextToken": null,
500527
"DescribeBudgetPerformanceHistoryRequest$NextToken": null,
501528
"DescribeBudgetPerformanceHistoryResponse$NextToken": null,
502529
"DescribeBudgetsRequest$NextToken": "<p>The pagination token that you include in your request to indicate the next set of results that you want to retrieve.</p>",
@@ -582,6 +609,12 @@
582609
"DescribeSubscribersForNotificationRequest$MaxResults": "<p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>"
583610
}
584611
},
612+
"MaxResultsBudgetNotifications": {
613+
"base": null,
614+
"refs": {
615+
"DescribeBudgetNotificationsForAccountRequest$MaxResults": "<p> An integer that shows how many budget name entries a paginated response contains. </p>"
616+
}
617+
},
585618
"NotFoundException": {
586619
"base": "<p>We can’t locate the resource that you specified.</p>",
587620
"refs": {
@@ -639,6 +672,7 @@
639672
"Notifications": {
640673
"base": "<p> A list of notifications.</p>",
641674
"refs": {
675+
"BudgetNotificationsForAccount$Notifications": null,
642676
"DescribeNotificationsForBudgetResponse$Notifications": "<p>A list of notifications that are associated with a budget.</p>"
643677
}
644678
},

models/apis/budgets/2016-10-20/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"output_token": "NextToken",
1919
"result_key": "Actions"
2020
},
21+
"DescribeBudgetNotificationsForAccount": {
22+
"input_token": "NextToken",
23+
"limit_key": "MaxResults",
24+
"output_token": "NextToken",
25+
"result_key": "BudgetNotificationsForAccount"
26+
},
2127
"DescribeBudgetPerformanceHistory": {
2228
"input_token": "NextToken",
2329
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)