@aws-sdk/client-medialive 3.39.0 → 3.43.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 (77) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +107 -14
  3. package/dist-cjs/protocols/Aws_restJson1.js +2 -0
  4. package/dist-cjs/runtimeConfig.browser.js +6 -3
  5. package/dist-cjs/runtimeConfig.js +5 -3
  6. package/dist-es/endpoints.js +107 -14
  7. package/dist-es/protocols/Aws_restJson1.js +3 -2
  8. package/dist-es/runtimeConfig.browser.js +3 -2
  9. package/dist-es/runtimeConfig.js +3 -3
  10. package/dist-types/MediaLiveClient.d.ts +8 -0
  11. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
  12. package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchStartCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchStopCommand.d.ts +1 -1
  15. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -1
  16. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
  17. package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateInputCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  23. package/dist-types/commands/CreatePartnerInputCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
  43. package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
  45. package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListInputsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -1
  50. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  53. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  54. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  55. package/dist-types/commands/StartChannelCommand.d.ts +1 -1
  56. package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
  57. package/dist-types/commands/StopChannelCommand.d.ts +1 -1
  58. package/dist-types/commands/StopMultiplexCommand.d.ts +1 -1
  59. package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateInputCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateMultiplexCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
  68. package/dist-types/models/models_0.d.ts +4 -0
  69. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  70. package/dist-types/runtimeConfig.d.ts +2 -0
  71. package/dist-types/runtimeConfig.native.d.ts +2 -0
  72. package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  77. package/package.json +24 -24
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.39.0",
4
+ "version": "3.43.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,35 +21,35 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.39.0",
25
- "@aws-sdk/config-resolver": "3.39.0",
26
- "@aws-sdk/credential-provider-node": "3.39.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.39.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.39.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.39.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.39.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
- "@aws-sdk/util-waiter": "3.38.0",
52
+ "@aws-sdk/util-waiter": "3.40.0",
53
53
  "tslib": "^2.3.0",
54
54
  "uuid": "^8.3.2"
55
55
  },