Skip to content

Commit eef9d58

Browse files
author
awstools
committed
Updates SDK to v2.1283.0
1 parent 5ac0a5e commit eef9d58

14 files changed

+797
-17
lines changed

.changes/2.1283.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": "MemoryDB",
5+
"description": "This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Transfer",
10+
"description": "Add additional operations to throw ThrottlingExceptions"
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.1282.0-->
2+
<!--LATEST=2.1283.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1283.0
6+
* feature: MemoryDB: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.
7+
* feature: Transfer: Add additional operations to throw ThrottlingExceptions
8+
59
## 2.1282.0
610
* feature: Connect: Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.
711
* feature: ConnectParticipant: Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.

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.1282.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1283.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/memorydb-2021-01-01.min.json

Lines changed: 136 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,75 @@
568568
}
569569
}
570570
},
571+
"DescribeReservedNodes": {
572+
"input": {
573+
"type": "structure",
574+
"members": {
575+
"ReservationId": {},
576+
"ReservedNodesOfferingId": {},
577+
"NodeType": {},
578+
"Duration": {},
579+
"OfferingType": {},
580+
"MaxResults": {
581+
"type": "integer"
582+
},
583+
"NextToken": {}
584+
}
585+
},
586+
"output": {
587+
"type": "structure",
588+
"members": {
589+
"NextToken": {},
590+
"ReservedNodes": {
591+
"type": "list",
592+
"member": {
593+
"shape": "S36"
594+
}
595+
}
596+
}
597+
}
598+
},
599+
"DescribeReservedNodesOfferings": {
600+
"input": {
601+
"type": "structure",
602+
"members": {
603+
"ReservedNodesOfferingId": {},
604+
"NodeType": {},
605+
"Duration": {},
606+
"OfferingType": {},
607+
"MaxResults": {
608+
"type": "integer"
609+
},
610+
"NextToken": {}
611+
}
612+
},
613+
"output": {
614+
"type": "structure",
615+
"members": {
616+
"NextToken": {},
617+
"ReservedNodesOfferings": {
618+
"type": "list",
619+
"member": {
620+
"type": "structure",
621+
"members": {
622+
"ReservedNodesOfferingId": {},
623+
"NodeType": {},
624+
"Duration": {
625+
"type": "integer"
626+
},
627+
"FixedPrice": {
628+
"type": "double"
629+
},
630+
"OfferingType": {},
631+
"RecurringCharges": {
632+
"shape": "S37"
633+
}
634+
}
635+
}
636+
}
637+
}
638+
}
639+
},
571640
"DescribeServiceUpdates": {
572641
"input": {
573642
"type": "structure",
@@ -742,10 +811,10 @@
742811
"type": "structure",
743812
"members": {
744813
"ScaleUpNodeTypes": {
745-
"shape": "S3r"
814+
"shape": "S41"
746815
},
747816
"ScaleDownNodeTypes": {
748-
"shape": "S3r"
817+
"shape": "S41"
749818
}
750819
}
751820
}
@@ -769,6 +838,32 @@
769838
}
770839
}
771840
},
841+
"PurchaseReservedNodesOffering": {
842+
"input": {
843+
"type": "structure",
844+
"required": [
845+
"ReservedNodesOfferingId"
846+
],
847+
"members": {
848+
"ReservedNodesOfferingId": {},
849+
"ReservationId": {},
850+
"NodeCount": {
851+
"type": "integer"
852+
},
853+
"Tags": {
854+
"shape": "Sz"
855+
}
856+
}
857+
},
858+
"output": {
859+
"type": "structure",
860+
"members": {
861+
"ReservedNode": {
862+
"shape": "S36"
863+
}
864+
}
865+
}
866+
},
772867
"ResetParameterGroup": {
773868
"input": {
774869
"type": "structure",
@@ -1303,7 +1398,45 @@
13031398
"ARN": {}
13041399
}
13051400
},
1306-
"S3r": {
1401+
"S36": {
1402+
"type": "structure",
1403+
"members": {
1404+
"ReservationId": {},
1405+
"ReservedNodesOfferingId": {},
1406+
"NodeType": {},
1407+
"StartTime": {
1408+
"type": "timestamp"
1409+
},
1410+
"Duration": {
1411+
"type": "integer"
1412+
},
1413+
"FixedPrice": {
1414+
"type": "double"
1415+
},
1416+
"NodeCount": {
1417+
"type": "integer"
1418+
},
1419+
"OfferingType": {},
1420+
"State": {},
1421+
"RecurringCharges": {
1422+
"shape": "S37"
1423+
},
1424+
"ARN": {}
1425+
}
1426+
},
1427+
"S37": {
1428+
"type": "list",
1429+
"member": {
1430+
"type": "structure",
1431+
"members": {
1432+
"RecurringChargeAmount": {
1433+
"type": "double"
1434+
},
1435+
"RecurringChargeFrequency": {}
1436+
}
1437+
}
1438+
},
1439+
"S41": {
13071440
"type": "list",
13081441
"member": {}
13091442
}

0 commit comments

Comments
 (0)