Skip to content

Commit df4cdfc

Browse files
author
awstools
committed
Updates SDK to v2.624.0
1 parent 5608fd3 commit df4cdfc

17 files changed

+160
-116
lines changed

.changes/2.624.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Imagebuilder",
5+
"description": "This release of EC2 Image Builder increases the maximum policy document size for Image Builder resource-based policy APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Redshift",
10+
"description": "Extend elastic resize to support resizing clusters to different instance types."
11+
}
12+
]

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.623.0-->
2+
<!--LATEST=2.624.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.624.0
6+
* feature: Imagebuilder: This release of EC2 Image Builder increases the maximum policy document size for Image Builder resource-based policy APIs.
7+
* feature: Redshift: Extend elastic resize to support resizing clusters to different instance types.
8+
59
## 2.623.0
610
* bugfix: EndpointDiscovery: Update host header in requests when new endpoint is found; Throw error when endpoint discovery is required but not enabled
711
* feature: AppConfig: This release adds exponential growth type support for deployment strategies.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.623.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.624.0.min.js"></script>
2929

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

apis/imagebuilder-2019-12-02.min.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
"members": {
527527
"requestId": {},
528528
"distributionConfiguration": {
529-
"shape": "S2d"
529+
"shape": "S2e"
530530
}
531531
}
532532
}
@@ -560,25 +560,25 @@
560560
"version": {},
561561
"platform": {},
562562
"state": {
563-
"shape": "S2i"
563+
"shape": "S2j"
564564
},
565565
"imageRecipe": {
566-
"shape": "S2k"
566+
"shape": "S2l"
567567
},
568568
"sourcePipelineName": {},
569569
"sourcePipelineArn": {},
570570
"infrastructureConfiguration": {
571-
"shape": "S2l"
571+
"shape": "S2m"
572572
},
573573
"distributionConfiguration": {
574-
"shape": "S2d"
574+
"shape": "S2e"
575575
},
576576
"imageTestsConfiguration": {
577577
"shape": "Sw"
578578
},
579579
"dateCreated": {},
580580
"outputResources": {
581-
"shape": "S2m"
581+
"shape": "S2n"
582582
},
583583
"tags": {
584584
"shape": "Sc"
@@ -610,7 +610,7 @@
610610
"members": {
611611
"requestId": {},
612612
"imagePipeline": {
613-
"shape": "S2r"
613+
"shape": "S2s"
614614
}
615615
}
616616
}
@@ -662,7 +662,7 @@
662662
"members": {
663663
"requestId": {},
664664
"imageRecipe": {
665-
"shape": "S2k"
665+
"shape": "S2l"
666666
}
667667
}
668668
}
@@ -714,7 +714,7 @@
714714
"members": {
715715
"requestId": {},
716716
"infrastructureConfiguration": {
717-
"shape": "S2l"
717+
"shape": "S2m"
718718
}
719719
}
720720
}
@@ -816,7 +816,7 @@
816816
"members": {
817817
"owner": {},
818818
"filters": {
819-
"shape": "S3b"
819+
"shape": "S3c"
820820
},
821821
"maxResults": {
822822
"type": "integer"
@@ -856,7 +856,7 @@
856856
"type": "structure",
857857
"members": {
858858
"filters": {
859-
"shape": "S3b"
859+
"shape": "S3c"
860860
},
861861
"maxResults": {
862862
"type": "integer"
@@ -900,7 +900,7 @@
900900
"members": {
901901
"imageVersionArn": {},
902902
"filters": {
903-
"shape": "S3b"
903+
"shape": "S3c"
904904
},
905905
"maxResults": {
906906
"type": "integer"
@@ -913,7 +913,7 @@
913913
"members": {
914914
"requestId": {},
915915
"imageSummaryList": {
916-
"shape": "S3q"
916+
"shape": "S3r"
917917
},
918918
"nextToken": {}
919919
}
@@ -931,7 +931,7 @@
931931
"members": {
932932
"imagePipelineArn": {},
933933
"filters": {
934-
"shape": "S3b"
934+
"shape": "S3c"
935935
},
936936
"maxResults": {
937937
"type": "integer"
@@ -944,7 +944,7 @@
944944
"members": {
945945
"requestId": {},
946946
"imageSummaryList": {
947-
"shape": "S3q"
947+
"shape": "S3r"
948948
},
949949
"nextToken": {}
950950
}
@@ -958,7 +958,7 @@
958958
"type": "structure",
959959
"members": {
960960
"filters": {
961-
"shape": "S3b"
961+
"shape": "S3c"
962962
},
963963
"maxResults": {
964964
"type": "integer"
@@ -973,7 +973,7 @@
973973
"imagePipelineList": {
974974
"type": "list",
975975
"member": {
976-
"shape": "S2r"
976+
"shape": "S2s"
977977
}
978978
},
979979
"nextToken": {}
@@ -989,7 +989,7 @@
989989
"members": {
990990
"owner": {},
991991
"filters": {
992-
"shape": "S3b"
992+
"shape": "S3c"
993993
},
994994
"maxResults": {
995995
"type": "integer"
@@ -1031,7 +1031,7 @@
10311031
"members": {
10321032
"owner": {},
10331033
"filters": {
1034-
"shape": "S3b"
1034+
"shape": "S3c"
10351035
},
10361036
"maxResults": {
10371037
"type": "integer"
@@ -1069,7 +1069,7 @@
10691069
"type": "structure",
10701070
"members": {
10711071
"filters": {
1072-
"shape": "S3b"
1072+
"shape": "S3c"
10731073
},
10741074
"maxResults": {
10751075
"type": "integer"
@@ -1524,7 +1524,7 @@
15241524
}
15251525
}
15261526
},
1527-
"S2d": {
1527+
"S2e": {
15281528
"type": "structure",
15291529
"required": [
15301530
"timeoutMinutes"
@@ -1546,14 +1546,14 @@
15461546
}
15471547
}
15481548
},
1549-
"S2i": {
1549+
"S2j": {
15501550
"type": "structure",
15511551
"members": {
15521552
"status": {},
15531553
"reason": {}
15541554
}
15551555
},
1556-
"S2k": {
1556+
"S2l": {
15571557
"type": "structure",
15581558
"members": {
15591559
"arn": {},
@@ -1575,7 +1575,7 @@
15751575
}
15761576
}
15771577
},
1578-
"S2l": {
1578+
"S2m": {
15791579
"type": "structure",
15801580
"members": {
15811581
"arn": {},
@@ -1604,7 +1604,7 @@
16041604
}
16051605
}
16061606
},
1607-
"S2m": {
1607+
"S2n": {
16081608
"type": "structure",
16091609
"members": {
16101610
"amis": {
@@ -1617,14 +1617,14 @@
16171617
"name": {},
16181618
"description": {},
16191619
"state": {
1620-
"shape": "S2i"
1620+
"shape": "S2j"
16211621
}
16221622
}
16231623
}
16241624
}
16251625
}
16261626
},
1627-
"S2r": {
1627+
"S2s": {
16281628
"type": "structure",
16291629
"members": {
16301630
"arn": {},
@@ -1650,7 +1650,7 @@
16501650
}
16511651
}
16521652
},
1653-
"S3b": {
1653+
"S3c": {
16541654
"type": "list",
16551655
"member": {
16561656
"type": "structure",
@@ -1663,7 +1663,7 @@
16631663
}
16641664
}
16651665
},
1666-
"S3q": {
1666+
"S3r": {
16671667
"type": "list",
16681668
"member": {
16691669
"type": "structure",
@@ -1673,12 +1673,12 @@
16731673
"version": {},
16741674
"platform": {},
16751675
"state": {
1676-
"shape": "S2i"
1676+
"shape": "S2j"
16771677
},
16781678
"owner": {},
16791679
"dateCreated": {},
16801680
"outputResources": {
1681-
"shape": "S2m"
1681+
"shape": "S2n"
16821682
},
16831683
"tags": {
16841684
"shape": "Sc"

apis/imagebuilder-2019-12-02.normal.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,7 @@
26792679
"documentation": "<p> The request ID that uniquely identifies this request. </p>"
26802680
},
26812681
"policy": {
2682-
"shape": "NonEmptyString",
2682+
"shape": "ResourcePolicyDocument",
26832683
"documentation": "<p> The component policy. </p>"
26842684
}
26852685
}
@@ -2787,7 +2787,7 @@
27872787
"documentation": "<p> The request ID that uniquely identifies this request. </p>"
27882788
},
27892789
"policy": {
2790-
"shape": "NonEmptyString",
2790+
"shape": "ResourcePolicyDocument",
27912791
"documentation": "<p> The image policy object. </p>"
27922792
}
27932793
}
@@ -2814,7 +2814,7 @@
28142814
"documentation": "<p> The request ID that uniquely identifies this request. </p>"
28152815
},
28162816
"policy": {
2817-
"shape": "NonEmptyString",
2817+
"shape": "ResourcePolicyDocument",
28182818
"documentation": "<p> The image recipe policy object. </p>"
28192819
}
28202820
}
@@ -3952,7 +3952,7 @@
39523952
"documentation": "<p> The Amazon Resource Name (ARN) of the component that this policy should be applied to. </p>"
39533953
},
39543954
"policy": {
3955-
"shape": "NonEmptyString",
3955+
"shape": "ResourcePolicyDocument",
39563956
"documentation": "<p> The policy to apply. </p>"
39573957
}
39583958
}
@@ -3982,7 +3982,7 @@
39823982
"documentation": "<p> The Amazon Resource Name (ARN) of the image that this policy should be applied to. </p>"
39833983
},
39843984
"policy": {
3985-
"shape": "NonEmptyString",
3985+
"shape": "ResourcePolicyDocument",
39863986
"documentation": "<p> The policy to apply. </p>"
39873987
}
39883988
}
@@ -4012,7 +4012,7 @@
40124012
"documentation": "<p> The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to. </p>"
40134013
},
40144014
"policy": {
4015-
"shape": "NonEmptyString",
4015+
"shape": "ResourcePolicyDocument",
40164016
"documentation": "<p> The policy to apply. </p>"
40174017
}
40184018
}
@@ -4034,6 +4034,11 @@
40344034
"type": "string",
40354035
"pattern": "^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$"
40364036
},
4037+
"ResourcePolicyDocument": {
4038+
"type": "string",
4039+
"max": 30000,
4040+
"min": 1
4041+
},
40374042
"RestrictedInteger": {
40384043
"type": "integer",
40394044
"max": 25,

apis/redshift-2012-12-01.min.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3082,8 +3082,7 @@
30823082
"S30": {
30833083
"type": "structure",
30843084
"required": [
3085-
"ClusterIdentifier",
3086-
"NumberOfNodes"
3085+
"ClusterIdentifier"
30873086
],
30883087
"members": {
30893088
"ClusterIdentifier": {},

0 commit comments

Comments
 (0)