@aws-sdk/client-mediapackage-vod 3.297.0 → 3.298.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 (39) hide show
  1. package/dist-cjs/commands/ConfigureLogsCommand.js +2 -3
  2. package/dist-cjs/commands/CreateAssetCommand.js +2 -3
  3. package/dist-cjs/commands/CreatePackagingConfigurationCommand.js +2 -3
  4. package/dist-cjs/commands/CreatePackagingGroupCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteAssetCommand.js +2 -3
  6. package/dist-cjs/commands/DeletePackagingConfigurationCommand.js +2 -3
  7. package/dist-cjs/commands/DeletePackagingGroupCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeAssetCommand.js +2 -3
  9. package/dist-cjs/commands/DescribePackagingConfigurationCommand.js +2 -3
  10. package/dist-cjs/commands/DescribePackagingGroupCommand.js +2 -3
  11. package/dist-cjs/commands/ListAssetsCommand.js +2 -3
  12. package/dist-cjs/commands/ListPackagingConfigurationsCommand.js +2 -3
  13. package/dist-cjs/commands/ListPackagingGroupsCommand.js +2 -3
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  15. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  16. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  17. package/dist-cjs/commands/UpdatePackagingGroupCommand.js +2 -3
  18. package/dist-cjs/models/models_0.js +1 -210
  19. package/dist-es/commands/ConfigureLogsCommand.js +2 -3
  20. package/dist-es/commands/CreateAssetCommand.js +2 -3
  21. package/dist-es/commands/CreatePackagingConfigurationCommand.js +2 -3
  22. package/dist-es/commands/CreatePackagingGroupCommand.js +2 -3
  23. package/dist-es/commands/DeleteAssetCommand.js +2 -3
  24. package/dist-es/commands/DeletePackagingConfigurationCommand.js +2 -3
  25. package/dist-es/commands/DeletePackagingGroupCommand.js +2 -3
  26. package/dist-es/commands/DescribeAssetCommand.js +2 -3
  27. package/dist-es/commands/DescribePackagingConfigurationCommand.js +2 -3
  28. package/dist-es/commands/DescribePackagingGroupCommand.js +2 -3
  29. package/dist-es/commands/ListAssetsCommand.js +2 -3
  30. package/dist-es/commands/ListPackagingConfigurationsCommand.js +2 -3
  31. package/dist-es/commands/ListPackagingGroupsCommand.js +2 -3
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  33. package/dist-es/commands/TagResourceCommand.js +2 -3
  34. package/dist-es/commands/UntagResourceCommand.js +2 -3
  35. package/dist-es/commands/UpdatePackagingGroupCommand.js +2 -3
  36. package/dist-es/models/models_0.js +0 -156
  37. package/dist-types/models/models_0.d.ts +0 -208
  38. package/dist-types/ts3.4/models/models_0.d.ts +0 -140
  39. package/package.json +4 -3
@@ -391,143 +391,3 @@ export interface UpdatePackagingGroupResponse {
391
391
  Id?: string;
392
392
  Tags?: Record<string, string>;
393
393
  }
394
- export declare const AssetShallowFilterSensitiveLog: (obj: AssetShallow) => any;
395
- export declare const StreamSelectionFilterSensitiveLog: (
396
- obj: StreamSelection
397
- ) => any;
398
- export declare const DashManifestFilterSensitiveLog: (obj: DashManifest) => any;
399
- export declare const EgressEndpointFilterSensitiveLog: (
400
- obj: EgressEndpoint
401
- ) => any;
402
- export declare const HlsManifestFilterSensitiveLog: (obj: HlsManifest) => any;
403
- export declare const MssManifestFilterSensitiveLog: (obj: MssManifest) => any;
404
- export declare const EncryptionContractConfigurationFilterSensitiveLog: (
405
- obj: EncryptionContractConfiguration
406
- ) => any;
407
- export declare const SpekeKeyProviderFilterSensitiveLog: (
408
- obj: SpekeKeyProvider
409
- ) => any;
410
- export declare const CmafEncryptionFilterSensitiveLog: (
411
- obj: CmafEncryption
412
- ) => any;
413
- export declare const CmafPackageFilterSensitiveLog: (obj: CmafPackage) => any;
414
- export declare const DashEncryptionFilterSensitiveLog: (
415
- obj: DashEncryption
416
- ) => any;
417
- export declare const DashPackageFilterSensitiveLog: (obj: DashPackage) => any;
418
- export declare const HlsEncryptionFilterSensitiveLog: (
419
- obj: HlsEncryption
420
- ) => any;
421
- export declare const HlsPackageFilterSensitiveLog: (obj: HlsPackage) => any;
422
- export declare const MssEncryptionFilterSensitiveLog: (
423
- obj: MssEncryption
424
- ) => any;
425
- export declare const MssPackageFilterSensitiveLog: (obj: MssPackage) => any;
426
- export declare const PackagingConfigurationFilterSensitiveLog: (
427
- obj: PackagingConfiguration
428
- ) => any;
429
- export declare const AuthorizationFilterSensitiveLog: (
430
- obj: Authorization
431
- ) => any;
432
- export declare const EgressAccessLogsFilterSensitiveLog: (
433
- obj: EgressAccessLogs
434
- ) => any;
435
- export declare const PackagingGroupFilterSensitiveLog: (
436
- obj: PackagingGroup
437
- ) => any;
438
- export declare const ConfigureLogsRequestFilterSensitiveLog: (
439
- obj: ConfigureLogsRequest
440
- ) => any;
441
- export declare const ConfigureLogsResponseFilterSensitiveLog: (
442
- obj: ConfigureLogsResponse
443
- ) => any;
444
- export declare const CreateAssetRequestFilterSensitiveLog: (
445
- obj: CreateAssetRequest
446
- ) => any;
447
- export declare const CreateAssetResponseFilterSensitiveLog: (
448
- obj: CreateAssetResponse
449
- ) => any;
450
- export declare const CreatePackagingConfigurationRequestFilterSensitiveLog: (
451
- obj: CreatePackagingConfigurationRequest
452
- ) => any;
453
- export declare const CreatePackagingConfigurationResponseFilterSensitiveLog: (
454
- obj: CreatePackagingConfigurationResponse
455
- ) => any;
456
- export declare const CreatePackagingGroupRequestFilterSensitiveLog: (
457
- obj: CreatePackagingGroupRequest
458
- ) => any;
459
- export declare const CreatePackagingGroupResponseFilterSensitiveLog: (
460
- obj: CreatePackagingGroupResponse
461
- ) => any;
462
- export declare const DeleteAssetRequestFilterSensitiveLog: (
463
- obj: DeleteAssetRequest
464
- ) => any;
465
- export declare const DeleteAssetResponseFilterSensitiveLog: (
466
- obj: DeleteAssetResponse
467
- ) => any;
468
- export declare const DeletePackagingConfigurationRequestFilterSensitiveLog: (
469
- obj: DeletePackagingConfigurationRequest
470
- ) => any;
471
- export declare const DeletePackagingConfigurationResponseFilterSensitiveLog: (
472
- obj: DeletePackagingConfigurationResponse
473
- ) => any;
474
- export declare const DeletePackagingGroupRequestFilterSensitiveLog: (
475
- obj: DeletePackagingGroupRequest
476
- ) => any;
477
- export declare const DeletePackagingGroupResponseFilterSensitiveLog: (
478
- obj: DeletePackagingGroupResponse
479
- ) => any;
480
- export declare const DescribeAssetRequestFilterSensitiveLog: (
481
- obj: DescribeAssetRequest
482
- ) => any;
483
- export declare const DescribeAssetResponseFilterSensitiveLog: (
484
- obj: DescribeAssetResponse
485
- ) => any;
486
- export declare const DescribePackagingConfigurationRequestFilterSensitiveLog: (
487
- obj: DescribePackagingConfigurationRequest
488
- ) => any;
489
- export declare const DescribePackagingConfigurationResponseFilterSensitiveLog: (
490
- obj: DescribePackagingConfigurationResponse
491
- ) => any;
492
- export declare const DescribePackagingGroupRequestFilterSensitiveLog: (
493
- obj: DescribePackagingGroupRequest
494
- ) => any;
495
- export declare const DescribePackagingGroupResponseFilterSensitiveLog: (
496
- obj: DescribePackagingGroupResponse
497
- ) => any;
498
- export declare const ListAssetsRequestFilterSensitiveLog: (
499
- obj: ListAssetsRequest
500
- ) => any;
501
- export declare const ListAssetsResponseFilterSensitiveLog: (
502
- obj: ListAssetsResponse
503
- ) => any;
504
- export declare const ListPackagingConfigurationsRequestFilterSensitiveLog: (
505
- obj: ListPackagingConfigurationsRequest
506
- ) => any;
507
- export declare const ListPackagingConfigurationsResponseFilterSensitiveLog: (
508
- obj: ListPackagingConfigurationsResponse
509
- ) => any;
510
- export declare const ListPackagingGroupsRequestFilterSensitiveLog: (
511
- obj: ListPackagingGroupsRequest
512
- ) => any;
513
- export declare const ListPackagingGroupsResponseFilterSensitiveLog: (
514
- obj: ListPackagingGroupsResponse
515
- ) => any;
516
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
517
- obj: ListTagsForResourceRequest
518
- ) => any;
519
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
520
- obj: ListTagsForResourceResponse
521
- ) => any;
522
- export declare const TagResourceRequestFilterSensitiveLog: (
523
- obj: TagResourceRequest
524
- ) => any;
525
- export declare const UntagResourceRequestFilterSensitiveLog: (
526
- obj: UntagResourceRequest
527
- ) => any;
528
- export declare const UpdatePackagingGroupRequestFilterSensitiveLog: (
529
- obj: UpdatePackagingGroupRequest
530
- ) => any;
531
- export declare const UpdatePackagingGroupResponseFilterSensitiveLog: (
532
- obj: UpdatePackagingGroupResponse
533
- ) => any;
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.297.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo mediapackage-vod"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",