Skip to content

Commit 5279959

Browse files
Merge branch 'release-1.42.30' into develop
* release-1.42.30: Bumping version to 1.42.30 Update endpoints model Update to latest models
2 parents caf5740 + 7bbae51 commit 5279959

13 files changed

Lines changed: 652 additions & 151 deletions

File tree

.changes/1.42.30.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "Adds support to allow customers to create form with Dispute configuration",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``datazone``",
9+
"description": "This release adds support for numeric filtering and complex free-text searches cases for the Search and SearchListings APIs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``glacier``",
14+
"description": "Documentation updates for Amazon Glacier's maintenance mode",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``launch-wizard``",
19+
"description": "Added UpdateDeployment, ListDeploymentPatternVersions and GetDeploymentPatternVersion APIs for Launch Wizard",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``resource-explorer-2``",
24+
"description": "Added ViewName to View-related responses and ServiceViewName to GetServiceView response.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Adding security consideration comments for lcc accessing execution role under root access",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.42.30
6+
=======
7+
8+
* api-change:``connect``: Adds support to allow customers to create form with Dispute configuration
9+
* api-change:``datazone``: This release adds support for numeric filtering and complex free-text searches cases for the Search and SearchListings APIs.
10+
* api-change:``glacier``: Documentation updates for Amazon Glacier's maintenance mode
11+
* api-change:``launch-wizard``: Added UpdateDeployment, ListDeploymentPatternVersions and GetDeploymentPatternVersion APIs for Launch Wizard
12+
* api-change:``resource-explorer-2``: Added ViewName to View-related responses and ServiceViewName to GetServiceView response.
13+
* api-change:``sagemaker``: Adding security consideration comments for lcc accessing execution role under root access
14+
15+
516
1.42.29
617
=======
718

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.29'
20+
__version__ = '1.42.30'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/connect/2017-08-08/service-2.json

Lines changed: 129 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10824,6 +10824,10 @@
1082410824
"shape":"TagMap",
1082510825
"documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>"
1082610826
},
10827+
"ReviewConfiguration":{
10828+
"shape":"EvaluationReviewConfiguration",
10829+
"documentation":"<p>Configuration information about evaluation reviews.</p>"
10830+
},
1082710831
"TargetConfiguration":{
1082810832
"shape":"EvaluationFormTargetConfiguration",
1082910833
"documentation":"<p>Configuration that specifies the target for the evaluation form.</p>"
@@ -16287,6 +16291,10 @@
1628716291
"shape":"EvaluationFormAutoEvaluationConfiguration",
1628816292
"documentation":"<p>The automatic evaluation configuration of an evaluation form.</p>"
1628916293
},
16294+
"ReviewConfiguration":{
16295+
"shape":"EvaluationReviewConfiguration",
16296+
"documentation":"<p>Configuration for evaluation review settings of this evaluation form.</p>"
16297+
},
1629016298
"Tags":{
1629116299
"shape":"TagMap",
1629216300
"documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>"
@@ -16362,6 +16370,10 @@
1636216370
"LanguageConfiguration":{
1636316371
"shape":"EvaluationFormLanguageConfiguration",
1636416372
"documentation":"<p>Configuration for language settings of this evaluation form content.</p>"
16373+
},
16374+
"ReviewConfiguration":{
16375+
"shape":"EvaluationReviewConfiguration",
16376+
"documentation":"<p>Configuration for evaluation review settings of this evaluation form content.</p>"
1636516377
}
1636616378
},
1636716379
"documentation":"<p>Information about an evaluation form used in a contact evaluation.</p>"
@@ -17308,6 +17320,10 @@
1730817320
"shape":"EvaluationAcknowledgement",
1730917321
"documentation":"<p>Information related to evaluation acknowledgement.</p>"
1731017322
},
17323+
"Review":{
17324+
"shape":"EvaluationReviewMetadata",
17325+
"documentation":"<p>Information about reviews of this evaluation.</p>"
17326+
},
1731117327
"ContactParticipant":{
1731217328
"shape":"EvaluationContactParticipant",
1731317329
"documentation":"<p>Information about a contact participant in this evaluation.</p>"
@@ -17372,6 +17388,112 @@
1737217388
},
1737317389
"documentation":"<p>Details of the input data used for automated question processing.</p>"
1737417390
},
17391+
"EvaluationReviewConfiguration":{
17392+
"type":"structure",
17393+
"required":["ReviewNotificationRecipients"],
17394+
"members":{
17395+
"ReviewNotificationRecipients":{
17396+
"shape":"EvaluationReviewNotificationRecipientList",
17397+
"documentation":"<p>List of recipients who should be notified when a review is requested.</p>"
17398+
},
17399+
"EligibilityDays":{
17400+
"shape":"Integer",
17401+
"documentation":"<p>Number of days during which a request for review can be submitted for evaluations created from this form.</p>"
17402+
}
17403+
},
17404+
"documentation":"<p>Configuration settings for evaluation reviews.</p>"
17405+
},
17406+
"EvaluationReviewMetadata":{
17407+
"type":"structure",
17408+
"required":[
17409+
"CreatedTime",
17410+
"CreatedBy",
17411+
"ReviewRequestComments"
17412+
],
17413+
"members":{
17414+
"ReviewId":{
17415+
"shape":"ResourceId",
17416+
"documentation":"<p>The unique identifier for the evaluation review.</p>"
17417+
},
17418+
"CreatedTime":{
17419+
"shape":"Timestamp",
17420+
"documentation":"<p>The timestamp when the evaluation review was created.</p>"
17421+
},
17422+
"CreatedBy":{
17423+
"shape":"ARN",
17424+
"documentation":"<p>The user who created the evaluation review.</p>"
17425+
},
17426+
"ReviewRequestComments":{
17427+
"shape":"EvaluationReviewRequestCommentList",
17428+
"documentation":"<p>Comments provided when requesting the evaluation review.</p>"
17429+
}
17430+
},
17431+
"documentation":"<p>Metadata information about an evaluation review.</p>"
17432+
},
17433+
"EvaluationReviewNotificationRecipient":{
17434+
"type":"structure",
17435+
"required":[
17436+
"Type",
17437+
"Value"
17438+
],
17439+
"members":{
17440+
"Type":{
17441+
"shape":"EvaluationReviewNotificationRecipientType",
17442+
"documentation":"<p>The type of notification recipient.</p>"
17443+
},
17444+
"Value":{
17445+
"shape":"EvaluationReviewNotificationRecipientValue",
17446+
"documentation":"<p>The value associated with the notification recipient type.</p>"
17447+
}
17448+
},
17449+
"documentation":"<p>Information about a recipient who should be notified when an evaluation review is requested.</p>"
17450+
},
17451+
"EvaluationReviewNotificationRecipientList":{
17452+
"type":"list",
17453+
"member":{"shape":"EvaluationReviewNotificationRecipient"},
17454+
"min":1
17455+
},
17456+
"EvaluationReviewNotificationRecipientType":{
17457+
"type":"string",
17458+
"enum":["USER_ID"]
17459+
},
17460+
"EvaluationReviewNotificationRecipientValue":{
17461+
"type":"structure",
17462+
"members":{
17463+
"UserId":{
17464+
"shape":"ResourceId",
17465+
"documentation":"<p>The user identifier for the notification recipient.</p>"
17466+
}
17467+
},
17468+
"documentation":"<p>The value information for an evaluation review notification recipient.</p>"
17469+
},
17470+
"EvaluationReviewRequestComment":{
17471+
"type":"structure",
17472+
"members":{
17473+
"Comment":{
17474+
"shape":"EvaluationReviewRequestCommentContent",
17475+
"documentation":"<p>The text content of the review request comment.</p>"
17476+
},
17477+
"CreatedTime":{
17478+
"shape":"Timestamp",
17479+
"documentation":"<p>The timestamp when the review request comment was created.</p>"
17480+
},
17481+
"CreatedBy":{
17482+
"shape":"ARN",
17483+
"documentation":"<p>The user who created the review request comment.</p>"
17484+
}
17485+
},
17486+
"documentation":"<p>A comment provided when requesting an evaluation review.</p>"
17487+
},
17488+
"EvaluationReviewRequestCommentContent":{
17489+
"type":"string",
17490+
"max":500
17491+
},
17492+
"EvaluationReviewRequestCommentList":{
17493+
"type":"list",
17494+
"member":{"shape":"EvaluationReviewRequestComment"},
17495+
"max":1
17496+
},
1737517497
"EvaluationScore":{
1737617498
"type":"structure",
1737717499
"members":{
@@ -17586,7 +17708,9 @@
1758617708
"type":"string",
1758717709
"enum":[
1758817710
"DRAFT",
17589-
"SUBMITTED"
17711+
"SUBMITTED",
17712+
"REVIEW_REQUESTED",
17713+
"UNDER_REVIEW"
1759017714
]
1759117715
},
1759217716
"EvaluationSuggestedAnswer":{
@@ -32225,6 +32349,10 @@
3222532349
"shape":"EvaluationFormAutoEvaluationConfiguration",
3222632350
"documentation":"<p>Whether automated evaluations are enabled.</p>"
3222732351
},
32352+
"ReviewConfiguration":{
32353+
"shape":"EvaluationReviewConfiguration",
32354+
"documentation":"<p>Configuration for evaluation review settings of the evaluation form.</p>"
32355+
},
3222832356
"AsDraft":{
3222932357
"shape":"BoxedBoolean",
3223032358
"documentation":"<p>A boolean flag indicating whether to update evaluation form to draft state.</p>"

0 commit comments

Comments
 (0)