Skip to content

Commit

Permalink
Merge branch 'release-1.21.36'
Browse files Browse the repository at this point in the history
* release-1.21.36:
  Bumping version to 1.21.36
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 3, 2021
2 parents 0a33d0f + d62f413 commit 53d2274
Show file tree
Hide file tree
Showing 10 changed files with 292 additions and 8 deletions.
27 changes: 27 additions & 0 deletions .changes/1.21.36.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``chime-sdk-identity``",
"description": "Documentation updates for Chime",
"type": "api-change"
},
{
"category": "``chime-sdk-messaging``",
"description": "Documentation updates for Chime",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "This release adds a new API CreateOrder.",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models",
"type": "api-change"
},
{
"category": "``codeguru-reviewer``",
"description": "Added support for CodeInconsistencies detectors",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.21.36
=======

* api-change:``chime-sdk-identity``: Documentation updates for Chime
* api-change:``chime-sdk-messaging``: Documentation updates for Chime
* api-change:``outposts``: This release adds a new API CreateOrder.
* api-change:``frauddetector``: Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models
* api-change:``codeguru-reviewer``: Added support for CodeInconsistencies detectors


1.21.35
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.21.35'
__version__ = '1.21.36'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/chime-sdk-identity/2021-04-20/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,5 +1157,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>"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2473,5 +2473,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 botocore/data/codeguru-reviewer/2019-09-19/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,8 @@
"PythonBestPractices",
"JavaBestPractices",
"ResourceLeaks",
"SecurityIssues"
"SecurityIssues",
"CodeInconsistencies"
]
},
"RecommendationFeedback":{
Expand Down
1 change: 1 addition & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down
41 changes: 41 additions & 0 deletions botocore/data/frauddetector/2019-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2053,6 +2053,39 @@
"type":"list",
"member":{"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 @@ -2314,6 +2347,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 @@ -2681,6 +2718,10 @@
"type":"string",
"enum":["DETECTORPL"]
},
"ListOfExternalModelOutputs":{
"type":"list",
"member":{"shape":"ExternalModelOutputs"}
},
"ListOfLogOddsMetrics":{
"type":"list",
"member":{"shape":"LogOddsMetric"}
Expand Down
Loading

0 comments on commit 53d2274

Please sign in to comment.