Skip to content

Commit 6e8528a

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent a0a0853 commit 6e8528a

File tree

5 files changed

+476
-19
lines changed

5 files changed

+476
-19
lines changed

codegen/sdk-codegen/aws-models/chime-sdk-meetings.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,12 @@
453453
"traits": {
454454
"smithy.api#documentation": "<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>"
455455
}
456+
},
457+
"PrimaryMeetingId": {
458+
"target": "com.amazonaws.chimesdkmeetings#PrimaryMeetingId",
459+
"traits": {
460+
"smithy.api#documentation": "<p>When specified, replicates the media from the primary meeting to the new meeting.</p>"
461+
}
456462
}
457463
}
458464
},
@@ -547,6 +553,12 @@
547553
"smithy.api#documentation": "<p>The attendee information, including attendees' IDs and join tokens.</p>",
548554
"smithy.api#required": {}
549555
}
556+
},
557+
"PrimaryMeetingId": {
558+
"target": "com.amazonaws.chimesdkmeetings#PrimaryMeetingId",
559+
"traits": {
560+
"smithy.api#documentation": "<p>When specified, replicates the media from the primary meeting to the new meeting.</p>"
561+
}
550562
}
551563
}
552564
},
@@ -1174,6 +1186,12 @@
11741186
"traits": {
11751187
"smithy.api#documentation": "<p>The features available to a meeting, such as Amazon Voice Focus.</p>"
11761188
}
1189+
},
1190+
"PrimaryMeetingId": {
1191+
"target": "com.amazonaws.chimesdkmeetings#PrimaryMeetingId",
1192+
"traits": {
1193+
"smithy.api#documentation": "<p>When specified, replicates the media from the primary meeting to this meeting.</p>"
1194+
}
11771195
}
11781196
},
11791197
"traits": {
@@ -1257,6 +1275,15 @@
12571275
"smithy.api#documentation": "<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>"
12581276
}
12591277
},
1278+
"com.amazonaws.chimesdkmeetings#PrimaryMeetingId": {
1279+
"type": "string",
1280+
"traits": {
1281+
"smithy.api#length": {
1282+
"min": 2,
1283+
"max": 64
1284+
}
1285+
}
1286+
},
12601287
"com.amazonaws.chimesdkmeetings#ResultMax": {
12611288
"type": "integer",
12621289
"traits": {

codegen/sdk-codegen/aws-models/ecr.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,6 @@
14271427
"smithy.api#paginated": {
14281428
"inputToken": "nextToken",
14291429
"outputToken": "nextToken",
1430-
"items": "imageScanFindings.findings",
14311430
"pageSize": "maxResults"
14321431
},
14331432
"smithy.waiters#waitable": {
@@ -5207,7 +5206,7 @@
52075206
}
52085207
},
52095208
"traits": {
5210-
"smithy.api#documentation": "<p>The details of a scanning repository filter.</p>"
5209+
"smithy.api#documentation": "<p>The details of a scanning repository filter. For more information on how to use\n filters, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html#image-scanning-filters\">Using\n filters</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>"
52115210
}
52125211
},
52135212
"com.amazonaws.ecr#ScanningRepositoryFilterList": {

codegen/sdk-codegen/aws-models/mediaconnect.json

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,30 @@
374374
}
375375
}
376376
},
377+
"com.amazonaws.mediaconnect#AddMaintenance": {
378+
"type": "structure",
379+
"members": {
380+
"MaintenanceDay": {
381+
"target": "com.amazonaws.mediaconnect#MaintenanceDay",
382+
"traits": {
383+
"smithy.api#documentation": "A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.",
384+
"smithy.api#jsonName": "maintenanceDay",
385+
"smithy.api#required": {}
386+
}
387+
},
388+
"MaintenanceStartHour": {
389+
"target": "com.amazonaws.mediaconnect#__string",
390+
"traits": {
391+
"smithy.api#documentation": "UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.",
392+
"smithy.api#jsonName": "maintenanceStartHour",
393+
"smithy.api#required": {}
394+
}
395+
}
396+
},
397+
"traits": {
398+
"smithy.api#documentation": "Create maintenance setting for a flow"
399+
}
400+
},
377401
"com.amazonaws.mediaconnect#AddMediaStreamRequest": {
378402
"type": "structure",
379403
"members": {
@@ -738,6 +762,12 @@
738762
"smithy.api#documentation": "The VPC interfaces you want on the flow.",
739763
"smithy.api#jsonName": "vpcInterfaces"
740764
}
765+
},
766+
"Maintenance": {
767+
"target": "com.amazonaws.mediaconnect#AddMaintenance",
768+
"traits": {
769+
"smithy.api#jsonName": "maintenance"
770+
}
741771
}
742772
},
743773
"traits": {
@@ -1622,6 +1652,12 @@
16221652
"smithy.api#documentation": "The VPC Interfaces for this flow.",
16231653
"smithy.api#jsonName": "vpcInterfaces"
16241654
}
1655+
},
1656+
"Maintenance": {
1657+
"target": "com.amazonaws.mediaconnect#Maintenance",
1658+
"traits": {
1659+
"smithy.api#jsonName": "maintenance"
1660+
}
16251661
}
16261662
},
16271663
"traits": {
@@ -2472,12 +2508,89 @@
24722508
"smithy.api#jsonName": "status",
24732509
"smithy.api#required": {}
24742510
}
2511+
},
2512+
"Maintenance": {
2513+
"target": "com.amazonaws.mediaconnect#Maintenance",
2514+
"traits": {
2515+
"smithy.api#jsonName": "maintenance"
2516+
}
24752517
}
24762518
},
24772519
"traits": {
24782520
"smithy.api#documentation": "Provides a summary of a flow, including its ARN, Availability Zone, and source type."
24792521
}
24802522
},
2523+
"com.amazonaws.mediaconnect#Maintenance": {
2524+
"type": "structure",
2525+
"members": {
2526+
"MaintenanceDay": {
2527+
"target": "com.amazonaws.mediaconnect#MaintenanceDay",
2528+
"traits": {
2529+
"smithy.api#documentation": "A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.",
2530+
"smithy.api#jsonName": "maintenanceDay"
2531+
}
2532+
},
2533+
"MaintenanceDeadline": {
2534+
"target": "com.amazonaws.mediaconnect#__string",
2535+
"traits": {
2536+
"smithy.api#documentation": "The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.",
2537+
"smithy.api#jsonName": "maintenanceDeadline"
2538+
}
2539+
},
2540+
"MaintenanceScheduledDate": {
2541+
"target": "com.amazonaws.mediaconnect#__string",
2542+
"traits": {
2543+
"smithy.api#documentation": "A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.",
2544+
"smithy.api#jsonName": "maintenanceScheduledDate"
2545+
}
2546+
},
2547+
"MaintenanceStartHour": {
2548+
"target": "com.amazonaws.mediaconnect#__string",
2549+
"traits": {
2550+
"smithy.api#documentation": "UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.",
2551+
"smithy.api#jsonName": "maintenanceStartHour"
2552+
}
2553+
}
2554+
},
2555+
"traits": {
2556+
"smithy.api#documentation": "The maintenance setting of a flow"
2557+
}
2558+
},
2559+
"com.amazonaws.mediaconnect#MaintenanceDay": {
2560+
"type": "string",
2561+
"traits": {
2562+
"smithy.api#enum": [
2563+
{
2564+
"value": "Monday",
2565+
"name": "Monday"
2566+
},
2567+
{
2568+
"value": "Tuesday",
2569+
"name": "Tuesday"
2570+
},
2571+
{
2572+
"value": "Wednesday",
2573+
"name": "Wednesday"
2574+
},
2575+
{
2576+
"value": "Thursday",
2577+
"name": "Thursday"
2578+
},
2579+
{
2580+
"value": "Friday",
2581+
"name": "Friday"
2582+
},
2583+
{
2584+
"value": "Saturday",
2585+
"name": "Saturday"
2586+
},
2587+
{
2588+
"value": "Sunday",
2589+
"name": "Sunday"
2590+
}
2591+
]
2592+
}
2593+
},
24812594
"com.amazonaws.mediaconnect#MaxResults": {
24822595
"type": "integer",
24832596
"traits": {
@@ -5100,6 +5213,12 @@
51005213
"traits": {
51015214
"smithy.api#jsonName": "sourceFailoverConfig"
51025215
}
5216+
},
5217+
"Maintenance": {
5218+
"target": "com.amazonaws.mediaconnect#UpdateMaintenance",
5219+
"traits": {
5220+
"smithy.api#jsonName": "maintenance"
5221+
}
51035222
}
51045223
},
51055224
"traits": {
@@ -5302,6 +5421,35 @@
53025421
}
53035422
}
53045423
},
5424+
"com.amazonaws.mediaconnect#UpdateMaintenance": {
5425+
"type": "structure",
5426+
"members": {
5427+
"MaintenanceDay": {
5428+
"target": "com.amazonaws.mediaconnect#MaintenanceDay",
5429+
"traits": {
5430+
"smithy.api#documentation": "A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.",
5431+
"smithy.api#jsonName": "maintenanceDay"
5432+
}
5433+
},
5434+
"MaintenanceScheduledDate": {
5435+
"target": "com.amazonaws.mediaconnect#__string",
5436+
"traits": {
5437+
"smithy.api#documentation": "A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.",
5438+
"smithy.api#jsonName": "maintenanceScheduledDate"
5439+
}
5440+
},
5441+
"MaintenanceStartHour": {
5442+
"target": "com.amazonaws.mediaconnect#__string",
5443+
"traits": {
5444+
"smithy.api#documentation": "UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.",
5445+
"smithy.api#jsonName": "maintenanceStartHour"
5446+
}
5447+
}
5448+
},
5449+
"traits": {
5450+
"smithy.api#documentation": "Update maintenance setting for a flow"
5451+
}
5452+
},
53055453
"com.amazonaws.mediaconnect#VpcInterface": {
53065454
"type": "structure",
53075455
"members": {

0 commit comments

Comments
 (0)