diff --git a/apis/frauddetector/2019-11-15/docs-2.json b/apis/frauddetector/2019-11-15/docs-2.json index 341716e3314..dc323dce326 100644 --- a/apis/frauddetector/2019-11-15/docs-2.json +++ b/apis/frauddetector/2019-11-15/docs-2.json @@ -1,6 +1,6 @@ { "version": "2.0", - "service": "

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 Amazon Fraud Detector User Guide.

", + "service": "

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 Amazon Fraud Detector User Guide.

We provide the Query API as well as AWS software development kits (SDK) for Amazon Fraud Detector in Java and Python programming languages.

The Amazon Fraud Detector Query API provides HTTPS requests that use the HTTP verb GET or POST and a Query parameter Action. 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 Tools to build on AWS.

", "operations": { "BatchCreateVariable": "

Creates a batch of variables.

", "BatchGetVariable": "

Gets a batch of variables.

", @@ -13,7 +13,7 @@ "CreateModelVersion": "

Creates a version of the model using the specified model type and model id.

", "CreateRule": "

Creates a rule for use with the specified detector.

", "CreateVariable": "

Creates a variable.

", - "DeleteBatchImportJob": "

Deletes data that was batch imported to Amazon Fraud Detector.

", + "DeleteBatchImportJob": "

Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.

", "DeleteBatchPredictionJob": "

Deletes a batch prediction job.

", "DeleteDetector": "

Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.

When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.

", "DeleteDetectorVersion": "

Deletes the detector version. You cannot delete detector versions that are in ACTIVE status.

When you delete a detector version, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.

", @@ -66,7 +66,7 @@ "UpdateEventLabel": "

Updates the specified event with a new label.

", "UpdateModel": "

Updates model description.

", "UpdateModelVersion": "

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.

", - "UpdateModelVersionStatus": "

Updates the status of a model version.

You can perform the following status updates:

  1. Change the TRAINING_COMPLETE status to ACTIVE.

  2. Change ACTIVE to INACTIVE.

", + "UpdateModelVersionStatus": "

Updates the status of a model version.

You can perform the following status updates:

  1. Change the TRAINING_IN_PROGRESS status to TRAINING_CANCELLED.

  2. Change the TRAINING_COMPLETE status to ACTIVE.

  3. Change ACTIVE to INACTIVE.

", "UpdateRuleMetadata": "

Updates a rule's metadata. The description attribute can be updated.

", "UpdateRuleVersion": "

Updates a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...).

", "UpdateVariable": "

Updates a variable.

" @@ -2138,7 +2138,7 @@ "ExternalModel$createdTime": "

Timestamp of when the model was last created.

", "GetDetectorVersionResult$lastUpdatedTime": "

The timestamp when the detector version was last updated.

", "GetDetectorVersionResult$createdTime": "

The timestamp when the detector version was created.

", - "GetEventPredictionMetadataRequest$predictionTimestamp": "

The timestamp that defines when the prediction was generated.

", + "GetEventPredictionMetadataRequest$predictionTimestamp": "

The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.

We recommend calling ListEventPredictions first, and using the predictionTimestamp value in the response to provide an accurate prediction timestamp value.

", "GetEventPredictionMetadataResult$eventTimestamp": "

The timestamp for when the prediction was generated for the associated event ID.

", "GetEventPredictionMetadataResult$predictionTimestamp": "

The timestamp that defines when the prediction was generated.

", "IngestedEventStatistics$leastRecentEvent": "

The oldest stored event.

", diff --git a/gems/aws-partitions/lib/aws-partitions.rb b/gems/aws-partitions/lib/aws-partitions.rb index 2e42f6845a7..190fe2eac37 100644 --- a/gems/aws-partitions/lib/aws-partitions.rb +++ b/gems/aws-partitions/lib/aws-partitions.rb @@ -464,7 +464,6 @@ def service_ids 'RecycleBin' => 'rbin', 'Redshift' => 'redshift', 'RedshiftDataAPIService' => 'redshift-data', - 'RedshiftServerless' => 'redshift-serverless', 'Rekognition' => 'rekognition', 'ResilienceHub' => 'resiliencehub', 'ResourceGroups' => 'resource-groups', diff --git a/gems/aws-partitions/partitions.json b/gems/aws-partitions/partitions.json index 0f7aa1fadec..f8b5eff056d 100644 --- a/gems/aws-partitions/partitions.json +++ b/gems/aws-partitions/partitions.json @@ -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" : { }, @@ -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" : { }, @@ -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" : { }, @@ -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" : { }, @@ -18067,6 +18055,12 @@ } } }, + "transcribestreaming" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, "transfer" : { "endpoints" : { "fips-us-gov-east-1" : { @@ -19103,6 +19097,11 @@ "endpoints" : { "us-isob-east-1" : { } } + }, + "workspaces" : { + "endpoints" : { + "us-isob-east-1" : { } + } } } } ], diff --git a/gems/aws-sdk-frauddetector/CHANGELOG.md b/gems/aws-sdk-frauddetector/CHANGELOG.md index 2646b149def..a614dd99456 100644 --- a/gems/aws-sdk-frauddetector/CHANGELOG.md +++ b/gems/aws-sdk-frauddetector/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.33.0 (2022-06-10) +------------------ + +* Feature - Documentation updates for Amazon Fraud Detector (AWSHawksNest) + 1.32.0 (2022-02-24) ------------------ diff --git a/gems/aws-sdk-frauddetector/VERSION b/gems/aws-sdk-frauddetector/VERSION index 359c41089a4..7aa332e4163 100644 --- a/gems/aws-sdk-frauddetector/VERSION +++ b/gems/aws-sdk-frauddetector/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb index 8876c6e55f1..71aad904cd7 100644 --- a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb +++ b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector.rb @@ -48,6 +48,6 @@ # @!group service module Aws::FraudDetector - GEM_VERSION = '1.32.0' + GEM_VERSION = '1.33.0' end diff --git a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb index 14f254f07a3..ceb5dbaafc0 100644 --- a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb +++ b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/client.rb @@ -943,7 +943,8 @@ def create_variable(params = {}, options = {}) req.send_request(options) end - # Deletes data that was batch imported to Amazon Fraud Detector. + # Deletes the specified batch import job ID record. This action does not + # delete the data that was batch imported. # # @option params [required, String] :job_id # The ID of the batch import job to delete. @@ -2004,7 +2005,16 @@ def get_event_prediction(params = {}, options = {}) # The detector version ID. # # @option params [required, String] :prediction_timestamp - # The timestamp that defines when the prediction was generated. + # The timestamp that defines when the prediction was generated. The + # timestamp must be specified using ISO 8601 standard in UTC. + # + # We recommend calling [ListEventPredictions][1] first, and using the + # `predictionTimestamp` value in the response to provide an accurate + # prediction timestamp value. + # + # + # + # [1]: https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html # # @return [Types::GetEventPredictionMetadataResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -3409,9 +3419,11 @@ def update_model_version(params = {}, options = {}) # # You can perform the following status updates: # - # 1. Change the `TRAINING_COMPLETE` status to `ACTIVE`. + # 1. Change the `TRAINING_IN_PROGRESS` status to `TRAINING_CANCELLED`. + # + # 2. Change the `TRAINING_COMPLETE` status to `ACTIVE`. # - # 2. Change `ACTIVE` to `INACTIVE`. + # 3. Change `ACTIVE` to `INACTIVE`. # # @option params [required, String] :model_id # The model ID of the model version to update. @@ -3586,7 +3598,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-frauddetector' - context[:gem_version] = '1.32.0' + context[:gem_version] = '1.33.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb index ad37d102e97..f4325a6ba5c 100644 --- a/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb +++ b/gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb @@ -2433,7 +2433,16 @@ class GetEntityTypesResult < Struct.new( # @return [String] # # @!attribute [rw] prediction_timestamp - # The timestamp that defines when the prediction was generated. + # The timestamp that defines when the prediction was generated. The + # timestamp must be specified using ISO 8601 standard in UTC. + # + # We recommend calling [ListEventPredictions][1] first, and using the + # `predictionTimestamp` value in the response to provide an accurate + # prediction timestamp value. + # + # + # + # [1]: https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/GetEventPredictionMetadataRequest AWS API Documentation