Skip to content

Commit

Permalink
Updates SDK to v2.735.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 17, 2020
1 parent daefd06 commit e7fe765
Show file tree
Hide file tree
Showing 32 changed files with 6,229 additions and 1,177 deletions.
32 changes: 32 additions & 0 deletions .changes/2.735.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ACM",
"description": "ACM provides support for the new Private CA feature Cross-account CA sharing. ACM users can issue certificates signed by a private CA belonging to another account where the CA was shared with them."
},
{
"type": "feature",
"category": "ACMPCA",
"description": "ACM Private CA is launching cross-account support. This allows customers to share their private CAs with other accounts, AWS Organizations, and organizational units to issue end-entity certificates."
},
{
"type": "feature",
"category": "ECR",
"description": "This feature adds support for pushing and pulling Open Container Initiative (OCI) artifacts."
},
{
"type": "feature",
"category": "Kinesis",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Amazon QuickSight now supports programmatic creation and management of analyses with new APIs."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "This release introduces RoboMaker Simulation WorldForge, a capability that automatically generates one or more simulation worlds."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.734.0-->
<!--LATEST=2.735.0-->
<!--ENTRYINSERT-->

## 2.735.0
* feature: ACM: ACM provides support for the new Private CA feature Cross-account CA sharing. ACM users can issue certificates signed by a private CA belonging to another account where the CA was shared with them.
* feature: ACMPCA: ACM Private CA is launching cross-account support. This allows customers to share their private CAs with other accounts, AWS Organizations, and organizational units to issue end-entity certificates.
* feature: ECR: This feature adds support for pushing and pulling Open Container Initiative (OCI) artifacts.
* feature: Kinesis: Updates API to latest version.
* feature: QuickSight: Amazon QuickSight now supports programmatic creation and management of analyses with new APIs.
* feature: RoboMaker: This release introduces RoboMaker Simulation WorldForge, a capability that automatically generates one or more simulation worlds.

## 2.734.0
* bugfix: ErrorParser: fix UnknownEndpoint exception not thrown in Node14(#3393)
* feature: AppStream: Adds support for the Desktop View 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.734.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.735.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
1 change: 1 addition & 0 deletions apis/acm-2015-12-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@
"PCA_INVALID_ARGS",
"PCA_INVALID_DURATION",
"PCA_ACCESS_DENIED",
"SLR_NOT_FOUND",
"OTHER"
]
},
Expand Down
57 changes: 50 additions & 7 deletions apis/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S10"
"shape": "S11"
}
}
}
Expand Down Expand Up @@ -111,6 +111,17 @@
}
}
},
"DeletePolicy": {
"input": {
"type": "structure",
"required": [
"ResourceArn"
],
"members": {
"ResourceArn": {}
}
}
},
"DescribeCertificateAuthority": {
"input": {
"type": "structure",
Expand All @@ -125,7 +136,7 @@
"type": "structure",
"members": {
"CertificateAuthority": {
"shape": "S17"
"shape": "S19"
}
}
}
Expand Down Expand Up @@ -209,6 +220,23 @@
}
}
},
"GetPolicy": {
"input": {
"type": "structure",
"required": [
"ResourceArn"
],
"members": {
"ResourceArn": {}
}
},
"output": {
"type": "structure",
"members": {
"Policy": {}
}
}
},
"ImportCertificateAuthorityCertificate": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -274,7 +302,8 @@
"NextToken": {},
"MaxResults": {
"type": "integer"
}
},
"ResourceOwner": {}
}
},
"output": {
Expand All @@ -283,7 +312,7 @@
"CertificateAuthorities": {
"type": "list",
"member": {
"shape": "S17"
"shape": "S19"
}
},
"NextToken": {}
Expand Down Expand Up @@ -319,7 +348,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S10"
"shape": "S11"
},
"Policy": {}
}
Expand Down Expand Up @@ -353,6 +382,19 @@
}
}
},
"PutPolicy": {
"input": {
"type": "structure",
"required": [
"ResourceArn",
"Policy"
],
"members": {
"ResourceArn": {},
"Policy": {}
}
}
},
"RestoreCertificateAuthority": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -491,14 +533,15 @@
}
}
},
"S10": {
"S11": {
"type": "list",
"member": {}
},
"S17": {
"S19": {
"type": "structure",
"members": {
"Arn": {},
"OwnerAccount": {},
"CreatedAt": {
"type": "timestamp"
},
Expand Down
Loading

0 comments on commit e7fe765

Please sign in to comment.