Skip to content

Commit b408046

Browse files
Release Model Changes:
93e239f5-9844-4e95-8f34-1d254954cb7e c0c45e55-eaeb-4ebf-92c7-602ad6bcb9ad f14a7f99-ab37-4560-9797-904df309c457 f0345448-28fe-4e23-8038-70715ae12099 e5f5b2ab-4ec1-45ae-875a-e041db7cce69
1 parent b27fd23 commit b408046

File tree

6 files changed

+629
-11
lines changed

6 files changed

+629
-11
lines changed

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.157
1+
model.all.version=1.0.158
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -90,7 +90,7 @@ model.comprehend.version=1.0.2
9090
model.comprehendmedical.version=1.0.2
9191
model.compute-optimizer.version=1.0.4
9292
model.config-service.version=1.0.8
93-
model.connect.version=1.0.26
93+
model.connect.version=1.0.27
9494
model.connect-contact-lens.version=1.0.2
9595
model.connectcampaigns.version=1.0.2
9696
model.connectcampaignsv2.version=1.0.5
@@ -109,7 +109,7 @@ model.dataexchange.version=1.0.3
109109
model.datasync.version=1.0.6
110110
model.datazone.version=1.0.19
111111
model.dax.version=1.0.3
112-
model.deadline.version=1.0.8
112+
model.deadline.version=1.0.9
113113
model.detective.version=1.0.2
114114
model.device-farm.version=1.0.4
115115
model.devops-guru.version=1.0.2
@@ -124,7 +124,7 @@ model.dsql.version=1.0.5
124124
model.dynamodb.version=1.0.8
125125
model.dynamodb-streams.version=1.0.4
126126
model.ebs.version=1.0.2
127-
model.ec2.version=1.0.59
127+
model.ec2.version=1.0.60
128128
model.ec2-instance-connect.version=1.0.2
129129
model.ecr.version=1.0.8
130130
model.ecr-public.version=1.0.2
@@ -235,7 +235,7 @@ model.marketplace-metering.version=1.0.4
235235
model.marketplace-reporting.version=1.0.2
236236
model.mediaconnect.version=1.0.5
237237
model.mediaconvert.version=1.0.10
238-
model.medialive.version=1.0.11
238+
model.medialive.version=1.0.12
239239
model.mediapackage.version=1.0.2
240240
model.mediapackage-vod.version=1.0.2
241241
model.mediapackagev2.version=1.0.9
@@ -319,7 +319,7 @@ model.s3.version=1.0.12
319319
model.s3-control.version=1.0.7
320320
model.s3outposts.version=1.0.2
321321
model.s3tables.version=1.0.8
322-
model.sagemaker.version=1.0.36
322+
model.sagemaker.version=1.0.37
323323
model.sagemaker-a2i-runtime.version=1.0.2
324324
model.sagemaker-edge.version=1.0.2
325325
model.sagemaker-featurestore-runtime.version=1.0.2

models/connect/service/2017-08-08/connect-2017-08-08.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50928,6 +50928,12 @@
5092850928
"traits": {
5092950929
"smithy.api#documentation": "<p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an\n attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.</p>\n <p>Attribute keys can include only alphanumeric, -, and _.</p>\n <p>This field can be used to set Contact Expiry as a duration in minutes and set a UserId for the User who created\n a task.</p>\n <note>\n <p>To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will\n be active for before expiring, with <code>SegmentAttributes</code> like { <code> \"connect:ContactExpiry\":\n {\"ValueMap\" : { \"ExpiryDuration\": { \"ValueInteger\": 135}}}}</code>. </p>\n <p>To set the created by user, a valid AgentResourceId must be supplied, with <code>SegmentAttributes</code> like\n { <code>\"connect:CreatedByUser\" { \"ValueString\":\n \"arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/agent/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"}}}</code>.\n </p>\n </note>"
5093050930
}
50931+
},
50932+
"Attachments": {
50933+
"target": "com.amazonaws.connect#TaskAttachments",
50934+
"traits": {
50935+
"smithy.api#documentation": "<p>List of S3 presigned URLs of task attachments and their file name. You can have a maximum of 5 attachments per task.</p>"
50936+
}
5093150937
}
5093250938
},
5093350939
"traits": {
@@ -52387,6 +52393,41 @@
5238752393
"smithy.api#documentation": "<p>Information about the task action.</p>"
5238852394
}
5238952395
},
52396+
"com.amazonaws.connect#TaskAttachment": {
52397+
"type": "structure",
52398+
"members": {
52399+
"FileName": {
52400+
"target": "com.amazonaws.connect#FileName",
52401+
"traits": {
52402+
"smithy.api#documentation": "<p>A case-sensitive name of the attached file being uploaded.</p>",
52403+
"smithy.api#required": {}
52404+
}
52405+
},
52406+
"S3Url": {
52407+
"target": "com.amazonaws.connect#PreSignedAttachmentUrl",
52408+
"traits": {
52409+
"smithy.api#documentation": "<p>The pre-signed URLs for the S3 bucket where the task attachment is stored.</p>",
52410+
"smithy.api#required": {}
52411+
}
52412+
}
52413+
},
52414+
"traits": {
52415+
"smithy.api#documentation": "<p>Information about the task attachment files.</p>"
52416+
}
52417+
},
52418+
"com.amazonaws.connect#TaskAttachments": {
52419+
"type": "list",
52420+
"member": {
52421+
"target": "com.amazonaws.connect#TaskAttachment"
52422+
},
52423+
"traits": {
52424+
"smithy.api#length": {
52425+
"min": 1,
52426+
"max": 5
52427+
},
52428+
"smithy.api#sensitive": {}
52429+
}
52430+
},
5239052431
"com.amazonaws.connect#TaskDescriptionExpression": {
5239152432
"type": "string",
5239252433
"traits": {

models/deadline/service/2023-10-12/deadline-2023-10-12.json

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,6 +2808,18 @@
28082808
"traits": {
28092809
"smithy.api#documentation": "<p>The job ID for the source job.</p>"
28102810
}
2811+
},
2812+
"nameOverride": {
2813+
"target": "com.amazonaws.deadline#JobName",
2814+
"traits": {
2815+
"smithy.api#documentation": "<p>A custom name to override the job name derived from the job template.</p>"
2816+
}
2817+
},
2818+
"descriptionOverride": {
2819+
"target": "com.amazonaws.deadline#JobDescriptionOverride",
2820+
"traits": {
2821+
"smithy.api#documentation": "<p>A custom description to override the job description derived from the job template.</p>"
2822+
}
28112823
}
28122824
},
28132825
"traits": {
@@ -11240,6 +11252,17 @@
1124011252
"smithy.api#sensitive": {}
1124111253
}
1124211254
},
11255+
"com.amazonaws.deadline#JobDescriptionOverride": {
11256+
"type": "string",
11257+
"traits": {
11258+
"smithy.api#documentation": "The input description for the job. Passing in an empty string removes any existing description.",
11259+
"smithy.api#length": {
11260+
"min": 0,
11261+
"max": 2048
11262+
},
11263+
"smithy.api#sensitive": {}
11264+
}
11265+
},
1124311266
"com.amazonaws.deadline#JobDetailsEntity": {
1124411267
"type": "structure",
1124511268
"members": {
@@ -17266,7 +17289,7 @@
1726617289
"stringListFilter": {
1726717290
"target": "com.amazonaws.deadline#StringListFilterExpression",
1726817291
"traits": {
17269-
"smithy.api#documentation": "<p>Filters by a list of string values.</p>"
17292+
"smithy.api#documentation": "<p>Filters by a list of strings.</p>"
1727017293
}
1727117294
},
1727217295
"groupFilter": {
@@ -19768,7 +19791,7 @@
1976819791
"operator": {
1976919792
"target": "com.amazonaws.deadline#ComparisonOperator",
1977019793
"traits": {
19771-
"smithy.api#documentation": "<p>The type of comparison to use for this search. ANY_EQUALS and ALL_NOT_EQUALS are supported.</p>",
19794+
"smithy.api#documentation": "<p>The type of comparison to use for this search.</p>",
1977219795
"smithy.api#required": {}
1977319796
}
1977419797
},
@@ -19781,7 +19804,7 @@
1978119804
}
1978219805
},
1978319806
"traits": {
19784-
"smithy.api#documentation": "<p>Searches for a match within a list of strings.</p>"
19807+
"smithy.api#documentation": "<p>Searches for a particular list of strings.</p>"
1978519808
}
1978619809
},
1978719810
"com.amazonaws.deadline#Subdomain": {
@@ -21073,7 +21096,7 @@
2107321096
"priority": {
2107421097
"target": "com.amazonaws.deadline#JobPriority",
2107521098
"traits": {
21076-
"smithy.api#documentation": "<p>The job priority to update.</p>"
21099+
"smithy.api#documentation": "<p>The updated job priority.</p>"
2107721100
}
2107821101
},
2107921102
"maxFailedTasksCount": {
@@ -21100,6 +21123,18 @@
2110021123
"smithy.api#documentation": "<p>The maximum number of worker hosts that can concurrently process a job. When the <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the job, even if the fleets assigned to the job's queue has available workers.</p> <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no maximum number of workers.</p> <p>If you don't specify the <code>maxWorkerCount</code>, the default is -1.</p> <p>The maximum number of workers that can process tasks in the job.</p>"
2110121124
}
2110221125
},
21126+
"name": {
21127+
"target": "com.amazonaws.deadline#JobName",
21128+
"traits": {
21129+
"smithy.api#documentation": "<p>The updated job name.</p>"
21130+
}
21131+
},
21132+
"description": {
21133+
"target": "com.amazonaws.deadline#JobDescriptionOverride",
21134+
"traits": {
21135+
"smithy.api#documentation": "<p>The updated job description.</p>"
21136+
}
21137+
},
2110321138
"farmId": {
2110421139
"target": "com.amazonaws.deadline#FarmId",
2110521140
"traits": {

0 commit comments

Comments
 (0)