Skip to content

Commit 4da2672

Browse files
Release v1.47.6 (2023-11-08) (#5060)
Release v1.47.6 (2023-11-08) === ### Service Client Updates * `service/connect`: Updates service API * `service/connectcases`: Updates service API and documentation * `service/datasync`: Updates service API * `service/guardduty`: Updates service API and documentation * Added API support for new GuardDuty EKS Audit Log finding types. * `service/lambda`: Updates service API and documentation * Add Node 20 (nodejs20.x) support to AWS Lambda. * `service/models.lex.v2`: Updates service API and documentation * `service/omics`: Updates service API and documentation * `service/rds`: Updates service API, documentation, waiters, paginators, and examples * This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command. * `service/redshift-serverless`: Updates service API and documentation * `service/resiliencehub`: Updates service API and documentation * `service/sqs`: Updates service API, documentation, and paginators * This release enables customers to call SQS using AWS JSON-1.0 protocol.
1 parent b87529c commit 4da2672

File tree

42 files changed

+5665
-1164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5665
-1164
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Release v1.47.6 (2023-11-08)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API
6+
* `service/connectcases`: Updates service API and documentation
7+
* `service/datasync`: Updates service API
8+
* `service/guardduty`: Updates service API and documentation
9+
* Added API support for new GuardDuty EKS Audit Log finding types.
10+
* `service/lambda`: Updates service API and documentation
11+
* Add Node 20 (nodejs20.x) support to AWS Lambda.
12+
* `service/models.lex.v2`: Updates service API and documentation
13+
* `service/omics`: Updates service API and documentation
14+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
15+
* This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.
16+
* `service/redshift-serverless`: Updates service API and documentation
17+
* `service/resiliencehub`: Updates service API and documentation
18+
* `service/sqs`: Updates service API, documentation, and paginators
19+
* This release enables customers to call SQS using AWS JSON-1.0 protocol.
20+
121
Release v1.47.5 (2023-11-07)
222
===
323

aws/endpoints/defaults.go

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

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.47.5"
8+
const SDKVersion = "1.47.6"

models/apis/connect/2017-08-08/api-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -11148,6 +11148,7 @@
1114811148
},
1114911149
"SearchUsersRequest":{
1115011150
"type":"structure",
11151+
"required":["InstanceId"],
1115111152
"members":{
1115211153
"InstanceId":{"shape":"InstanceId"},
1115311154
"NextToken":{"shape":"NextToken2500"},

models/apis/connect/2017-08-08/endpoint-tests-1.json

-11
Original file line numberDiff line numberDiff line change
@@ -451,17 +451,6 @@
451451
"expect": {
452452
"error": "Invalid Configuration: Missing Region"
453453
}
454-
},
455-
{
456-
"documentation": "Partition doesn't support DualStack",
457-
"expect": {
458-
"error": "DualStack is enabled but this partition does not support DualStack"
459-
},
460-
"params": {
461-
"Region": "us-isob-east-1",
462-
"UseFIPS": false,
463-
"UseDualStack": true
464-
}
465454
}
466455
],
467456
"version": "1.0"

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

+14
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@
945945
"location":"uri",
946946
"locationName":"domainId"
947947
},
948+
"performedBy":{"shape":"UserUnion"},
948949
"type":{"shape":"RelatedItemType"}
949950
}
950951
},
@@ -1986,6 +1987,7 @@
19861987
"members":{
19871988
"associationTime":{"shape":"AssociationTime"},
19881989
"content":{"shape":"RelatedItemContent"},
1990+
"performedBy":{"shape":"UserUnion"},
19891991
"relatedItemId":{"shape":"RelatedItemId"},
19901992
"tags":{"shape":"Tags"},
19911993
"type":{"shape":"RelatedItemType"}
@@ -2260,6 +2262,18 @@
22602262
"members":{
22612263
}
22622264
},
2265+
"UserArn":{
2266+
"type":"string",
2267+
"max":500,
2268+
"min":1
2269+
},
2270+
"UserUnion":{
2271+
"type":"structure",
2272+
"members":{
2273+
"userArn":{"shape":"UserArn"}
2274+
},
2275+
"union":true
2276+
},
22632277
"ValidationException":{
22642278
"type":"structure",
22652279
"required":["message"],

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CreateDomain": "<p>Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.</p> <important> <p>This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html\">CreateIntegrationAssociation</a> API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/required-permissions-iam-cases.html#onboard-cases-iam\">Onboard to Cases</a>.</p> <pre><code> &lt;/important&gt; </code></pre>",
99
"CreateField": "<p>Creates a field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain. </p>",
1010
"CreateLayout": "<p>Creates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface:</p> <ul> <li> <p>Fields to display to the users</p> </li> <li> <p>Field ordering</p> </li> </ul> <note> <p>Title and Status fields cannot be part of layouts since they are not configurable.</p> </note>",
11-
"CreateRelatedItem": "<p>Creates a related item (comments, tasks, and contacts) and associates it with a case.</p> <note> <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> </note>",
11+
"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>",
1414
"GetCase": "<p>Returns information about a specific case if it exists. </p>",
@@ -1229,6 +1229,19 @@
12291229
"refs": {
12301230
}
12311231
},
1232+
"UserArn": {
1233+
"base": null,
1234+
"refs": {
1235+
"UserUnion$userArn": "<p>Represents the Amazon Connect ARN of the user.</p>"
1236+
}
1237+
},
1238+
"UserUnion": {
1239+
"base": "<p>Represents the identity of the person who performed the action.</p>",
1240+
"refs": {
1241+
"CreateRelatedItemRequest$performedBy": "<p>Represents the creator of the related item.</p>",
1242+
"SearchRelatedItemsResponseItem$performedBy": "<p>Represents the creator of the related item.</p>"
1243+
}
1244+
},
12321245
"ValidationException": {
12331246
"base": "<p>The request isn't valid. Check the syntax and try again.</p>",
12341247
"refs": {

models/apis/datasync/2018-11-09/api-2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2404,8 +2404,8 @@
24042404
"ObjectStorageAccessKey":{
24052405
"type":"string",
24062406
"max":200,
2407-
"min":1,
2408-
"pattern":"^.+$"
2407+
"min":0,
2408+
"pattern":"^.*$"
24092409
},
24102410
"ObjectStorageBucketName":{
24112411
"type":"string",

0 commit comments

Comments
 (0)