Skip to content

Commit 8ba8d01

Browse files
author
awstools
committed
Updates SDK to v2.1095.0
1 parent e0e802b commit 8ba8d01

33 files changed

+6950
-295
lines changed

.changes/2.1095.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACMPCA",
5+
"description": "AWS Certificate Manager (ACM) Private Certificate Authority (CA) now supports customizable certificate subject names and extensions."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AmplifyBackend",
10+
"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"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Billingconductor",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "S3Outposts",
20+
"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)."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SSMIncidents",
25+
"description": "Removed incorrect validation pattern for IncidentRecordSource.invokedBy"
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1094.0-->
2+
<!--LATEST=2.1095.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1095.0
6+
* feature: ACMPCA: AWS Certificate Manager (ACM) Private Certificate Authority (CA) now supports customizable certificate subject names and extensions.
7+
* 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
8+
* 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.
9+
* 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).
10+
* feature: SSMIncidents: Removed incorrect validation pattern for IncidentRecordSource.invokedBy
11+
512
## 2.1094.0
613
* feature: CognitoIdentityServiceProvider: Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region.
714
* 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1094.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1095.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/acm-pca-2017-08-22.min.json

+56-25
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"shape": "S2"
2626
},
2727
"RevocationConfiguration": {
28-
"shape": "Ss"
28+
"shape": "Sv"
2929
},
3030
"CertificateAuthorityType": {},
3131
"IdempotencyToken": {},
3232
"KeyStorageSecurityStandard": {},
3333
"Tags": {
34-
"shape": "S11"
34+
"shape": "S14"
3535
}
3636
}
3737
},
@@ -79,7 +79,7 @@
7979
"Principal": {},
8080
"SourceAccount": {},
8181
"Actions": {
82-
"shape": "S1g"
82+
"shape": "S1j"
8383
}
8484
}
8585
}
@@ -137,7 +137,7 @@
137137
"type": "structure",
138138
"members": {
139139
"CertificateAuthority": {
140-
"shape": "S1o"
140+
"shape": "S1r"
141141
}
142142
}
143143
}
@@ -317,12 +317,29 @@
317317
}
318318
},
319319
"KeyUsage": {
320-
"shape": "Sf"
320+
"shape": "Sj"
321321
},
322322
"SubjectAlternativeNames": {
323323
"type": "list",
324324
"member": {
325-
"shape": "Sm"
325+
"shape": "Sp"
326+
}
327+
},
328+
"CustomExtensions": {
329+
"type": "list",
330+
"member": {
331+
"type": "structure",
332+
"required": [
333+
"ObjectIdentifier",
334+
"Value"
335+
],
336+
"members": {
337+
"ObjectIdentifier": {},
338+
"Value": {},
339+
"Critical": {
340+
"type": "boolean"
341+
}
342+
}
326343
}
327344
}
328345
}
@@ -339,10 +356,10 @@
339356
"SigningAlgorithm": {},
340357
"TemplateArn": {},
341358
"Validity": {
342-
"shape": "S2p"
359+
"shape": "S2v"
343360
},
344361
"ValidityNotBefore": {
345-
"shape": "S2p"
362+
"shape": "S2v"
346363
},
347364
"IdempotencyToken": {}
348365
}
@@ -372,7 +389,7 @@
372389
"CertificateAuthorities": {
373390
"type": "list",
374391
"member": {
375-
"shape": "S1o"
392+
"shape": "S1r"
376393
}
377394
},
378395
"NextToken": {}
@@ -408,7 +425,7 @@
408425
"Principal": {},
409426
"SourceAccount": {},
410427
"Actions": {
411-
"shape": "S1g"
428+
"shape": "S1j"
412429
},
413430
"Policy": {}
414431
}
@@ -436,7 +453,7 @@
436453
"type": "structure",
437454
"members": {
438455
"Tags": {
439-
"shape": "S11"
456+
"shape": "S14"
440457
},
441458
"NextToken": {}
442459
}
@@ -491,7 +508,7 @@
491508
"members": {
492509
"CertificateAuthorityArn": {},
493510
"Tags": {
494-
"shape": "S11"
511+
"shape": "S14"
495512
}
496513
}
497514
}
@@ -506,7 +523,7 @@
506523
"members": {
507524
"CertificateAuthorityArn": {},
508525
"Tags": {
509-
"shape": "S11"
526+
"shape": "S14"
510527
}
511528
}
512529
}
@@ -520,7 +537,7 @@
520537
"members": {
521538
"CertificateAuthorityArn": {},
522539
"RevocationConfiguration": {
523-
"shape": "Ss"
540+
"shape": "Sv"
524541
},
525542
"Status": {}
526543
}
@@ -545,7 +562,7 @@
545562
"type": "structure",
546563
"members": {
547564
"KeyUsage": {
548-
"shape": "Sf"
565+
"shape": "Sj"
549566
},
550567
"SubjectInformationAccess": {
551568
"type": "list",
@@ -564,7 +581,7 @@
564581
}
565582
},
566583
"AccessLocation": {
567-
"shape": "Sm"
584+
"shape": "Sp"
568585
}
569586
}
570587
}
@@ -589,10 +606,24 @@
589606
"GivenName": {},
590607
"Initials": {},
591608
"Pseudonym": {},
592-
"GenerationQualifier": {}
609+
"GenerationQualifier": {},
610+
"CustomAttributes": {
611+
"type": "list",
612+
"member": {
613+
"type": "structure",
614+
"required": [
615+
"ObjectIdentifier",
616+
"Value"
617+
],
618+
"members": {
619+
"ObjectIdentifier": {},
620+
"Value": {}
621+
}
622+
}
623+
}
593624
}
594625
},
595-
"Sf": {
626+
"Sj": {
596627
"type": "structure",
597628
"members": {
598629
"DigitalSignature": {
@@ -624,7 +655,7 @@
624655
}
625656
}
626657
},
627-
"Sm": {
658+
"Sp": {
628659
"type": "structure",
629660
"members": {
630661
"OtherName": {
@@ -658,7 +689,7 @@
658689
"RegisteredId": {}
659690
}
660691
},
661-
"Ss": {
692+
"Sv": {
662693
"type": "structure",
663694
"members": {
664695
"CrlConfiguration": {
@@ -692,7 +723,7 @@
692723
}
693724
}
694725
},
695-
"S11": {
726+
"S14": {
696727
"type": "list",
697728
"member": {
698729
"type": "structure",
@@ -705,11 +736,11 @@
705736
}
706737
}
707738
},
708-
"S1g": {
739+
"S1j": {
709740
"type": "list",
710741
"member": {}
711742
},
712-
"S1o": {
743+
"S1r": {
713744
"type": "structure",
714745
"members": {
715746
"Arn": {},
@@ -734,15 +765,15 @@
734765
"shape": "S2"
735766
},
736767
"RevocationConfiguration": {
737-
"shape": "Ss"
768+
"shape": "Sv"
738769
},
739770
"RestorableUntil": {
740771
"type": "timestamp"
741772
},
742773
"KeyStorageSecurityStandard": {}
743774
}
744775
},
745-
"S2p": {
776+
"S2v": {
746777
"type": "structure",
747778
"required": [
748779
"Value",

0 commit comments

Comments
 (0)