aws-sdk-frauddetector 1.32.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 725cde6385a1a65238dc6ab655c6f866c836d7bfb04159e587ae0e751d2f918c
4
- data.tar.gz: c221d3dcf7d0f04138afd88419364d8c897cdd82d9e26c8b1dea8d927d36e748
3
+ metadata.gz: 8a094a9e5b30822d7895d08d72590c8a7383a9866933051d108a46856c636ad5
4
+ data.tar.gz: d73cdd873e287e48814a284351510721734f6db99af9aacebb52edd157eb13b0
5
5
  SHA512:
6
- metadata.gz: 92730ae8ee60b7243620515a0db820e9674491c3d671ccaa7d190c551e393a87f9ec17a2dab386540fb3798b070347d80f32641b0376302d862d6c9673f896ff
7
- data.tar.gz: 0a1d9e9649f605358878f26a531c38dd6d1797c9715b829725c17571e455c8e6af20e17c618e9d715ffb41de602aac1583e8c48f74c4be12b16bfd8ea29f8f08
6
+ metadata.gz: d02cea09ce691547c5e730f78d9ccd6d73dfde9263b71abd9ad2b2c2b679514ba800871b45a11d1bbbc599c9c76486bd0b9428ae2aa556af9eae82e781d16c54
7
+ data.tar.gz: fab68c139cad4f73d0845b92d55748d3381537f4871787a9ccaa256b210fdded884d930aeabe3703912bdd2592cf4882d4d2907033040d7291276a51d0edeb92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2022-06-10)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon Fraud Detector (AWSHawksNest)
8
+
4
9
  1.32.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -943,7 +943,8 @@ module Aws::FraudDetector
943
943
  req.send_request(options)
944
944
  end
945
945
 
946
- # Deletes data that was batch imported to Amazon Fraud Detector.
946
+ # Deletes the specified batch import job ID record. This action does not
947
+ # delete the data that was batch imported.
947
948
  #
948
949
  # @option params [required, String] :job_id
949
950
  # The ID of the batch import job to delete.
@@ -2004,7 +2005,16 @@ module Aws::FraudDetector
2004
2005
  # The detector version ID.
2005
2006
  #
2006
2007
  # @option params [required, String] :prediction_timestamp
2007
- # The timestamp that defines when the prediction was generated.
2008
+ # The timestamp that defines when the prediction was generated. The
2009
+ # timestamp must be specified using ISO 8601 standard in UTC.
2010
+ #
2011
+ # We recommend calling [ListEventPredictions][1] first, and using the
2012
+ # `predictionTimestamp` value in the response to provide an accurate
2013
+ # prediction timestamp value.
2014
+ #
2015
+ #
2016
+ #
2017
+ # [1]: https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html
2008
2018
  #
2009
2019
  # @return [Types::GetEventPredictionMetadataResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2010
2020
  #
@@ -3409,9 +3419,11 @@ module Aws::FraudDetector
3409
3419
  #
3410
3420
  # You can perform the following status updates:
3411
3421
  #
3412
- # 1. Change the `TRAINING_COMPLETE` status to `ACTIVE`.
3422
+ # 1. Change the `TRAINING_IN_PROGRESS` status to `TRAINING_CANCELLED`.
3423
+ #
3424
+ # 2. Change the `TRAINING_COMPLETE` status to `ACTIVE`.
3413
3425
  #
3414
- # 2. Change `ACTIVE` to `INACTIVE`.
3426
+ # 3. Change `ACTIVE` to `INACTIVE`.
3415
3427
  #
3416
3428
  # @option params [required, String] :model_id
3417
3429
  # The model ID of the model version to update.
@@ -3586,7 +3598,7 @@ module Aws::FraudDetector
3586
3598
  params: params,
3587
3599
  config: config)
3588
3600
  context[:gem_name] = 'aws-sdk-frauddetector'
3589
- context[:gem_version] = '1.32.0'
3601
+ context[:gem_version] = '1.33.0'
3590
3602
  Seahorse::Client::Request.new(handlers, context)
3591
3603
  end
3592
3604
 
@@ -2433,7 +2433,16 @@ module Aws::FraudDetector
2433
2433
  # @return [String]
2434
2434
  #
2435
2435
  # @!attribute [rw] prediction_timestamp
2436
- # The timestamp that defines when the prediction was generated.
2436
+ # The timestamp that defines when the prediction was generated. The
2437
+ # timestamp must be specified using ISO 8601 standard in UTC.
2438
+ #
2439
+ # We recommend calling [ListEventPredictions][1] first, and using the
2440
+ # `predictionTimestamp` value in the response to provide an accurate
2441
+ # prediction timestamp value.
2442
+ #
2443
+ #
2444
+ #
2445
+ # [1]: https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html
2437
2446
  # @return [String]
2438
2447
  #
2439
2448
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/GetEventPredictionMetadataRequest AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-frauddetector/customizations'
48
48
  # @!group service
49
49
  module Aws::FraudDetector
50
50
 
51
- GEM_VERSION = '1.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-frauddetector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core