Skip to content

Commit ff78c25

Browse files
author
awstools
committed
Updates SDK to v2.1323.0
1 parent 714c179 commit ff78c25

23 files changed

+2111
-594
lines changed

.changes/2.1323.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "StartTaskContact API now supports linked task creation with a new optional RelatedContactId parameter"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConnectCases",
10+
"description": "This release adds the ability to delete domains through the DeleteDomain API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SecurityHub",
15+
"description": "New Security Hub APIs and updates to existing APIs that help you consolidate control findings and enable and disable controls across all supported standards"
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1322.0-->
2+
<!--LATEST=2.1323.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1323.0
6+
* feature: Connect: StartTaskContact API now supports linked task creation with a new optional RelatedContactId parameter
7+
* feature: ConnectCases: This release adds the ability to delete domains through the DeleteDomain API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
8+
* feature: SecurityHub: New Security Hub APIs and updates to existing APIs that help you consolidate control findings and enable and disable controls across all supported standards
9+
510
## 2.1322.0
611
* feature: Appflow: This release enables the customers to choose whether to use Private Link for Metadata and Authorization call when using a private Salesforce connections
712
* feature: ECS: This release supports deleting Amazon ECS task definitions that are in the INACTIVE state.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1322.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1323.0.min.js"></script>
6161

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of

apis/connect-2017-08-08.min.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5080,7 +5080,8 @@
50805080
"type": "timestamp"
50815081
},
50825082
"TaskTemplateId": {},
5083-
"QuickConnectId": {}
5083+
"QuickConnectId": {},
5084+
"RelatedContactId": {}
50845085
}
50855086
},
50865087
"output": {

apis/connect-2017-08-08.normal.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14066,6 +14066,10 @@
1406614066
"QuickConnectId": {
1406714067
"shape": "QuickConnectId",
1406814068
"documentation": "<p>The identifier for the quick connect.</p>"
14069+
},
14070+
"RelatedContactId": {
14071+
"shape": "ContactId",
14072+
"documentation": "<p>The contactId that is <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/tasks.html#linked-tasks\">related</a> to this contact.</p>"
1406914073
}
1407014074
}
1407114075
},

apis/connectcases-2022-10-03.min.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,30 @@
376376
},
377377
"idempotent": true
378378
},
379+
"DeleteDomain": {
380+
"http": {
381+
"method": "DELETE",
382+
"requestUri": "/domains/{domainId}",
383+
"responseCode": 200
384+
},
385+
"input": {
386+
"type": "structure",
387+
"required": [
388+
"domainId"
389+
],
390+
"members": {
391+
"domainId": {
392+
"location": "uri",
393+
"locationName": "domainId"
394+
}
395+
}
396+
},
397+
"output": {
398+
"type": "structure",
399+
"members": {}
400+
},
401+
"idempotent": true
402+
},
379403
"GetCase": {
380404
"http": {
381405
"requestUri": "/domains/{domainId}/cases/{caseId}",
@@ -451,7 +475,7 @@
451475
],
452476
"members": {
453477
"eventBridge": {
454-
"shape": "S2e"
478+
"shape": "S2g"
455479
}
456480
}
457481
}
@@ -947,7 +971,7 @@
947971
"locationName": "domainId"
948972
},
949973
"eventBridge": {
950-
"shape": "S2e"
974+
"shape": "S2g"
951975
}
952976
}
953977
},
@@ -978,7 +1002,7 @@
9781002
}
9791003
},
9801004
"filter": {
981-
"shape": "S3q"
1005+
"shape": "S3s"
9821006
},
9831007
"maxResults": {
9841008
"type": "integer"
@@ -1464,7 +1488,7 @@
14641488
}
14651489
}
14661490
},
1467-
"S2e": {
1491+
"S2g": {
14681492
"type": "structure",
14691493
"required": [
14701494
"enabled"
@@ -1505,13 +1529,13 @@
15051529
}
15061530
}
15071531
},
1508-
"S3q": {
1532+
"S3s": {
15091533
"type": "structure",
15101534
"members": {
15111535
"andAll": {
15121536
"type": "list",
15131537
"member": {
1514-
"shape": "S3q"
1538+
"shape": "S3s"
15151539
}
15161540
},
15171541
"field": {
@@ -1539,7 +1563,7 @@
15391563
"union": true
15401564
},
15411565
"not": {
1542-
"shape": "S3q"
1566+
"shape": "S3s"
15431567
}
15441568
},
15451569
"union": true

apis/connectcases-2022-10-03.normal.json

Lines changed: 58 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"shape": "ConflictException"
115115
}
116116
],
117-
"documentation": "<p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <note> <p> <code>customer_id</code> is a required field when creating a case.</p> </note>",
117+
"documentation": "<p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <note> <p>The following fields are required when creating a case:</p> <pre><code> &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/note&gt; </code></pre>",
118118
"idempotent": true
119119
},
120120
"CreateDomain": {
@@ -150,7 +150,7 @@
150150
"shape": "ServiceQuotaExceededException"
151151
}
152152
],
153-
"documentation": "<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.</p> </important>",
153+
"documentation": "<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> </important>",
154154
"idempotent": true
155155
},
156156
"CreateField": {
@@ -305,6 +305,42 @@
305305
"documentation": "<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>",
306306
"idempotent": true
307307
},
308+
"DeleteDomain": {
309+
"name": "DeleteDomain",
310+
"http": {
311+
"method": "DELETE",
312+
"requestUri": "/domains/{domainId}",
313+
"responseCode": 200
314+
},
315+
"input": {
316+
"shape": "DeleteDomainRequest"
317+
},
318+
"output": {
319+
"shape": "DeleteDomainResponse"
320+
},
321+
"errors": [
322+
{
323+
"shape": "InternalServerException"
324+
},
325+
{
326+
"shape": "ResourceNotFoundException"
327+
},
328+
{
329+
"shape": "ValidationException"
330+
},
331+
{
332+
"shape": "ThrottlingException"
333+
},
334+
{
335+
"shape": "AccessDeniedException"
336+
},
337+
{
338+
"shape": "ConflictException"
339+
}
340+
],
341+
"documentation": "<p>Deletes a domain.</p>",
342+
"idempotent": true
343+
},
308344
"GetCase": {
309345
"name": "GetCase",
310346
"http": {
@@ -749,7 +785,7 @@
749785
"shape": "AccessDeniedException"
750786
}
751787
],
752-
"documentation": "<p>Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.</p>"
788+
"documentation": "<p>Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.</p> <note> <p>For <code>customer_id</code> you must provide the full customer profile ARN in this format: <code> arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID</code>. </p> </note>"
753789
},
754790
"SearchRelatedItems": {
755791
"name": "SearchRelatedItems",
@@ -1590,6 +1626,24 @@
15901626
"type": "timestamp",
15911627
"timestampFormat": "iso8601"
15921628
},
1629+
"DeleteDomainRequest": {
1630+
"type": "structure",
1631+
"required": [
1632+
"domainId"
1633+
],
1634+
"members": {
1635+
"domainId": {
1636+
"shape": "DomainId",
1637+
"documentation": "<p>The unique identifier of the Cases domain. </p>",
1638+
"location": "uri",
1639+
"locationName": "domainId"
1640+
}
1641+
}
1642+
},
1643+
"DeleteDomainResponse": {
1644+
"type": "structure",
1645+
"members": {}
1646+
},
15931647
"DomainArn": {
15941648
"type": "string",
15951649
"max": 500,
@@ -2864,7 +2918,6 @@
28642918
"member": {
28652919
"shape": "Sort"
28662920
},
2867-
"documentation": "<p>/@documentation(&quot;The templateId&quot;)</p>",
28682921
"max": 2,
28692922
"min": 0
28702923
},
@@ -3136,7 +3189,6 @@
31363189
},
31373190
"TemplateStatus": {
31383191
"type": "string",
3139-
"documentation": "<p>Status of a template</p>",
31403192
"enum": [
31413193
"Active",
31423194
"Inactive"
@@ -3147,7 +3199,6 @@
31473199
"member": {
31483200
"shape": "TemplateStatus"
31493201
},
3150-
"documentation": "<p>List of filters used on the ListTemplates result set</p>",
31513202
"max": 2,
31523203
"min": 1
31533204
},
@@ -3363,5 +3414,5 @@
33633414
"min": 0
33643415
}
33653416
},
3366-
"documentation": "<p>Welcome to the Amazon Connect Cases API Reference. This guide provides information about the Amazon Connect Cases API, which you can use to create, update, get, and list Cases domains, fields, field options, layouts, templates, cases, related items, and tags.</p> <pre><code> &lt;p&gt;For more information about Amazon Connect Cases, see &lt;a href=&quot;https://docs.aws.amazon.com/connect/latest/adminguide/cases.html&quot;&gt;Amazon Connect Cases&lt;/a&gt; in the &lt;i&gt;Amazon Connect Administrator Guide&lt;/i&gt;. &lt;/p&gt; </code></pre>"
3417+
"documentation": "<p>With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. A case represents a customer issue. It records the issue, the steps and interactions taken to resolve the issue, and the outcome. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/cases.html\">Amazon Connect Cases</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
33673418
}

0 commit comments

Comments
 (0)