Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 3, 2021
1 parent ec0eb68 commit 18e4f5f
Show file tree
Hide file tree
Showing 10 changed files with 277 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-chimesdkidentity-79492.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``chime-sdk-identity``",
"description": "Documentation updates for Chime"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-chimesdkmessaging-34920.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``chime-sdk-messaging``",
"description": "Documentation updates for Chime"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-codegurureviewer-76980.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``codeguru-reviewer``",
"description": "Added support for CodeInconsistencies detectors"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-frauddetector-25357.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``frauddetector``",
"description": "Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-outposts-99699.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``outposts``",
"description": "This release adds a new API CreateOrder."
}
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
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 18e4f5f

Please sign in to comment.