Skip to content

Commit

Permalink
Updates SDK to v2.232.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 3, 2018
1 parent 0ca3812 commit d6fbc4e
Show file tree
Hide file tree
Showing 19 changed files with 1,517 additions and 589 deletions.
17 changes: 17 additions & 0 deletions .changes/2.232.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "This release adds support for authorizing your AWS AppSync endpoint with an OpenID Connect compliant service and also to configure your AWS AppSync endpoint to log requests to Amazon CloudWatch Logs."
},
{
"type": "feature",
"category": "CodeBuild",
"description": "CodeBuild now supports CORS. The CodeBuild service is now included in the default browser version of the SDK."
},
{
"type": "feature",
"category": "ConfigService",
"description": "Update ResourceType enum with values for Lambda, ElasticBeanstalk, WAF and ElasticLoadBalancing resources"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-CodeBuild-f194f644.json

This file was deleted.

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.231.1-->
<!--LATEST=2.232.1-->
<!--ENTRYINSERT-->

## 2.232.1
* feature: AppSync: This release adds support for authorizing your AWS AppSync endpoint with an OpenID Connect compliant service and also to configure your AWS AppSync endpoint to log requests to Amazon CloudWatch Logs.
* feature: CodeBuild: CodeBuild now supports CORS. The CodeBuild service is now included in the default browser version of the SDK.
* feature: ConfigService: Update ResourceType enum with values for Lambda, ElasticBeanstalk, WAF and ElasticLoadBalancing resources

## 2.231.1
* feature: CodePipeline: Added support for webhooks with accompanying definitions as needed in the AWS CodePipeline API Guide.
* feature: EC2: Amazon EC2 Fleet is a new feature that simplifies the provisioning of Amazon EC2 capacity across different EC2 instance types, Availability Zones, and the On-Demand, Reserved Instance, and Spot Instance purchase models. With a single API call, you can now provision capacity to achieve desired scale, performance, and cost.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.231.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.232.1.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
83 changes: 64 additions & 19 deletions apis/appsync-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,23 @@
],
"members": {
"name": {},
"logConfig": {
"shape": "Sg"
},
"authenticationType": {},
"userPoolConfig": {
"shape": "Sh"
"shape": "Sj"
},
"openIDConnectConfig": {
"shape": "Sl"
}
}
},
"output": {
"type": "structure",
"members": {
"graphqlApi": {
"shape": "Sk"
"shape": "Sn"
}
}
}
Expand Down Expand Up @@ -140,7 +146,7 @@
"type": "structure",
"members": {
"resolver": {
"shape": "Sp"
"shape": "Ss"
}
}
}
Expand Down Expand Up @@ -169,7 +175,7 @@
"type": "structure",
"members": {
"type": {
"shape": "St"
"shape": "Sw"
}
}
}
Expand Down Expand Up @@ -361,7 +367,7 @@
"type": "structure",
"members": {
"graphqlApi": {
"shape": "Sk"
"shape": "Sn"
}
}
}
Expand Down Expand Up @@ -429,7 +435,7 @@
"type": "structure",
"members": {
"resolver": {
"shape": "Sp"
"shape": "Ss"
}
}
}
Expand Down Expand Up @@ -490,7 +496,7 @@
"type": "structure",
"members": {
"type": {
"shape": "St"
"shape": "Sw"
}
}
}
Expand Down Expand Up @@ -598,7 +604,7 @@
"graphqlApis": {
"type": "list",
"member": {
"shape": "Sk"
"shape": "Sn"
}
},
"nextToken": {}
Expand Down Expand Up @@ -642,7 +648,7 @@
"resolvers": {
"type": "list",
"member": {
"shape": "Sp"
"shape": "Ss"
}
},
"nextToken": {}
Expand Down Expand Up @@ -686,7 +692,7 @@
"types": {
"type": "list",
"member": {
"shape": "St"
"shape": "Sw"
}
},
"nextToken": {}
Expand Down Expand Up @@ -813,17 +819,23 @@
"locationName": "apiId"
},
"name": {},
"logConfig": {
"shape": "Sg"
},
"authenticationType": {},
"userPoolConfig": {
"shape": "Sh"
"shape": "Sj"
},
"openIDConnectConfig": {
"shape": "Sl"
}
}
},
"output": {
"type": "structure",
"members": {
"graphqlApi": {
"shape": "Sk"
"shape": "Sn"
}
}
}
Expand Down Expand Up @@ -863,7 +875,7 @@
"type": "structure",
"members": {
"resolver": {
"shape": "Sp"
"shape": "Ss"
}
}
}
Expand Down Expand Up @@ -896,7 +908,7 @@
"type": "structure",
"members": {
"type": {
"shape": "St"
"shape": "Sw"
}
}
}
Expand Down Expand Up @@ -966,7 +978,18 @@
}
}
},
"Sh": {
"Sg": {
"type": "structure",
"required": [
"fieldLogLevel",
"cloudWatchLogsRoleArn"
],
"members": {
"fieldLogLevel": {},
"cloudWatchLogsRoleArn": {}
}
},
"Sj": {
"type": "structure",
"required": [
"userPoolId",
Expand All @@ -980,14 +1003,36 @@
"appIdClientRegex": {}
}
},
"Sk": {
"Sl": {
"type": "structure",
"required": [
"issuer"
],
"members": {
"issuer": {},
"clientId": {},
"iatTTL": {
"type": "long"
},
"authTTL": {
"type": "long"
}
}
},
"Sn": {
"type": "structure",
"members": {
"name": {},
"apiId": {},
"authenticationType": {},
"logConfig": {
"shape": "Sg"
},
"userPoolConfig": {
"shape": "Sh"
"shape": "Sj"
},
"openIDConnectConfig": {
"shape": "Sl"
},
"arn": {},
"uris": {
Expand All @@ -997,7 +1042,7 @@
}
}
},
"Sp": {
"Ss": {
"type": "structure",
"members": {
"typeName": {},
Expand All @@ -1008,7 +1053,7 @@
"responseMappingTemplate": {}
}
},
"St": {
"Sw": {
"type": "structure",
"members": {
"name": {},
Expand Down

0 comments on commit d6fbc4e

Please sign in to comment.