Skip to content

Commit

Permalink
Updates SDK to v2.829.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 19, 2021
1 parent d594d37 commit fa59e16
Show file tree
Hide file tree
Showing 19 changed files with 1,589 additions and 783 deletions.
17 changes: 17 additions & 0 deletions .changes/2.829.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ACMPCA",
"description": "ACM Private CA is launching additional certificate templates and API parameters. This allows customers to create custom certificates for their identity and secure communication use cases."
},
{
"type": "feature",
"category": "Chime",
"description": "Add support for specifying ChimeBearer header as part of the request for Amazon Chime SDK messaging APIs. Documentation updates."
},
{
"type": "feature",
"category": "ECS",
"description": "This release adds support to include task definition metadata information such as registeredAt, deregisteredAt, registeredBy as part of DescribeTaskDefinition API."
}
]
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.828.0-->
<!--LATEST=2.829.0-->
<!--ENTRYINSERT-->

## 2.829.0
* feature: ACMPCA: ACM Private CA is launching additional certificate templates and API parameters. This allows customers to create custom certificates for their identity and secure communication use cases.
* feature: Chime: Add support for specifying ChimeBearer header as part of the request for Amazon Chime SDK messaging APIs. Documentation updates.
* feature: ECS: This release adds support to include task definition metadata information such as registeredAt, deregisteredAt, registeredBy as part of DescribeTaskDefinition API.

## 2.828.0
* feature: CognitoIdentity: Add Attributes For Access Control support for Amazon Cognito Identity Pools to facilitate access to AWS resources based on attributes from social and corporate identity providers
* feature: Pinpoint: Customers can create segments using 5 new filters. Filters can check for the presence of a substring in attributes and can perform time-based comparisons formatted as ISO_INSTANT datetimes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.828.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.829.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
224 changes: 151 additions & 73 deletions apis/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,24 +265,83 @@
"Validity"
],
"members": {
"ApiPassthrough": {
"type": "structure",
"members": {
"Extensions": {
"type": "structure",
"members": {
"CertificatePolicies": {
"type": "list",
"member": {
"type": "structure",
"required": [
"CertPolicyId"
],
"members": {
"CertPolicyId": {},
"PolicyQualifiers": {
"type": "list",
"member": {
"type": "structure",
"required": [
"PolicyQualifierId",
"Qualifier"
],
"members": {
"PolicyQualifierId": {},
"Qualifier": {
"type": "structure",
"required": [
"CpsUri"
],
"members": {
"CpsUri": {}
}
}
}
}
}
}
}
},
"ExtendedKeyUsage": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ExtendedKeyUsageType": {},
"ExtendedKeyUsageObjectIdentifier": {}
}
}
},
"KeyUsage": {
"shape": "Sf"
},
"SubjectAlternativeNames": {
"type": "list",
"member": {
"shape": "Sm"
}
}
}
},
"Subject": {
"shape": "S5"
}
}
},
"CertificateAuthorityArn": {},
"Csr": {
"type": "blob"
},
"SigningAlgorithm": {},
"TemplateArn": {},
"Validity": {
"type": "structure",
"required": [
"Value",
"Type"
],
"members": {
"Value": {
"type": "long"
},
"Type": {}
}
"shape": "S2m"
},
"ValidityNotBefore": {
"shape": "S2m"
},
"IdempotencyToken": {}
}
Expand Down Expand Up @@ -485,36 +544,7 @@
"type": "structure",
"members": {
"KeyUsage": {
"type": "structure",
"members": {
"DigitalSignature": {
"type": "boolean"
},
"NonRepudiation": {
"type": "boolean"
},
"KeyEncipherment": {
"type": "boolean"
},
"DataEncipherment": {
"type": "boolean"
},
"KeyAgreement": {
"type": "boolean"
},
"KeyCertSign": {
"type": "boolean"
},
"CRLSign": {
"type": "boolean"
},
"EncipherOnly": {
"type": "boolean"
},
"DecipherOnly": {
"type": "boolean"
}
}
"shape": "Sf"
},
"SubjectInformationAccess": {
"type": "list",
Expand All @@ -533,38 +563,7 @@
}
},
"AccessLocation": {
"type": "structure",
"members": {
"OtherName": {
"type": "structure",
"required": [
"TypeId",
"Value"
],
"members": {
"TypeId": {},
"Value": {}
}
},
"Rfc822Name": {},
"DnsName": {},
"DirectoryName": {
"shape": "S5"
},
"EdiPartyName": {
"type": "structure",
"required": [
"PartyName"
],
"members": {
"PartyName": {},
"NameAssigner": {}
}
},
"UniformResourceIdentifier": {},
"IpAddress": {},
"RegisteredId": {}
}
"shape": "Sm"
}
}
}
Expand Down Expand Up @@ -592,6 +591,72 @@
"GenerationQualifier": {}
}
},
"Sf": {
"type": "structure",
"members": {
"DigitalSignature": {
"type": "boolean"
},
"NonRepudiation": {
"type": "boolean"
},
"KeyEncipherment": {
"type": "boolean"
},
"DataEncipherment": {
"type": "boolean"
},
"KeyAgreement": {
"type": "boolean"
},
"KeyCertSign": {
"type": "boolean"
},
"CRLSign": {
"type": "boolean"
},
"EncipherOnly": {
"type": "boolean"
},
"DecipherOnly": {
"type": "boolean"
}
}
},
"Sm": {
"type": "structure",
"members": {
"OtherName": {
"type": "structure",
"required": [
"TypeId",
"Value"
],
"members": {
"TypeId": {},
"Value": {}
}
},
"Rfc822Name": {},
"DnsName": {},
"DirectoryName": {
"shape": "S5"
},
"EdiPartyName": {
"type": "structure",
"required": [
"PartyName"
],
"members": {
"PartyName": {},
"NameAssigner": {}
}
},
"UniformResourceIdentifier": {},
"IpAddress": {},
"RegisteredId": {}
}
},
"Ss": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -661,6 +726,19 @@
"type": "timestamp"
}
}
},
"S2m": {
"type": "structure",
"required": [
"Value",
"Type"
],
"members": {
"Value": {
"type": "long"
},
"Type": {}
}
}
}
}
Loading

0 comments on commit fa59e16

Please sign in to comment.