Skip to content

Commit 5961a25

Browse files
Update to latest models
1 parent 1bb30b4 commit 5961a25

File tree

12 files changed

+987
-191
lines changed

12 files changed

+987
-191
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``cloudformation``",
4+
"description": "Add new warning type 'EXCLUDED_RESOURCES'"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``connectcases``",
4+
"description": "New Search All Related Items API enables searching related items across cases"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``dynamodb``",
4+
"description": "Add support for dual-stack account endpoint generation"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``guardduty``",
4+
"description": "Updated descriptions for the Location parameter in CreateTrustedEntitySet and CreateThreatEntitySet."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``synthetics``",
4+
"description": "Adds support to configure canaries with pre-configured blueprint code on supported runtime versions. This behavior can be controlled via the new BlueprintTypes property exposed in the CreateCanary and UpdateCanary APIs."
5+
}

awscli/botocore/data/cloudformation/2010-05-15/service-2.json

Lines changed: 23 additions & 22 deletions
Large diffs are not rendered by default.

awscli/botocore/data/connectcases/2022-10-03/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"output_token": "nextToken",
1818
"limit_key": "maxResults",
1919
"result_key": "caseRules"
20+
},
21+
"SearchAllRelatedItems": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "relatedItems"
2026
}
2127
}
2228
}

awscli/botocore/data/connectcases/2022-10-03/service-2.json

Lines changed: 166 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,24 @@
622622
],
623623
"documentation":"<p>Adds case event publishing configuration. For a complete list of fields you can add to the event message, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html\">Create case fields</a> in the <i>Amazon Connect Administrator Guide</i> </p>"
624624
},
625+
"SearchAllRelatedItems":{
626+
"name":"SearchAllRelatedItems",
627+
"http":{
628+
"method":"POST",
629+
"requestUri":"/domains/{domainId}/related-items-search",
630+
"responseCode":200
631+
},
632+
"input":{"shape":"SearchAllRelatedItemsRequest"},
633+
"output":{"shape":"SearchAllRelatedItemsResponse"},
634+
"errors":[
635+
{"shape":"InternalServerException"},
636+
{"shape":"ResourceNotFoundException"},
637+
{"shape":"ValidationException"},
638+
{"shape":"ThrottlingException"},
639+
{"shape":"AccessDeniedException"}
640+
],
641+
"documentation":"<p>Searches for related items across all cases within a domain. This is a global search operation that returns related items from multiple cases, unlike the case-specific <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_SearchRelatedItems.html\">SearchRelatedItems</a> API.</p> <p> <b>Use cases</b> </p> <p>Following are common uses cases for this API:</p> <ul> <li> <p>Find cases with similar issues across the domain. For example, search for all cases containing comments about \"product defect\" to identify patterns and existing solutions.</p> </li> <li> <p>Locate all cases associated with specific contacts or orders. For example, find all cases linked to a contactArn to understand the complete customer journey. </p> </li> <li> <p>Monitor SLA compliance across cases. For example, search for all cases with \"Active\" SLA status to prioritize remediation efforts.</p> </li> </ul> <p> <b>Important things to know</b> </p> <ul> <li> <p>This API returns case IDs, not complete case objects. To retrieve full case details, you must make additional calls to the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetCase.html\">GetCase</a> API for each returned case ID. </p> </li> <li> <p>This API searches across related items content, not case fields. Use the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_SearchCases.html\">SearchCases</a> API to search within case field values.</p> </li> </ul> <p> <b>Endpoints</b>: See <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect endpoints and quotas</a>.</p>"
642+
},
625643
"SearchCases":{
626644
"name":"SearchCases",
627645
"http":{
@@ -1390,31 +1408,31 @@
13901408
"members":{
13911409
"caseId":{
13921410
"shape":"CaseId",
1393-
"documentation":"<p>The unique identifier of the related case</p>"
1411+
"documentation":"<p>A unique identifier of the case.</p>"
13941412
}
13951413
},
1396-
"documentation":"<p>Represents the content of a Case related item</p>"
1414+
"documentation":"<p>Represents the content of a <code>ConnectCase</code> type related item.</p>"
13971415
},
13981416
"ConnectCaseFilter":{
13991417
"type":"structure",
14001418
"members":{
14011419
"caseId":{
14021420
"shape":"CaseId",
1403-
"documentation":"<p>The unique identifier of the case to filter by</p>"
1421+
"documentation":"<p>A unique identifier of the case.</p>"
14041422
}
14051423
},
1406-
"documentation":"<p>A filter for related items of type Case</p>"
1424+
"documentation":"<p>A filter for related items of type <code>ConnectCase</code>.</p>"
14071425
},
14081426
"ConnectCaseInputContent":{
14091427
"type":"structure",
14101428
"required":["caseId"],
14111429
"members":{
14121430
"caseId":{
14131431
"shape":"CaseId",
1414-
"documentation":"<p>The unique identifier of the case to be related</p>"
1432+
"documentation":"<p>A unique identifier of the case.</p>"
14151433
}
14161434
},
1417-
"documentation":"<p>Represents the input content of a Case related item</p>"
1435+
"documentation":"<p>Represents the content of a <code>ConnectCase</code> related item.</p>"
14181436
},
14191437
"ConnectedToSystemTime":{
14201438
"type":"timestamp",
@@ -1818,10 +1836,10 @@
18181836
"members":{
18191837
"fields":{
18201838
"shape":"FieldValueList",
1821-
"documentation":"<p>List of field values for the custom related item</p>"
1839+
"documentation":"<p>List of field values for the <code>Custom</code> related item.</p>"
18221840
}
18231841
},
1824-
"documentation":"<p>Represents the content of a Custom related item</p>"
1842+
"documentation":"<p>Represents the content of a <code>Custom</code> type related item.</p>"
18251843
},
18261844
"CustomEntity":{
18271845
"type":"string",
@@ -1836,18 +1854,18 @@
18361854
"field":{"shape":"FieldFilter"},
18371855
"not":{
18381856
"shape":"CustomFieldsFilter",
1839-
"documentation":"<p>Excludes items matching the filter</p>"
1857+
"documentation":"<p>Excludes items matching the filter.</p>"
18401858
},
18411859
"andAll":{
18421860
"shape":"CustomFieldsFilterAndAllList",
1843-
"documentation":"<p>Matches items that satisfy all of the specified filter conditions</p>"
1861+
"documentation":"<p>Provides \"and all\" filtering.</p>"
18441862
},
18451863
"orAll":{
18461864
"shape":"CustomFieldsFilterOrAllList",
1847-
"documentation":"<p>Matches items that satisfy any of the specified filter conditions</p>"
1865+
"documentation":"<p>Provides \"or all\" filtering.</p>"
18481866
}
18491867
},
1850-
"documentation":"<p>A filter for fields in related items of type Custom</p>",
1868+
"documentation":"<p>A filter for fields in <code>Custom</code> type related items. Only one value can be provided.</p>",
18511869
"union":true
18521870
},
18531871
"CustomFieldsFilterAndAllList":{
@@ -1867,21 +1885,21 @@
18671885
"members":{
18681886
"fields":{
18691887
"shape":"CustomFieldsFilter",
1870-
"documentation":"<p>Filter conditions for custom fields</p>"
1888+
"documentation":"<p>Filter conditions for custom fields.</p>"
18711889
}
18721890
},
1873-
"documentation":"<p>A filter for related items of type Custom</p>"
1891+
"documentation":"<p>A filter for related items of type <code>Custom</code>.</p>"
18741892
},
18751893
"CustomInputContent":{
18761894
"type":"structure",
18771895
"required":["fields"],
18781896
"members":{
18791897
"fields":{
18801898
"shape":"CustomInputContentFieldsList",
1881-
"documentation":"<p>List of field values for the custom related item</p>"
1899+
"documentation":"<p>List of field values for the <code>Custom</code> related item.</p>"
18821900
}
18831901
},
1884-
"documentation":"<p>Represents the input content of a Custom related item</p>"
1902+
"documentation":"<p>Represents the content of a <code>Custom</code> related item.</p>"
18851903
},
18861904
"CustomInputContentFieldsList":{
18871905
"type":"list",
@@ -3468,11 +3486,11 @@
34683486
},
34693487
"connectCase":{
34703488
"shape":"ConnectCaseContent",
3471-
"documentation":"<p>Content for a related Connect case</p>"
3489+
"documentation":"<p>Represents the Amazon Connect case to be created as a related item.</p>"
34723490
},
34733491
"custom":{
34743492
"shape":"CustomContent",
3475-
"documentation":"<p>Content for a custom related item</p>"
3493+
"documentation":"<p>Represents the content of a <code>Custom</code> type related item.</p>"
34763494
}
34773495
},
34783496
"documentation":"<p>Represents the content of a particular type of related item.</p>",
@@ -3515,11 +3533,11 @@
35153533
},
35163534
"connectCase":{
35173535
"shape":"ConnectCaseInputContent",
3518-
"documentation":"<p>Input content for a related Connect case</p>"
3536+
"documentation":"<p>Represents the Amazon Connect case to be created as a related item.</p>"
35193537
},
35203538
"custom":{
35213539
"shape":"CustomInputContent",
3522-
"documentation":"<p>Input content for a custom related item</p>"
3540+
"documentation":"<p>Represents the content of a <code>Custom</code> type related item.</p>"
35233541
}
35243542
},
35253543
"documentation":"<p>Represents the content of a related item to be created.</p>",
@@ -3557,11 +3575,11 @@
35573575
},
35583576
"connectCase":{
35593577
"shape":"ConnectCaseFilter",
3560-
"documentation":"<p>Filter for related items of type Connect case</p>"
3578+
"documentation":"<p>Represents the Amazon Connect case to be created as a related item.</p>"
35613579
},
35623580
"custom":{
35633581
"shape":"CustomFilter",
3564-
"documentation":"<p>Filter for related items of type Custom</p>"
3582+
"documentation":"<p>Represents the content of a <code>Custom</code> type related item.</p>"
35653583
}
35663584
},
35673585
"documentation":"<p>The list of types of related items and their parameters to use for filtering.</p>",
@@ -3631,6 +3649,132 @@
36313649
"type":"string",
36323650
"enum":["Required"]
36333651
},
3652+
"SearchAllRelatedItemsRequest":{
3653+
"type":"structure",
3654+
"required":["domainId"],
3655+
"members":{
3656+
"domainId":{
3657+
"shape":"DomainId",
3658+
"documentation":"<p>The unique identifier of the Cases domain. </p>",
3659+
"location":"uri",
3660+
"locationName":"domainId"
3661+
},
3662+
"maxResults":{
3663+
"shape":"SearchAllRelatedItemsRequestMaxResultsInteger",
3664+
"documentation":"<p>The maximum number of results to return per page.</p>"
3665+
},
3666+
"nextToken":{
3667+
"shape":"NextToken",
3668+
"documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>"
3669+
},
3670+
"filters":{
3671+
"shape":"SearchAllRelatedItemsRequestFiltersList",
3672+
"documentation":"<p>The list of types of related items and their parameters to use for filtering. The filters work as an OR condition: caller gets back related items that match any of the specified filter types.</p>"
3673+
},
3674+
"sorts":{
3675+
"shape":"SearchAllRelatedItemsRequestSortsList",
3676+
"documentation":"<p>A structured set of sort terms to specify the order in which related items should be returned. Supports sorting by association time or case ID. The sorts work in the order specified: first sort term takes precedence over subsequent terms.</p>"
3677+
}
3678+
}
3679+
},
3680+
"SearchAllRelatedItemsRequestFiltersList":{
3681+
"type":"list",
3682+
"member":{"shape":"RelatedItemTypeFilter"},
3683+
"max":10,
3684+
"min":0
3685+
},
3686+
"SearchAllRelatedItemsRequestMaxResultsInteger":{
3687+
"type":"integer",
3688+
"box":true,
3689+
"max":25,
3690+
"min":1
3691+
},
3692+
"SearchAllRelatedItemsRequestSortsList":{
3693+
"type":"list",
3694+
"member":{"shape":"SearchAllRelatedItemsSort"},
3695+
"max":2,
3696+
"min":0
3697+
},
3698+
"SearchAllRelatedItemsResponse":{
3699+
"type":"structure",
3700+
"required":["relatedItems"],
3701+
"members":{
3702+
"nextToken":{
3703+
"shape":"NextToken",
3704+
"documentation":"<p>The token for the next set of results. This is null if there are no more results to return.</p>"
3705+
},
3706+
"relatedItems":{
3707+
"shape":"SearchAllRelatedItemsResponseRelatedItemsList",
3708+
"documentation":"<p>A list of items related to a case.</p>"
3709+
}
3710+
}
3711+
},
3712+
"SearchAllRelatedItemsResponseItem":{
3713+
"type":"structure",
3714+
"required":[
3715+
"relatedItemId",
3716+
"caseId",
3717+
"type",
3718+
"associationTime",
3719+
"content"
3720+
],
3721+
"members":{
3722+
"relatedItemId":{
3723+
"shape":"RelatedItemId",
3724+
"documentation":"<p>Unique identifier of a related item.</p>"
3725+
},
3726+
"caseId":{
3727+
"shape":"CaseId",
3728+
"documentation":"<p>A unique identifier of the case.</p>"
3729+
},
3730+
"type":{
3731+
"shape":"RelatedItemType",
3732+
"documentation":"<p>Type of a related item.</p>"
3733+
},
3734+
"associationTime":{
3735+
"shape":"AssociationTime",
3736+
"documentation":"<p>Time at which a related item was associated with a case.</p>"
3737+
},
3738+
"content":{"shape":"RelatedItemContent"},
3739+
"performedBy":{"shape":"UserUnion"},
3740+
"tags":{
3741+
"shape":"Tags",
3742+
"documentation":"<p>A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.</p>"
3743+
}
3744+
},
3745+
"documentation":"<p>A list of items that represent RelatedItems. This data type is similar to <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_SearchRelatedItemsResponseItem.html\">SearchRelatedItemsResponseItem</a> except Search<b>All</b>RelatedItemsResponseItem has a caseId field.</p>"
3746+
},
3747+
"SearchAllRelatedItemsResponseRelatedItemsList":{
3748+
"type":"list",
3749+
"member":{"shape":"SearchAllRelatedItemsResponseItem"},
3750+
"max":25,
3751+
"min":0
3752+
},
3753+
"SearchAllRelatedItemsSort":{
3754+
"type":"structure",
3755+
"required":[
3756+
"sortProperty",
3757+
"sortOrder"
3758+
],
3759+
"members":{
3760+
"sortProperty":{
3761+
"shape":"SearchAllRelatedItemsSortProperty",
3762+
"documentation":"<p>Whether related items should be sorted in ascending or descending order. </p>"
3763+
},
3764+
"sortOrder":{
3765+
"shape":"Order",
3766+
"documentation":"<p>Whether related items should be sorted by association time or case ID. </p>"
3767+
}
3768+
},
3769+
"documentation":"<p>The order in which all returned related items should be sorted.</p>"
3770+
},
3771+
"SearchAllRelatedItemsSortProperty":{
3772+
"type":"string",
3773+
"enum":[
3774+
"AssociationTime",
3775+
"CaseId"
3776+
]
3777+
},
36343778
"SearchCasesRequest":{
36353779
"type":"structure",
36363780
"required":["domainId"],

0 commit comments

Comments
 (0)