diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8ed588fc9..093aa25a5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index 2ffaa28c8b2..dca53fbc415 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -7575,6 +7575,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -16729,43 +16732,6 @@ var awsPartition = partition{ }, }, }, - "redshift-serverless": service{ - Endpoints: serviceEndpoints{ - endpointKey{ - Region: "ap-northeast-1", - }: endpoint{}, - endpointKey{ - Region: "ap-northeast-2", - }: endpoint{}, - endpointKey{ - Region: "ap-southeast-1", - }: endpoint{}, - endpointKey{ - Region: "ap-southeast-2", - }: endpoint{}, - endpointKey{ - Region: "eu-central-1", - }: endpoint{}, - endpointKey{ - Region: "eu-north-1", - }: endpoint{}, - endpointKey{ - Region: "eu-west-1", - }: endpoint{}, - endpointKey{ - Region: "eu-west-2", - }: endpoint{}, - endpointKey{ - Region: "us-east-1", - }: endpoint{}, - endpointKey{ - Region: "us-east-2", - }: endpoint{}, - endpointKey{ - Region: "us-west-2", - }: endpoint{}, - }, - }, "rekognition": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -18922,6 +18888,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -19148,6 +19117,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -29495,6 +29467,16 @@ var awsusgovPartition = partition{ }, }, }, + "transcribestreaming": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + }: endpoint{}, + }, + }, "transfer": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -30976,5 +30958,12 @@ var awsisobPartition = partition{ }: endpoint{}, }, }, + "workspaces": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-isob-east-1", + }: endpoint{}, + }, + }, }, } diff --git a/aws/version.go b/aws/version.go index 666019c04bc..8436203a98a 100644 --- a/aws/version.go +++ b/aws/version.go @@ -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" diff --git a/models/apis/frauddetector/2019-11-15/docs-2.json b/models/apis/frauddetector/2019-11-15/docs-2.json index 341716e3314..dc323dce326 100644 --- a/models/apis/frauddetector/2019-11-15/docs-2.json +++ b/models/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/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index 0f7aa1fadec..f8b5eff056d 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.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/service/frauddetector/api.go b/service/frauddetector/api.go index 239e5c595e0..b6669bd824f 100644 --- a/service/frauddetector/api.go +++ b/service/frauddetector/api.go @@ -1071,7 +1071,8 @@ func (c *FraudDetector) DeleteBatchImportJobRequest(input *DeleteBatchImportJobI // DeleteBatchImportJob API operation for Amazon Fraud Detector. // -// 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. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -7023,6 +7024,8 @@ func (c *FraudDetector) UpdateModelVersionStatusRequest(input *UpdateModelVersio // // You can perform the following status updates: // +// Change the TRAINING_IN_PROGRESS status to TRAINING_CANCELLED. +// // Change the TRAINING_COMPLETE status to ACTIVE. // // Change ACTIVE to INACTIVE. @@ -13178,7 +13181,12 @@ type GetEventPredictionMetadataInput struct { // EventTypeName is a required field EventTypeName *string `locationName:"eventTypeName" min:"1" type:"string" required:"true"` - // 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 (https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html) + // first, and using the predictionTimestamp value in the response to provide + // an accurate prediction timestamp value. // // PredictionTimestamp is a required field PredictionTimestamp *string `locationName:"predictionTimestamp" min:"11" type:"string" required:"true"` diff --git a/service/frauddetector/doc.go b/service/frauddetector/doc.go index a983e922d05..f49037bebac 100644 --- a/service/frauddetector/doc.go +++ b/service/frauddetector/doc.go @@ -8,6 +8,19 @@ // types, and errors. For more information about Amazon Fraud Detector features, // see the Amazon Fraud Detector User Guide (https://docs.aws.amazon.com/frauddetector/latest/ug/). // +// 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 (https://docs.aws.amazon.com/https:/aws.amazon.com/tools/). +// // See https://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15 for more information on this service. // // See frauddetector package documentation for more information.