Skip to content

Commit

Permalink
Updates SDK to v2.274.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 12, 2018
1 parent 33ba643 commit 279db76
Show file tree
Hide file tree
Showing 34 changed files with 2,149 additions and 271 deletions.
27 changes: 27 additions & 0 deletions .changes/2.274.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "This release adds support for configuring HTTP endpoints as data sources for your AWS AppSync GraphQL API."
},
{
"type": "feature",
"category": "CodeBuild",
"description": "Update CodeBuild CreateProject API - serviceRole is a required input "
},
{
"type": "feature",
"category": "DLM",
"description": "Amazon Data Lifecycle Manager (DLM) for EBS Snapshots provides a simple, automated way to back up data stored on Amazon EBS volumes. You can define backup and retention schedules for EBS snapshots by creating lifecycle policies based on tags. With this feature, you no longer have to rely on custom scripts to create and manage your backups. This feature is now available in the US East (N. Virginia), US West (Oregon), and Europe (Ireland) AWS regions at no additional cost."
},
{
"type": "feature",
"category": "EFS",
"description": "Amazon EFS now allows you to instantly provision the throughput required for your applications independent of the amount of data stored in your file system, allowing you to optimize throughput for your applications performance needs. Starting today, you can provision the throughput your applications require quickly with a few simple steps using AWS Console, AWS CLI or AWS API to achieve consistent performance."
},
{
"type": "feature",
"category": "IAM",
"description": "SDK release to support IAM delegated administrator feature. The feature lets customers attach permissions boundary to IAM principals. The IAM principals cannot operate exceeding the permission specified in permissions boundary."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.273.1-->
<!--LATEST=2.274.1-->
<!--ENTRYINSERT-->

## 2.274.1
* feature: AppSync: This release adds support for configuring HTTP endpoints as data sources for your AWS AppSync GraphQL API.
* feature: CodeBuild: Update CodeBuild CreateProject API - serviceRole is a required input
* feature: DLM: Amazon Data Lifecycle Manager (DLM) for EBS Snapshots provides a simple, automated way to back up data stored on Amazon EBS volumes. You can define backup and retention schedules for EBS snapshots by creating lifecycle policies based on tags. With this feature, you no longer have to rely on custom scripts to create and manage your backups. This feature is now available in the US East (N. Virginia), US West (Oregon), and Europe (Ireland) AWS regions at no additional cost.
* feature: EFS: Amazon EFS now allows you to instantly provision the throughput required for your applications independent of the amount of data stored in your file system, allowing you to optimize throughput for your applications performance needs. Starting today, you can provision the throughput your applications require quickly with a few simple steps using AWS Console, AWS CLI or AWS API to achieve consistent performance.
* feature: IAM: SDK release to support IAM delegated administrator feature. The feature lets customers attach permissions boundary to IAM principals. The IAM principals cannot operate exceeding the permission specified in permissions boundary.

## 2.273.1
* feature: APIGateway: Support for fine grain throttling for API gateway.
* feature: CostExplorer: Starting today, you can access custom Reserved Instance (RI) purchase recommendations for your Amazon Redshift, Amazon ElastiCache, and Amazon Elasticsearch reservations via AWS Cost Explorer API, in addition to accessing RI purchase recommendations for your Amazon EC2 and Amazon RDS reservations.
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.273.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.274.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
79 changes: 47 additions & 32 deletions apis/appsync-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,17 @@
},
"elasticsearchConfig": {
"shape": "Sc"
},
"httpConfig": {
"shape": "Sd"
}
}
},
"output": {
"type": "structure",
"members": {
"dataSource": {
"shape": "Se"
"shape": "Sf"
}
}
}
Expand All @@ -94,22 +97,22 @@
"members": {
"name": {},
"logConfig": {
"shape": "Sg"
"shape": "Sh"
},
"authenticationType": {},
"userPoolConfig": {
"shape": "Sj"
"shape": "Sk"
},
"openIDConnectConfig": {
"shape": "Sl"
"shape": "Sm"
}
}
},
"output": {
"type": "structure",
"members": {
"graphqlApi": {
"shape": "Sn"
"shape": "So"
}
}
}
Expand Down Expand Up @@ -146,7 +149,7 @@
"type": "structure",
"members": {
"resolver": {
"shape": "Ss"
"shape": "St"
}
}
}
Expand Down Expand Up @@ -175,7 +178,7 @@
"type": "structure",
"members": {
"type": {
"shape": "Sw"
"shape": "Sx"
}
}
}
Expand Down Expand Up @@ -341,7 +344,7 @@
"type": "structure",
"members": {
"dataSource": {
"shape": "Se"
"shape": "Sf"
}
}
}
Expand All @@ -367,7 +370,7 @@
"type": "structure",
"members": {
"graphqlApi": {
"shape": "Sn"
"shape": "So"
}
}
}
Expand Down Expand Up @@ -435,7 +438,7 @@
"type": "structure",
"members": {
"resolver": {
"shape": "Ss"
"shape": "St"
}
}
}
Expand Down Expand Up @@ -496,7 +499,7 @@
"type": "structure",
"members": {
"type": {
"shape": "Sw"
"shape": "Sx"
}
}
}
Expand Down Expand Up @@ -572,7 +575,7 @@
"dataSources": {
"type": "list",
"member": {
"shape": "Se"
"shape": "Sf"
}
},
"nextToken": {}
Expand Down Expand Up @@ -604,7 +607,7 @@
"graphqlApis": {
"type": "list",
"member": {
"shape": "Sn"
"shape": "So"
}
},
"nextToken": {}
Expand Down Expand Up @@ -648,7 +651,7 @@
"resolvers": {
"type": "list",
"member": {
"shape": "Ss"
"shape": "St"
}
},
"nextToken": {}
Expand Down Expand Up @@ -692,7 +695,7 @@
"types": {
"type": "list",
"member": {
"shape": "Sw"
"shape": "Sx"
}
},
"nextToken": {}
Expand Down Expand Up @@ -791,14 +794,17 @@
},
"elasticsearchConfig": {
"shape": "Sc"
},
"httpConfig": {
"shape": "Sd"
}
}
},
"output": {
"type": "structure",
"members": {
"dataSource": {
"shape": "Se"
"shape": "Sf"
}
}
}
Expand All @@ -820,22 +826,22 @@
},
"name": {},
"logConfig": {
"shape": "Sg"
"shape": "Sh"
},
"authenticationType": {},
"userPoolConfig": {
"shape": "Sj"
"shape": "Sk"
},
"openIDConnectConfig": {
"shape": "Sl"
"shape": "Sm"
}
}
},
"output": {
"type": "structure",
"members": {
"graphqlApi": {
"shape": "Sn"
"shape": "So"
}
}
}
Expand Down Expand Up @@ -875,7 +881,7 @@
"type": "structure",
"members": {
"resolver": {
"shape": "Ss"
"shape": "St"
}
}
}
Expand Down Expand Up @@ -908,7 +914,7 @@
"type": "structure",
"members": {
"type": {
"shape": "Sw"
"shape": "Sx"
}
}
}
Expand Down Expand Up @@ -959,7 +965,13 @@
"awsRegion": {}
}
},
"Se": {
"Sd": {
"type": "structure",
"members": {
"endpoint": {}
}
},
"Sf": {
"type": "structure",
"members": {
"dataSourceArn": {},
Expand All @@ -975,10 +987,13 @@
},
"elasticsearchConfig": {
"shape": "Sc"
},
"httpConfig": {
"shape": "Sd"
}
}
},
"Sg": {
"Sh": {
"type": "structure",
"required": [
"fieldLogLevel",
Expand All @@ -989,7 +1004,7 @@
"cloudWatchLogsRoleArn": {}
}
},
"Sj": {
"Sk": {
"type": "structure",
"required": [
"userPoolId",
Expand All @@ -1003,7 +1018,7 @@
"appIdClientRegex": {}
}
},
"Sl": {
"Sm": {
"type": "structure",
"required": [
"issuer"
Expand All @@ -1019,20 +1034,20 @@
}
}
},
"Sn": {
"So": {
"type": "structure",
"members": {
"name": {},
"apiId": {},
"authenticationType": {},
"logConfig": {
"shape": "Sg"
"shape": "Sh"
},
"userPoolConfig": {
"shape": "Sj"
"shape": "Sk"
},
"openIDConnectConfig": {
"shape": "Sl"
"shape": "Sm"
},
"arn": {},
"uris": {
Expand All @@ -1042,7 +1057,7 @@
}
}
},
"Ss": {
"St": {
"type": "structure",
"members": {
"typeName": {},
Expand All @@ -1053,7 +1068,7 @@
"responseMappingTemplate": {}
}
},
"Sw": {
"Sx": {
"type": "structure",
"members": {
"name": {},
Expand Down
Loading

0 comments on commit 279db76

Please sign in to comment.