Skip to content

Commit

Permalink
Updates SDK to v2.1075.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 16, 2022
1 parent aeb6c8b commit c64bf89
Show file tree
Hide file tree
Showing 21 changed files with 450 additions and 294 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1075.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Budgets",
"description": "Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers."
},
{
"type": "feature",
"category": "Glue",
"description": "Support for optimistic locking in UpdateTable"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1074.0-->
<!--LATEST=2.1075.0-->
<!--ENTRYINSERT-->

## 2.1075.0
* feature: Budgets: Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
* feature: CostExplorer: AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.
* feature: Glue: Support for optimistic locking in UpdateTable

## 2.1074.0
* bugfix: ParamValidator: Fix the validation error when assign non-object values to member with document trait
* feature: Appflow: Launching Amazon AppFlow SAP as a destination connector SDK.
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.1074.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1075.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
110 changes: 68 additions & 42 deletions apis/budgets-2016-10-20.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
],
"members": {
"Notification": {
"shape": "Sl"
"shape": "Sp"
},
"Subscribers": {
"shape": "Sr"
"shape": "Sv"
}
}
}
Expand Down Expand Up @@ -70,15 +70,15 @@
"NotificationType": {},
"ActionType": {},
"ActionThreshold": {
"shape": "Sy"
"shape": "S12"
},
"Definition": {
"shape": "Sz"
"shape": "S13"
},
"ExecutionRoleArn": {},
"ApprovalModel": {},
"Subscribers": {
"shape": "Sr"
"shape": "Sv"
}
}
},
Expand Down Expand Up @@ -109,10 +109,10 @@
"AccountId": {},
"BudgetName": {},
"Notification": {
"shape": "Sl"
"shape": "Sp"
},
"Subscribers": {
"shape": "Sr"
"shape": "Sv"
}
}
},
Expand All @@ -134,10 +134,10 @@
"AccountId": {},
"BudgetName": {},
"Notification": {
"shape": "Sl"
"shape": "Sp"
},
"Subscriber": {
"shape": "Ss"
"shape": "Sw"
}
}
},
Expand Down Expand Up @@ -188,7 +188,7 @@
"AccountId": {},
"BudgetName": {},
"Action": {
"shape": "S1t"
"shape": "S1x"
}
}
}
Expand All @@ -205,7 +205,7 @@
"AccountId": {},
"BudgetName": {},
"Notification": {
"shape": "Sl"
"shape": "Sp"
}
}
},
Expand All @@ -227,10 +227,10 @@
"AccountId": {},
"BudgetName": {},
"Notification": {
"shape": "Sl"
"shape": "Sp"
},
"Subscriber": {
"shape": "Ss"
"shape": "Sw"
}
}
},
Expand Down Expand Up @@ -285,7 +285,7 @@
"AccountId": {},
"BudgetName": {},
"Action": {
"shape": "S1t"
"shape": "S1x"
}
}
}
Expand Down Expand Up @@ -342,7 +342,7 @@
"members": {
"Message": {},
"Action": {
"shape": "S1t"
"shape": "S1x"
}
}
}
Expand Down Expand Up @@ -374,7 +374,7 @@
],
"members": {
"Actions": {
"shape": "S2c"
"shape": "S2g"
},
"NextToken": {}
}
Expand Down Expand Up @@ -403,7 +403,7 @@
],
"members": {
"Actions": {
"shape": "S2c"
"shape": "S2g"
},
"NextToken": {}
}
Expand Down Expand Up @@ -515,7 +515,7 @@
"Notifications": {
"type": "list",
"member": {
"shape": "Sl"
"shape": "Sp"
}
},
"NextToken": {}
Expand All @@ -534,7 +534,7 @@
"AccountId": {},
"BudgetName": {},
"Notification": {
"shape": "Sl"
"shape": "Sp"
},
"MaxResults": {
"type": "integer"
Expand All @@ -546,7 +546,7 @@
"type": "structure",
"members": {
"Subscribers": {
"shape": "Sr"
"shape": "Sv"
},
"NextToken": {}
}
Expand Down Expand Up @@ -617,15 +617,15 @@
"ActionId": {},
"NotificationType": {},
"ActionThreshold": {
"shape": "Sy"
"shape": "S12"
},
"Definition": {
"shape": "Sz"
"shape": "S13"
},
"ExecutionRoleArn": {},
"ApprovalModel": {},
"Subscribers": {
"shape": "Sr"
"shape": "Sv"
}
}
},
Expand All @@ -641,10 +641,10 @@
"AccountId": {},
"BudgetName": {},
"OldAction": {
"shape": "S1t"
"shape": "S1x"
},
"NewAction": {
"shape": "S1t"
"shape": "S1x"
}
}
}
Expand All @@ -662,10 +662,10 @@
"AccountId": {},
"BudgetName": {},
"OldNotification": {
"shape": "Sl"
"shape": "Sp"
},
"NewNotification": {
"shape": "Sl"
"shape": "Sp"
}
}
},
Expand All @@ -688,13 +688,13 @@
"AccountId": {},
"BudgetName": {},
"Notification": {
"shape": "Sl"
"shape": "Sp"
},
"OldSubscriber": {
"shape": "Ss"
"shape": "Sw"
},
"NewSubscriber": {
"shape": "Ss"
"shape": "Sw"
}
}
},
Expand Down Expand Up @@ -751,6 +751,32 @@
"BudgetType": {},
"LastUpdatedTime": {
"type": "timestamp"
},
"AutoAdjustData": {
"type": "structure",
"required": [
"AutoAdjustType"
],
"members": {
"AutoAdjustType": {},
"HistoricalOptions": {
"type": "structure",
"required": [
"BudgetAdjustmentPeriod"
],
"members": {
"BudgetAdjustmentPeriod": {
"type": "integer"
},
"LookBackAvailablePeriods": {
"type": "integer"
}
}
},
"LastAutoAdjustTime": {
"type": "timestamp"
}
}
}
}
},
Expand Down Expand Up @@ -822,7 +848,7 @@
}
}
},
"Sl": {
"Sp": {
"type": "structure",
"required": [
"NotificationType",
Expand All @@ -839,13 +865,13 @@
"NotificationState": {}
}
},
"Sr": {
"Sv": {
"type": "list",
"member": {
"shape": "Ss"
"shape": "Sw"
}
},
"Ss": {
"Sw": {
"type": "structure",
"required": [
"SubscriptionType",
Expand All @@ -859,7 +885,7 @@
}
}
},
"Sy": {
"S12": {
"type": "structure",
"required": [
"ActionThresholdValue",
Expand All @@ -872,7 +898,7 @@
"ActionThresholdType": {}
}
},
"Sz": {
"S13": {
"type": "structure",
"members": {
"IamActionDefinition": {
Expand Down Expand Up @@ -928,7 +954,7 @@
}
}
},
"S1t": {
"S1x": {
"type": "structure",
"required": [
"ActionId",
Expand All @@ -948,23 +974,23 @@
"NotificationType": {},
"ActionType": {},
"ActionThreshold": {
"shape": "Sy"
"shape": "S12"
},
"Definition": {
"shape": "Sz"
"shape": "S13"
},
"ExecutionRoleArn": {},
"ApprovalModel": {},
"Status": {},
"Subscribers": {
"shape": "Sr"
"shape": "Sv"
}
}
},
"S2c": {
"S2g": {
"type": "list",
"member": {
"shape": "S1t"
"shape": "S1x"
}
}
}
Expand Down
Loading

0 comments on commit c64bf89

Please sign in to comment.