Skip to content

Commit eb6ac8c

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent e1bc3fd commit eb6ac8c

File tree

99 files changed

+2717
-679
lines changed

Some content is hidden

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

99 files changed

+2717
-679
lines changed

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

Lines changed: 1 addition & 0 deletions
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"},

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

Lines changed: 0 additions & 11 deletions
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"

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

Lines changed: 14 additions & 0 deletions
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"],

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

Lines changed: 14 additions & 1 deletion
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": {

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

Lines changed: 2 additions & 2 deletions
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)