Skip to content

Commit e0e43c2

Browse files
Update models for release
1 parent b40eb11 commit e0e43c2

33 files changed

+1098
-167
lines changed

.changes/3.369.15

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\Glacier` - Documentation updates for Amazon Glacier's maintenance mode
6+
* `Aws\ResourceExplorer2` - Added ViewName to View-related responses and ServiceViewName to GetServiceView response.
7+
* `Aws\LaunchWizard` - Added UpdateDeployment, ListDeploymentPatternVersions and GetDeploymentPatternVersion APIs for Launch Wizard
8+
* `Aws\Connect` - Adds support to allow customers to create form with Dispute configuration
9+
* `Aws\SageMaker` - Adding security consideration comments for lcc accessing execution role under root access
10+
* `Aws\DataZone` - This release adds support for numeric filtering and complex free-text searches cases for the Search and SearchListings APIs.
11+
312
## 3.369.14 - 2026-01-15
413

514
* `Aws\QConnect` - Fix inference configuration shapes for the CreateAIPrompt and UpdateAIPrompt APIs, Modify Text Length Limit for SendMessage API

src/LaunchWizard/LaunchWizardClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@
1111
* @method \GuzzleHttp\Promise\Promise deleteDeploymentAsync(array $args = [])
1212
* @method \Aws\Result getDeployment(array $args = [])
1313
* @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
14+
* @method \Aws\Result getDeploymentPatternVersion(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise getDeploymentPatternVersionAsync(array $args = [])
1416
* @method \Aws\Result getWorkload(array $args = [])
1517
* @method \GuzzleHttp\Promise\Promise getWorkloadAsync(array $args = [])
1618
* @method \Aws\Result getWorkloadDeploymentPattern(array $args = [])
1719
* @method \GuzzleHttp\Promise\Promise getWorkloadDeploymentPatternAsync(array $args = [])
1820
* @method \Aws\Result listDeploymentEvents(array $args = [])
1921
* @method \GuzzleHttp\Promise\Promise listDeploymentEventsAsync(array $args = [])
22+
* @method \Aws\Result listDeploymentPatternVersions(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise listDeploymentPatternVersionsAsync(array $args = [])
2024
* @method \Aws\Result listDeployments(array $args = [])
2125
* @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
2226
* @method \Aws\Result listTagsForResource(array $args = [])
@@ -29,5 +33,7 @@
2933
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
3034
* @method \Aws\Result untagResource(array $args = [])
3135
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
36+
* @method \Aws\Result updateDeployment(array $args = [])
37+
* @method \GuzzleHttp\Promise\Promise updateDeploymentAsync(array $args = [])
3238
*/
3339
class LaunchWizardClient extends AwsClient {}

src/data/connect/2017-08-08/api-2.json

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8660,6 +8660,7 @@
86608660
},
86618661
"AsDraft":{"shape":"BoxedBoolean"},
86628662
"Tags":{"shape":"TagMap"},
8663+
"ReviewConfiguration":{"shape":"EvaluationReviewConfiguration"},
86638664
"TargetConfiguration":{"shape":"EvaluationFormTargetConfiguration"},
86648665
"LanguageConfiguration":{"shape":"EvaluationFormLanguageConfiguration"}
86658666
}
@@ -12533,6 +12534,7 @@
1253312534
"LastModifiedTime":{"shape":"Timestamp"},
1253412535
"LastModifiedBy":{"shape":"ARN"},
1253512536
"AutoEvaluationConfiguration":{"shape":"EvaluationFormAutoEvaluationConfiguration"},
12537+
"ReviewConfiguration":{"shape":"EvaluationReviewConfiguration"},
1253612538
"Tags":{"shape":"TagMap"},
1253712539
"TargetConfiguration":{"shape":"EvaluationFormTargetConfiguration"},
1253812540
"LanguageConfiguration":{"shape":"EvaluationFormLanguageConfiguration"}
@@ -12564,7 +12566,8 @@
1256412566
"ScoringStrategy":{"shape":"EvaluationFormScoringStrategy"},
1256512567
"AutoEvaluationConfiguration":{"shape":"EvaluationFormAutoEvaluationConfiguration"},
1256612568
"TargetConfiguration":{"shape":"EvaluationFormTargetConfiguration"},
12567-
"LanguageConfiguration":{"shape":"EvaluationFormLanguageConfiguration"}
12569+
"LanguageConfiguration":{"shape":"EvaluationFormLanguageConfiguration"},
12570+
"ReviewConfiguration":{"shape":"EvaluationReviewConfiguration"}
1256812571
}
1256912572
},
1257012573
"EvaluationFormDescription":{"type":"string"},
@@ -13119,6 +13122,7 @@
1311913122
"Score":{"shape":"EvaluationScore"},
1312013123
"AutoEvaluation":{"shape":"AutoEvaluationDetails"},
1312113124
"Acknowledgement":{"shape":"EvaluationAcknowledgement"},
13125+
"Review":{"shape":"EvaluationReviewMetadata"},
1312213126
"ContactParticipant":{"shape":"EvaluationContactParticipant"},
1312313127
"SamplingJobId":{"shape":"ResourceId"}
1312413128
}
@@ -13161,6 +13165,71 @@
1316113165
"TranscriptType":{"shape":"EvaluationTranscriptType"}
1316213166
}
1316313167
},
13168+
"EvaluationReviewConfiguration":{
13169+
"type":"structure",
13170+
"required":["ReviewNotificationRecipients"],
13171+
"members":{
13172+
"ReviewNotificationRecipients":{"shape":"EvaluationReviewNotificationRecipientList"},
13173+
"EligibilityDays":{"shape":"Integer"}
13174+
}
13175+
},
13176+
"EvaluationReviewMetadata":{
13177+
"type":"structure",
13178+
"required":[
13179+
"CreatedTime",
13180+
"CreatedBy",
13181+
"ReviewRequestComments"
13182+
],
13183+
"members":{
13184+
"ReviewId":{"shape":"ResourceId"},
13185+
"CreatedTime":{"shape":"Timestamp"},
13186+
"CreatedBy":{"shape":"ARN"},
13187+
"ReviewRequestComments":{"shape":"EvaluationReviewRequestCommentList"}
13188+
}
13189+
},
13190+
"EvaluationReviewNotificationRecipient":{
13191+
"type":"structure",
13192+
"required":[
13193+
"Type",
13194+
"Value"
13195+
],
13196+
"members":{
13197+
"Type":{"shape":"EvaluationReviewNotificationRecipientType"},
13198+
"Value":{"shape":"EvaluationReviewNotificationRecipientValue"}
13199+
}
13200+
},
13201+
"EvaluationReviewNotificationRecipientList":{
13202+
"type":"list",
13203+
"member":{"shape":"EvaluationReviewNotificationRecipient"},
13204+
"min":1
13205+
},
13206+
"EvaluationReviewNotificationRecipientType":{
13207+
"type":"string",
13208+
"enum":["USER_ID"]
13209+
},
13210+
"EvaluationReviewNotificationRecipientValue":{
13211+
"type":"structure",
13212+
"members":{
13213+
"UserId":{"shape":"ResourceId"}
13214+
}
13215+
},
13216+
"EvaluationReviewRequestComment":{
13217+
"type":"structure",
13218+
"members":{
13219+
"Comment":{"shape":"EvaluationReviewRequestCommentContent"},
13220+
"CreatedTime":{"shape":"Timestamp"},
13221+
"CreatedBy":{"shape":"ARN"}
13222+
}
13223+
},
13224+
"EvaluationReviewRequestCommentContent":{
13225+
"type":"string",
13226+
"max":500
13227+
},
13228+
"EvaluationReviewRequestCommentList":{
13229+
"type":"list",
13230+
"member":{"shape":"EvaluationReviewRequestComment"},
13231+
"max":1
13232+
},
1316413233
"EvaluationScore":{
1316513234
"type":"structure",
1316613235
"members":{
@@ -13264,7 +13333,9 @@
1326413333
"type":"string",
1326513334
"enum":[
1326613335
"DRAFT",
13267-
"SUBMITTED"
13336+
"SUBMITTED",
13337+
"REVIEW_REQUESTED",
13338+
"UNDER_REVIEW"
1326813339
]
1326913340
},
1327013341
"EvaluationSuggestedAnswer":{
@@ -22897,6 +22968,7 @@
2289722968
"Items":{"shape":"EvaluationFormItemsList"},
2289822969
"ScoringStrategy":{"shape":"EvaluationFormScoringStrategy"},
2289922970
"AutoEvaluationConfiguration":{"shape":"EvaluationFormAutoEvaluationConfiguration"},
22971+
"ReviewConfiguration":{"shape":"EvaluationReviewConfiguration"},
2290022972
"AsDraft":{"shape":"BoxedBoolean"},
2290122973
"ClientToken":{
2290222974
"shape":"ClientToken",

src/data/connect/2017-08-08/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/connect/2017-08-08/docs-2.json

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,8 @@
441441
"EvaluationFormVersionSummary$CreatedBy": "<p>The Amazon Resource Name (ARN) of the user who created the evaluation form.</p>",
442442
"EvaluationFormVersionSummary$LastModifiedBy": "<p>The Amazon Resource Name (ARN) of the user who last updated the evaluation form.</p>",
443443
"EvaluationMetadata$EvaluatorArn": "<p>The Amazon Resource Name (ARN) of the user who last updated the evaluation.</p>",
444+
"EvaluationReviewMetadata$CreatedBy": "<p>The user who created the evaluation review.</p>",
445+
"EvaluationReviewRequestComment$CreatedBy": "<p>The user who created the review request comment.</p>",
444446
"EvaluationSearchMetadata$EvaluatorArn": "<p>The Amazon Resource Name (ARN) of the person who evaluated the contact.</p>",
445447
"EvaluationSearchMetadata$AcknowledgedBy": "<p>The agent who acknowledged the evaluation.</p>",
446448
"EvaluationSearchSummary$EvaluationArn": "<p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>",
@@ -5248,6 +5250,63 @@
52485250
"EvaluationSuggestedAnswer$Input": "<p>Details about the input used to question automation.</p>"
52495251
}
52505252
},
5253+
"EvaluationReviewConfiguration": {
5254+
"base": "<p>Configuration settings for evaluation reviews.</p>",
5255+
"refs": {
5256+
"CreateEvaluationFormRequest$ReviewConfiguration": "<p>Configuration information about evaluation reviews.</p>",
5257+
"EvaluationForm$ReviewConfiguration": "<p>Configuration for evaluation review settings of this evaluation form.</p>",
5258+
"EvaluationFormContent$ReviewConfiguration": "<p>Configuration for evaluation review settings of this evaluation form content.</p>",
5259+
"UpdateEvaluationFormRequest$ReviewConfiguration": "<p>Configuration for evaluation review settings of the evaluation form.</p>"
5260+
}
5261+
},
5262+
"EvaluationReviewMetadata": {
5263+
"base": "<p>Metadata information about an evaluation review.</p>",
5264+
"refs": {
5265+
"EvaluationMetadata$Review": "<p>Information about reviews of this evaluation.</p>"
5266+
}
5267+
},
5268+
"EvaluationReviewNotificationRecipient": {
5269+
"base": "<p>Information about a recipient who should be notified when an evaluation review is requested.</p>",
5270+
"refs": {
5271+
"EvaluationReviewNotificationRecipientList$member": null
5272+
}
5273+
},
5274+
"EvaluationReviewNotificationRecipientList": {
5275+
"base": null,
5276+
"refs": {
5277+
"EvaluationReviewConfiguration$ReviewNotificationRecipients": "<p>List of recipients who should be notified when a review is requested.</p>"
5278+
}
5279+
},
5280+
"EvaluationReviewNotificationRecipientType": {
5281+
"base": null,
5282+
"refs": {
5283+
"EvaluationReviewNotificationRecipient$Type": "<p>The type of notification recipient.</p>"
5284+
}
5285+
},
5286+
"EvaluationReviewNotificationRecipientValue": {
5287+
"base": "<p>The value information for an evaluation review notification recipient.</p>",
5288+
"refs": {
5289+
"EvaluationReviewNotificationRecipient$Value": "<p>The value associated with the notification recipient type.</p>"
5290+
}
5291+
},
5292+
"EvaluationReviewRequestComment": {
5293+
"base": "<p>A comment provided when requesting an evaluation review.</p>",
5294+
"refs": {
5295+
"EvaluationReviewRequestCommentList$member": null
5296+
}
5297+
},
5298+
"EvaluationReviewRequestCommentContent": {
5299+
"base": null,
5300+
"refs": {
5301+
"EvaluationReviewRequestComment$Comment": "<p>The text content of the review request comment.</p>"
5302+
}
5303+
},
5304+
"EvaluationReviewRequestCommentList": {
5305+
"base": null,
5306+
"refs": {
5307+
"EvaluationReviewMetadata$ReviewRequestComments": "<p>Comments provided when requesting the evaluation review.</p>"
5308+
}
5309+
},
52515310
"EvaluationScore": {
52525311
"base": "<p>Information about scores of a contact evaluation item (section or question).</p>",
52535312
"refs": {
@@ -6842,7 +6901,8 @@
68426901
"EvaluationFormNumericQuestionOption$MinValue": "<p>The minimum answer value of the range option.</p>",
68436902
"EvaluationFormNumericQuestionOption$MaxValue": "<p>The maximum answer value of the range option.</p>",
68446903
"EvaluationFormNumericQuestionProperties$MinValue": "<p>The minimum answer value.</p>",
6845-
"EvaluationFormNumericQuestionProperties$MaxValue": "<p>The maximum answer value.</p>"
6904+
"EvaluationFormNumericQuestionProperties$MaxValue": "<p>The maximum answer value.</p>",
6905+
"EvaluationReviewConfiguration$EligibilityDays": "<p>Number of days during which a request for review can be submitted for evaluations created from this form.</p>"
68466906
}
68476907
},
68486908
"IntegerCount": {
@@ -10197,6 +10257,8 @@
1019710257
"EvaluationMetadata$CalibrationSessionId": "<p>The calibration session ID that this evaluation belongs to.</p>",
1019810258
"EvaluationMetadata$SamplingJobId": "<p>Identifier of the sampling job.</p>",
1019910259
"EvaluationNotesMap$key": null,
10260+
"EvaluationReviewMetadata$ReviewId": "<p>The unique identifier for the evaluation review.</p>",
10261+
"EvaluationReviewNotificationRecipientValue$UserId": "<p>The user identifier for the notification recipient.</p>",
1020010262
"EvaluationScoresMap$key": null,
1020110263
"EvaluationSearchMetadata$ContactAgentId": "<p>The unique ID of the agent who handled the contact.</p>",
1020210264
"EvaluationSearchMetadata$CalibrationSessionId": "<p>The calibration session ID that this evaluation belongs to.</p>",
@@ -12187,6 +12249,8 @@
1218712249
"EvaluationFormSummary$LastActivatedTime": "<p>The timestamp for when the evaluation form was last activated.</p>",
1218812250
"EvaluationFormVersionSummary$CreatedTime": "<p>The timestamp for when the evaluation form was created.</p>",
1218912251
"EvaluationFormVersionSummary$LastModifiedTime": "<p>The timestamp for when the evaluation form was last updated.</p>",
12252+
"EvaluationReviewMetadata$CreatedTime": "<p>The timestamp when the evaluation review was created.</p>",
12253+
"EvaluationReviewRequestComment$CreatedTime": "<p>The timestamp when the review request comment was created.</p>",
1219012254
"EvaluationSearchMetadata$AcknowledgedTime": "<p>When the evaluation was acknowledged by the agent.</p>",
1219112255
"EvaluationSearchSummary$CreatedTime": "<p>The date and time when the evaluation was created, in UTC time.</p>",
1219212256
"EvaluationSearchSummary$LastModifiedTime": "<p>The date and time when the evaluation was modified last time, in UTC time.</p>",

src/data/connect/2017-08-08/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/datazone/2018-05-10/api-2.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8023,13 +8023,12 @@
80238023
},
80248024
"Filter":{
80258025
"type":"structure",
8026-
"required":[
8027-
"attribute",
8028-
"value"
8029-
],
8026+
"required":["attribute"],
80308027
"members":{
80318028
"attribute":{"shape":"Attribute"},
8032-
"value":{"shape":"FilterValueString"}
8029+
"value":{"shape":"FilterValueString"},
8030+
"intValue":{"shape":"Long"},
8031+
"operator":{"shape":"FilterOperator"}
80338032
}
80348033
},
80358034
"FilterClause":{
@@ -8089,6 +8088,17 @@
80898088
"pattern":"[\\w -]+",
80908089
"sensitive":true
80918090
},
8091+
"FilterOperator":{
8092+
"type":"string",
8093+
"enum":[
8094+
"EQ",
8095+
"LE",
8096+
"LT",
8097+
"GE",
8098+
"GT",
8099+
"TEXT_SEARCH"
8100+
]
8101+
},
80928102
"FilterStatus":{
80938103
"type":"string",
80948104
"enum":[
@@ -8099,7 +8109,7 @@
80998109
"FilterValueString":{
81008110
"type":"string",
81018111
"max":128,
8102-
"min":1
8112+
"min":0
81038113
},
81048114
"FirstName":{
81058115
"type":"string",
@@ -12380,6 +12390,10 @@
1238012390
"type":"list",
1238112391
"member":{"shape":"ListingSummaryItem"}
1238212392
},
12393+
"Long":{
12394+
"type":"long",
12395+
"box":true
12396+
},
1238312397
"LongDescription":{
1238412398
"type":"string",
1238512399
"max":4096,

src/data/datazone/2018-05-10/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)