Skip to content

Commit

Permalink
Updates SDK to v2.983.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 3, 2021
1 parent 8ea52db commit 8a050ff
Show file tree
Hide file tree
Showing 19 changed files with 558 additions and 36 deletions.
17 changes: 17 additions & 0 deletions .changes/2.983.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeGuruReviewer",
"description": "Added support for CodeInconsistencies detectors"
},
{
"type": "feature",
"category": "FraudDetector",
"description": "Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models"
},
{
"type": "feature",
"category": "Outposts",
"description": "This release adds a new API CreateOrder."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.982.0-->
<!--LATEST=2.983.0-->
<!--ENTRYINSERT-->

## 2.983.0
* feature: CodeGuruReviewer: Added support for CodeInconsistencies detectors
* feature: FraudDetector: Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models
* feature: Outposts: This release adds a new API CreateOrder.

## 2.982.0
* feature: ACMPCA: Private Certificate Authority Service now allows customers to enable an online certificate status protocol (OCSP) responder service on their private certificate authorities. Customers can also optionally configure a custom CNAME for their OCSP responder.
* feature: EFS: Adds support for EFS Intelligent-Tiering, which uses EFS Lifecycle Management to monitor file access patterns and is designed to automatically transition files to and from your corresponding Infrequent Access (IA) storage classes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.982.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.983.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
2 changes: 1 addition & 1 deletion apis/chime-sdk-identity-2021-04-20.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1358,5 +1358,5 @@
"sensitive": true
}
},
"documentation": "<p>The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. These APIs provide the overarching framework for creating and sending messages. For more information about the identity APIs, refer to .</p>"
"documentation": "<p>The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. These APIs provide the overarching framework for creating and sending messages. For more information about the identity APIs, refer to <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Identity.html\">Amazon Chime SDK identity</a>.</p>"
}
2 changes: 1 addition & 1 deletion apis/chime-sdk-messaging-2021-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2914,5 +2914,5 @@
"max": 4096
}
},
"documentation": "<p>The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. These APIs depend on the frameworks provided by the Amazon Chime SDK Identity APIs. For more information about the messaging APIs, see .</p>"
"documentation": "<p>The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. These APIs depend on the frameworks provided by the Amazon Chime SDK Identity APIs. For more information about the messaging APIs, see <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging\">Amazon Chime SDK messaging</a> </p>"
}
3 changes: 2 additions & 1 deletion apis/codeguru-reviewer-2019-09-19.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,8 @@
"PythonBestPractices",
"JavaBestPractices",
"ResourceLeaks",
"SecurityIssues"
"SecurityIssues",
"CodeInconsistencies"
]
},
"RecommendationFeedback": {
Expand Down
32 changes: 26 additions & 6 deletions apis/frauddetector-2019-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,26 @@
}
}
}
},
"externalModelOutputs": {
"type": "list",
"member": {
"type": "structure",
"members": {
"externalModel": {
"type": "structure",
"members": {
"modelEndpoint": {},
"modelSource": {}
}
},
"outputs": {
"type": "map",
"key": {},
"value": {}
}
}
}
}
}
}
Expand Down Expand Up @@ -956,10 +976,10 @@
"modelSource": {},
"invokeModelEndpointRoleArn": {},
"inputConfiguration": {
"shape": "S4f"
"shape": "S4j"
},
"outputConfiguration": {
"shape": "S4i"
"shape": "S4m"
},
"modelEndpointStatus": {},
"lastUpdatedTime": {},
Expand Down Expand Up @@ -1289,10 +1309,10 @@
"modelSource": {},
"invokeModelEndpointRoleArn": {},
"inputConfiguration": {
"shape": "S4f"
"shape": "S4j"
},
"outputConfiguration": {
"shape": "S4i"
"shape": "S4m"
},
"modelEndpointStatus": {},
"tags": {
Expand Down Expand Up @@ -1728,7 +1748,7 @@
"type": "string",
"sensitive": true
},
"S4f": {
"S4j": {
"type": "structure",
"required": [
"useEventVariables"
Expand All @@ -1743,7 +1763,7 @@
"csvInputTemplate": {}
}
},
"S4i": {
"S4m": {
"type": "structure",
"required": [
"format"
Expand Down
47 changes: 47 additions & 0 deletions apis/frauddetector-2019-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2868,6 +2868,43 @@
"shape": "ExternalModel"
}
},
"ExternalModelOutputs": {
"type": "structure",
"members": {
"externalModel": {
"shape": "ExternalModelSummary",
"documentation": "<p>The Amazon SageMaker model.</p>"
},
"outputs": {
"shape": "ExternalModelPredictionMap",
"documentation": "<p>The fraud prediction scores from Amazon SageMaker model.</p>"
}
},
"documentation": "<p>The fraud prediction scores from Amazon SageMaker model.</p>"
},
"ExternalModelPredictionMap": {
"type": "map",
"key": {
"shape": "string"
},
"value": {
"shape": "string"
}
},
"ExternalModelSummary": {
"type": "structure",
"members": {
"modelEndpoint": {
"shape": "string",
"documentation": "<p>The endpoint of the Amazon SageMaker model.</p>"
},
"modelSource": {
"shape": "ModelSource",
"documentation": "<p>The source of the model.</p>"
}
},
"documentation": "<p>The Amazon SageMaker model.</p>"
},
"ExternalModelsMaxResults": {
"type": "integer",
"box": true,
Expand Down Expand Up @@ -3129,6 +3166,10 @@
"ruleResults": {
"shape": "ListOfRuleResults",
"documentation": "<p>The results from the rules.</p>"
},
"externalModelOutputs": {
"shape": "ListOfExternalModelOutputs",
"documentation": "<p>The model scores for Amazon SageMaker models.</p>"
}
}
},
Expand Down Expand Up @@ -3498,6 +3539,12 @@
"DETECTORPL"
]
},
"ListOfExternalModelOutputs": {
"type": "list",
"member": {
"shape": "ExternalModelOutputs"
}
},
"ListOfLogOddsMetrics": {
"type": "list",
"member": {
Expand Down
84 changes: 74 additions & 10 deletions apis/outposts-2019-12-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,70 @@
"uid": "outposts-2019-12-03"
},
"operations": {
"CreateOrder": {
"http": {
"requestUri": "/orders"
},
"input": {
"type": "structure",
"required": [
"OutpostIdentifier",
"LineItems",
"PaymentOption"
],
"members": {
"OutpostIdentifier": {},
"LineItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CatalogItemId": {},
"Quantity": {
"type": "integer"
}
}
}
},
"PaymentOption": {},
"PaymentTerm": {}
}
},
"output": {
"type": "structure",
"members": {
"Order": {
"type": "structure",
"members": {
"OutpostId": {},
"OrderId": {},
"Status": {},
"LineItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CatalogItemId": {},
"LineItemId": {},
"Quantity": {
"type": "integer"
},
"Status": {}
}
}
},
"PaymentOption": {},
"OrderSubmissionDate": {
"type": "timestamp"
},
"OrderFulfilledDate": {
"type": "timestamp"
}
}
}
}
}
},
"CreateOutpost": {
"http": {
"requestUri": "/outposts"
Expand All @@ -30,15 +94,15 @@
"AvailabilityZone": {},
"AvailabilityZoneId": {},
"Tags": {
"shape": "S7"
"shape": "Sp"
}
}
},
"output": {
"type": "structure",
"members": {
"Outpost": {
"shape": "Sb"
"shape": "St"
}
}
}
Expand Down Expand Up @@ -108,7 +172,7 @@
"type": "structure",
"members": {
"Outpost": {
"shape": "Sb"
"shape": "St"
}
}
}
Expand Down Expand Up @@ -200,7 +264,7 @@
"Outposts": {
"type": "list",
"member": {
"shape": "Sb"
"shape": "St"
}
},
"NextToken": {}
Expand Down Expand Up @@ -239,7 +303,7 @@
"Name": {},
"Description": {},
"Tags": {
"shape": "S7"
"shape": "Sp"
},
"SiteArn": {}
}
Expand Down Expand Up @@ -270,7 +334,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S7"
"shape": "Sp"
}
}
}
Expand All @@ -291,7 +355,7 @@
"locationName": "ResourceArn"
},
"Tags": {
"shape": "S7"
"shape": "Sp"
}
}
},
Expand Down Expand Up @@ -331,12 +395,12 @@
}
},
"shapes": {
"S7": {
"Sp": {
"type": "map",
"key": {},
"value": {}
},
"Sb": {
"St": {
"type": "structure",
"members": {
"OutpostId": {},
Expand All @@ -349,7 +413,7 @@
"AvailabilityZone": {},
"AvailabilityZoneId": {},
"Tags": {
"shape": "S7"
"shape": "Sp"
},
"SiteArn": {}
}
Expand Down
Loading

0 comments on commit 8a050ff

Please sign in to comment.