Skip to content

Commit

Permalink
Updates SDK to v2.480.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 21, 2019
1 parent e9e33bc commit 0e8c7af
Show file tree
Hide file tree
Showing 20 changed files with 982 additions and 331 deletions.
12 changes: 12 additions & 0 deletions .changes/2.480.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "IAM",
"description": "We are making it easier for you to manage your permission guardrails i.e. service control policies by enabling you to retrieve the last timestamp when an AWS service was accessed within an account or AWS Organizations entity."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "Added two new origin endpoint fields for configuring which SCTE-35 messages are treated as advertisements."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.479.0-->
<!--LATEST=2.480.0-->
<!--ENTRYINSERT-->

## 2.480.0
* feature: IAM: We are making it easier for you to manage your permission guardrails i.e. service control policies by enabling you to retrieve the last timestamp when an AWS service was accessed within an account or AWS Organizations entity.
* feature: MediaPackage: Added two new origin endpoint fields for configuring which SCTE-35 messages are treated as advertisements.

## 2.479.0
* feature: ACMPCA: ACM Private CA is launching Root CAs and hierarchy management, a new feature that expands the scope of ACM Private CA from supporting only subordinate issuing CAs, to now include a full CA hierarchy that includes root CAs - the cryptographic root of trust for an organization.
* feature: Glue: Starting today, you can now use workflows in AWS Glue to author directed acyclic graphs (DAGs) of Glue triggers, crawlers and jobs. Workflows enable orchestration of your ETL workloads by building dependencies between Glue entities (triggers, crawlers and jobs). You can visually track status of the different nodes in the workflows on the console making it easier to monitor progress and troubleshoot issues. Also, you can share parameters across entities in the workflow.
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.479.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.480.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
34 changes: 17 additions & 17 deletions apis/devicefarm-2015-06-23.normal.json

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions apis/iam-2010-05-08.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,25 @@
"title": "To remove a virtual MFA device"
}
],
"GenerateOrganizationsAccessReport": [
{
"input": {
"EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example"
},
"output": {
"JobId": "examplea-1234-b567-cde8-90fg123abcd4"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "The following operation generates a report for the organizational unit ou-rge0-awexample",
"id": "generateorganizationsaccessreport-ou",
"title": "To generate a service last accessed data report for an organizational unit"
}
],
"GenerateServiceLastAccessedDetails": [
{
"input": {
Expand Down Expand Up @@ -657,6 +676,53 @@
"title": "To get password information for an IAM user"
}
],
"GetOrganizationsAccessReport": [
{
"input": {
"JobId": "examplea-1234-b567-cde8-90fg123abcd4"
},
"output": {
"AccessDetails": [
{
"EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/111122223333",
"LastAuthenticatedTime": "2019-05-25T16:29:52Z",
"Region": "us-east-1",
"ServiceName": "Amazon DynamoDB",
"ServiceNamespace": "dynamodb",
"TotalAuthenticatedEntities": 2
},
{
"EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/123456789012",
"LastAuthenticatedTime": "2019-06-15T13:12:06Z",
"Region": "us-east-1",
"ServiceName": "AWS Identity and Access Management",
"ServiceNamespace": "iam",
"TotalAuthenticatedEntities": 4
},
{
"ServiceName": "Amazon Simple Storage Service",
"ServiceNamespace": "s3",
"TotalAuthenticatedEntities": 0
}
],
"IsTruncated": false,
"JobCompletionDate": "2019-06-18T19:47:35.241Z",
"JobCreationDate": "2019-06-18T19:47:31.466Z",
"JobStatus": "COMPLETED",
"NumberOfServicesAccessible": 3,
"NumberOfServicesNotAccessed": 1
},
"comments": {
"input": {
},
"output": {
}
},
"description": "The following operation gets details about the report with the job ID: examplea-1234-b567-cde8-90fg123abcd4",
"id": "getorganizationsaccessreport-ou",
"title": "To get details from a previously generated organizational unit report"
}
],
"GetRole": [
{
"input": {
Expand Down
Loading

0 comments on commit 0e8c7af

Please sign in to comment.