Skip to content

Commit

Permalink
Release v1.44.273 (2023-05-31) (#4866)
Browse files Browse the repository at this point in the history
Release v1.44.273 (2023-05-31)
===

### Service Client Updates
* `service/config`: Updates service API and documentation
* `service/frauddetector`: Updates service API and documentation
* `service/healthlake`: Updates service API and documentation
* `service/m2`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for changing the engine for Oracle using the ModifyDbInstance API
* `service/servicecatalog`: Updates service documentation
  * Documentation updates for ServiceCatalog.
* `service/workspaces-web`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation committed May 31, 2023
1 parent ac82555 commit 50462d3
Show file tree
Hide file tree
Showing 33 changed files with 5,259 additions and 1,260 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.273 (2023-05-31)
===

### Service Client Updates
* `service/config`: Updates service API and documentation
* `service/frauddetector`: Updates service API and documentation
* `service/healthlake`: Updates service API and documentation
* `service/m2`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for changing the engine for Oracle using the ModifyDbInstance API
* `service/servicecatalog`: Updates service documentation
* Documentation updates for ServiceCatalog.
* `service/workspaces-web`: Updates service API, documentation, and paginators

Release v1.44.272 (2023-05-30)
===

Expand Down
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.272"
const SDKVersion = "1.44.273"
24 changes: 23 additions & 1 deletion models/apis/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2856,6 +2856,12 @@
"max":1000,
"min":0
},
"ExclusionByResourceTypes":{
"type":"structure",
"members":{
"resourceTypes":{"shape":"ResourceTypeList"}
}
},
"ExecutionControls":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4319,9 +4325,25 @@
"members":{
"allSupported":{"shape":"AllSupported"},
"includeGlobalResourceTypes":{"shape":"IncludeGlobalResourceTypes"},
"resourceTypes":{"shape":"ResourceTypeList"}
"resourceTypes":{"shape":"ResourceTypeList"},
"exclusionByResourceTypes":{"shape":"ExclusionByResourceTypes"},
"recordingStrategy":{"shape":"RecordingStrategy"}
}
},
"RecordingStrategy":{
"type":"structure",
"members":{
"useOnly":{"shape":"RecordingStrategyType"}
}
},
"RecordingStrategyType":{
"type":"string",
"enum":[
"ALL_SUPPORTED_RESOURCE_TYPES",
"INCLUSION_BY_RESOURCE_TYPES",
"EXCLUSION_BY_RESOURCE_TYPES"
]
},
"ReevaluateConfigRuleNames":{
"type":"list",
"member":{"shape":"ConfigRuleName"},
Expand Down
77 changes: 48 additions & 29 deletions models/apis/config/2014-11-12/docs-2.json

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions models/apis/frauddetector/2019-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,13 @@
"DISABLED"
]
},
"EventOrchestration":{
"type":"structure",
"required":["eventBridgeEnabled"],
"members":{
"eventBridgeEnabled":{"shape":"Boolean"}
}
},
"EventPredictionSummary":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2031,7 +2038,8 @@
"ingestedEventStatistics":{"shape":"IngestedEventStatistics"},
"lastUpdatedTime":{"shape":"time"},
"createdTime":{"shape":"time"},
"arn":{"shape":"fraudDetectorArn"}
"arn":{"shape":"fraudDetectorArn"},
"eventOrchestration":{"shape":"EventOrchestration"}
},
"sensitive":true
},
Expand Down Expand Up @@ -2956,7 +2964,8 @@
"labels":{"shape":"ListOfStrings"},
"entityTypes":{"shape":"NonEmptyListOfStrings"},
"eventIngestion":{"shape":"EventIngestion"},
"tags":{"shape":"tagList"}
"tags":{"shape":"tagList"},
"eventOrchestration":{"shape":"EventOrchestration"}
}
},
"PutEventTypeResult":{
Expand Down
20 changes: 14 additions & 6 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> <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>",
"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, go to <a href=\"https://aws.amazon.com/developer/tools/\">Tools to build on AWS</a> page, scroll down to the <b>SDK</b> section, and choose plus (+) sign to expand the section. </p>",
"operations": {
"BatchCreateVariable": "<p>Creates a batch of variables.</p>",
"BatchGetVariable": "<p>Gets a batch of variables.</p>",
Expand Down Expand Up @@ -217,7 +217,8 @@
"refs": {
"EvaluatedExternalModel$useEventVariables": "<p> Indicates whether event variables were used to generate predictions. </p>",
"EvaluatedRule$evaluated": "<p> Indicates whether the rule was evaluated. </p>",
"EvaluatedRule$matched": "<p> Indicates whether the rule matched. </p>"
"EvaluatedRule$matched": "<p> Indicates whether the rule matched. </p>",
"EventOrchestration$eventBridgeEnabled": "<p>Specifies if event orchestration is enabled through Amazon EventBridge.</p>"
}
},
"CancelBatchImportJobRequest": {
Expand Down Expand Up @@ -649,7 +650,14 @@
"base": null,
"refs": {
"EventType$eventIngestion": "<p>If <code>Enabled</code>, Amazon Fraud Detector stores event data when you generate a prediction and uses that data to update calculated variables in near real-time. Amazon Fraud Detector uses this data, known as <code>INGESTED_EVENTS</code>, to train your model and improve fraud predictions.</p>",
"PutEventTypeRequest$eventIngestion": "<p>Specifies if ingenstion is enabled or disabled.</p>"
"PutEventTypeRequest$eventIngestion": "<p>Specifies if ingestion is enabled or disabled.</p>"
}
},
"EventOrchestration": {
"base": "<p> The event orchestration status. </p>",
"refs": {
"EventType$eventOrchestration": "<p>The event orchestration status. </p>",
"PutEventTypeRequest$eventOrchestration": "<p>Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.</p>"
}
},
"EventPredictionSummary": {
Expand Down Expand Up @@ -1606,7 +1614,7 @@
"UnlabeledEventsTreatment": {
"base": null,
"refs": {
"LabelSchema$unlabeledEventsTreatment": "<p>The action to take for unlabeled events.</p> <ul> <li> <p>Use <code>IGNORE</code> if you want the unlabeled events to be ignored. This is recommended when the majority of the events in the dataset are labeled.</p> </li> <li> <p>Use <code>FRAUD</code> if you want to categorize all unlabeled events as “Fraud”. This is recommended when most of the events in your dataset are fraudulent.</p> </li> <li> <p>Use <code>LEGIT</code> f you want to categorize all unlabeled events as “Legit”. This is recommended when most of the events in your dataset are legitimate.</p> </li> <li> <p>Use <code>AUTO</code> if you want Amazon Fraud Detector to decide how to use the unlabeled data. This is recommended when there is significant unlabeled events in the dataset.</p> </li> </ul> <p>By default, Amazon Fraud Detector ignores the unlabeled data.</p>"
"LabelSchema$unlabeledEventsTreatment": "<p>The action to take for unlabeled events.</p> <ul> <li> <p>Use <code>IGNORE</code> if you want the unlabeled events to be ignored. This is recommended when the majority of the events in the dataset are labeled.</p> </li> <li> <p>Use <code>FRAUD</code> if you want to categorize all unlabeled events as “Fraud”. This is recommended when most of the events in your dataset are fraudulent.</p> </li> <li> <p>Use <code>LEGIT</code> if you want to categorize all unlabeled events as “Legit”. This is recommended when most of the events in your dataset are legitimate.</p> </li> <li> <p>Use <code>AUTO</code> if you want Amazon Fraud Detector to decide how to use the unlabeled data. This is recommended when there is significant unlabeled events in the dataset.</p> </li> </ul> <p>By default, Amazon Fraud Detector ignores the unlabeled data.</p>"
}
},
"UntagResourceRequest": {
Expand Down Expand Up @@ -1926,7 +1934,7 @@
"TFIModelPerformance$auc": "<p> The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds. </p>",
"TrainingMetrics$auc": "<p>The area under the curve. This summarizes true positive rate (TPR) and false positive rate (FPR) across all possible model score thresholds. A model with no predictive power has an AUC of 0.5, whereas a perfect model has a score of 1.0.</p>",
"UncertaintyRange$lowerBoundValue": "<p> The lower bound value of the area under curve (auc). </p>",
"UncertaintyRange$upperBoundValue": "<p> The lower bound value of the area under curve (auc). </p>",
"UncertaintyRange$upperBoundValue": "<p> The upper bound value of the area under curve (auc). </p>",
"VariableImpactExplanation$logOddsImpact": "<p> The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.</p> <ul> <li> <p>A positive value indicates that the variable drove the risk score up.</p> </li> <li> <p>A negative value indicates that the variable drove the risk score down.</p> </li> </ul>"
}
},
Expand Down Expand Up @@ -2373,7 +2381,7 @@
"PutEntityTypeRequest$tags": "<p>A collection of key and value pairs.</p>",
"PutEventTypeRequest$tags": "<p>A collection of key and value pairs.</p>",
"PutExternalModelRequest$tags": "<p>A collection of key and value pairs.</p>",
"PutLabelRequest$tags": "<p/>",
"PutLabelRequest$tags": "<p>A collection of key and value pairs.</p>",
"PutOutcomeRequest$tags": "<p>A collection of key and value pairs.</p>",
"TagResourceRequest$tags": "<p>The tags to assign to the resource.</p>",
"UpdateModelVersionRequest$tags": "<p>A collection of key and value pairs.</p>",
Expand Down
Loading

0 comments on commit 50462d3

Please sign in to comment.