Skip to content

Commit 2e3595a

Browse files
author
awstools
committed
Updates SDK to v2.1481.0
1 parent 01ad4ec commit 2e3595a

16 files changed

+91
-58
lines changed

.changes/2.1481.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ConnectCases",
5+
"description": "Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "GroundStation",
10+
"description": "This release will allow KMS alias names to be used when creating Mission Profiles"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IAM",
15+
"description": "Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1481.0
6+
* feature: ConnectCases: Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500
7+
* feature: GroundStation: This release will allow KMS alias names to be used when creating Mission Profiles
8+
* feature: IAM: Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.
9+
510
## 2.1480.0
611
* feature: CodePipeline: Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2.
712
* feature: EC2: This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1480.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1481.0.min.js"></script>
7575

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

apis/connectcases-2022-10-03.normal.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"shape": "ConflictException"
115115
}
116116
],
117-
"documentation": "<p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <note> <p>The following fields are required when creating a case:</p> <pre><code> &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/note&gt; </code></pre>",
117+
"documentation": "<p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <p>The following fields are required when creating a case:</p> <pre><code> &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre>",
118118
"idempotent": true
119119
},
120120
"CreateDomain": {
@@ -753,7 +753,7 @@
753753
"shape": "AccessDeniedException"
754754
}
755755
],
756-
"documentation": "<p>API for adding case event publishing configuration</p>"
756+
"documentation": "<p>Adds case event publishing configuration. For a complete list of fields you can add to the event message, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html\">Create case fields</a> in the <i>Amazon Connect Administrator Guide</i> </p>"
757757
},
758758
"SearchCases": {
759759
"name": "SearchCases",
@@ -1256,7 +1256,7 @@
12561256
},
12571257
"CommentBody": {
12581258
"type": "string",
1259-
"max": 1000,
1259+
"max": 3000,
12601260
"min": 1
12611261
},
12621262
"CommentBodyTextType": {
@@ -2037,7 +2037,7 @@
20372037
},
20382038
"FieldValueUnionStringValueString": {
20392039
"type": "string",
2040-
"max": 500,
2040+
"max": 1500,
20412041
"min": 0
20422042
},
20432043
"GetCaseEventConfigurationRequest": {
@@ -3353,7 +3353,7 @@
33533353
"members": {
33543354
"content": {
33553355
"shape": "LayoutContent",
3356-
"documentation": "<p>Information about which fields will be present in the layout, the order of the fields, and a read-only attribute of the field. </p>"
3356+
"documentation": "<p>Information about which fields will be present in the layout, the order of the fields.</p>"
33573357
},
33583358
"domainId": {
33593359
"shape": "DomainId",

apis/groundstation-2019-05-23.min.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
}
214214
},
215215
"output": {
216-
"shape": "S2f"
216+
"shape": "S2g"
217217
}
218218
},
219219
"DeleteConfig": {
@@ -309,7 +309,7 @@
309309
}
310310
},
311311
"output": {
312-
"shape": "S2f"
312+
"shape": "S2g"
313313
},
314314
"idempotent": true
315315
},
@@ -345,7 +345,7 @@
345345
"type": "structure",
346346
"members": {
347347
"configDetails": {
348-
"shape": "S2q"
348+
"shape": "S2r"
349349
},
350350
"configId": {},
351351
"configType": {},
@@ -357,7 +357,7 @@
357357
"type": "structure",
358358
"members": {
359359
"configDetails": {
360-
"shape": "S2q"
360+
"shape": "S2r"
361361
},
362362
"configId": {},
363363
"configType": {},
@@ -373,7 +373,7 @@
373373
"errorMessage": {},
374374
"groundStation": {},
375375
"maximumElevation": {
376-
"shape": "S2u"
376+
"shape": "S2v"
377377
},
378378
"missionProfileArn": {},
379379
"postPassEndTime": {
@@ -432,10 +432,10 @@
432432
"type": "structure",
433433
"members": {
434434
"oem": {
435-
"shape": "S34"
435+
"shape": "S35"
436436
},
437437
"tle": {
438-
"shape": "S34"
438+
"shape": "S35"
439439
}
440440
},
441441
"union": true
@@ -666,10 +666,10 @@
666666
"type": "structure",
667667
"members": {
668668
"currentEphemeris": {
669-
"shape": "S3l"
669+
"shape": "S3m"
670670
},
671671
"groundStations": {
672-
"shape": "S3n"
672+
"shape": "S3o"
673673
},
674674
"noradSatelliteID": {
675675
"type": "integer"
@@ -766,7 +766,7 @@
766766
"errorMessage": {},
767767
"groundStation": {},
768768
"maximumElevation": {
769-
"shape": "S2u"
769+
"shape": "S2v"
770770
},
771771
"missionProfileArn": {},
772772
"postPassEndTime": {
@@ -1003,10 +1003,10 @@
10031003
"type": "structure",
10041004
"members": {
10051005
"currentEphemeris": {
1006-
"shape": "S3l"
1006+
"shape": "S3m"
10071007
},
10081008
"groundStations": {
1009-
"shape": "S3n"
1009+
"shape": "S3o"
10101010
},
10111011
"noradSatelliteID": {
10121012
"type": "integer"
@@ -1068,7 +1068,7 @@
10681068
],
10691069
"members": {
10701070
"agentCpuCores": {
1071-
"shape": "S4r"
1071+
"shape": "S4s"
10721072
},
10731073
"agentVersion": {},
10741074
"componentVersions": {
@@ -1091,7 +1091,7 @@
10911091
"instanceId": {},
10921092
"instanceType": {},
10931093
"reservedCpuCores": {
1094-
"shape": "S4r"
1094+
"shape": "S4s"
10951095
}
10961096
}
10971097
},
@@ -1108,10 +1108,10 @@
11081108
"member": {}
11091109
},
11101110
"privateIpAddresses": {
1111-
"shape": "S52"
1111+
"shape": "S53"
11121112
},
11131113
"publicIpAddresses": {
1114-
"shape": "S52"
1114+
"shape": "S53"
11151115
}
11161116
}
11171117
}
@@ -1392,7 +1392,7 @@
13921392
}
13931393
},
13941394
"output": {
1395-
"shape": "S2f"
1395+
"shape": "S2g"
13961396
},
13971397
"idempotent": true
13981398
}
@@ -1740,17 +1740,18 @@
17401740
"type": "structure",
17411741
"members": {
17421742
"kmsAliasArn": {},
1743+
"kmsAliasName": {},
17431744
"kmsKeyArn": {}
17441745
},
17451746
"union": true
17461747
},
1747-
"S2f": {
1748+
"S2g": {
17481749
"type": "structure",
17491750
"members": {
17501751
"missionProfileId": {}
17511752
}
17521753
},
1753-
"S2q": {
1754+
"S2r": {
17541755
"type": "structure",
17551756
"members": {
17561757
"antennaDemodDecodeDetails": {
@@ -1772,7 +1773,7 @@
17721773
},
17731774
"union": true
17741775
},
1775-
"S2u": {
1776+
"S2v": {
17761777
"type": "structure",
17771778
"required": [
17781779
"unit",
@@ -1785,7 +1786,7 @@
17851786
}
17861787
}
17871788
},
1788-
"S34": {
1789+
"S35": {
17891790
"type": "structure",
17901791
"members": {
17911792
"ephemerisData": {},
@@ -1794,7 +1795,7 @@
17941795
}
17951796
}
17961797
},
1797-
"S3l": {
1798+
"S3m": {
17981799
"type": "structure",
17991800
"required": [
18001801
"source"
@@ -1808,17 +1809,17 @@
18081809
"source": {}
18091810
}
18101811
},
1811-
"S3n": {
1812+
"S3o": {
18121813
"type": "list",
18131814
"member": {}
18141815
},
1815-
"S4r": {
1816+
"S4s": {
18161817
"type": "list",
18171818
"member": {
18181819
"type": "integer"
18191820
}
18201821
},
1821-
"S52": {
1822+
"S53": {
18221823
"type": "list",
18231824
"member": {}
18241825
}

apis/groundstation-2019-05-23.normal.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2674,6 +2674,12 @@
26742674
"min": 1,
26752675
"pattern": "^arn:aws[a-zA-Z-]{0,16}:kms:[a-z]{2}(-[a-z]{1,16}){1,3}-\\d{1}:\\d{12}:((alias/[a-zA-Z0-9:/_-]{1,256}))$"
26762676
},
2677+
"KeyAliasName": {
2678+
"type": "string",
2679+
"max": 256,
2680+
"min": 1,
2681+
"pattern": "^alias/[a-zA-Z0-9:/_-]+$"
2682+
},
26772683
"KeyArn": {
26782684
"type": "string"
26792685
},
@@ -2684,6 +2690,10 @@
26842690
"shape": "KeyAliasArn",
26852691
"documentation": "<p>KMS Alias Arn.</p>"
26862692
},
2693+
"kmsAliasName": {
2694+
"shape": "KeyAliasName",
2695+
"documentation": "<p>KMS Alias Name.</p>"
2696+
},
26872697
"kmsKeyArn": {
26882698
"shape": "KeyArn",
26892699
"documentation": "<p>KMS Key Arn.</p>"

0 commit comments

Comments
 (0)