Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Apr 10, 2024
1 parent 8fc6241 commit e1786ca
Show file tree
Hide file tree
Showing 73 changed files with 2,345 additions and 700 deletions.
45 changes: 43 additions & 2 deletions 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 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 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 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

0 comments on commit e1786ca

Please sign in to comment.