@aws-sdk/client-mediatailor 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +22 -21
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3324,11 +3324,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3324
3324
  // Annotate the CommonJS export names for ESM import in node:
3325
3325
 
3326
3326
  0 && (module.exports = {
3327
- AccessType,
3328
- AdMarkupType,
3329
- AlertCategory,
3330
- BadRequestException,
3331
- ChannelState,
3327
+ MediaTailorServiceException,
3328
+ __Client,
3329
+ MediaTailorClient,
3330
+ MediaTailor,
3331
+ $Command,
3332
3332
  ConfigureLogsForChannelCommand,
3333
3333
  ConfigureLogsForPlaybackConfigurationCommand,
3334
3334
  CreateChannelCommand,
@@ -3350,7 +3350,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3350
3350
  DescribeProgramCommand,
3351
3351
  DescribeSourceLocationCommand,
3352
3352
  DescribeVodSourceCommand,
3353
- FillPolicy,
3354
3353
  GetChannelPolicyCommand,
3355
3354
  GetChannelScheduleCommand,
3356
3355
  GetPlaybackConfigurationCommand,
@@ -3363,31 +3362,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3363
3362
  ListSourceLocationsCommand,
3364
3363
  ListTagsForResourceCommand,
3365
3364
  ListVodSourcesCommand,
3366
- LogType,
3367
- MediaTailor,
3368
- MediaTailorClient,
3369
- MediaTailorServiceException,
3370
- MessageType,
3371
- Mode,
3372
- Operator,
3373
- OriginManifestType,
3374
- PlaybackMode,
3375
3365
  PutChannelPolicyCommand,
3376
3366
  PutPlaybackConfigurationCommand,
3377
- RelativePosition,
3378
- ScheduleEntryType,
3379
3367
  StartChannelCommand,
3380
3368
  StopChannelCommand,
3381
3369
  TagResourceCommand,
3382
- Tier,
3383
- Type,
3384
3370
  UntagResourceCommand,
3385
3371
  UpdateChannelCommand,
3386
3372
  UpdateLiveSourceCommand,
3387
3373
  UpdateProgramCommand,
3388
3374
  UpdateSourceLocationCommand,
3389
3375
  UpdateVodSourceCommand,
3390
- __Client,
3391
3376
  paginateGetChannelSchedule,
3392
3377
  paginateListAlerts,
3393
3378
  paginateListChannels,
@@ -3395,6 +3380,22 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3395
3380
  paginateListPlaybackConfigurations,
3396
3381
  paginateListPrefetchSchedules,
3397
3382
  paginateListSourceLocations,
3398
- paginateListVodSources
3383
+ paginateListVodSources,
3384
+ MessageType,
3385
+ AlertCategory,
3386
+ Operator,
3387
+ LogType,
3388
+ AdMarkupType,
3389
+ Type,
3390
+ FillPolicy,
3391
+ Mode,
3392
+ OriginManifestType,
3393
+ ScheduleEntryType,
3394
+ AccessType,
3395
+ BadRequestException,
3396
+ PlaybackMode,
3397
+ Tier,
3398
+ ChannelState,
3399
+ RelativePosition
3399
3400
  });
3400
3401
 
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.496.0",
4
+ "version": "3.499.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,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",