|
1360 | 1360 | }
|
1361 | 1361 | }
|
1362 | 1362 | },
|
| 1363 | + "AddMaintenance": { |
| 1364 | + "type": "structure", |
| 1365 | + "members": { |
| 1366 | + "MaintenanceDay": { |
| 1367 | + "shape": "MaintenanceDay", |
| 1368 | + "locationName": "maintenanceDay", |
| 1369 | + "documentation": "A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday." |
| 1370 | + }, |
| 1371 | + "MaintenanceStartHour": { |
| 1372 | + "shape": "__string", |
| 1373 | + "locationName": "maintenanceStartHour", |
| 1374 | + "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." |
| 1375 | + } |
| 1376 | + }, |
| 1377 | + "documentation": "Create maintenance setting for a flow", |
| 1378 | + "required": [ |
| 1379 | + "MaintenanceDay", |
| 1380 | + "MaintenanceStartHour" |
| 1381 | + ] |
| 1382 | + }, |
1363 | 1383 | "AddMediaStreamRequest": {
|
1364 | 1384 | "type": "structure",
|
1365 | 1385 | "members": {
|
|
1590 | 1610 | "shape": "__listOfVpcInterfaceRequest",
|
1591 | 1611 | "locationName": "vpcInterfaces",
|
1592 | 1612 | "documentation": "The VPC interfaces you want on the flow."
|
| 1613 | + }, |
| 1614 | + "Maintenance": { |
| 1615 | + "shape": "AddMaintenance", |
| 1616 | + "locationName": "maintenance" |
1593 | 1617 | }
|
1594 | 1618 | },
|
1595 | 1619 | "documentation": "Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).",
|
|
2031 | 2055 | "shape": "__listOfVpcInterface",
|
2032 | 2056 | "locationName": "vpcInterfaces",
|
2033 | 2057 | "documentation": "The VPC Interfaces for this flow."
|
| 2058 | + }, |
| 2059 | + "Maintenance": { |
| 2060 | + "shape": "Maintenance", |
| 2061 | + "locationName": "maintenance" |
2034 | 2062 | }
|
2035 | 2063 | },
|
2036 | 2064 | "documentation": "The settings for a flow, including its source, outputs, and entitlements.",
|
|
2546 | 2574 | "shape": "Status",
|
2547 | 2575 | "locationName": "status",
|
2548 | 2576 | "documentation": "The current status of the flow."
|
| 2577 | + }, |
| 2578 | + "Maintenance": { |
| 2579 | + "shape": "Maintenance", |
| 2580 | + "locationName": "maintenance" |
2549 | 2581 | }
|
2550 | 2582 | },
|
2551 | 2583 | "documentation": "Provides a summary of a flow, including its ARN, Availability Zone, and source type.",
|
|
2558 | 2590 | "Name"
|
2559 | 2591 | ]
|
2560 | 2592 | },
|
| 2593 | + "Maintenance": { |
| 2594 | + "type": "structure", |
| 2595 | + "members": { |
| 2596 | + "MaintenanceDay": { |
| 2597 | + "shape": "MaintenanceDay", |
| 2598 | + "locationName": "maintenanceDay", |
| 2599 | + "documentation": "A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday." |
| 2600 | + }, |
| 2601 | + "MaintenanceDeadline": { |
| 2602 | + "shape": "__string", |
| 2603 | + "locationName": "maintenanceDeadline", |
| 2604 | + "documentation": "The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z." |
| 2605 | + }, |
| 2606 | + "MaintenanceScheduledDate": { |
| 2607 | + "shape": "__string", |
| 2608 | + "locationName": "maintenanceScheduledDate", |
| 2609 | + "documentation": "A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30." |
| 2610 | + }, |
| 2611 | + "MaintenanceStartHour": { |
| 2612 | + "shape": "__string", |
| 2613 | + "locationName": "maintenanceStartHour", |
| 2614 | + "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." |
| 2615 | + } |
| 2616 | + }, |
| 2617 | + "documentation": "The maintenance setting of a flow" |
| 2618 | + }, |
| 2619 | + "MaintenanceDay": { |
| 2620 | + "type": "string", |
| 2621 | + "enum": [ |
| 2622 | + "Monday", |
| 2623 | + "Tuesday", |
| 2624 | + "Wednesday", |
| 2625 | + "Thursday", |
| 2626 | + "Friday", |
| 2627 | + "Saturday", |
| 2628 | + "Sunday" |
| 2629 | + ] |
| 2630 | + }, |
2561 | 2631 | "MaxResults": {
|
2562 | 2632 | "type": "integer",
|
2563 | 2633 | "min": 1,
|
|
4067 | 4137 | "SourceFailoverConfig": {
|
4068 | 4138 | "shape": "UpdateFailoverConfig",
|
4069 | 4139 | "locationName": "sourceFailoverConfig"
|
| 4140 | + }, |
| 4141 | + "Maintenance": { |
| 4142 | + "shape": "UpdateMaintenance", |
| 4143 | + "locationName": "maintenance" |
4070 | 4144 | }
|
4071 | 4145 | },
|
4072 | 4146 | "documentation": "A request to update flow.",
|
|
4195 | 4269 | }
|
4196 | 4270 | }
|
4197 | 4271 | },
|
| 4272 | + "UpdateMaintenance": { |
| 4273 | + "type": "structure", |
| 4274 | + "members": { |
| 4275 | + "MaintenanceDay": { |
| 4276 | + "shape": "MaintenanceDay", |
| 4277 | + "locationName": "maintenanceDay", |
| 4278 | + "documentation": "A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday." |
| 4279 | + }, |
| 4280 | + "MaintenanceScheduledDate": { |
| 4281 | + "shape": "__string", |
| 4282 | + "locationName": "maintenanceScheduledDate", |
| 4283 | + "documentation": "A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30." |
| 4284 | + }, |
| 4285 | + "MaintenanceStartHour": { |
| 4286 | + "shape": "__string", |
| 4287 | + "locationName": "maintenanceStartHour", |
| 4288 | + "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." |
| 4289 | + } |
| 4290 | + }, |
| 4291 | + "documentation": "Update maintenance setting for a flow" |
| 4292 | + }, |
4198 | 4293 | "VpcInterface": {
|
4199 | 4294 | "type": "structure",
|
4200 | 4295 | "members": {
|
|
0 commit comments