Skip to content

Commit

Permalink
Updates SDK to v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 6, 2017
1 parent 440ed1e commit cd6f728
Show file tree
Hide file tree
Showing 18 changed files with 337 additions and 188 deletions.
12 changes: 12 additions & 0 deletions .changes/2.23.0.json
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Budgets",
"description": "When creating or editing a budget via the AWS Budgets API you can define notifications that are sent to subscribers when the actual or forecasted value for cost or usage exceeds the notificationThreshold associated with the budget notification object. Starting today, the maximum allowed value for the notificationThreshold was raised from 100 to 300. This change was made to give you more flexibility when setting budget notifications."
},
{
"type": "feature",
"category": "OpsWorksCM",
"description": "OpsWorks for Chef Automate has added a new field \"AssociatePublicIpAddress\" to the CreateServer request, \"CloudFormationStackArn\" to the Server model and \"TERMINATED\" server state."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.22.0-->
<!--LATEST=2.23.0-->
<!--ENTRYINSERT-->

## 2.23.0
* feature: Budgets: When creating or editing a budget via the AWS Budgets API you can define notifications that are sent to subscribers when the actual or forecasted value for cost or usage exceeds the notificationThreshold associated with the budget notification object. Starting today, the maximum allowed value for the notificationThreshold was raised from 100 to 300. This change was made to give you more flexibility when setting budget notifications.
* feature: OpsWorksCM: OpsWorks for Chef Automate has added a new field "AssociatePublicIpAddress" to the CreateServer request, "CloudFormationStackArn" to the Server model and "TERMINATED" server state.

## 2.22.0
* bugfix: MechanicalTurkRequester: Rename MechanicalTurkRequester to MTurk

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ to work with the new major version.
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.22.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.23.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
7 changes: 4 additions & 3 deletions apis/budgets-2016-10-20.normal.json
Expand Up @@ -57,7 +57,8 @@
{"shape":"InternalErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"CreationLimitExceededException"},
{"shape":"DuplicateRecordException"}
{"shape":"DuplicateRecordException"},
{"shape":"NotFoundException"}
],
"documentation":"Create a new Subscriber for a notification"
},
Expand Down Expand Up @@ -606,7 +607,7 @@
"NotificationThreshold":{
"type":"double",
"documentation":"The threshold of the a notification. It should be a number between 0 and 100.",
"max":100,
"max":300,
"min":0.1
},
"NotificationType":{
Expand Down Expand Up @@ -643,7 +644,7 @@
"NumericValue":{
"type":"string",
"documentation":"A string to represent NumericValue.",
"pattern":"[0-9]+(\\.)?[0-9]*"
"pattern":"[0-9]*(\\.)?[0-9]+"
},
"Spend":{
"type":"structure",
Expand Down
4 changes: 4 additions & 0 deletions apis/budgets-2016-10-20.paginators.json
@@ -0,0 +1,4 @@
{
"pagination": {
}
}
20 changes: 10 additions & 10 deletions apis/cloudtrail-2013-11-01.normal.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apis/cloudtrail-2013-11-01.paginators.json
Expand Up @@ -5,9 +5,9 @@
},
"LookupEvents": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Events"
}
}
}
}
53 changes: 34 additions & 19 deletions apis/opsworkscm-2016-11-01.min.json
Expand Up @@ -18,7 +18,8 @@
"type": "structure",
"required": [
"ServerName",
"NodeName"
"NodeName",
"EngineAttributes"
],
"members": {
"ServerName": {},
Expand Down Expand Up @@ -50,7 +51,7 @@
"type": "structure",
"members": {
"Backup": {
"shape": "Sb"
"shape": "Sd"
}
}
}
Expand All @@ -61,9 +62,13 @@
"required": [
"ServerName",
"InstanceProfileArn",
"InstanceType",
"ServiceRoleArn"
],
"members": {
"AssociatePublicIpAddress": {
"type": "boolean"
},
"DisableAutomatedBackup": {
"type": "boolean"
},
Expand All @@ -83,11 +88,11 @@
"PreferredMaintenanceWindow": {},
"PreferredBackupWindow": {},
"SecurityGroupIds": {
"shape": "Sh"
"shape": "Sj"
},
"ServiceRoleArn": {},
"SubnetIds": {
"shape": "Sh"
"shape": "Sj"
},
"BackupId": {}
}
Expand All @@ -96,7 +101,7 @@
"type": "structure",
"members": {
"Server": {
"shape": "Sq"
"shape": "Ss"
}
}
}
Expand Down Expand Up @@ -175,7 +180,7 @@
"Backups": {
"type": "list",
"member": {
"shape": "Sb"
"shape": "Sd"
}
},
"NextToken": {}
Expand Down Expand Up @@ -253,7 +258,7 @@
"Servers": {
"type": "list",
"member": {
"shape": "Sq"
"shape": "Ss"
}
},
"NextToken": {}
Expand Down Expand Up @@ -315,7 +320,7 @@
"type": "structure",
"members": {
"Server": {
"shape": "Sq"
"shape": "Ss"
}
}
}
Expand All @@ -342,7 +347,7 @@
"type": "structure",
"members": {
"Server": {
"shape": "Sq"
"shape": "Ss"
}
}
}
Expand All @@ -364,7 +369,7 @@
"type": "structure",
"members": {
"Server": {
"shape": "Sq"
"shape": "Ss"
}
}
}
Expand All @@ -377,11 +382,14 @@
"type": "structure",
"members": {
"Name": {},
"Value": {}
"Value": {
"type": "string",
"sensitive": true
}
}
}
},
"Sb": {
"Sd": {
"type": "structure",
"members": {
"BackupArn": {},
Expand All @@ -400,38 +408,45 @@
"PreferredBackupWindow": {},
"PreferredMaintenanceWindow": {},
"S3DataSize": {
"deprecated": true,
"type": "integer"
},
"S3DataUrl": {},
"S3DataUrl": {
"deprecated": true
},
"S3LogUrl": {},
"SecurityGroupIds": {
"shape": "Sh"
"shape": "Sj"
},
"ServerName": {},
"ServiceRoleArn": {},
"Status": {},
"StatusDescription": {},
"SubnetIds": {
"shape": "Sh"
"shape": "Sj"
},
"ToolsVersion": {},
"UserArn": {}
}
},
"Sh": {
"Sj": {
"type": "list",
"member": {}
},
"Sq": {
"Ss": {
"type": "structure",
"members": {
"AssociatePublicIpAddress": {
"type": "boolean"
},
"BackupRetentionCount": {
"type": "integer"
},
"ServerName": {},
"CreatedAt": {
"type": "timestamp"
},
"CloudFormationStackArn": {},
"DisableAutomatedBackup": {
"type": "boolean"
},
Expand All @@ -449,13 +464,13 @@
"PreferredMaintenanceWindow": {},
"PreferredBackupWindow": {},
"SecurityGroupIds": {
"shape": "Sh"
"shape": "Sj"
},
"ServiceRoleArn": {},
"Status": {},
"StatusReason": {},
"SubnetIds": {
"shape": "Sh"
"shape": "Sj"
},
"ServerArn": {}
}
Expand Down

0 comments on commit cd6f728

Please sign in to comment.