Skip to content

Commit d5a9528

Browse files
Release v1.51.31 (2024-04-29) (#5245)
Release v1.51.31 (2024-04-29) === ### Service Client Updates * `service/amplify`: Updates service API and documentation * `service/connectcases`: Updates service API and documentation * `service/inspector2`: Updates service API and documentation * `service/timestream-query`: Updates service API and documentation * `service/transcribe`: Updates service API and documentation * `service/trustedadvisor`: Updates service API and documentation
1 parent e267cf1 commit d5a9528

File tree

25 files changed

+4252
-1781
lines changed

25 files changed

+4252
-1781
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.51.31 (2024-04-29)
2+
===
3+
4+
### Service Client Updates
5+
* `service/amplify`: Updates service API and documentation
6+
* `service/connectcases`: Updates service API and documentation
7+
* `service/inspector2`: Updates service API and documentation
8+
* `service/timestream-query`: Updates service API and documentation
9+
* `service/transcribe`: Updates service API and documentation
10+
* `service/trustedadvisor`: Updates service API and documentation
11+
112
Release v1.51.30 (2024-04-26)
213
===
314

Diff for: aws/endpoints/defaults.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.51.30"
8+
const SDKVersion = "1.51.31"

Diff for: models/apis/amplify/2017-07-25/api-2.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"amplify",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"Amplify",
910
"serviceFullName":"AWS Amplify",
1011
"serviceId":"Amplify",
@@ -1706,7 +1707,7 @@
17061707
"locationName":"nextToken"
17071708
},
17081709
"maxResults":{
1709-
"shape":"MaxResults",
1710+
"shape":"MaxResultsForListApps",
17101711
"location":"querystring",
17111712
"locationName":"maxResults"
17121713
}
@@ -1948,6 +1949,11 @@
19481949
"pattern":"(?s).*"
19491950
},
19501951
"MaxResults":{
1952+
"type":"integer",
1953+
"max":50,
1954+
"min":0
1955+
},
1956+
"MaxResultsForListApps":{
19511957
"type":"integer",
19521958
"max":100,
19531959
"min":0

Diff for: models/apis/amplify/2017-07-25/docs-2.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,6 @@
10541054
"MaxResults": {
10551055
"base": null,
10561056
"refs": {
1057-
"ListAppsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
10581057
"ListArtifactsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
10591058
"ListBackendEnvironmentsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
10601059
"ListBranchesRequest$maxResults": "<p> The maximum number of records to list in a single response. </p>",
@@ -1063,6 +1062,12 @@
10631062
"ListWebhooksRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>"
10641063
}
10651064
},
1065+
"MaxResultsForListApps": {
1066+
"base": null,
1067+
"refs": {
1068+
"ListAppsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>"
1069+
}
1070+
},
10661071
"Name": {
10671072
"base": null,
10681073
"refs": {

Diff for: models/apis/connectcases/2022-10-03/api-2.json

+144
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,64 @@
184184
],
185185
"idempotent":true
186186
},
187+
"DeleteField":{
188+
"name":"DeleteField",
189+
"http":{
190+
"method":"DELETE",
191+
"requestUri":"/domains/{domainId}/fields/{fieldId}",
192+
"responseCode":200
193+
},
194+
"input":{"shape":"DeleteFieldRequest"},
195+
"output":{"shape":"DeleteFieldResponse"},
196+
"errors":[
197+
{"shape":"InternalServerException"},
198+
{"shape":"ResourceNotFoundException"},
199+
{"shape":"ValidationException"},
200+
{"shape":"ThrottlingException"},
201+
{"shape":"AccessDeniedException"},
202+
{"shape":"ConflictException"},
203+
{"shape":"ServiceQuotaExceededException"}
204+
],
205+
"idempotent":true
206+
},
207+
"DeleteLayout":{
208+
"name":"DeleteLayout",
209+
"http":{
210+
"method":"DELETE",
211+
"requestUri":"/domains/{domainId}/layouts/{layoutId}",
212+
"responseCode":200
213+
},
214+
"input":{"shape":"DeleteLayoutRequest"},
215+
"output":{"shape":"DeleteLayoutResponse"},
216+
"errors":[
217+
{"shape":"InternalServerException"},
218+
{"shape":"ResourceNotFoundException"},
219+
{"shape":"ValidationException"},
220+
{"shape":"ThrottlingException"},
221+
{"shape":"AccessDeniedException"},
222+
{"shape":"ConflictException"}
223+
],
224+
"idempotent":true
225+
},
226+
"DeleteTemplate":{
227+
"name":"DeleteTemplate",
228+
"http":{
229+
"method":"DELETE",
230+
"requestUri":"/domains/{domainId}/templates/{templateId}",
231+
"responseCode":200
232+
},
233+
"input":{"shape":"DeleteTemplateRequest"},
234+
"output":{"shape":"DeleteTemplateResponse"},
235+
"errors":[
236+
{"shape":"InternalServerException"},
237+
{"shape":"ResourceNotFoundException"},
238+
{"shape":"ValidationException"},
239+
{"shape":"ThrottlingException"},
240+
{"shape":"AccessDeniedException"},
241+
{"shape":"ConflictException"}
242+
],
243+
"idempotent":true
244+
},
187245
"GetCase":{
188246
"name":"GetCase",
189247
"http":{
@@ -1107,6 +1165,79 @@
11071165
"members":{
11081166
}
11091167
},
1168+
"DeleteFieldRequest":{
1169+
"type":"structure",
1170+
"required":[
1171+
"domainId",
1172+
"fieldId"
1173+
],
1174+
"members":{
1175+
"domainId":{
1176+
"shape":"DomainId",
1177+
"location":"uri",
1178+
"locationName":"domainId"
1179+
},
1180+
"fieldId":{
1181+
"shape":"FieldId",
1182+
"location":"uri",
1183+
"locationName":"fieldId"
1184+
}
1185+
}
1186+
},
1187+
"DeleteFieldResponse":{
1188+
"type":"structure",
1189+
"members":{
1190+
}
1191+
},
1192+
"DeleteLayoutRequest":{
1193+
"type":"structure",
1194+
"required":[
1195+
"domainId",
1196+
"layoutId"
1197+
],
1198+
"members":{
1199+
"domainId":{
1200+
"shape":"DomainId",
1201+
"location":"uri",
1202+
"locationName":"domainId"
1203+
},
1204+
"layoutId":{
1205+
"shape":"LayoutId",
1206+
"location":"uri",
1207+
"locationName":"layoutId"
1208+
}
1209+
}
1210+
},
1211+
"DeleteLayoutResponse":{
1212+
"type":"structure",
1213+
"members":{
1214+
}
1215+
},
1216+
"DeleteTemplateRequest":{
1217+
"type":"structure",
1218+
"required":[
1219+
"domainId",
1220+
"templateId"
1221+
],
1222+
"members":{
1223+
"domainId":{
1224+
"shape":"DomainId",
1225+
"location":"uri",
1226+
"locationName":"domainId"
1227+
},
1228+
"templateId":{
1229+
"shape":"TemplateId",
1230+
"location":"uri",
1231+
"locationName":"templateId"
1232+
}
1233+
}
1234+
},
1235+
"DeleteTemplateResponse":{
1236+
"type":"structure",
1237+
"members":{
1238+
}
1239+
},
1240+
"Deleted":{"type":"boolean"},
11101241
"DomainArn":{
11111242
"type":"string",
11121243
"max":500,
@@ -1500,9 +1631,12 @@
15001631
"type"
15011632
],
15021633
"members":{
1634+
"createdTime":{"shape":"CreatedTime"},
1635+
"deleted":{"shape":"Deleted"},
15031636
"description":{"shape":"FieldDescription"},
15041637
"fieldArn":{"shape":"FieldArn"},
15051638
"fieldId":{"shape":"FieldId"},
1639+
"lastModifiedTime":{"shape":"LastModifiedTime"},
15061640
"name":{"shape":"FieldName"},
15071641
"namespace":{"shape":"FieldNamespace"},
15081642
"tags":{"shape":"Tags"},
@@ -1538,6 +1672,9 @@
15381672
],
15391673
"members":{
15401674
"content":{"shape":"LayoutContent"},
1675+
"createdTime":{"shape":"CreatedTime"},
1676+
"deleted":{"shape":"Deleted"},
1677+
"lastModifiedTime":{"shape":"LastModifiedTime"},
15411678
"layoutArn":{"shape":"LayoutArn"},
15421679
"layoutId":{"shape":"LayoutId"},
15431680
"name":{"shape":"LayoutName"},
@@ -1572,7 +1709,10 @@
15721709
"templateId"
15731710
],
15741711
"members":{
1712+
"createdTime":{"shape":"CreatedTime"},
1713+
"deleted":{"shape":"Deleted"},
15751714
"description":{"shape":"TemplateDescription"},
1715+
"lastModifiedTime":{"shape":"LastModifiedTime"},
15761716
"layoutConfiguration":{"shape":"LayoutConfiguration"},
15771717
"name":{"shape":"TemplateName"},
15781718
"requiredFields":{"shape":"RequiredFieldList"},
@@ -1607,6 +1747,10 @@
16071747
"fault":true,
16081748
"retryable":{"throttling":false}
16091749
},
1750+
"LastModifiedTime":{
1751+
"type":"timestamp",
1752+
"timestampFormat":"iso8601"
1753+
},
16101754
"LayoutArn":{
16111755
"type":"string",
16121756
"max":500,

Diff for: models/apis/connectcases/2022-10-03/docs-2.json

+60-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"CreateRelatedItem": "<p>Creates a related item (comments, tasks, and contacts) and associates it with a case.</p> <note> <ul> <li> <p>A Related Item is a resource that is associated with a case. It may or may not have an external identifier linking it to an external resource (for example, a <code>contactArn</code>). All Related Items have their own internal identifier, the <code>relatedItemArn</code>. Examples of related items include <code>comments</code> and <code>contacts</code>.</p> </li> <li> <p>If you provide a value for <code>performedBy.userArn</code> you must also have <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html\">DescribeUser</a> permission on the ARN of the user that you provide.</p> </li> </ul> <pre><code> &lt;/note&gt; </code></pre>",
1212
"CreateTemplate": "<p>Creates a template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs. Additionally, multiple fields with same IDs are not allowed within the same Template. A template can be either Active or Inactive, as indicated by its status. Inactive templates cannot be used to create cases.</p>",
1313
"DeleteDomain": "<p>Deletes a Cases domain.</p> <pre><code> &lt;note&gt; &lt;p&gt;After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See &lt;a href=&quot;https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html&quot;&gt;DeleteIntegrationAssociation&lt;/a&gt;.&lt;/p&gt; &lt;/note&gt; </code></pre>",
14+
"DeleteField": "<p>Deletes a field from a cases template. You can delete up to 100 fields per domain.</p> <p>After a field is deleted:</p> <ul> <li> <p>You can still retrieve the field by calling <code>BatchGetField</code>.</p> </li> <li> <p>You cannot update a deleted field by calling <code>UpdateField</code>; it throws a <code>ValidationException</code>.</p> </li> <li> <p>Deleted fields are not included in the <code>ListFields</code> response.</p> </li> <li> <p>Calling <code>CreateCase</code> with a deleted field throws a <code>ValidationException</code> denoting which field IDs in the request have been deleted.</p> </li> <li> <p>Calling <code>GetCase</code> with a deleted field ID returns the deleted field's value if one exists.</p> </li> <li> <p>Calling <code>UpdateCase</code> with a deleted field ID throws a <code>ValidationException</code> if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using <code>emptyValue: {}</code>) the field's value from the case.</p> </li> <li> <p> <code>GetTemplate</code> does not return field IDs for deleted fields.</p> </li> <li> <p> <code>GetLayout</code> does not return field IDs for deleted fields.</p> </li> <li> <p>Calling <code>SearchCases</code> with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria.</p> </li> <li> <p>Calling <code>SearchCases</code> with a <code>searchTerm</code> value that matches a deleted field's value on a case returns the case in the response.</p> </li> <li> <p>Calling <code>BatchPutFieldOptions</code> with a deleted field ID throw a <code>ValidationException</code>.</p> </li> <li> <p>Calling <code>GetCaseEventConfiguration</code> does not return field IDs for deleted fields.</p> </li> </ul>",
15+
"DeleteLayout": "<p>Deletes a layout from a cases template. You can delete up to 100 layouts per domain.</p> <pre><code> &lt;p&gt;After a layout is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the layout by calling &lt;code&gt;GetLayout&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update a deleted layout by calling &lt;code&gt;UpdateLayout&lt;/code&gt;; it throws a &lt;code&gt;ValidationException&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted layouts are not included in the &lt;code&gt;ListLayouts&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre>",
16+
"DeleteTemplate": "<p>Deletes a cases template. You can delete up to 100 templates per domain.</p> <pre><code> &lt;p&gt;After a cases template is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the template by calling &lt;code&gt;GetTemplate&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update the template. &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot create a case by using the deleted template.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted templates are not included in the &lt;code&gt;ListTemplates&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre>",
1417
"GetCase": "<p>Returns information about a specific case if it exists. </p>",
1518
"GetCaseAuditEvents": "<p>Returns the audit history about a specific case if it exists.</p>",
1619
"GetCaseEventConfiguration": "<p>Returns the case event publishing configuration.</p>",
@@ -85,7 +88,7 @@
8588
}
8689
},
8790
"AuditEventFieldValueUnion": {
88-
"base": "<p>Object to store union of Field values.</p> <important> <p>This data type is a UNION, so only one of the following members can be specified when used or returned.</p> </important>",
91+
"base": "<p>Object to store union of Field values.</p>",
8992
"refs": {
9093
"AuditEventField$newValue": "<p>Union of potential field value types.</p>",
9194
"AuditEventField$oldValue": "<p>Union of potential field value types.</p>"
@@ -390,7 +393,10 @@
390393
"CreatedTime": {
391394
"base": null,
392395
"refs": {
393-
"GetDomainResponse$createdTime": "<p>The timestamp when the Cases domain was created.</p>"
396+
"GetDomainResponse$createdTime": "<p>The timestamp when the Cases domain was created.</p>",
397+
"GetFieldResponse$createdTime": "<p>The timestamp for when the resource was created.</p>",
398+
"GetLayoutResponse$createdTime": "<p>The timestamp for when the resource was created.</p>",
399+
"GetTemplateResponse$createdTime": "<p>The timestamp for when the resource was created.</p>"
394400
}
395401
},
396402
"DeleteDomainRequest": {
@@ -403,6 +409,44 @@
403409
"refs": {
404410
}
405411
},
412+
"DeleteFieldRequest": {
413+
"base": null,
414+
"refs": {
415+
}
416+
},
417+
"DeleteFieldResponse": {
418+
"base": null,
419+
"refs": {
420+
}
421+
},
422+
"DeleteLayoutRequest": {
423+
"base": null,
424+
"refs": {
425+
}
426+
},
427+
"DeleteLayoutResponse": {
428+
"base": null,
429+
"refs": {
430+
}
431+
},
432+
"DeleteTemplateRequest": {
433+
"base": null,
434+
"refs": {
435+
}
436+
},
437+
"DeleteTemplateResponse": {
438+
"base": null,
439+
"refs": {
440+
}
441+
},
442+
"Deleted": {
443+
"base": null,
444+
"refs": {
445+
"GetFieldResponse$deleted": "<p>Indicates whether the resource has been deleted.</p>",
446+
"GetLayoutResponse$deleted": "<p>Indicates whether the resource has been deleted.</p>",
447+
"GetTemplateResponse$deleted": "<p>Indicates whether the resource has been deleted.</p>"
448+
}
449+
},
406450
"DomainArn": {
407451
"base": null,
408452
"refs": {
@@ -423,6 +467,9 @@
423467
"CreateRelatedItemRequest$domainId": "<p>The unique identifier of the Cases domain. </p>",
424468
"CreateTemplateRequest$domainId": "<p>The unique identifier of the Cases domain. </p>",
425469
"DeleteDomainRequest$domainId": "<p>The unique identifier of the Cases domain. </p>",
470+
"DeleteFieldRequest$domainId": "<p>The unique identifier of the Cases domain. </p>",
471+
"DeleteLayoutRequest$domainId": "<p>The unique identifier of the Cases domain. </p>",
472+
"DeleteTemplateRequest$domainId": "<p>The unique identifier of the Cases domain. </p>",
426473
"DomainSummary$domainId": "<p>The unique identifier of the domain.</p>",
427474
"GetCaseAuditEventsRequest$domainId": "<p>The unique identifier of the Cases domain.</p>",
428475
"GetCaseEventConfigurationRequest$domainId": "<p>The unique identifier of the Cases domain. </p>",
@@ -550,6 +597,7 @@
550597
"refs": {
551598
"BatchPutFieldOptionsRequest$fieldId": "<p>The unique identifier of a field.</p>",
552599
"CreateFieldResponse$fieldId": "<p>The unique identifier of a field.</p>",
600+
"DeleteFieldRequest$fieldId": "<p>The unique identifier of a field.</p>",
553601
"FieldError$id": "<p>The field identifier that caused the error.</p>",
554602
"FieldIdentifier$id": "<p>Unique identifier of a field.</p>",
555603
"FieldItem$id": "<p>Unique identifier of a field.</p>",
@@ -773,6 +821,14 @@
773821
"refs": {
774822
}
775823
},
824+
"LastModifiedTime": {
825+
"base": null,
826+
"refs": {
827+
"GetFieldResponse$lastModifiedTime": "<p>The timestamp for when the resource was created or last modified.</p>",
828+
"GetLayoutResponse$lastModifiedTime": "<p>The timestamp for when the resource was created or last modified.</p>",
829+
"GetTemplateResponse$lastModifiedTime": "<p>The timestamp for when the resource was created or last modified.</p>"
830+
}
831+
},
776832
"LayoutArn": {
777833
"base": null,
778834
"refs": {
@@ -801,6 +857,7 @@
801857
"base": null,
802858
"refs": {
803859
"CreateLayoutResponse$layoutId": "<p>The unique identifier of the layout.</p>",
860+
"DeleteLayoutRequest$layoutId": "<p>The unique identifier of the layout.</p>",
804861
"GetLayoutRequest$layoutId": "<p>The unique identifier of the layout.</p>",
805862
"GetLayoutResponse$layoutId": "<p>The unique identifier of the layout.</p>",
806863
"LayoutConfiguration$defaultLayout": "<p> Unique identifier of a layout. </p>",
@@ -1234,6 +1291,7 @@
12341291
"CaseSummary$templateId": "<p>A unique identifier of a template.</p>",
12351292
"CreateCaseRequest$templateId": "<p>A unique identifier of a template.</p>",
12361293
"CreateTemplateResponse$templateId": "<p>A unique identifier of a template.</p>",
1294+
"DeleteTemplateRequest$templateId": "<p>A unique identifier of a template.</p>",
12371295
"GetCaseResponse$templateId": "<p>A unique identifier of a template.</p>",
12381296
"GetTemplateRequest$templateId": "<p>A unique identifier of a template.</p>",
12391297
"GetTemplateResponse$templateId": "<p>A unique identifier of a template.</p>",

0 commit comments

Comments
 (0)