@aws-sdk/client-mediatailor 3.890.0 → 3.893.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +2 -0
  2. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
  4. package/dist-types/commands/CreateLiveSourceCommand.d.ts +2 -0
  5. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +2 -0
  6. package/dist-types/commands/CreateProgramCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateSourceLocationCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateVodSourceCommand.d.ts +2 -0
  9. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
  10. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +2 -0
  11. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +2 -0
  12. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +2 -0
  13. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteProgramCommand.d.ts +2 -0
  15. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +2 -0
  16. package/dist-types/commands/DeleteVodSourceCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
  18. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +2 -0
  19. package/dist-types/commands/DescribeProgramCommand.d.ts +2 -0
  20. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +2 -0
  21. package/dist-types/commands/DescribeVodSourceCommand.d.ts +2 -0
  22. package/dist-types/commands/GetChannelPolicyCommand.d.ts +2 -0
  23. package/dist-types/commands/GetChannelScheduleCommand.d.ts +2 -0
  24. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +2 -0
  25. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +2 -0
  26. package/dist-types/commands/ListAlertsCommand.d.ts +2 -0
  27. package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
  28. package/dist-types/commands/ListLiveSourcesCommand.d.ts +2 -0
  29. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +2 -0
  30. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +2 -0
  31. package/dist-types/commands/ListSourceLocationsCommand.d.ts +2 -0
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  33. package/dist-types/commands/ListVodSourcesCommand.d.ts +2 -0
  34. package/dist-types/commands/PutChannelPolicyCommand.d.ts +2 -0
  35. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +2 -0
  36. package/dist-types/commands/StartChannelCommand.d.ts +2 -0
  37. package/dist-types/commands/StopChannelCommand.d.ts +2 -0
  38. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  39. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  40. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
  41. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +2 -0
  42. package/dist-types/commands/UpdateProgramCommand.d.ts +2 -0
  43. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +2 -0
  44. package/dist-types/commands/UpdateVodSourceCommand.d.ts +2 -0
  45. package/package.json +19 -19
@@ -33,6 +33,8 @@ declare const ConfigureLogsForChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ConfigureLogsForChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ConfigureLogsForChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ConfigureLogsForChannelRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ConfigureLogsForPlaybackConfigurationRequest
38
40
  * PercentEnabled: Number("int"), // required
@@ -33,6 +33,8 @@ declare const CreateChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, CreateChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, CreateChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // CreateChannelRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateLiveSourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, CreateLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, CreateLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // CreateLiveSourceRequest
38
40
  * HttpPackageConfigurations: [ // HttpPackageConfigurations // required
@@ -33,6 +33,8 @@ declare const CreatePrefetchScheduleCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, CreatePrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, CreatePrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // CreatePrefetchScheduleRequest
38
40
  * Consumption: { // PrefetchConsumption
@@ -33,6 +33,8 @@ declare const CreateProgramCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, CreateProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, CreateProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // CreateProgramRequest
38
40
  * AdBreaks: [ // __listOfAdBreak
@@ -33,6 +33,8 @@ declare const CreateSourceLocationCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, CreateSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, CreateSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // CreateSourceLocationRequest
38
40
  * AccessConfiguration: { // AccessConfiguration
@@ -33,6 +33,8 @@ declare const CreateVodSourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, CreateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, CreateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // CreateVodSourceRequest
38
40
  * HttpPackageConfigurations: [ // HttpPackageConfigurations // required
@@ -33,6 +33,8 @@ declare const DeleteChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DeleteChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DeleteChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DeleteChannelRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteChannelPolicyCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DeleteChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DeleteChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DeleteChannelPolicyRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteLiveSourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DeleteLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DeleteLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DeleteLiveSourceRequest
38
40
  * LiveSourceName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeletePlaybackConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DeletePlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DeletePlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DeletePlaybackConfigurationRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeletePrefetchScheduleCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DeletePrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DeletePrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DeletePrefetchScheduleRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteProgramCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DeleteProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DeleteProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DeleteProgramRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteSourceLocationCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DeleteSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DeleteSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DeleteSourceLocationRequest
38
40
  * SourceLocationName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteVodSourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DeleteVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DeleteVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DeleteVodSourceRequest
38
40
  * SourceLocationName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DescribeChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DescribeChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DescribeChannelRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeLiveSourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DescribeLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DescribeLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DescribeLiveSourceRequest
38
40
  * LiveSourceName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeProgramCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DescribeProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DescribeProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DescribeProgramRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeSourceLocationCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DescribeSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DescribeSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DescribeSourceLocationRequest
38
40
  * SourceLocationName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeVodSourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, DescribeVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, DescribeVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // DescribeVodSourceRequest
38
40
  * SourceLocationName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetChannelPolicyCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, GetChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, GetChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // GetChannelPolicyRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetChannelScheduleCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, GetChannelScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, GetChannelScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // GetChannelScheduleRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetPlaybackConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, GetPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, GetPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // GetPlaybackConfigurationRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetPrefetchScheduleCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, GetPrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, GetPrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // GetPrefetchScheduleRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListAlertsCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ListAlertsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ListAlertsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ListAlertsRequest
38
40
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListChannelsCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ListChannelsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ListChannelsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ListChannelsRequest
38
40
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListLiveSourcesCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ListLiveSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ListLiveSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ListLiveSourcesRequest
38
40
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListPlaybackConfigurationsCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ListPlaybackConfigurationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ListPlaybackConfigurationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ListPlaybackConfigurationsRequest
38
40
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListPrefetchSchedulesCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ListPrefetchSchedulesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ListPrefetchSchedulesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ListPrefetchSchedulesRequest
38
40
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListSourceLocationsCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ListSourceLocationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ListSourceLocationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ListSourceLocationsRequest
38
40
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ListTagsForResourceRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListVodSourcesCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, ListVodSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, ListVodSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // ListVodSourcesRequest
38
40
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const PutChannelPolicyCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, PutChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, PutChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // PutChannelPolicyRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const PutPlaybackConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, PutPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, PutPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // PutPlaybackConfigurationRequest
38
40
  * AdDecisionServerUrl: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const StartChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, StartChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, StartChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // StartChannelRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StopChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, StopChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, StopChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // StopChannelRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, TagResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, TagResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // TagResourceRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, UntagResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, UntagResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, UpdateChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, UpdateChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // UpdateChannelRequest
38
40
  * ChannelName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateLiveSourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, UpdateLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, UpdateLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // UpdateLiveSourceRequest
38
40
  * HttpPackageConfigurations: [ // HttpPackageConfigurations // required
@@ -33,6 +33,8 @@ declare const UpdateProgramCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, UpdateProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, UpdateProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // UpdateProgramRequest
38
40
  * AdBreaks: [ // __listOfAdBreak
@@ -33,6 +33,8 @@ declare const UpdateSourceLocationCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, UpdateSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, UpdateSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // UpdateSourceLocationRequest
38
40
  * AccessConfiguration: { // AccessConfiguration
@@ -33,6 +33,8 @@ declare const UpdateVodSourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaTailorClient, UpdateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
35
35
  * // const { MediaTailorClient, UpdateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
36
+ * // import type { MediaTailorClientConfig } from "@aws-sdk/client-mediatailor";
37
+ * const config = {}; // type is MediaTailorClientConfig
36
38
  * const client = new MediaTailorClient(config);
37
39
  * const input = { // UpdateVodSourceRequest
38
40
  * HttpPackageConfigurations: [ // HttpPackageConfigurations // required
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediatailor",
3
3
  "description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
4
- "version": "3.890.0",
4
+ "version": "3.893.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediatailor",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
23
+ "@aws-sdk/core": "3.893.0",
24
+ "@aws-sdk/credential-provider-node": "3.893.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.893.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.893.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.2",
47
+ "@smithy/smithy-client": "^4.6.3",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },