Skip to content

Commit bf0301e

Browse files
author
awstools
committed
feat(client-mediatailor): Documenting that EnabledLoggingStrategies is always present in responses of PlaybackConfiguration read operations.
1 parent 854b130 commit bf0301e

File tree

9 files changed

+84
-183
lines changed

9 files changed

+84
-183
lines changed

clients/client-mediatailor/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
AWS SDK for JavaScript MediaTailor Client for Node.js, Browser and React Native.
88

9-
<p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p>
10-
<p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
9+
<p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p> <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
1110

1211
## Installing
1312

clients/client-mediatailor/src/MediaTailor.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,8 +920,7 @@ export interface MediaTailor {
920920
}
921921

922922
/**
923-
* <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p>
924-
* <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
923+
* <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p> <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
925924
* @public
926925
*/
927926
export class MediaTailor extends MediaTailorClient implements MediaTailor {}

clients/client-mediatailor/src/MediaTailorClient.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,7 @@ export type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<
448448
export interface MediaTailorClientResolvedConfig extends MediaTailorClientResolvedConfigType {}
449449

450450
/**
451-
* <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p>
452-
* <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
451+
* <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p> <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
453452
* @public
454453
*/
455454
export class MediaTailorClient extends __Client<

clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfig
7575
* // },
7676
* // LogConfiguration: { // LogConfiguration
7777
* // PercentEnabled: Number("int"), // required
78-
* // EnabledLoggingStrategies: [ // __listOfLoggingStrategies
78+
* // EnabledLoggingStrategies: [ // __listOfLoggingStrategies // required
7979
* // "VENDED_LOGS" || "LEGACY_CLOUDWATCH",
8080
* // ],
8181
* // AdsInteractionLog: { // AdsInteractionLog

clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackCon
7878
* // },
7979
* // LogConfiguration: { // LogConfiguration
8080
* // PercentEnabled: Number("int"), // required
81-
* // EnabledLoggingStrategies: [ // __listOfLoggingStrategies
81+
* // EnabledLoggingStrategies: [ // __listOfLoggingStrategies // required
8282
* // "VENDED_LOGS" || "LEGACY_CLOUDWATCH",
8383
* // ],
8484
* // AdsInteractionLog: { // AdsInteractionLog

clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfig
118118
* // },
119119
* // LogConfiguration: { // LogConfiguration
120120
* // PercentEnabled: Number("int"), // required
121-
* // EnabledLoggingStrategies: [ // __listOfLoggingStrategies
121+
* // EnabledLoggingStrategies: [ // __listOfLoggingStrategies // required
122122
* // "VENDED_LOGS" || "LEGACY_CLOUDWATCH",
123123
* // ],
124124
* // AdsInteractionLog: { // AdsInteractionLog

clients/client-mediatailor/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// smithy-typescript generated code
22
/* eslint-disable */
33
/**
4-
* <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p>
5-
* <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
4+
* <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p> <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
65
*
76
* @packageDocumentation
87
*/

0 commit comments

Comments
 (0)