@aws-sdk/client-medialive 3.168.0 → 3.170.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 (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaLive.d.ts +1072 -300
  3. package/dist-types/ts3.4/MediaLiveClient.d.ts +483 -132
  4. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/index.d.ts +59 -59
  64. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  65. package/dist-types/ts3.4/index.d.ts +7 -7
  66. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +8 -6
  67. package/dist-types/ts3.4/models/index.d.ts +3 -3
  68. package/dist-types/ts3.4/models/models_0.d.ts +2707 -2595
  69. package/dist-types/ts3.4/models/models_1.d.ts +3418 -3144
  70. package/dist-types/ts3.4/models/models_2.d.ts +242 -194
  71. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  73. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +713 -179
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  88. package/dist-types/ts3.4/waiters/index.d.ts +11 -11
  89. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +13 -7
  90. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +13 -7
  91. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +13 -7
  92. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +13 -7
  93. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +13 -7
  94. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +13 -7
  95. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +13 -7
  96. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +13 -7
  97. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +13 -7
  98. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +13 -7
  99. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +13 -7
  100. package/package.json +35 -35
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.168.0",
4
+ "version": "3.170.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",
@@ -19,48 +19,48 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.168.0",
23
- "@aws-sdk/config-resolver": "3.168.0",
24
- "@aws-sdk/credential-provider-node": "3.168.0",
25
- "@aws-sdk/fetch-http-handler": "3.168.0",
26
- "@aws-sdk/hash-node": "3.168.0",
27
- "@aws-sdk/invalid-dependency": "3.168.0",
28
- "@aws-sdk/middleware-content-length": "3.168.0",
29
- "@aws-sdk/middleware-host-header": "3.168.0",
30
- "@aws-sdk/middleware-logger": "3.168.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.168.0",
32
- "@aws-sdk/middleware-retry": "3.168.0",
33
- "@aws-sdk/middleware-serde": "3.168.0",
34
- "@aws-sdk/middleware-signing": "3.168.0",
35
- "@aws-sdk/middleware-stack": "3.168.0",
36
- "@aws-sdk/middleware-user-agent": "3.168.0",
37
- "@aws-sdk/node-config-provider": "3.168.0",
38
- "@aws-sdk/node-http-handler": "3.168.0",
39
- "@aws-sdk/protocol-http": "3.168.0",
40
- "@aws-sdk/smithy-client": "3.168.0",
41
- "@aws-sdk/types": "3.168.0",
42
- "@aws-sdk/url-parser": "3.168.0",
43
- "@aws-sdk/util-base64-browser": "3.168.0",
44
- "@aws-sdk/util-base64-node": "3.168.0",
45
- "@aws-sdk/util-body-length-browser": "3.168.0",
46
- "@aws-sdk/util-body-length-node": "3.168.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.168.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.168.0",
49
- "@aws-sdk/util-user-agent-browser": "3.168.0",
50
- "@aws-sdk/util-user-agent-node": "3.168.0",
51
- "@aws-sdk/util-utf8-browser": "3.168.0",
52
- "@aws-sdk/util-utf8-node": "3.168.0",
53
- "@aws-sdk/util-waiter": "3.168.0",
22
+ "@aws-sdk/client-sts": "3.170.0",
23
+ "@aws-sdk/config-resolver": "3.170.0",
24
+ "@aws-sdk/credential-provider-node": "3.170.0",
25
+ "@aws-sdk/fetch-http-handler": "3.170.0",
26
+ "@aws-sdk/hash-node": "3.170.0",
27
+ "@aws-sdk/invalid-dependency": "3.170.0",
28
+ "@aws-sdk/middleware-content-length": "3.170.0",
29
+ "@aws-sdk/middleware-host-header": "3.170.0",
30
+ "@aws-sdk/middleware-logger": "3.170.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
+ "@aws-sdk/middleware-retry": "3.170.0",
33
+ "@aws-sdk/middleware-serde": "3.170.0",
34
+ "@aws-sdk/middleware-signing": "3.170.0",
35
+ "@aws-sdk/middleware-stack": "3.170.0",
36
+ "@aws-sdk/middleware-user-agent": "3.170.0",
37
+ "@aws-sdk/node-config-provider": "3.170.0",
38
+ "@aws-sdk/node-http-handler": "3.170.0",
39
+ "@aws-sdk/protocol-http": "3.170.0",
40
+ "@aws-sdk/smithy-client": "3.170.0",
41
+ "@aws-sdk/types": "3.170.0",
42
+ "@aws-sdk/url-parser": "3.170.0",
43
+ "@aws-sdk/util-base64-browser": "3.170.0",
44
+ "@aws-sdk/util-base64-node": "3.170.0",
45
+ "@aws-sdk/util-body-length-browser": "3.170.0",
46
+ "@aws-sdk/util-body-length-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.170.0",
50
+ "@aws-sdk/util-user-agent-node": "3.170.0",
51
+ "@aws-sdk/util-utf8-browser": "3.170.0",
52
+ "@aws-sdk/util-utf8-node": "3.170.0",
53
+ "@aws-sdk/util-waiter": "3.170.0",
54
54
  "tslib": "^2.3.1",
55
55
  "uuid": "^8.3.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.168.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.170.0",
59
59
  "@tsconfig/recommended": "1.0.1",
60
60
  "@types/node": "^12.7.5",
61
61
  "@types/uuid": "^8.3.0",
62
62
  "concurrently": "7.0.0",
63
- "downlevel-dts": "0.7.0",
63
+ "downlevel-dts": "0.10.1",
64
64
  "rimraf": "3.0.2",
65
65
  "typedoc": "0.19.2",
66
66
  "typescript": "~4.6.2"