Skip to content

Commit

Permalink
Updates SDK to v2.819.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 29, 2020
1 parent 14049b0 commit b2c88d6
Show file tree
Hide file tree
Showing 15 changed files with 719 additions and 167 deletions.
12 changes: 12 additions & 0 deletions .changes/2.819.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "ACMPCA",
"description": "This release adds a new parameter \"CsrExtensions\" in the \"CertificateAuthorityConfiguration\" data structure, which allows customers to add the addition of KU and SIA into the CA CSR."
},
{
"type": "feature",
"category": "ApiGatewayV2",
"description": "Amazon API Gateway now supports data mapping for HTTP APIs which allows customers to modify HTTP Request before sending it to their integration and HTTP Response before sending it to the invoker."
}
]
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.818.0-->
<!--LATEST=2.819.0-->
<!--ENTRYINSERT-->

## 2.819.0
* feature: ACMPCA: This release adds a new parameter "CsrExtensions" in the "CertificateAuthorityConfiguration" data structure, which allows customers to add the addition of KU and SIA into the CA CSR.
* feature: ApiGatewayV2: Amazon API Gateway now supports data mapping for HTTP APIs which allows customers to modify HTTP Request before sending it to their integration and HTTP Response before sending it to the invoker.

## 2.818.0
* feature: CloudFront: Amazon CloudFront has deprecated the CreateStreamingDistribution and CreateStreamingDistributionWithTags APIs as part of discontinuing support for Real-Time Messaging Protocol (RTMP) distributions.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.818.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.819.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
151 changes: 122 additions & 29 deletions apis/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"shape": "S2"
},
"RevocationConfiguration": {
"shape": "Se"
"shape": "Ss"
},
"CertificateAuthorityType": {},
"IdempotencyToken": {},
"Tags": {
"shape": "Sm"
"shape": "Sy"
}
}
},
Expand Down Expand Up @@ -78,7 +78,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S11"
"shape": "S1d"
}
}
}
Expand Down Expand Up @@ -136,7 +136,7 @@
"type": "structure",
"members": {
"CertificateAuthority": {
"shape": "S19"
"shape": "S1l"
}
}
}
Expand Down Expand Up @@ -312,7 +312,7 @@
"CertificateAuthorities": {
"type": "list",
"member": {
"shape": "S19"
"shape": "S1l"
}
},
"NextToken": {}
Expand Down Expand Up @@ -348,7 +348,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S11"
"shape": "S1d"
},
"Policy": {}
}
Expand Down Expand Up @@ -376,7 +376,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "Sm"
"shape": "Sy"
},
"NextToken": {}
}
Expand Down Expand Up @@ -431,7 +431,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "Sm"
"shape": "Sy"
}
}
}
Expand All @@ -446,7 +446,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "Sm"
"shape": "Sy"
}
}
}
Expand All @@ -460,7 +460,7 @@
"members": {
"CertificateAuthorityArn": {},
"RevocationConfiguration": {
"shape": "Se"
"shape": "Ss"
},
"Status": {}
}
Expand All @@ -479,27 +479,120 @@
"KeyAlgorithm": {},
"SigningAlgorithm": {},
"Subject": {
"shape": "S5"
},
"CsrExtensions": {
"type": "structure",
"members": {
"Country": {},
"Organization": {},
"OrganizationalUnit": {},
"DistinguishedNameQualifier": {},
"State": {},
"CommonName": {},
"SerialNumber": {},
"Locality": {},
"Title": {},
"Surname": {},
"GivenName": {},
"Initials": {},
"Pseudonym": {},
"GenerationQualifier": {}
"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"
}
}
},
"SubjectInformationAccess": {
"type": "list",
"member": {
"type": "structure",
"required": [
"AccessMethod",
"AccessLocation"
],
"members": {
"AccessMethod": {
"type": "structure",
"members": {
"CustomObjectIdentifier": {},
"AccessMethodType": {}
}
},
"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": {}
}
}
}
}
}
}
}
}
},
"Se": {
"S5": {
"type": "structure",
"members": {
"Country": {},
"Organization": {},
"OrganizationalUnit": {},
"DistinguishedNameQualifier": {},
"State": {},
"CommonName": {},
"SerialNumber": {},
"Locality": {},
"Title": {},
"Surname": {},
"GivenName": {},
"Initials": {},
"Pseudonym": {},
"GenerationQualifier": {}
}
},
"Ss": {
"type": "structure",
"members": {
"CrlConfiguration": {
Expand All @@ -520,7 +613,7 @@
}
}
},
"Sm": {
"Sy": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -533,11 +626,11 @@
}
}
},
"S11": {
"S1d": {
"type": "list",
"member": {}
},
"S19": {
"S1l": {
"type": "structure",
"members": {
"Arn": {},
Expand All @@ -562,7 +655,7 @@
"shape": "S2"
},
"RevocationConfiguration": {
"shape": "Se"
"shape": "Ss"
},
"RestorableUntil": {
"type": "timestamp"
Expand Down
Loading

0 comments on commit b2c88d6

Please sign in to comment.