Skip to content

Commit

Permalink
Updates SDK to v2.1273.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 12, 2022
1 parent f481a23 commit 187f234
Show file tree
Hide file tree
Showing 40 changed files with 2,432 additions and 902 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1273.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString."
},
{
"type": "feature",
"category": "EC2",
"description": "This release updates DescribeFpgaImages to show supported instance types of AFIs in its response."
},
{
"type": "feature",
"category": "KinesisVideo",
"description": "This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule."
},
{
"type": "feature",
"category": "MigrationHubRefactorSpaces",
"description": "This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService."
},
{
"type": "feature",
"category": "RDS",
"description": "Update the RDS API model to support copying option groups during the CopyDBSnapshot operation"
},
{
"type": "feature",
"category": "Rekognition",
"description": "Adds support for \"aliases\" and \"categories\", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs."
},
{
"type": "feature",
"category": "SageMakerMetrics",
"description": "This release introduces support SageMaker Metrics APIs."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1272.0-->
<!--LATEST=2.1273.0-->
<!--ENTRYINSERT-->

## 2.1273.0
* feature: CustomerProfiles: This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.
* feature: EC2: This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.
* feature: KinesisVideo: This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule.
* feature: MigrationHubRefactorSpaces: This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService.
* feature: RDS: Update the RDS API model to support copying option groups during the CopyDBSnapshot operation
* feature: Rekognition: Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs.
* feature: SageMakerMetrics: This release introduces support SageMaker Metrics APIs.

## 2.1272.0
* feature: IoTFleetWise: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.
* feature: MediaLive: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1272.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1273.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
8 changes: 6 additions & 2 deletions apis/customer-profiles-2020-08-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@
},
"Attributes": {
"shape": "S2i"
}
},
"PartyTypeString": {},
"GenderString": {}
}
},
"output": {
Expand Down Expand Up @@ -1870,7 +1872,9 @@
"type": "map",
"key": {},
"value": {}
}
},
"PartyTypeString": {},
"GenderString": {}
}
},
"output": {
Expand Down
16 changes: 16 additions & 0 deletions apis/customer-profiles-2020-08-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1767,6 +1767,14 @@
"Attributes": {
"shape": "Attributes",
"documentation": "<p>A key value pair of attributes of a customer profile.</p>"
},
"PartyTypeString": {
"shape": "string1To255",
"documentation": "<p>An alternative to <code>PartyType</code> which accepts any string as input.</p>"
},
"GenderString": {
"shape": "string1To255",
"documentation": "<p>An alternative to <code>Gender</code> which accepts any string as input.</p>"
}
}
},
Expand Down Expand Up @@ -4883,6 +4891,14 @@
"Attributes": {
"shape": "UpdateAttributes",
"documentation": "<p>A key value pair of attributes of a customer profile.</p>"
},
"PartyTypeString": {
"shape": "string0To255",
"documentation": "<p>An alternative to <code>PartyType</code> which accepts any string as input.</p>"
},
"GenderString": {
"shape": "string0To255",
"documentation": "<p>An alternative to <code>Gender</code> which accepts any string as input.</p>"
}
}
},
Expand Down
Loading

0 comments on commit 187f234

Please sign in to comment.