Skip to content

Commit

Permalink
Release v1.44.32 (2022-06-10) (#4437)
Browse files Browse the repository at this point in the history
Release v1.44.32 (2022-06-10)
===

### Service Client Updates
* `service/frauddetector`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Jun 10, 2022
1 parent ab3bfce commit 8a699be
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 59 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release v1.44.32 (2022-06-10)
===

### Service Client Updates
* `service/frauddetector`: Updates service documentation

Release v1.44.31 (2022-06-09)
===

Expand Down
63 changes: 26 additions & 37 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.31"
const SDKVersion = "1.44.32"
8 changes: 4 additions & 4 deletions models/apis/frauddetector/2019-11-15/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need detailed information about Amazon Fraud Detector API actions, data types, and errors. For more information about Amazon Fraud Detector features, see the <a href=\"https://docs.aws.amazon.com/frauddetector/latest/ug/\">Amazon Fraud Detector User Guide</a>.</p>",
"service": "<p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need detailed information about Amazon Fraud Detector API actions, data types, and errors. For more information about Amazon Fraud Detector features, see the <a href=\"https://docs.aws.amazon.com/frauddetector/latest/ug/\">Amazon Fraud Detector User Guide</a>.</p> <p>We provide the Query API as well as AWS software development kits (SDK) for Amazon Fraud Detector in Java and Python programming languages.</p> <p>The Amazon Fraud Detector Query API provides HTTPS requests that use the HTTP verb GET or POST and a Query parameter <code>Action</code>. AWS SDK provides libraries, sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, see <a href=\"https://docs.aws.amazon.com/https:/aws.amazon.com/tools/\">Tools to build on AWS</a>. </p>",
"operations": {
"BatchCreateVariable": "<p>Creates a batch of variables.</p>",
"BatchGetVariable": "<p>Gets a batch of variables.</p>",
Expand All @@ -13,7 +13,7 @@
"CreateModelVersion": "<p>Creates a version of the model using the specified model type and model id. </p>",
"CreateRule": "<p>Creates a rule for use with the specified detector. </p>",
"CreateVariable": "<p>Creates a variable.</p>",
"DeleteBatchImportJob": "<p>Deletes data that was batch imported to Amazon Fraud Detector. </p>",
"DeleteBatchImportJob": "<p>Deletes the specified batch import job ID record. This action does not delete the data that was batch imported. </p>",
"DeleteBatchPredictionJob": "<p>Deletes a batch prediction job.</p>",
"DeleteDetector": "<p>Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.</p> <p>When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.</p>",
"DeleteDetectorVersion": "<p>Deletes the detector version. You cannot delete detector versions that are in <code>ACTIVE</code> status.</p> <p>When you delete a detector version, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.</p>",
Expand Down Expand Up @@ -66,7 +66,7 @@
"UpdateEventLabel": "<p>Updates the specified event with a new label.</p>",
"UpdateModel": "<p>Updates model description.</p>",
"UpdateModelVersion": "<p>Updates a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.</p>",
"UpdateModelVersionStatus": "<p>Updates the status of a model version.</p> <p>You can perform the following status updates:</p> <ol> <li> <p>Change the <code>TRAINING_COMPLETE</code> status to <code>ACTIVE</code>.</p> </li> <li> <p>Change <code>ACTIVE</code> to <code>INACTIVE</code>.</p> </li> </ol>",
"UpdateModelVersionStatus": "<p>Updates the status of a model version.</p> <p>You can perform the following status updates:</p> <ol> <li> <p>Change the <code>TRAINING_IN_PROGRESS</code> status to <code>TRAINING_CANCELLED</code>.</p> </li> <li> <p>Change the <code>TRAINING_COMPLETE</code> status to <code>ACTIVE</code>.</p> </li> <li> <p>Change <code>ACTIVE</code> to <code>INACTIVE</code>.</p> </li> </ol>",
"UpdateRuleMetadata": "<p>Updates a rule's metadata. The description attribute can be updated.</p>",
"UpdateRuleVersion": "<p>Updates a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...). </p>",
"UpdateVariable": "<p>Updates a variable.</p>"
Expand Down Expand Up @@ -2138,7 +2138,7 @@
"ExternalModel$createdTime": "<p>Timestamp of when the model was last created.</p>",
"GetDetectorVersionResult$lastUpdatedTime": "<p>The timestamp when the detector version was last updated. </p>",
"GetDetectorVersionResult$createdTime": "<p>The timestamp when the detector version was created. </p>",
"GetEventPredictionMetadataRequest$predictionTimestamp": "<p> The timestamp that defines when the prediction was generated. </p>",
"GetEventPredictionMetadataRequest$predictionTimestamp": "<p> The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.</p> <p>We recommend calling <a href=\"https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html\">ListEventPredictions</a> first, and using the <code>predictionTimestamp</code> value in the response to provide an accurate prediction timestamp value.</p>",
"GetEventPredictionMetadataResult$eventTimestamp": "<p> The timestamp for when the prediction was generated for the associated event ID. </p>",
"GetEventPredictionMetadataResult$predictionTimestamp": "<p>The timestamp that defines when the prediction was generated. </p>",
"IngestedEventStatistics$leastRecentEvent": "<p>The oldest stored event.</p>",
Expand Down
29 changes: 14 additions & 15 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4330,6 +4330,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -9788,21 +9789,6 @@
}
}
},
"redshift-serverless" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"rekognition" : {
"endpoints" : {
"ap-northeast-1" : { },
Expand Down Expand Up @@ -11021,6 +11007,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -11155,6 +11142,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -18067,6 +18055,12 @@
}
}
},
"transcribestreaming" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"transfer" : {
"endpoints" : {
"fips-us-gov-east-1" : {
Expand Down Expand Up @@ -19103,6 +19097,11 @@
"endpoints" : {
"us-isob-east-1" : { }
}
},
"workspaces" : {
"endpoints" : {
"us-isob-east-1" : { }
}
}
}
} ],
Expand Down
12 changes: 10 additions & 2 deletions service/frauddetector/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions service/frauddetector/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a699be

Please sign in to comment.