Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 10, 2024
1 parent 041522c commit 44661b2
Show file tree
Hide file tree
Showing 14 changed files with 478 additions and 161 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cleanrooms-81432.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cleanrooms``",
"description": "AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-connect-3496.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect``",
"description": "This release adds new Submit Auto Evaluation Action for Amazon Connect Rules."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-networkmonitor-17097.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``networkmonitor``",
"description": "Examples were added to CloudWatch Network Monitor commands."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-qconnect-40554.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``qconnect``",
"description": "This release adds a new QiC public API updateSession and updates an existing QiC public API createSession"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rekognition-80922.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rekognition``",
"description": "Added support for ContentType to content moderation detections."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-supplychain-67763.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``supplychain``",
"description": "This release includes API SendDataIntegrationEvent for AWS Supply Chain"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``workspaces-thin-client``",
"description": "Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs."
}
61 changes: 61 additions & 0 deletions botocore/data/cleanrooms/2022-02-17/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,10 @@
"analysisParameters":{
"shape":"AnalysisParameterList",
"documentation":"<p>The parameters of the analysis template.</p>"
},
"validations":{
"shape":"AnalysisTemplateValidationStatusDetailList",
"documentation":"<p>Information about the validations performed on the analysis template.</p>"
}
},
"documentation":"<p>The analysis template.</p>"
Expand Down Expand Up @@ -1689,6 +1693,59 @@
"max":90000,
"min":0
},
"AnalysisTemplateValidationStatus":{
"type":"string",
"enum":[
"VALID",
"INVALID",
"UNABLE_TO_VALIDATE"
]
},
"AnalysisTemplateValidationStatusDetail":{
"type":"structure",
"required":[
"type",
"status"
],
"members":{
"type":{
"shape":"AnalysisTemplateValidationType",
"documentation":"<p>The type of validation that was performed.</p>"
},
"status":{
"shape":"AnalysisTemplateValidationStatus",
"documentation":"<p>The status of the validation.</p>"
},
"reasons":{
"shape":"AnalysisTemplateValidationStatusReasonList",
"documentation":"<p>The reasons for the validation results.</p>"
}
},
"documentation":"<p>The status details of the analysis template validation. Clean Rooms Differential Privacy uses a general-purpose query structure to support complex SQL queries and validates whether an analysis template fits that general-purpose query structure. Validation is performed when analysis templates are created and fetched. Because analysis templates are immutable by design, we recommend that you create analysis templates after you associate the configured tables with their analysis rule to your collaboration.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/clean-rooms/latest/userguide/analysis-rules-custom.html#custom-diff-privacy\">https://docs.aws.amazon.com/clean-rooms/latest/userguide/analysis-rules-custom.html#custom-diff-privacy</a>.</p>"
},
"AnalysisTemplateValidationStatusDetailList":{
"type":"list",
"member":{"shape":"AnalysisTemplateValidationStatusDetail"}
},
"AnalysisTemplateValidationStatusReason":{
"type":"structure",
"required":["message"],
"members":{
"message":{
"shape":"String",
"documentation":"<p>The validation message.</p>"
}
},
"documentation":"<p>The reasons for the validation results.</p>"
},
"AnalysisTemplateValidationStatusReasonList":{
"type":"list",
"member":{"shape":"AnalysisTemplateValidationStatusReason"}
},
"AnalysisTemplateValidationType":{
"type":"string",
"enum":["DIFFERENTIAL_PRIVACY"]
},
"BatchGetCollaborationAnalysisTemplateError":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2035,6 +2092,10 @@
"analysisParameters":{
"shape":"AnalysisParameterList",
"documentation":"<p>The analysis parameters that have been specified in the analysis template.</p>"
},
"validations":{
"shape":"AnalysisTemplateValidationStatusDetailList",
"documentation":"<p>The validations that were performed.</p>"
}
},
"documentation":"<p>The analysis template within a collaboration.</p>"
Expand Down
29 changes: 25 additions & 4 deletions botocore/data/connect/2017-08-08/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4233,7 +4233,8 @@
"SEND_NOTIFICATION",
"CREATE_CASE",
"UPDATE_CASE",
"END_ASSOCIATED_TASKS"
"END_ASSOCIATED_TASKS",
"SUBMIT_AUTO_EVALUATION"
]
},
"ActivateEvaluationFormRequest":{
Expand Down Expand Up @@ -6962,7 +6963,7 @@
},
"Applications":{
"shape":"Applications",
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of third-party applications that the security profile will give access to.</p>"
"documentation":"<p>A list of third-party applications that the security profile will give access to.</p>"
},
"HierarchyRestrictedResources":{
"shape":"HierarchyRestrictedResourceList",
Expand Down Expand Up @@ -9668,6 +9669,11 @@
"max":1024,
"min":0
},
"EvaluationFormId":{
"type":"string",
"max":256,
"min":1
},
"EvaluationFormItem":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -13548,7 +13554,7 @@
"members":{
"Applications":{
"shape":"Applications",
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third-party application's metadata.</p>"
"documentation":"<p>A list of the third-party application's metadata.</p>"
},
"NextToken":{
"shape":"NextToken",
Expand Down Expand Up @@ -16891,6 +16897,10 @@
"EndAssociatedTasksAction":{
"shape":"EndAssociatedTasksActionDefinition",
"documentation":"<p>Information about the end associated tasks action.</p> <p>Supported only for <code>TriggerEventSource</code> values: <code>OnCaseUpdate</code>.</p>"
},
"SubmitAutoEvaluationAction":{
"shape":"SubmitAutoEvaluationActionDefinition",
"documentation":"<p>Information about the submit automated evaluation action.</p>"
}
},
"documentation":"<p>Information about the action to be performed when a rule is triggered.</p>"
Expand Down Expand Up @@ -18672,6 +18682,17 @@
"max":200,
"min":1
},
"SubmitAutoEvaluationActionDefinition":{
"type":"structure",
"required":["EvaluationFormId"],
"members":{
"EvaluationFormId":{
"shape":"EvaluationFormId",
"documentation":"<p>The identifier of the auto-evaluation enabled form.</p>"
}
},
"documentation":"<p>Information about the submit automated evaluation action.</p>"
},
"SubmitContactEvaluationRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -20667,7 +20688,7 @@
},
"Applications":{
"shape":"Applications",
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third-party application's metadata.</p>"
"documentation":"<p>A list of the third-party application's metadata.</p>"
},
"HierarchyRestrictedResources":{
"shape":"HierarchyRestrictedResourceList",
Expand Down
Loading

0 comments on commit 44661b2

Please sign in to comment.