Skip to content

Commit

Permalink
Updates SDK to v2.1095.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 16, 2022
1 parent e0e802b commit 8ba8d01
Show file tree
Hide file tree
Showing 33 changed files with 6,950 additions and 295 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1095.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ACMPCA",
"description": "AWS Certificate Manager (ACM) Private Certificate Authority (CA) now supports customizable certificate subject names and extensions."
},
{
"type": "feature",
"category": "AmplifyBackend",
"description": "Adding the ability to customize Cognito verification messages for email and SMS in CreateBackendAuth and UpdateBackendAuth. Adding deprecation documentation for ForgotPassword in CreateBackendAuth and UpdateBackendAuth"
},
{
"type": "feature",
"category": "Billingconductor",
"description": "This is the initial SDK release for AWS Billing Conductor. The AWS Billing Conductor is a customizable billing service, allowing you to customize your billing data to match your desired business structure."
},
{
"type": "feature",
"category": "S3Outposts",
"description": "S3 on Outposts is releasing a new API, ListSharedEndpoints, that lists all endpoints associated with S3 on Outpost, that has been shared by Resource Access Manager (RAM)."
},
{
"type": "feature",
"category": "SSMIncidents",
"description": "Removed incorrect validation pattern for IncidentRecordSource.invokedBy"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1094.0-->
<!--LATEST=2.1095.0-->
<!--ENTRYINSERT-->

## 2.1095.0
* feature: ACMPCA: AWS Certificate Manager (ACM) Private Certificate Authority (CA) now supports customizable certificate subject names and extensions.
* feature: AmplifyBackend: Adding the ability to customize Cognito verification messages for email and SMS in CreateBackendAuth and UpdateBackendAuth. Adding deprecation documentation for ForgotPassword in CreateBackendAuth and UpdateBackendAuth
* feature: Billingconductor: This is the initial SDK release for AWS Billing Conductor. The AWS Billing Conductor is a customizable billing service, allowing you to customize your billing data to match your desired business structure.
* feature: S3Outposts: S3 on Outposts is releasing a new API, ListSharedEndpoints, that lists all endpoints associated with S3 on Outpost, that has been shared by Resource Access Manager (RAM).
* feature: SSMIncidents: Removed incorrect validation pattern for IncidentRecordSource.invokedBy

## 2.1094.0
* feature: CognitoIdentityServiceProvider: Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region.
* feature: DataExchange: This feature enables data providers to use the RevokeRevision operation to revoke subscriber access to a given revision. Subscribers are unable to interact with assets within a revoked revision.
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.1094.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1095.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
81 changes: 56 additions & 25 deletions apis/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"shape": "S2"
},
"RevocationConfiguration": {
"shape": "Ss"
"shape": "Sv"
},
"CertificateAuthorityType": {},
"IdempotencyToken": {},
"KeyStorageSecurityStandard": {},
"Tags": {
"shape": "S11"
"shape": "S14"
}
}
},
Expand Down Expand Up @@ -79,7 +79,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S1g"
"shape": "S1j"
}
}
}
Expand Down Expand Up @@ -137,7 +137,7 @@
"type": "structure",
"members": {
"CertificateAuthority": {
"shape": "S1o"
"shape": "S1r"
}
}
}
Expand Down Expand Up @@ -317,12 +317,29 @@
}
},
"KeyUsage": {
"shape": "Sf"
"shape": "Sj"
},
"SubjectAlternativeNames": {
"type": "list",
"member": {
"shape": "Sm"
"shape": "Sp"
}
},
"CustomExtensions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ObjectIdentifier",
"Value"
],
"members": {
"ObjectIdentifier": {},
"Value": {},
"Critical": {
"type": "boolean"
}
}
}
}
}
Expand All @@ -339,10 +356,10 @@
"SigningAlgorithm": {},
"TemplateArn": {},
"Validity": {
"shape": "S2p"
"shape": "S2v"
},
"ValidityNotBefore": {
"shape": "S2p"
"shape": "S2v"
},
"IdempotencyToken": {}
}
Expand Down Expand Up @@ -372,7 +389,7 @@
"CertificateAuthorities": {
"type": "list",
"member": {
"shape": "S1o"
"shape": "S1r"
}
},
"NextToken": {}
Expand Down Expand Up @@ -408,7 +425,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S1g"
"shape": "S1j"
},
"Policy": {}
}
Expand Down Expand Up @@ -436,7 +453,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S11"
"shape": "S14"
},
"NextToken": {}
}
Expand Down Expand Up @@ -491,7 +508,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "S11"
"shape": "S14"
}
}
}
Expand All @@ -506,7 +523,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "S11"
"shape": "S14"
}
}
}
Expand All @@ -520,7 +537,7 @@
"members": {
"CertificateAuthorityArn": {},
"RevocationConfiguration": {
"shape": "Ss"
"shape": "Sv"
},
"Status": {}
}
Expand All @@ -545,7 +562,7 @@
"type": "structure",
"members": {
"KeyUsage": {
"shape": "Sf"
"shape": "Sj"
},
"SubjectInformationAccess": {
"type": "list",
Expand All @@ -564,7 +581,7 @@
}
},
"AccessLocation": {
"shape": "Sm"
"shape": "Sp"
}
}
}
Expand All @@ -589,10 +606,24 @@
"GivenName": {},
"Initials": {},
"Pseudonym": {},
"GenerationQualifier": {}
"GenerationQualifier": {},
"CustomAttributes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ObjectIdentifier",
"Value"
],
"members": {
"ObjectIdentifier": {},
"Value": {}
}
}
}
}
},
"Sf": {
"Sj": {
"type": "structure",
"members": {
"DigitalSignature": {
Expand Down Expand Up @@ -624,7 +655,7 @@
}
}
},
"Sm": {
"Sp": {
"type": "structure",
"members": {
"OtherName": {
Expand Down Expand Up @@ -658,7 +689,7 @@
"RegisteredId": {}
}
},
"Ss": {
"Sv": {
"type": "structure",
"members": {
"CrlConfiguration": {
Expand Down Expand Up @@ -692,7 +723,7 @@
}
}
},
"S11": {
"S14": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -705,11 +736,11 @@
}
}
},
"S1g": {
"S1j": {
"type": "list",
"member": {}
},
"S1o": {
"S1r": {
"type": "structure",
"members": {
"Arn": {},
Expand All @@ -734,15 +765,15 @@
"shape": "S2"
},
"RevocationConfiguration": {
"shape": "Ss"
"shape": "Sv"
},
"RestorableUntil": {
"type": "timestamp"
},
"KeyStorageSecurityStandard": {}
}
},
"S2p": {
"S2v": {
"type": "structure",
"required": [
"Value",
Expand Down
Loading

0 comments on commit 8ba8d01

Please sign in to comment.