Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Apr 10, 2024
1 parent 6dac9b3 commit 54f2108
Show file tree
Hide file tree
Showing 34 changed files with 848 additions and 192 deletions.
37 changes: 37 additions & 0 deletions .changes/3.304.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "enhancement",
"category": "NetworkMonitor",
"description": "Examples were added to CloudWatch Network Monitor commands."
},
{
"type": "api-change",
"category": "Rekognition",
"description": "Added support for ContentType to content moderation detections."
},
{
"type": "api-change",
"category": "WorkSpacesThinClient",
"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."
},
{
"type": "api-change",
"category": "SupplyChain",
"description": "This release includes API SendDataIntegrationEvent for AWS Supply Chain"
},
{
"type": "api-change",
"category": "CleanRooms",
"description": "AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts."
},
{
"type": "api-change",
"category": "QConnect",
"description": "This release adds a new QiC public API updateSession and updates an existing QiC public API createSession"
},
{
"type": "api-change",
"category": "Connect",
"description": "This release adds new Submit Auto Evaluation Action for Amazon Connect Rules."
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\NetworkMonitor` - Examples were added to CloudWatch Network Monitor commands.
* `Aws\Rekognition` - Added support for ContentType to content moderation detections.
* `Aws\WorkSpacesThinClient` - 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.
* `Aws\SupplyChain` - This release includes API SendDataIntegrationEvent for AWS Supply Chain
* `Aws\CleanRooms` - AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts.
* `Aws\QConnect` - This release adds a new QiC public API updateSession and updates an existing QiC public API createSession
* `Aws\Connect` - This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.

## 3.304.1 - 2024-04-09

* `Aws\MediaConvert` - This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
Expand Down
2 changes: 2 additions & 0 deletions src/QConnect/QConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,7 @@
* @method \GuzzleHttp\Promise\Promise updateKnowledgeBaseTemplateUriAsync(array $args = [])
* @method \Aws\Result updateQuickResponse(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateQuickResponseAsync(array $args = [])
* @method \Aws\Result updateSession(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSessionAsync(array $args = [])
*/
class QConnectClient extends AwsClient {}
2 changes: 2 additions & 0 deletions src/SupplyChain/SupplyChainClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
* @method \GuzzleHttp\Promise\Promise createBillOfMaterialsImportJobAsync(array $args = [])
* @method \Aws\Result getBillOfMaterialsImportJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getBillOfMaterialsImportJobAsync(array $args = [])
* @method \Aws\Result sendDataIntegrationEvent(array $args = [])
* @method \GuzzleHttp\Promise\Promise sendDataIntegrationEventAsync(array $args = [])
*/
class SupplyChainClient extends AwsClient {}
45 changes: 43 additions & 2 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/cleanrooms/2022-02-17/api-2.json.php

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/cleanrooms/2022-02-17/docs-2.json.php

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/api-2.json.php

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/docs-2.json.php

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2641,6 +2641,7 @@
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"bedrock-ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
Expand All @@ -2653,6 +2654,12 @@
},
"hostname" : "bedrock.ap-southeast-1.amazonaws.com"
},
"bedrock-ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "bedrock.ap-southeast-2.amazonaws.com"
},
"bedrock-eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down Expand Up @@ -2689,6 +2696,12 @@
},
"hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
},
"bedrock-runtime-ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
},
"bedrock-runtime-eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 54f2108

Please sign in to comment.