Skip to content

Commit

Permalink
Updates SDK to v2.590.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 13, 2019
1 parent b3d39f8 commit 7089f55
Show file tree
Hide file tree
Showing 25 changed files with 2,472 additions and 240 deletions.
17 changes: 17 additions & 0 deletions .changes/2.590.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeBuild",
"description": "CodeBuild adds support for cross account"
},
{
"type": "feature",
"category": "Detective",
"description": "This is the initial release of Amazon Detective."
},
{
"type": "feature",
"category": "SESV2",
"description": "Added the ability to use your own public-private key pair to configure DKIM authentication for a domain identity."
}
]
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.589.0-->
<!--LATEST=2.590.0-->
<!--ENTRYINSERT-->

## 2.590.0
* feature: CodeBuild: CodeBuild adds support for cross account
* feature: Detective: This is the initial release of Amazon Detective.
* feature: SESV2: Added the ability to use your own public-private key pair to configure DKIM authentication for a domain identity.

## 2.589.0
* feature: AccessAnalyzer: This release includes improvements and fixes bugs for the IAM Access Analyzer feature.

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.589.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.590.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
102 changes: 99 additions & 3 deletions apis/codebuild-2016-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,21 @@
"members": {}
}
},
"DeleteResourcePolicy": {
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteSourceCredentials": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -432,6 +447,23 @@
}
}
},
"GetResourcePolicy": {
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {}
}
},
"output": {
"type": "structure",
"members": {
"policy": {}
}
}
},
"ImportSourceCredentials": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -609,7 +641,7 @@
"type": "integer"
},
"filter": {
"shape": "S49"
"shape": "S4d"
}
}
},
Expand Down Expand Up @@ -637,7 +669,7 @@
"type": "integer"
},
"filter": {
"shape": "S49"
"shape": "S4d"
}
}
},
Expand All @@ -651,6 +683,51 @@
}
}
},
"ListSharedProjects": {
"input": {
"type": "structure",
"members": {
"sortBy": {},
"sortOrder": {},
"maxResults": {
"type": "integer"
},
"nextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"nextToken": {},
"projects": {
"type": "list",
"member": {}
}
}
}
},
"ListSharedReportGroups": {
"input": {
"type": "structure",
"members": {
"sortOrder": {},
"sortBy": {},
"nextToken": {},
"maxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"nextToken": {},
"reportGroups": {
"shape": "S2b"
}
}
}
},
"ListSourceCredentials": {
"input": {
"type": "structure",
Expand All @@ -673,6 +750,25 @@
}
}
},
"PutResourcePolicy": {
"input": {
"type": "structure",
"required": [
"policy",
"resourceArn"
],
"members": {
"policy": {},
"resourceArn": {}
}
},
"output": {
"type": "structure",
"members": {
"resourceArn": {}
}
}
},
"StartBuild": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1393,7 +1489,7 @@
"type": "list",
"member": {}
},
"S49": {
"S4d": {
"type": "structure",
"members": {
"status": {}
Expand Down
Loading

0 comments on commit 7089f55

Please sign in to comment.