@aws-sdk/client-medialive 3.363.0 → 3.369.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 (52) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/MediaLive.js +6 -0
  3. package/dist-cjs/commands/DescribeAccountConfigurationCommand.js +46 -0
  4. package/dist-cjs/commands/DescribeThumbnailsCommand.js +46 -0
  5. package/dist-cjs/commands/UpdateAccountConfigurationCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_1.js +11 -7
  8. package/dist-cjs/models/models_2.js +5 -0
  9. package/dist-cjs/protocols/Aws_restJson1.js +273 -3
  10. package/dist-es/MediaLive.js +6 -0
  11. package/dist-es/commands/DescribeAccountConfigurationCommand.js +42 -0
  12. package/dist-es/commands/DescribeThumbnailsCommand.js +42 -0
  13. package/dist-es/commands/UpdateAccountConfigurationCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/models/models_1.js +8 -4
  16. package/dist-es/models/models_2.js +4 -1
  17. package/dist-es/protocols/Aws_restJson1.js +265 -1
  18. package/dist-types/MediaLive.d.ts +21 -0
  19. package/dist-types/MediaLiveClient.d.ts +5 -2
  20. package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -0
  22. package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +91 -0
  23. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeThumbnailsCommand.d.ts +111 -0
  25. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  26. package/dist-types/commands/RebootInputDeviceCommand.d.ts +1 -1
  27. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  28. package/dist-types/commands/StartChannelCommand.d.ts +4 -1
  29. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -2
  30. package/dist-types/commands/StopChannelCommand.d.ts +3 -0
  31. package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +98 -0
  32. package/dist-types/commands/UpdateChannelClassCommand.d.ts +3 -0
  33. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
  34. package/dist-types/commands/index.d.ts +3 -0
  35. package/dist-types/models/models_1.d.ts +128 -192
  36. package/dist-types/models/models_2.d.ts +213 -1
  37. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  38. package/dist-types/ts3.4/MediaLive.d.ts +51 -0
  39. package/dist-types/ts3.4/MediaLiveClient.d.ts +18 -0
  40. package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +42 -0
  41. package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +39 -0
  42. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +42 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  49. package/dist-types/ts3.4/models/models_1.d.ts +40 -53
  50. package/dist-types/ts3.4/models/models_2.d.ts +60 -0
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  52. package/package.json +13 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4
- "version": "3.363.0",
4
+ "version": "3.369.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",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.363.0",
25
- "@aws-sdk/credential-provider-node": "3.363.0",
26
- "@aws-sdk/middleware-host-header": "3.363.0",
27
- "@aws-sdk/middleware-logger": "3.363.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.363.0",
29
- "@aws-sdk/middleware-signing": "3.363.0",
30
- "@aws-sdk/middleware-user-agent": "3.363.0",
31
- "@aws-sdk/types": "3.357.0",
32
- "@aws-sdk/util-endpoints": "3.357.0",
33
- "@aws-sdk/util-user-agent-browser": "3.363.0",
34
- "@aws-sdk/util-user-agent-node": "3.363.0",
24
+ "@aws-sdk/client-sts": "3.369.0",
25
+ "@aws-sdk/credential-provider-node": "3.369.0",
26
+ "@aws-sdk/middleware-host-header": "3.369.0",
27
+ "@aws-sdk/middleware-logger": "3.369.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.369.0",
29
+ "@aws-sdk/middleware-signing": "3.369.0",
30
+ "@aws-sdk/middleware-user-agent": "3.369.0",
31
+ "@aws-sdk/types": "3.369.0",
32
+ "@aws-sdk/util-endpoints": "3.369.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.369.0",
34
+ "@aws-sdk/util-user-agent-node": "3.369.0",
35
35
  "@smithy/config-resolver": "^1.0.1",
36
36
  "@smithy/fetch-http-handler": "^1.0.1",
37
37
  "@smithy/hash-node": "^1.0.1",
@@ -45,7 +45,7 @@
45
45
  "@smithy/node-http-handler": "^1.0.2",
46
46
  "@smithy/protocol-http": "^1.0.1",
47
47
  "@smithy/smithy-client": "^1.0.3",
48
- "@smithy/types": "^1.0.0",
48
+ "@smithy/types": "^1.1.0",
49
49
  "@smithy/url-parser": "^1.0.1",
50
50
  "@smithy/util-base64": "^1.0.1",
51
51
  "@smithy/util-body-length-browser": "^1.0.1",