Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.51.19 #5222

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.51.19 (2024-04-10)
===

### Service Client Updates
* `service/cleanrooms`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/networkmonitor`: Updates service documentation
* `service/qconnect`: Updates service API and documentation
* `service/rekognition`: Updates service API and documentation
* Added support for ContentType to content moderation detections.
* `service/supplychain`: Updates service API, documentation, and examples
* `service/workspaces-thin-client`: Updates service API and documentation

Release v1.51.18 (2024-04-09)
===

Expand Down
19 changes: 19 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.51.18"
const SDKVersion = "1.51.19"
45 changes: 43 additions & 2 deletions models/apis/cleanrooms/2022-02-17/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,8 @@
"schema":{"shape":"AnalysisSchema"},
"format":{"shape":"AnalysisFormat"},
"source":{"shape":"AnalysisSource"},
"analysisParameters":{"shape":"AnalysisParameterList"}
"analysisParameters":{"shape":"AnalysisParameterList"},
"validations":{"shape":"AnalysisTemplateValidationStatusDetailList"}
}
},
"AnalysisTemplateArn":{
Expand Down Expand Up @@ -1438,6 +1439,45 @@
"max":90000,
"min":0
},
"AnalysisTemplateValidationStatus":{
"type":"string",
"enum":[
"VALID",
"INVALID",
"UNABLE_TO_VALIDATE"
]
},
"AnalysisTemplateValidationStatusDetail":{
"type":"structure",
"required":[
"type",
"status"
],
"members":{
"type":{"shape":"AnalysisTemplateValidationType"},
"status":{"shape":"AnalysisTemplateValidationStatus"},
"reasons":{"shape":"AnalysisTemplateValidationStatusReasonList"}
}
},
"AnalysisTemplateValidationStatusDetailList":{
"type":"list",
"member":{"shape":"AnalysisTemplateValidationStatusDetail"}
},
"AnalysisTemplateValidationStatusReason":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
}
},
"AnalysisTemplateValidationStatusReasonList":{
"type":"list",
"member":{"shape":"AnalysisTemplateValidationStatusReason"}
},
"AnalysisTemplateValidationType":{
"type":"string",
"enum":["DIFFERENTIAL_PRIVACY"]
},
"BatchGetCollaborationAnalysisTemplateError":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1642,7 +1682,8 @@
"schema":{"shape":"AnalysisSchema"},
"format":{"shape":"AnalysisFormat"},
"source":{"shape":"AnalysisSource"},
"analysisParameters":{"shape":"AnalysisParameterList"}
"analysisParameters":{"shape":"AnalysisParameterList"},
"validations":{"shape":"AnalysisTemplateValidationStatusDetailList"}
}
},
"CollaborationAnalysisTemplateList":{
Expand Down
38 changes: 38 additions & 0 deletions models/apis/cleanrooms/2022-02-17/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,43 @@
"AnalysisSource$text": "<p>The query text.</p>"
}
},
"AnalysisTemplateValidationStatus": {
"base": null,
"refs": {
"AnalysisTemplateValidationStatusDetail$status": "<p>The status of the validation.</p>"
}
},
"AnalysisTemplateValidationStatusDetail": {
"base": "<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>",
"refs": {
"AnalysisTemplateValidationStatusDetailList$member": null
}
},
"AnalysisTemplateValidationStatusDetailList": {
"base": null,
"refs": {
"AnalysisTemplate$validations": "<p>Information about the validations performed on the analysis template.</p>",
"CollaborationAnalysisTemplate$validations": "<p>The validations that were performed.</p>"
}
},
"AnalysisTemplateValidationStatusReason": {
"base": "<p>The reasons for the validation results.</p>",
"refs": {
"AnalysisTemplateValidationStatusReasonList$member": null
}
},
"AnalysisTemplateValidationStatusReasonList": {
"base": null,
"refs": {
"AnalysisTemplateValidationStatusDetail$reasons": "<p>The reasons for the validation results.</p>"
}
},
"AnalysisTemplateValidationType": {
"base": null,
"refs": {
"AnalysisTemplateValidationStatusDetail$type": "<p>The type of validation that was performed.</p>"
}
},
"BatchGetCollaborationAnalysisTemplateError": {
"base": "<p>Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.</p>",
"refs": {
Expand Down Expand Up @@ -2247,6 +2284,7 @@
"base": null,
"refs": {
"AccessDeniedException$message": null,
"AnalysisTemplateValidationStatusReason$message": "<p>The validation message.</p>",
"BatchGetCollaborationAnalysisTemplateError$code": "<p>An error code for the error.</p>",
"BatchGetCollaborationAnalysisTemplateError$message": "<p>A description of why the call failed.</p>",
"BatchGetSchemaAnalysisRuleError$code": "<p>An error code for the error.</p>",
Expand Down
18 changes: 16 additions & 2 deletions models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3985,7 +3985,8 @@
"SEND_NOTIFICATION",
"CREATE_CASE",
"UPDATE_CASE",
"END_ASSOCIATED_TASKS"
"END_ASSOCIATED_TASKS",
"SUBMIT_AUTO_EVALUATION"
]
},
"ActivateEvaluationFormRequest":{
Expand Down Expand Up @@ -7747,6 +7748,11 @@
"max":1024,
"min":0
},
"EvaluationFormId":{
"type":"string",
"max":256,
"min":1
},
"EvaluationFormItem":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -12647,7 +12653,8 @@
"SendNotificationAction":{"shape":"SendNotificationActionDefinition"},
"CreateCaseAction":{"shape":"CreateCaseActionDefinition"},
"UpdateCaseAction":{"shape":"UpdateCaseActionDefinition"},
"EndAssociatedTasksAction":{"shape":"EndAssociatedTasksActionDefinition"}
"EndAssociatedTasksAction":{"shape":"EndAssociatedTasksActionDefinition"},
"SubmitAutoEvaluationAction":{"shape":"SubmitAutoEvaluationActionDefinition"}
}
},
"RuleActions":{
Expand Down Expand Up @@ -13678,6 +13685,13 @@
"max":200,
"min":1
},
"SubmitAutoEvaluationActionDefinition":{
"type":"structure",
"required":["EvaluationFormId"],
"members":{
"EvaluationFormId":{"shape":"EvaluationFormId"}
}
},
"SubmitContactEvaluationRequest":{
"type":"structure",
"required":[
Expand Down
18 changes: 15 additions & 3 deletions models/apis/connect/2017-08-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,9 @@
"Applications": {
"base": null,
"refs": {
"CreateSecurityProfileRequest$Applications": "<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>",
"ListSecurityProfileApplicationsResponse$Applications": "<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>",
"UpdateSecurityProfileRequest$Applications": "<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>"
"CreateSecurityProfileRequest$Applications": "<p>A list of third-party applications that the security profile will give access to.</p>",
"ListSecurityProfileApplicationsResponse$Applications": "<p>A list of the third-party application's metadata.</p>",
"UpdateSecurityProfileRequest$Applications": "<p>A list of the third-party application's metadata.</p>"
}
},
"ApproximateTotalCount": {
Expand Down Expand Up @@ -2688,6 +2688,12 @@
"UpdateEvaluationFormRequest$Description": "<p>The description of the evaluation form.</p>"
}
},
"EvaluationFormId": {
"base": null,
"refs": {
"SubmitAutoEvaluationActionDefinition$EvaluationFormId": "<p>The identifier of the auto-evaluation enabled form.</p>"
}
},
"EvaluationFormItem": {
"base": "<p>Information about an item from an evaluation form. The item must be either a section or a question.</p>",
"refs": {
Expand Down Expand Up @@ -7184,6 +7190,12 @@
"SendNotificationActionDefinition$Subject": "<p>The subject of the email if the delivery method is <code>EMAIL</code>. Supports variable injection. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html\">JSONPath reference</a> in the <i>Amazon Connect Administrators Guide</i>.</p>"
}
},
"SubmitAutoEvaluationActionDefinition": {
"base": "<p>Information about the submit automated evaluation action.</p>",
"refs": {
"RuleAction$SubmitAutoEvaluationAction": "<p>Information about the submit automated evaluation action.</p>"
}
},
"SubmitContactEvaluationRequest": {
"base": null,
"refs": {
Expand Down
Loading
Loading