Skip to content

Commit 4749cdd

Browse files
Merging v1.4.12 release
2 parents d6d8411 + 5cc6a76 commit 4749cdd

File tree

3 files changed

+52
-6
lines changed

3 files changed

+52
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.4.12] - 02/03/2025
4+
5+
### Features
6+
* (**mediatailor**) Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.
7+
38
## [1.4.11] - 01/31/2025
49

510
### Features

codegen/sdk/aws-models/mediatailor.json

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"StreamingMediaFileConditioning": {
128128
"target": "com.amazonaws.mediatailor#StreamingMediaFileConditioning",
129129
"traits": {
130-
"smithy.api#documentation": "<p>For ads that have media files with streaming delivery, indicates what transcoding action MediaTailor it first receives these ads from the ADS. <code>TRANSCODE</code> indicates that MediaTailor must transcode the ads. <code>NONE</code> indicates that you have already transcoded the ads outside of MediaTailor and don't need them transcoded as part of the ad insertion workflow. For more information about ad conditioning see <a href=\"https://docs.aws.amazon.com/precondition-ads.html\">https://docs.aws.amazon.com/precondition-ads.html</a>.</p>",
130+
"smithy.api#documentation": "<p>For ads that have media files with streaming delivery and supported file extensions, indicates what transcoding action MediaTailor takes when it first receives these ads from the ADS. \n <code>TRANSCODE</code> indicates that MediaTailor must transcode the ads. \n <code>NONE</code> indicates that you have already transcoded the ads outside of MediaTailor and don't need them transcoded as part of the ad insertion workflow. \n For more information about ad conditioning see <a href=\"https://docs.aws.amazon.com/precondition-ads.html\">https://docs.aws.amazon.com/precondition-ads.html</a>.</p>",
131131
"smithy.api#required": {}
132132
}
133133
}
@@ -754,6 +754,12 @@
754754
"smithy.api#documentation": "<p>The name of the playback configuration.</p>",
755755
"smithy.api#required": {}
756756
}
757+
},
758+
"EnabledLoggingStrategies": {
759+
"target": "com.amazonaws.mediatailor#__listOfLoggingStrategies",
760+
"traits": {
761+
"smithy.api#documentation": "<p>The method used for collecting logs from AWS Elemental MediaTailor. To configure MediaTailor to send logs directly to Amazon CloudWatch Logs, choose <code>LEGACY_CLOUDWATCH</code>. To configure MediaTailor to \n send logs to CloudWatch, which then vends the logs to your destination of choice, choose <code>VENDED_LOGS</code>. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.</p>\n <p>To use vended logs, you must configure the delivery destination in Amazon CloudWatch, as described in <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html#AWS-vended-logs-permissions-V2\">Enable logging from AWS services, Logging that requires additional permissions [V2]</a>.</p>"
762+
}
757763
}
758764
},
759765
"traits": {
@@ -776,6 +782,12 @@
776782
"traits": {
777783
"smithy.api#documentation": "<p>The name of the playback configuration.</p>"
778784
}
785+
},
786+
"EnabledLoggingStrategies": {
787+
"target": "com.amazonaws.mediatailor#__listOfLoggingStrategies",
788+
"traits": {
789+
"smithy.api#documentation": "<p>The method used for collecting logs from AWS Elemental MediaTailor. <code>LEGACY_CLOUDWATCH</code> indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. <code>VENDED_LOGS</code> indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream. </p>"
790+
}
779791
}
780792
}
781793
},
@@ -2731,7 +2743,7 @@
27312743
"AdConditioningConfiguration": {
27322744
"target": "com.amazonaws.mediatailor#AdConditioningConfiguration",
27332745
"traits": {
2734-
"smithy.api#documentation": "<p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns. </p>"
2746+
"smithy.api#documentation": "<p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns, and what priority MediaTailor uses when inserting ads. </p>"
27352747
}
27362748
}
27372749
}
@@ -3577,6 +3589,12 @@
35773589
"smithy.api#documentation": "<p>The percentage of session logs that MediaTailor sends to your configured log destination. For example, if your playback configuration has 1000 sessions and <code>percentEnabled</code> is set to <code>60</code>, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html\">debug log mode</a>.</p>\n <p>Valid values: <code>0</code> - <code>100</code>\n </p>",
35783590
"smithy.api#required": {}
35793591
}
3592+
},
3593+
"EnabledLoggingStrategies": {
3594+
"target": "com.amazonaws.mediatailor#__listOfLoggingStrategies",
3595+
"traits": {
3596+
"smithy.api#documentation": "<p>The method used for collecting logs from AWS Elemental MediaTailor. <code>LEGACY_CLOUDWATCH</code> indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. <code>VENDED_LOGS</code> indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream. </p>"
3597+
}
35803598
}
35813599
},
35823600
"traits": {
@@ -3614,6 +3632,23 @@
36143632
"target": "com.amazonaws.mediatailor#LogType"
36153633
}
36163634
},
3635+
"com.amazonaws.mediatailor#LoggingStrategy": {
3636+
"type": "enum",
3637+
"members": {
3638+
"VENDED_LOGS": {
3639+
"target": "smithy.api#Unit",
3640+
"traits": {
3641+
"smithy.api#enumValue": "VENDED_LOGS"
3642+
}
3643+
},
3644+
"LEGACY_CLOUDWATCH": {
3645+
"target": "smithy.api#Unit",
3646+
"traits": {
3647+
"smithy.api#enumValue": "LEGACY_CLOUDWATCH"
3648+
}
3649+
}
3650+
}
3651+
},
36173652
"com.amazonaws.mediatailor#ManifestProcessingRules": {
36183653
"type": "structure",
36193654
"members": {
@@ -4619,7 +4654,7 @@
46194654
"AdConditioningConfiguration": {
46204655
"target": "com.amazonaws.mediatailor#AdConditioningConfiguration",
46214656
"traits": {
4622-
"smithy.api#documentation": "<p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns.</p>"
4657+
"smithy.api#documentation": "<p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns, and what priority MediaTailor uses when inserting ads.</p>"
46234658
}
46244659
}
46254660
},
@@ -4999,7 +5034,7 @@
49995034
"AdConditioningConfiguration": {
50005035
"target": "com.amazonaws.mediatailor#AdConditioningConfiguration",
50015036
"traits": {
5002-
"smithy.api#documentation": "<p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns.</p>"
5037+
"smithy.api#documentation": "<p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns, and what priority MediaTailor uses when inserting ads. </p>"
50035038
}
50045039
}
50055040
}
@@ -5132,7 +5167,7 @@
51325167
"AdConditioningConfiguration": {
51335168
"target": "com.amazonaws.mediatailor#AdConditioningConfiguration",
51345169
"traits": {
5135-
"smithy.api#documentation": "<p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns.</p>"
5170+
"smithy.api#documentation": "<p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns, and what priority MediaTailor uses when inserting ads. </p>"
51365171
}
51375172
}
51385173
}
@@ -6719,6 +6754,12 @@
67196754
"target": "com.amazonaws.mediatailor#LiveSource"
67206755
}
67216756
},
6757+
"com.amazonaws.mediatailor#__listOfLoggingStrategies": {
6758+
"type": "list",
6759+
"member": {
6760+
"target": "com.amazonaws.mediatailor#LoggingStrategy"
6761+
}
6762+
},
67226763
"com.amazonaws.mediatailor#__listOfPlaybackConfiguration": {
67236764
"type": "list",
67246765
"member": {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.4.12-SNAPSHOT
9+
sdkVersion=1.4.13-SNAPSHOT
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)