Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Mar 21, 2022
1 parent 62e0113 commit cc64f10
Show file tree
Hide file tree
Showing 37 changed files with 1,048 additions and 83 deletions.
14 changes: 11 additions & 3 deletions apis/chime-sdk-meetings/2021-07-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@
"MeetingHostId":{"shape":"ExternalUserId"},
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"},
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"}
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"},
"PrimaryMeetingId":{"shape":"PrimaryMeetingId"}
}
},
"CreateMeetingResponse":{
Expand All @@ -336,7 +337,8 @@
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"},
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"},
"Attendees":{"shape":"CreateMeetingWithAttendeesRequestItemList"}
"Attendees":{"shape":"CreateMeetingWithAttendeesRequestItemList"},
"PrimaryMeetingId":{"shape":"PrimaryMeetingId"}
}
},
"CreateMeetingWithAttendeesRequestItemList":{
Expand Down Expand Up @@ -556,7 +558,8 @@
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
"MediaRegion":{"shape":"MediaRegion"},
"MediaPlacement":{"shape":"MediaPlacement"},
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"}
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"},
"PrimaryMeetingId":{"shape":"PrimaryMeetingId"}
}
},
"MeetingFeatureStatus":{
Expand Down Expand Up @@ -590,6 +593,11 @@
"SqsQueueArn":{"shape":"Arn"}
}
},
"PrimaryMeetingId":{
"type":"string",
"max":64,
"min":2
},
"ResultMax":{
"type":"integer",
"max":100,
Expand Down
8 changes: 8 additions & 0 deletions apis/chime-sdk-meetings/2021-07-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,14 @@
"CreateMeetingWithAttendeesRequest$NotificationsConfiguration": "<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>"
}
},
"PrimaryMeetingId": {
"base": null,
"refs": {
"CreateMeetingRequest$PrimaryMeetingId": "<p>When specified, replicates the media from the primary meeting to the new meeting.</p>",
"CreateMeetingWithAttendeesRequest$PrimaryMeetingId": "<p>When specified, replicates the media from the primary meeting to the new meeting.</p>",
"Meeting$PrimaryMeetingId": "<p>When specified, replicates the media from the primary meeting to this meeting.</p>"
}
},
"ResultMax": {
"base": null,
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion apis/ecr/2015-09-21/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@
}
},
"ScanningRepositoryFilter": {
"base": "<p>The details of a scanning repository filter.</p>",
"base": "<p>The details of a scanning repository filter. For more information on how to use filters, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html#image-scanning-filters\">Using filters</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
"refs": {
"ScanningRepositoryFilterList$member": null
}
Expand Down
5 changes: 4 additions & 1 deletion apis/ecr/2015-09-21/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"imageScanFindings"
],
"output_token": "nextToken",
"result_key": "imageScanFindings.findings"
"result_key": [
"imageScanFindings.findings",
"imageScanFindings.enhancedFindings"
]
},
"DescribeImages": {
"input_token": "nextToken",
Expand Down
83 changes: 83 additions & 0 deletions apis/mediaconnect/2018-11-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,23 @@
}
}
},
"AddMaintenance": {
"type": "structure",
"members": {
"MaintenanceDay": {
"shape": "MaintenanceDay",
"locationName": "maintenanceDay"
},
"MaintenanceStartHour": {
"shape": "__string",
"locationName": "maintenanceStartHour"
}
},
"required": [
"MaintenanceDay",
"MaintenanceStartHour"
]
},
"AddMediaStreamRequest": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1313,6 +1330,10 @@
"VpcInterfaces": {
"shape": "__listOfVpcInterfaceRequest",
"locationName": "vpcInterfaces"
},
"Maintenance": {
"shape": "AddMaintenance",
"locationName": "maintenance"
}
},
"required": [
Expand Down Expand Up @@ -1700,6 +1721,10 @@
"VpcInterfaces": {
"shape": "__listOfVpcInterface",
"locationName": "vpcInterfaces"
},
"Maintenance": {
"shape": "Maintenance",
"locationName": "maintenance"
}
},
"required": [
Expand Down Expand Up @@ -2141,6 +2166,10 @@
"Status": {
"shape": "Status",
"locationName": "status"
},
"Maintenance": {
"shape": "Maintenance",
"locationName": "maintenance"
}
},
"required": [
Expand All @@ -2152,6 +2181,39 @@
"Name"
]
},
"Maintenance": {
"type": "structure",
"members": {
"MaintenanceDay": {
"shape": "MaintenanceDay",
"locationName": "maintenanceDay"
},
"MaintenanceDeadline": {
"shape": "__string",
"locationName": "maintenanceDeadline"
},
"MaintenanceScheduledDate": {
"shape": "__string",
"locationName": "maintenanceScheduledDate"
},
"MaintenanceStartHour": {
"shape": "__string",
"locationName": "maintenanceStartHour"
}
}
},
"MaintenanceDay": {
"type": "string",
"enum": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
]
},
"MaxResults": {
"type": "integer",
"min": 1,
Expand Down Expand Up @@ -3442,6 +3504,10 @@
"SourceFailoverConfig": {
"shape": "UpdateFailoverConfig",
"locationName": "sourceFailoverConfig"
},
"Maintenance": {
"shape": "UpdateMaintenance",
"locationName": "maintenance"
}
},
"required": [
Expand Down Expand Up @@ -3549,6 +3615,23 @@
}
}
},
"UpdateMaintenance": {
"type": "structure",
"members": {
"MaintenanceDay": {
"shape": "MaintenanceDay",
"locationName": "maintenanceDay"
},
"MaintenanceScheduledDate": {
"shape": "__string",
"locationName": "maintenanceScheduledDate"
},
"MaintenanceStartHour": {
"shape": "__string",
"locationName": "maintenanceStartHour"
}
}
},
"VpcInterface": {
"type": "structure",
"members": {
Expand Down
33 changes: 33 additions & 0 deletions apis/mediaconnect/2018-11-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
"base": "The result of a successful AddFlowVpcInterfaces request. The response includes the details of the newly added VPC interfaces.",
"refs": {}
},
"AddMaintenance": {
"base": "Create maintenance setting for a flow",
"refs": {
"CreateFlowRequest$Maintenance": null
}
},
"AddMediaStreamRequest": {
"base": "The media stream that you want to add to the flow.",
"refs": {
Expand Down Expand Up @@ -326,6 +332,21 @@
"__listOfListedFlow$member": null
}
},
"Maintenance": {
"base": "The maintenance setting of a flow",
"refs": {
"Flow$Maintenance": null,
"ListedFlow$Maintenance": null
}
},
"MaintenanceDay": {
"base": null,
"refs": {
"AddMaintenance$MaintenanceDay": "A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.",
"Maintenance$MaintenanceDay": "A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.",
"UpdateMaintenance$MaintenanceDay": "A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday."
}
},
"MediaStream": {
"base": "A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.",
"refs": {
Expand Down Expand Up @@ -632,6 +653,12 @@
"base": "The result of a successful UpdateFlowSource request. The response includes the ARN of the flow that was updated and the updated source configuration.",
"refs": {}
},
"UpdateMaintenance": {
"base": "Update maintenance setting for a flow",
"refs": {
"UpdateFlowRequest$Maintenance": null
}
},
"VpcInterface": {
"base": "The settings for a VPC Source.",
"refs": {
Expand Down Expand Up @@ -893,6 +920,7 @@
"AddFlowOutputsResponse$FlowArn": "The ARN of the flow that these outputs were added to.",
"AddFlowSourcesResponse$FlowArn": "The ARN of the flow that these sources were added to.",
"AddFlowVpcInterfacesResponse$FlowArn": "The ARN of the flow that these VPC interfaces were added to.",
"AddMaintenance$MaintenanceStartHour": "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.",
"AddMediaStreamRequest$Description": "A description that can help you quickly identify what your media stream is used for.",
"AddMediaStreamRequest$MediaStreamName": "A name that helps you distinguish one media stream from another.",
"AddMediaStreamRequest$VideoFormat": "The resolution of the video.",
Expand Down Expand Up @@ -944,6 +972,9 @@
"ListedFlow$Description": "A description of the flow.",
"ListedFlow$FlowArn": "The ARN of the flow.",
"ListedFlow$Name": "The name of the flow.",
"Maintenance$MaintenanceDeadline": "The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.",
"Maintenance$MaintenanceScheduledDate": "A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.",
"Maintenance$MaintenanceStartHour": "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.",
"MediaStream$Description": "A description that can help you quickly identify what your media stream is used for.",
"MediaStream$MediaStreamName": "A name that helps you distinguish one media stream from another.",
"MediaStream$VideoFormat": "The resolution of the video.",
Expand Down Expand Up @@ -1031,6 +1062,8 @@
"UpdateFlowSourceRequest$VpcInterfaceName": "The name of the VPC interface to use for this source.",
"UpdateFlowSourceRequest$WhitelistCidr": "The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.",
"UpdateFlowSourceResponse$FlowArn": "The ARN of the flow that you want to update.",
"UpdateMaintenance$MaintenanceScheduledDate": "A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.",
"UpdateMaintenance$MaintenanceStartHour": "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.",
"VpcInterface$Name": "Immutable and has to be a unique against other VpcInterfaces in this Flow.",
"VpcInterface$RoleArn": "Role Arn MediaConnect can assumes to create ENIs in customer's account",
"VpcInterface$SubnetId": "Subnet must be in the AZ of the Flow",
Expand Down
Loading

0 comments on commit cc64f10

Please sign in to comment.