Skip to content

Commit

Permalink
Release v1.50.38 (2024-03-13) (#5196)
Browse files Browse the repository at this point in the history
Release v1.50.38 (2024-03-13)
===

### Service Client Updates
* `service/ivs-realtime`: Updates service API and documentation
* `service/kinesisanalyticsv2`: Updates service API and documentation
* `service/s3`: Updates service examples
  * This release makes the default option for S3 on Outposts request signing to use the SigV4A algorithm when using AWS Common Runtime (CRT).
  • Loading branch information
aws-sdk-go-automation committed Mar 13, 2024
1 parent 9b3b715 commit a0561ce
Show file tree
Hide file tree
Showing 14 changed files with 1,404 additions and 813 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.50.38 (2024-03-13)
===

### Service Client Updates
* `service/ivs-realtime`: Updates service API and documentation
* `service/kinesisanalyticsv2`: Updates service API and documentation
* `service/s3`: Updates service examples
* This release makes the default option for S3 on Outposts request signing to use the SigV4A algorithm when using AWS Common Runtime (CRT).

Release v1.50.37 (2024-03-12)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.37"
const SDKVersion = "1.50.38"
76 changes: 74 additions & 2 deletions models/apis/ivs-realtime/2020-07-14/api-2.json
Expand Up @@ -945,9 +945,17 @@
"GridConfiguration":{
"type":"structure",
"members":{
"featuredParticipantAttribute":{"shape":"AttributeKey"}
"featuredParticipantAttribute":{"shape":"AttributeKey"},
"gridGap":{"shape":"GridGap"},
"omitStoppedVideo":{"shape":"OmitStoppedVideo"},
"videoAspectRatio":{"shape":"VideoAspectRatio"},
"videoFillMode":{"shape":"VideoFillMode"}
}
},
"GridGap":{
"type":"integer",
"min":0
},
"Height":{
"type":"integer",
"box":true,
Expand All @@ -966,7 +974,8 @@
"LayoutConfiguration":{
"type":"structure",
"members":{
"grid":{"shape":"GridConfiguration"}
"grid":{"shape":"GridConfiguration"},
"pip":{"shape":"PipConfiguration"}
}
},
"ListCompositionsRequest":{
Expand Down Expand Up @@ -1155,6 +1164,7 @@
"max":100,
"min":1
},
"OmitStoppedVideo":{"type":"boolean"},
"PaginationToken":{
"type":"string",
"max":1024,
Expand Down Expand Up @@ -1296,6 +1306,51 @@
},
"exception":true
},
"PipBehavior":{
"type":"string",
"enum":[
"STATIC",
"DYNAMIC"
]
},
"PipConfiguration":{
"type":"structure",
"members":{
"featuredParticipantAttribute":{"shape":"AttributeKey"},
"gridGap":{"shape":"GridGap"},
"omitStoppedVideo":{"shape":"OmitStoppedVideo"},
"pipBehavior":{"shape":"PipBehavior"},
"pipHeight":{"shape":"PipHeight"},
"pipOffset":{"shape":"PipOffset"},
"pipParticipantAttribute":{"shape":"AttributeKey"},
"pipPosition":{"shape":"PipPosition"},
"pipWidth":{"shape":"PipWidth"},
"videoFillMode":{"shape":"VideoFillMode"}
}
},
"PipHeight":{
"type":"integer",
"box":true,
"min":1
},
"PipOffset":{
"type":"integer",
"min":0
},
"PipPosition":{
"type":"string",
"enum":[
"TOP_LEFT",
"TOP_RIGHT",
"BOTTOM_LEFT",
"BOTTOM_RIGHT"
]
},
"PipWidth":{
"type":"integer",
"box":true,
"min":1
},
"Published":{"type":"boolean"},
"RecordingConfiguration":{
"type":"structure",
Expand Down Expand Up @@ -1611,6 +1666,23 @@
"width":{"shape":"Width"}
}
},
"VideoAspectRatio":{
"type":"string",
"enum":[
"AUTO",
"VIDEO",
"SQUARE",
"PORTRAIT"
]
},
"VideoFillMode":{
"type":"string",
"enum":[
"FILL",
"COVER",
"CONTAIN"
]
},
"Width":{
"type":"integer",
"box":true,
Expand Down
67 changes: 66 additions & 1 deletion models/apis/ivs-realtime/2020-07-14/docs-2.json
Expand Up @@ -39,7 +39,9 @@
"AttributeKey": {
"base": null,
"refs": {
"GridConfiguration$featuredParticipantAttribute": "<p>This attribute name identifies the featured slot. A participant with this attribute set to <code>\"true\"</code> (as a string value) in <a>ParticipantTokenConfiguration</a> is placed in the featured slot.</p>"
"GridConfiguration$featuredParticipantAttribute": "<p>This attribute name identifies the featured slot. A participant with this attribute set to <code>\"true\"</code> (as a string value) in <a>ParticipantTokenConfiguration</a> is placed in the featured slot.</p>",
"PipConfiguration$featuredParticipantAttribute": "<p>This attribute name identifies the featured slot. A participant with this attribute set to <code>\"true\"</code> (as a string value) in <a>ParticipantTokenConfiguration</a> is placed in the featured slot.</p>",
"PipConfiguration$pipParticipantAttribute": "<p>Identifies the PiP slot. A participant with this attribute set to <code>\"true\"</code> (as a string value) in <a>ParticipantTokenConfiguration</a> is placed in the PiP slot.</p>"
}
},
"Bitrate": {
Expand Down Expand Up @@ -389,6 +391,13 @@
"LayoutConfiguration$grid": "<p>Configuration related to grid layout. Default: Grid layout.</p>"
}
},
"GridGap": {
"base": null,
"refs": {
"GridConfiguration$gridGap": "<p>Specifies the spacing between participant tiles in pixels. Default: <code>2</code>.</p>",
"PipConfiguration$gridGap": "<p>Specifies the spacing between participant tiles in pixels. Default: <code>0</code>.</p>"
}
},
"Height": {
"base": null,
"refs": {
Expand Down Expand Up @@ -529,6 +538,13 @@
"ListStorageConfigurationsRequest$maxResults": "<p>Maximum number of storage configurations to return. Default: your service quota or 100, whichever is smaller.</p>"
}
},
"OmitStoppedVideo": {
"base": null,
"refs": {
"GridConfiguration$omitStoppedVideo": "<p>Determines whether to omit participants with stopped video in the composition. Default: <code>false</code>.</p>",
"PipConfiguration$omitStoppedVideo": "<p>Determines whether to omit participants with stopped video in the composition. Default: <code>false</code>.</p>"
}
},
"PaginationToken": {
"base": null,
"refs": {
Expand Down Expand Up @@ -689,6 +705,42 @@
"refs": {
}
},
"PipBehavior": {
"base": null,
"refs": {
"PipConfiguration$pipBehavior": "<p>Defines PiP behavior when all participants have left. Default: <code>STATIC</code>.</p>"
}
},
"PipConfiguration": {
"base": "<p>Configuration information specific to Picture-in-Picture (PiP) layout, for <a href=\"https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/server-side-composition.html\">server-side composition</a>. </p>",
"refs": {
"LayoutConfiguration$pip": "<p>Configuration related to PiP layout.</p>"
}
},
"PipHeight": {
"base": null,
"refs": {
"PipConfiguration$pipHeight": "<p>Specifies the height of the PiP window in pixels. When this is not set explicitly, <code>pipHeight</code>’s value will be based on the size of the composition and the aspect ratio of the participant’s video.</p>"
}
},
"PipOffset": {
"base": null,
"refs": {
"PipConfiguration$pipOffset": "<p>Sets the PiP window’s offset position in pixels from the closest edges determined by <code>PipPosition</code>. Default: <code>0</code>.</p>"
}
},
"PipPosition": {
"base": null,
"refs": {
"PipConfiguration$pipPosition": "<p>Determines the corner position of the PiP window. Default: <code>BOTTOM_RIGHT</code>.</p>"
}
},
"PipWidth": {
"base": null,
"refs": {
"PipConfiguration$pipWidth": "<p>Specifies the width of the PiP window in pixels. When this is not set explicitly, <code>pipWidth</code>’s value will be based on the size of the composition and the aspect ratio of the participant’s video.</p>"
}
},
"Published": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1011,6 +1063,19 @@
"EncoderConfiguration$video": "<p>Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps</p>"
}
},
"VideoAspectRatio": {
"base": null,
"refs": {
"GridConfiguration$videoAspectRatio": "<p>Sets the non-featured participant display mode. Default: <code>VIDEO</code>.</p>"
}
},
"VideoFillMode": {
"base": null,
"refs": {
"GridConfiguration$videoFillMode": "<p>Defines how video fits within the participant tile. When not set, <code>videoFillMode</code> defaults to <code>COVER</code> fill mode for participants in the grid and to <code>CONTAIN</code> fill mode for featured participants.</p>",
"PipConfiguration$videoFillMode": "<p>Defines how video fits within the participant tile. Default: <code>COVER</code>. </p>"
}
},
"Width": {
"base": null,
"refs": {
Expand Down
6 changes: 4 additions & 2 deletions models/apis/kinesisanalyticsv2/2018-05-23/api-2.json
Expand Up @@ -2418,7 +2418,8 @@
"SnapshotName":{"shape":"SnapshotName"},
"SnapshotStatus":{"shape":"SnapshotStatus"},
"ApplicationVersionId":{"shape":"ApplicationVersionId"},
"SnapshotCreationTimestamp":{"shape":"Timestamp"}
"SnapshotCreationTimestamp":{"shape":"Timestamp"},
"RuntimeEnvironment":{"shape":"RuntimeEnvironment"}
}
},
"SnapshotName":{
Expand Down Expand Up @@ -2643,7 +2644,8 @@
"ServiceExecutionRoleUpdate":{"shape":"RoleARN"},
"RunConfigurationUpdate":{"shape":"RunConfigurationUpdate"},
"CloudWatchLoggingOptionUpdates":{"shape":"CloudWatchLoggingOptionUpdates"},
"ConditionalToken":{"shape":"ConditionalToken"}
"ConditionalToken":{"shape":"ConditionalToken"},
"RuntimeEnvironmentUpdate":{"shape":"RuntimeEnvironment"}
}
},
"UpdateApplicationResponse":{
Expand Down

0 comments on commit a0561ce

Please sign in to comment.