@aws-sdk/client-mediapackage-vod 3.496.0 → 3.501.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 +21 -20
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2161,7 +2161,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2161
2161
  // Annotate the CommonJS export names for ESM import in node:
2162
2162
 
2163
2163
  0 && (module.exports = {
2164
- AdMarkers,
2164
+ MediaPackageVodServiceException,
2165
+ __Client,
2166
+ MediaPackageVodClient,
2167
+ MediaPackageVod,
2168
+ $Command,
2165
2169
  ConfigureLogsCommand,
2166
2170
  CreateAssetCommand,
2167
2171
  CreatePackagingConfigurationCommand,
@@ -2172,34 +2176,31 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2172
2176
  DescribeAssetCommand,
2173
2177
  DescribePackagingConfigurationCommand,
2174
2178
  DescribePackagingGroupCommand,
2175
- EncryptionMethod,
2176
- ForbiddenException,
2177
- InternalServerErrorException,
2178
2179
  ListAssetsCommand,
2179
2180
  ListPackagingConfigurationsCommand,
2180
2181
  ListPackagingGroupsCommand,
2181
2182
  ListTagsForResourceCommand,
2183
+ TagResourceCommand,
2184
+ UntagResourceCommand,
2185
+ UpdatePackagingGroupCommand,
2186
+ paginateListAssets,
2187
+ paginateListPackagingConfigurations,
2188
+ paginateListPackagingGroups,
2189
+ __PeriodTriggersElement,
2182
2190
  ManifestLayout,
2183
- MediaPackageVod,
2184
- MediaPackageVodClient,
2185
- MediaPackageVodServiceException,
2186
- NotFoundException,
2187
- PresetSpeke20Audio,
2188
- PresetSpeke20Video,
2189
2191
  Profile,
2190
2192
  ScteMarkersSource,
2193
+ StreamOrder,
2194
+ AdMarkers,
2195
+ PresetSpeke20Audio,
2196
+ PresetSpeke20Video,
2191
2197
  SegmentTemplateFormat,
2198
+ EncryptionMethod,
2199
+ ForbiddenException,
2200
+ InternalServerErrorException,
2201
+ NotFoundException,
2192
2202
  ServiceUnavailableException,
2193
- StreamOrder,
2194
- TagResourceCommand,
2195
2203
  TooManyRequestsException,
2196
- UnprocessableEntityException,
2197
- UntagResourceCommand,
2198
- UpdatePackagingGroupCommand,
2199
- __Client,
2200
- __PeriodTriggersElement,
2201
- paginateListAssets,
2202
- paginateListPackagingConfigurations,
2203
- paginateListPackagingGroups
2204
+ UnprocessableEntityException
2204
2205
  });
2205
2206
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackage-vod",
3
3
  "description": "AWS SDK for JavaScript Mediapackage Vod Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-mediapackage-vod",
@@ -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.501.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.501.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",