Skip to content

Commit 4ef68ca

Browse files
author
awstools
committed
Updates SDK to v2.1290.0
1 parent 9cac65a commit 4ef68ca

15 files changed

+296
-219
lines changed

.changes/2.1290.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACMPCA",
5+
"description": "Added revocation parameter validation: bucket names must match S3 bucket naming rules and CNAMEs conform to RFC2396 restrictions on the use of special characters in URIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AuditManager",
10+
"description": "This release introduces a new data retention option in your Audit Manager settings. You can now use the DeregistrationPolicy parameter to specify if you want to delete your data when you deregister Audit Manager."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1289.0-->
2+
<!--LATEST=2.1290.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1290.0
6+
* feature: ACMPCA: Added revocation parameter validation: bucket names must match S3 bucket naming rules and CNAMEs conform to RFC2396 restrictions on the use of special characters in URIs.
7+
* feature: AuditManager: This release introduces a new data retention option in your Audit Manager settings. You can now use the DeregistrationPolicy parameter to specify if you want to delete your data when you deregister Audit Manager.
8+
59
## 2.1289.0
610
* feature: AmplifyBackend: Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string
711
* feature: AppRunner: This release adds support of securely referencing secrets and configuration data that are stored in Secrets Manager and SSM Parameter Store by adding them as environment secrets in your App Runner service.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1289.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1290.0.min.js"></script>
6161

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

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"IdempotencyToken": {},
3232
"KeyStorageSecurityStandard": {},
3333
"Tags": {
34-
"shape": "S14"
34+
"shape": "S15"
3535
},
3636
"UsageMode": {}
3737
}
@@ -80,7 +80,7 @@
8080
"Principal": {},
8181
"SourceAccount": {},
8282
"Actions": {
83-
"shape": "S1k"
83+
"shape": "S1l"
8484
}
8585
}
8686
}
@@ -138,7 +138,7 @@
138138
"type": "structure",
139139
"members": {
140140
"CertificateAuthority": {
141-
"shape": "S1s"
141+
"shape": "S1t"
142142
}
143143
}
144144
}
@@ -357,10 +357,10 @@
357357
"SigningAlgorithm": {},
358358
"TemplateArn": {},
359359
"Validity": {
360-
"shape": "S2w"
360+
"shape": "S2x"
361361
},
362362
"ValidityNotBefore": {
363-
"shape": "S2w"
363+
"shape": "S2x"
364364
},
365365
"IdempotencyToken": {}
366366
}
@@ -390,7 +390,7 @@
390390
"CertificateAuthorities": {
391391
"type": "list",
392392
"member": {
393-
"shape": "S1s"
393+
"shape": "S1t"
394394
}
395395
},
396396
"NextToken": {}
@@ -426,7 +426,7 @@
426426
"Principal": {},
427427
"SourceAccount": {},
428428
"Actions": {
429-
"shape": "S1k"
429+
"shape": "S1l"
430430
},
431431
"Policy": {}
432432
}
@@ -454,7 +454,7 @@
454454
"type": "structure",
455455
"members": {
456456
"Tags": {
457-
"shape": "S14"
457+
"shape": "S15"
458458
},
459459
"NextToken": {}
460460
}
@@ -509,7 +509,7 @@
509509
"members": {
510510
"CertificateAuthorityArn": {},
511511
"Tags": {
512-
"shape": "S14"
512+
"shape": "S15"
513513
}
514514
}
515515
}
@@ -524,7 +524,7 @@
524524
"members": {
525525
"CertificateAuthorityArn": {},
526526
"Tags": {
527-
"shape": "S14"
527+
"shape": "S15"
528528
}
529529
}
530530
}
@@ -724,7 +724,7 @@
724724
}
725725
}
726726
},
727-
"S14": {
727+
"S15": {
728728
"type": "list",
729729
"member": {
730730
"type": "structure",
@@ -737,11 +737,11 @@
737737
}
738738
}
739739
},
740-
"S1k": {
740+
"S1l": {
741741
"type": "list",
742742
"member": {}
743743
},
744-
"S1s": {
744+
"S1t": {
745745
"type": "structure",
746746
"members": {
747747
"Arn": {},
@@ -775,7 +775,7 @@
775775
"UsageMode": {}
776776
}
777777
},
778-
"S2w": {
778+
"S2x": {
779779
"type": "structure",
780780
"required": [
781781
"Value",

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

Lines changed: 85 additions & 78 deletions
Large diffs are not rendered by default.

apis/auditmanager-2017-07-25.min.json

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226
"name": {},
12271227
"id": {},
12281228
"evidenceInsights": {
1229-
"shape": "S67"
1229+
"shape": "S69"
12301230
},
12311231
"controlSetName": {},
12321232
"lastUpdated": {
@@ -1271,7 +1271,7 @@
12711271
"assessmentFrameworkShareRequests": {
12721272
"type": "list",
12731273
"member": {
1274-
"shape": "S6b"
1274+
"shape": "S6d"
12751275
}
12761276
},
12771277
"nextToken": {}
@@ -1459,7 +1459,7 @@
14591459
"type": "structure",
14601460
"members": {
14611461
"controlDomainInsights": {
1462-
"shape": "S6v"
1462+
"shape": "S6x"
14631463
},
14641464
"nextToken": {}
14651465
}
@@ -1495,7 +1495,7 @@
14951495
"type": "structure",
14961496
"members": {
14971497
"controlDomainInsights": {
1498-
"shape": "S6v"
1498+
"shape": "S6x"
14991499
},
15001500
"nextToken": {}
15011501
}
@@ -1538,7 +1538,7 @@
15381538
"name": {},
15391539
"id": {},
15401540
"evidenceInsights": {
1541-
"shape": "S67"
1541+
"shape": "S69"
15421542
},
15431543
"lastUpdated": {
15441544
"type": "timestamp"
@@ -1772,7 +1772,7 @@
17721772
"type": "structure",
17731773
"members": {
17741774
"assessmentFrameworkShareRequest": {
1775-
"shape": "S6b"
1775+
"shape": "S6d"
17761776
}
17771777
}
17781778
}
@@ -2015,7 +2015,7 @@
20152015
"type": "structure",
20162016
"members": {
20172017
"assessmentFrameworkShareRequest": {
2018-
"shape": "S6b"
2018+
"shape": "S6d"
20192019
}
20202020
}
20212021
}
@@ -2102,6 +2102,9 @@
21022102
"kmsKey": {},
21032103
"evidenceFinderEnabled": {
21042104
"type": "boolean"
2105+
},
2106+
"deregistrationPolicy": {
2107+
"shape": "S63"
21052108
}
21062109
}
21072110
},
@@ -2588,10 +2591,19 @@
25882591
"backfillStatus": {},
25892592
"error": {}
25902593
}
2594+
},
2595+
"deregistrationPolicy": {
2596+
"shape": "S63"
25912597
}
25922598
}
25932599
},
2594-
"S67": {
2600+
"S63": {
2601+
"type": "structure",
2602+
"members": {
2603+
"deleteResources": {}
2604+
}
2605+
},
2606+
"S69": {
25952607
"type": "structure",
25962608
"members": {
25972609
"noncompliantEvidenceCount": {
@@ -2605,7 +2617,7 @@
26052617
}
26062618
}
26072619
},
2608-
"S6b": {
2620+
"S6d": {
26092621
"type": "structure",
26102622
"members": {
26112623
"id": {},
@@ -2635,7 +2647,7 @@
26352647
"complianceType": {}
26362648
}
26372649
},
2638-
"S6v": {
2650+
"S6x": {
26392651
"type": "list",
26402652
"member": {
26412653
"type": "structure",
@@ -2649,7 +2661,7 @@
26492661
"type": "integer"
26502662
},
26512663
"evidenceInsights": {
2652-
"shape": "S67"
2664+
"shape": "S69"
26532665
},
26542666
"lastUpdated": {
26552667
"type": "timestamp"

0 commit comments

Comments
 (0)