Skip to content

Commit

Permalink
Updates SDK to v2.1077.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 18, 2022
1 parent a231b94 commit 6fce545
Show file tree
Hide file tree
Showing 18 changed files with 688 additions and 470 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1077.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Budgets",
"description": "This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account"
},
{
"type": "feature",
"category": "Transfer",
"description": "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."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1076.0-->
<!--LATEST=2.1077.0-->
<!--ENTRYINSERT-->

## 2.1077.0
* feature: Budgets: This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account
* feature: Transfer: 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.

## 2.1076.0
* feature: Backup: AWS Backup add new S3_BACKUP_OBJECT_FAILED and S3_RESTORE_OBJECT_FAILED event types in BackupVaultNotifications events list.
* feature: Evidently: Add support for filtering list of experiments and launches by status
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1076.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1077.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
44 changes: 40 additions & 4 deletions apis/budgets-2016-10-20.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,39 @@
}
}
},
"DescribeBudgetNotificationsForAccount": {
"input": {
"type": "structure",
"required": [
"AccountId"
],
"members": {
"AccountId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"BudgetNotificationsForAccount": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Notifications": {
"shape": "S2o"
},
"BudgetName": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeBudgetPerformanceHistory": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -513,10 +546,7 @@
"type": "structure",
"members": {
"Notifications": {
"type": "list",
"member": {
"shape": "Sp"
}
"shape": "S2o"
},
"NextToken": {}
}
Expand Down Expand Up @@ -992,6 +1022,12 @@
"member": {
"shape": "S1x"
}
},
"S2o": {
"type": "list",
"member": {
"shape": "Sp"
}
}
}
}
91 changes: 90 additions & 1 deletion apis/budgets-2016-10-20.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,40 @@
],
"documentation": "<p> Describes all of the budget actions for a budget. </p>"
},
"DescribeBudgetNotificationsForAccount": {
"name": "DescribeBudgetNotificationsForAccount",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "DescribeBudgetNotificationsForAccountRequest"
},
"output": {
"shape": "DescribeBudgetNotificationsForAccountResponse"
},
"errors": [
{
"shape": "InternalErrorException"
},
{
"shape": "InvalidParameterException"
},
{
"shape": "NotFoundException"
},
{
"shape": "InvalidNextTokenException"
},
{
"shape": "ExpiredNextTokenException"
},
{
"shape": "AccessDeniedException"
}
],
"documentation": "<p> Lists the budget names and notifications that are associated with an account. </p>"
},
"DescribeBudgetPerformanceHistory": {
"name": "DescribeBudgetPerformanceHistory",
"http": {
Expand Down Expand Up @@ -974,6 +1008,25 @@
"min": 1,
"pattern": "[^:\\\\]+"
},
"BudgetNotificationsForAccount": {
"type": "structure",
"members": {
"Notifications": {
"shape": "Notifications"
},
"BudgetName": {
"shape": "BudgetName"
}
},
"documentation": "<p> The budget name and associated notifications for an account. </p>"
},
"BudgetNotificationsForAccountList": {
"type": "list",
"member": {
"shape": "BudgetNotificationsForAccount"
},
"max": 50
},
"BudgetPerformanceHistory": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1582,6 +1635,36 @@
}
}
},
"DescribeBudgetNotificationsForAccountRequest": {
"type": "structure",
"required": [
"AccountId"
],
"members": {
"AccountId": {
"shape": "AccountId"
},
"MaxResults": {
"shape": "MaxResultsBudgetNotifications",
"documentation": "<p> An integer that shows how many budget name entries a paginated response contains. </p>"
},
"NextToken": {
"shape": "GenericString"
}
}
},
"DescribeBudgetNotificationsForAccountResponse": {
"type": "structure",
"members": {
"BudgetNotificationsForAccount": {
"shape": "BudgetNotificationsForAccountList",
"documentation": "<p> A list of budget names and associated notifications for an account. </p>"
},
"NextToken": {
"shape": "GenericString"
}
}
},
"DescribeBudgetPerformanceHistoryRequest": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1930,6 +2013,12 @@
"max": 100,
"min": 1
},
"MaxResultsBudgetNotifications": {
"type": "integer",
"box": true,
"max": 50,
"min": 1
},
"Notification": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1971,7 +2060,7 @@
"NotificationThreshold": {
"type": "double",
"documentation": "<p> The threshold of a notification.</p>",
"max": 40000000000,
"max": 15000000000000,
"min": 0
},
"NotificationType": {
Expand Down
6 changes: 6 additions & 0 deletions apis/budgets-2016-10-20.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"output_token": "NextToken",
"result_key": "Actions"
},
"DescribeBudgetNotificationsForAccount": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "BudgetNotificationsForAccount"
},
"DescribeBudgetPerformanceHistory": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down
Loading

0 comments on commit 6fce545

Please sign in to comment.