Skip to content

Commit

Permalink
Updates SDK to v2.1310.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 6, 2023
1 parent 0bac5d5 commit eb5b4a3
Show file tree
Hide file tree
Showing 22 changed files with 531 additions and 362 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1310.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "AWS Compute optimizer can now infer if Kafka is running on an instance."
},
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This release deprecates the PartyType and Gender enum data types from the Profile model and replaces them with new PartyTypeString and GenderString attributes, which accept any string of length up to 255."
},
{
"type": "feature",
"category": "FraudDetector",
"description": "My AWS Service (Amazon Fraud Detector) - This release introduces Cold Start Model Training which optimizes training for small datasets and adds intelligent methods for treating unlabeled data. You can now train Online Fraud Insights or Transaction Fraud Insights models with minimal historical-data."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "The AWS Elemental MediaConvert SDK has added improved scene change detection capabilities and a bandwidth reduction filter, along with video quality enhancements, to the AVC encoder."
},
{
"type": "feature",
"category": "Outposts",
"description": "Adds OrderType to Order structure. Adds PreviousOrderId and PreviousLineItemId to LineItem structure. Adds new line item status REPLACED. Increases maximum length of pagination token."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1309.0-->
<!--LATEST=2.1310.0-->
<!--ENTRYINSERT-->

## 2.1310.0
* feature: ComputeOptimizer: AWS Compute optimizer can now infer if Kafka is running on an instance.
* feature: CustomerProfiles: This release deprecates the PartyType and Gender enum data types from the Profile model and replaces them with new PartyTypeString and GenderString attributes, which accept any string of length up to 255.
* feature: FraudDetector: My AWS Service (Amazon Fraud Detector) - This release introduces Cold Start Model Training which optimizes training for small datasets and adds intelligent methods for treating unlabeled data. You can now train Online Fraud Insights or Transaction Fraud Insights models with minimal historical-data.
* feature: MediaConvert: The AWS Elemental MediaConvert SDK has added improved scene change detection capabilities and a bandwidth reduction filter, along with video quality enhancements, to the AVC encoder.
* feature: Outposts: Adds OrderType to Order structure. Adds PreviousOrderId and PreviousLineItemId to LineItem structure. Adds new line item status REPLACED. Increases maximum length of pagination token.

## 2.1309.0
* feature: Proton: Add new GetResourcesSummary API

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.1309.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1310.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
83 changes: 42 additions & 41 deletions apis/compute-optimizer-2019-11-01.normal.json

Large diffs are not rendered by default.

36 changes: 29 additions & 7 deletions apis/customer-profiles-2020-08-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,17 @@
},
"AccountNumber": {},
"AdditionalInformation": {},
"PartyType": {},
"PartyType": {
"shape": "S2f"
},
"BusinessName": {},
"FirstName": {},
"MiddleName": {},
"LastName": {},
"BirthDate": {},
"Gender": {},
"Gender": {
"shape": "S2g"
},
"PhoneNumber": {},
"MobilePhoneNumber": {},
"HomePhoneNumber": {},
Expand Down Expand Up @@ -1664,13 +1668,17 @@
"ProfileId": {},
"AccountNumber": {},
"AdditionalInformation": {},
"PartyType": {},
"PartyType": {
"shape": "S2f"
},
"BusinessName": {},
"FirstName": {},
"MiddleName": {},
"LastName": {},
"BirthDate": {},
"Gender": {},
"Gender": {
"shape": "S2g"
},
"PhoneNumber": {},
"MobilePhoneNumber": {},
"HomePhoneNumber": {},
Expand Down Expand Up @@ -1704,7 +1712,9 @@
}
}
}
}
},
"PartyTypeString": {},
"GenderString": {}
}
}
},
Expand Down Expand Up @@ -1842,13 +1852,17 @@
"ProfileId": {},
"AdditionalInformation": {},
"AccountNumber": {},
"PartyType": {},
"PartyType": {
"shape": "S2f"
},
"BusinessName": {},
"FirstName": {},
"MiddleName": {},
"LastName": {},
"BirthDate": {},
"Gender": {},
"Gender": {
"shape": "S2g"
},
"PhoneNumber": {},
"MobilePhoneNumber": {},
"HomePhoneNumber": {},
Expand Down Expand Up @@ -2165,6 +2179,14 @@
}
}
},
"S2f": {
"type": "string",
"deprecated": true
},
"S2g": {
"type": "string",
"deprecated": true
},
"S2h": {
"type": "structure",
"members": {
Expand Down
16 changes: 13 additions & 3 deletions apis/customer-profiles-2020-08-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2263,6 +2263,7 @@
},
"Gender": {
"type": "string",
"deprecated": true,
"enum": [
"MALE",
"FEMALE",
Expand Down Expand Up @@ -2513,7 +2514,7 @@
},
"IsUnstructured": {
"shape": "optionalBoolean",
"documentation": "<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>"
"documentation": "<p>Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.</p>"
}
}
},
Expand Down Expand Up @@ -3134,7 +3135,7 @@
},
"IsUnstructured": {
"shape": "optionalBoolean",
"documentation": "<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>"
"documentation": "<p>Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.</p>"
}
},
"documentation": "<p>An integration in list of integrations.</p>"
Expand Down Expand Up @@ -3737,6 +3738,7 @@
},
"PartyType": {
"type": "string",
"deprecated": true,
"enum": [
"INDIVIDUAL",
"BUSINESS",
Expand Down Expand Up @@ -3837,6 +3839,14 @@
"FoundByItems": {
"shape": "foundByList",
"documentation": "<p>A list of items used to find a profile returned in a <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html\">SearchProfiles</a> response. An item is a key-value(s) pair that matches an attribute in the profile.</p> <p>If the optional <code>AdditionalSearchKeys</code> parameter was included in the <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html\">SearchProfiles</a> request, the <code>FoundByItems</code> list should be interpreted based on the <code>LogicalOperator</code> used in the request:</p> <ul> <li> <p> <code>AND</code> - The profile included in the response matched all of the search keys specified in the request. The <code>FoundByItems</code> will include all of the key-value(s) pairs that were specified in the request (as this is a requirement of <code>AND</code> search logic).</p> </li> <li> <p> <code>OR</code> - The profile included in the response matched at least one of the search keys specified in the request. The <code>FoundByItems</code> will include each of the key-value(s) pairs that the profile was found by.</p> </li> </ul> <p>The <code>OR</code> relationship is the default behavior if the <code>LogicalOperator</code> parameter is not included in the <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html\">SearchProfiles</a> request.</p>"
},
"PartyTypeString": {
"shape": "string1To255",
"documentation": "<p>An alternative to PartyType which accepts any string as input.</p>"
},
"GenderString": {
"shape": "string1To255",
"documentation": "<p>An alternative to Gender which accepts any string as input.</p>"
}
},
"documentation": "<p>The standard profile of a customer.</p>"
Expand Down Expand Up @@ -3961,7 +3971,7 @@
},
"IsUnstructured": {
"shape": "optionalBoolean",
"documentation": "<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>"
"documentation": "<p>Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.</p>"
}
}
},
Expand Down
Loading

0 comments on commit eb5b4a3

Please sign in to comment.