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 29, 2024
1 parent fc26a2e commit 09caee0
Show file tree
Hide file tree
Showing 31 changed files with 686 additions and 26 deletions.
32 changes: 32 additions & 0 deletions .changes/3.305.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "ConnectCases",
"description": "This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's"
},
{
"type": "api-change",
"category": "Amplify",
"description": "Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100."
},
{
"type": "api-change",
"category": "Inspector2",
"description": "Update Inspector2 to include new Agentless API parameters."
},
{
"type": "api-change",
"category": "TranscribeService",
"description": "This update provides error messaging for generative call summarization in Transcribe Call Analytics"
},
{
"type": "api-change",
"category": "TimestreamQuery",
"description": "This change allows users to update and describe account settings associated with their accounts."
},
{
"type": "api-change",
"category": "TrustedAdvisor",
"description": "This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs."
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\ConnectCases` - This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's
* `Aws\Amplify` - Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100.
* `Aws\Inspector2` - Update Inspector2 to include new Agentless API parameters.
* `Aws\TranscribeService` - This update provides error messaging for generative call summarization in Transcribe Call Analytics
* `Aws\TimestreamQuery` - This change allows users to update and describe account settings associated with their accounts.
* `Aws\TrustedAdvisor` - This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs.

## 3.305.4 - 2024-04-26

* `Aws\OAM` - This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account
Expand Down
6 changes: 6 additions & 0 deletions src/ConnectCases/ConnectCasesClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
* @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
* @method \Aws\Result deleteDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
* @method \Aws\Result deleteField(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFieldAsync(array $args = [])
* @method \Aws\Result deleteLayout(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteLayoutAsync(array $args = [])
* @method \Aws\Result deleteTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
* @method \Aws\Result getCase(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCaseAsync(array $args = [])
* @method \Aws\Result getCaseAuditEvents(array $args = [])
Expand Down
4 changes: 4 additions & 0 deletions src/TimestreamQuery/TimestreamQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* @method \GuzzleHttp\Promise\Promise createScheduledQueryAsync(array $args = [])
* @method \Aws\Result deleteScheduledQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteScheduledQueryAsync(array $args = [])
* @method \Aws\Result describeAccountSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAccountSettingsAsync(array $args = [])
* @method \Aws\Result describeEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEndpointsAsync(array $args = [])
* @method \Aws\Result describeScheduledQuery(array $args = [])
Expand All @@ -29,6 +31,8 @@
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateAccountSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
* @method \Aws\Result updateScheduledQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateScheduledQueryAsync(array $args = [])
*/
Expand Down
2 changes: 2 additions & 0 deletions src/TrustedAdvisor/TrustedAdvisorClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

/**
* This client is used to interact with the **TrustedAdvisor Public API** service.
* @method \Aws\Result batchUpdateRecommendationResourceExclusion(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchUpdateRecommendationResourceExclusionAsync(array $args = [])
* @method \Aws\Result getOrganizationRecommendation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOrganizationRecommendationAsync(array $args = [])
* @method \Aws\Result getRecommendation(array $args = [])
Expand Down
8 changes: 7 additions & 1 deletion src/data/amplify/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"amplify",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceAbbreviation":"Amplify",
"serviceFullName":"AWS Amplify",
"serviceId":"Amplify",
Expand Down Expand Up @@ -1706,7 +1707,7 @@
"locationName":"nextToken"
},
"maxResults":{
"shape":"MaxResults",
"shape":"MaxResultsForListApps",
"location":"querystring",
"locationName":"maxResults"
}
Expand Down Expand Up @@ -1948,6 +1949,11 @@
"pattern":"(?s).*"
},
"MaxResults":{
"type":"integer",
"max":50,
"min":0
},
"MaxResultsForListApps":{
"type":"integer",
"max":100,
"min":0
Expand Down
2 changes: 1 addition & 1 deletion src/data/amplify/2017-07-25/api-2.json.php

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion src/data/amplify/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,6 @@
"MaxResults": {
"base": null,
"refs": {
"ListAppsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
"ListArtifactsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
"ListBackendEnvironmentsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
"ListBranchesRequest$maxResults": "<p> The maximum number of records to list in a single response. </p>",
Expand All @@ -1063,6 +1062,12 @@
"ListWebhooksRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>"
}
},
"MaxResultsForListApps": {
"base": null,
"refs": {
"ListAppsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>"
}
},
"Name": {
"base": null,
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/amplify/2017-07-25/docs-2.json.php

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions src/data/connectcases/2022-10-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,64 @@
],
"idempotent":true
},
"DeleteField":{
"name":"DeleteField",
"http":{
"method":"DELETE",
"requestUri":"/domains/{domainId}/fields/{fieldId}",
"responseCode":200
},
"input":{"shape":"DeleteFieldRequest"},
"output":{"shape":"DeleteFieldResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
"idempotent":true
},
"DeleteLayout":{
"name":"DeleteLayout",
"http":{
"method":"DELETE",
"requestUri":"/domains/{domainId}/layouts/{layoutId}",
"responseCode":200
},
"input":{"shape":"DeleteLayoutRequest"},
"output":{"shape":"DeleteLayoutResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"}
],
"idempotent":true
},
"DeleteTemplate":{
"name":"DeleteTemplate",
"http":{
"method":"DELETE",
"requestUri":"/domains/{domainId}/templates/{templateId}",
"responseCode":200
},
"input":{"shape":"DeleteTemplateRequest"},
"output":{"shape":"DeleteTemplateResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"}
],
"idempotent":true
},
"GetCase":{
"name":"GetCase",
"http":{
Expand Down Expand Up @@ -1107,6 +1165,79 @@
"members":{
}
},
"DeleteFieldRequest":{
"type":"structure",
"required":[
"domainId",
"fieldId"
],
"members":{
"domainId":{
"shape":"DomainId",
"location":"uri",
"locationName":"domainId"
},
"fieldId":{
"shape":"FieldId",
"location":"uri",
"locationName":"fieldId"
}
}
},
"DeleteFieldResponse":{
"type":"structure",
"members":{
}
},
"DeleteLayoutRequest":{
"type":"structure",
"required":[
"domainId",
"layoutId"
],
"members":{
"domainId":{
"shape":"DomainId",
"location":"uri",
"locationName":"domainId"
},
"layoutId":{
"shape":"LayoutId",
"location":"uri",
"locationName":"layoutId"
}
}
},
"DeleteLayoutResponse":{
"type":"structure",
"members":{
}
},
"DeleteTemplateRequest":{
"type":"structure",
"required":[
"domainId",
"templateId"
],
"members":{
"domainId":{
"shape":"DomainId",
"location":"uri",
"locationName":"domainId"
},
"templateId":{
"shape":"TemplateId",
"location":"uri",
"locationName":"templateId"
}
}
},
"DeleteTemplateResponse":{
"type":"structure",
"members":{
}
},
"Deleted":{"type":"boolean"},
"DomainArn":{
"type":"string",
"max":500,
Expand Down Expand Up @@ -1500,9 +1631,12 @@
"type"
],
"members":{
"createdTime":{"shape":"CreatedTime"},
"deleted":{"shape":"Deleted"},
"description":{"shape":"FieldDescription"},
"fieldArn":{"shape":"FieldArn"},
"fieldId":{"shape":"FieldId"},
"lastModifiedTime":{"shape":"LastModifiedTime"},
"name":{"shape":"FieldName"},
"namespace":{"shape":"FieldNamespace"},
"tags":{"shape":"Tags"},
Expand Down Expand Up @@ -1538,6 +1672,9 @@
],
"members":{
"content":{"shape":"LayoutContent"},
"createdTime":{"shape":"CreatedTime"},
"deleted":{"shape":"Deleted"},
"lastModifiedTime":{"shape":"LastModifiedTime"},
"layoutArn":{"shape":"LayoutArn"},
"layoutId":{"shape":"LayoutId"},
"name":{"shape":"LayoutName"},
Expand Down Expand Up @@ -1572,7 +1709,10 @@
"templateId"
],
"members":{
"createdTime":{"shape":"CreatedTime"},
"deleted":{"shape":"Deleted"},
"description":{"shape":"TemplateDescription"},
"lastModifiedTime":{"shape":"LastModifiedTime"},
"layoutConfiguration":{"shape":"LayoutConfiguration"},
"name":{"shape":"TemplateName"},
"requiredFields":{"shape":"RequiredFieldList"},
Expand Down Expand Up @@ -1607,6 +1747,10 @@
"fault":true,
"retryable":{"throttling":false}
},
"LastModifiedTime":{
"type":"timestamp",
"timestampFormat":"iso8601"
},
"LayoutArn":{
"type":"string",
"max":500,
Expand Down
2 changes: 1 addition & 1 deletion src/data/connectcases/2022-10-03/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 09caee0

Please sign in to comment.