@aws-sdk/client-medialive 3.1018.0 → 3.1020.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 (94) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  2. package/dist-cjs/runtimeConfig.js +4 -3
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/MediaLive.js +14 -14
  5. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  6. package/dist-es/runtimeConfig.js +2 -1
  7. package/dist-es/runtimeConfig.shared.js +1 -1
  8. package/dist-es/waiters/waitForChannelCreated.js +1 -1
  9. package/dist-es/waiters/waitForChannelDeleted.js +1 -1
  10. package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +1 -1
  11. package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +1 -1
  12. package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +1 -1
  13. package/dist-es/waiters/waitForChannelRunning.js +1 -1
  14. package/dist-es/waiters/waitForChannelStopped.js +1 -1
  15. package/dist-es/waiters/waitForClusterCreated.js +1 -1
  16. package/dist-es/waiters/waitForClusterDeleted.js +1 -1
  17. package/dist-es/waiters/waitForInputAttached.js +1 -1
  18. package/dist-es/waiters/waitForInputDeleted.js +1 -1
  19. package/dist-es/waiters/waitForInputDetached.js +1 -1
  20. package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
  21. package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
  22. package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
  23. package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
  24. package/dist-es/waiters/waitForNodeDeregistered.js +1 -1
  25. package/dist-es/waiters/waitForNodeRegistered.js +1 -1
  26. package/dist-es/waiters/waitForSignalMapCreated.js +1 -1
  27. package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +1 -1
  28. package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +1 -1
  29. package/dist-es/waiters/waitForSignalMapUpdated.js +1 -1
  30. package/dist-types/MediaLive.d.ts +123 -123
  31. package/dist-types/MediaLiveClient.d.ts +126 -126
  32. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  33. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  34. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  35. package/dist-types/index.d.ts +1 -1
  36. package/dist-types/models/errors.d.ts +1 -1
  37. package/dist-types/models/models_0.d.ts +1 -1
  38. package/dist-types/models/models_1.d.ts +3 -3
  39. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListNetworksPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListSignalMapsPaginator.d.ts +1 -1
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/dist-types/runtimeConfig.d.ts +1 -1
  64. package/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -3
  66. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  67. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  68. package/dist-types/ts3.4/models/models_1.d.ts +20 -20
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  72. package/dist-types/waiters/waitForChannelCreated.d.ts +3 -3
  73. package/dist-types/waiters/waitForChannelDeleted.d.ts +3 -3
  74. package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +3 -3
  75. package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +3 -3
  76. package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +3 -3
  77. package/dist-types/waiters/waitForChannelRunning.d.ts +3 -3
  78. package/dist-types/waiters/waitForChannelStopped.d.ts +3 -3
  79. package/dist-types/waiters/waitForClusterCreated.d.ts +3 -3
  80. package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
  81. package/dist-types/waiters/waitForInputAttached.d.ts +3 -3
  82. package/dist-types/waiters/waitForInputDeleted.d.ts +3 -3
  83. package/dist-types/waiters/waitForInputDetached.d.ts +3 -3
  84. package/dist-types/waiters/waitForMultiplexCreated.d.ts +3 -3
  85. package/dist-types/waiters/waitForMultiplexDeleted.d.ts +3 -3
  86. package/dist-types/waiters/waitForMultiplexRunning.d.ts +3 -3
  87. package/dist-types/waiters/waitForMultiplexStopped.d.ts +3 -3
  88. package/dist-types/waiters/waitForNodeDeregistered.d.ts +3 -3
  89. package/dist-types/waiters/waitForNodeRegistered.d.ts +3 -3
  90. package/dist-types/waiters/waitForSignalMapCreated.d.ts +3 -3
  91. package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +3 -3
  92. package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +3 -3
  93. package/dist-types/waiters/waitForSignalMapUpdated.d.ts +3 -3
  94. package/package.json +15 -15
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a cluster has been created
6
6
  * @deprecated Use waitUntilClusterCreated instead. waitForClusterCreated does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a cluster has been deleted
6
6
  * @deprecated Use waitUntilClusterDeleted instead. waitForClusterDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until an input has been attached
6
6
  * @deprecated Use waitUntilInputAttached instead. waitForInputAttached does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until an input has been deleted
6
6
  * @deprecated Use waitUntilInputDeleted instead. waitForInputDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until an input has been detached
6
6
  * @deprecated Use waitUntilInputDetached instead. waitForInputDetached does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a multiplex has been created
6
6
  * @deprecated Use waitUntilMultiplexCreated instead. waitForMultiplexCreated does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a multiplex has been deleted
6
6
  * @deprecated Use waitUntilMultiplexDeleted instead. waitForMultiplexDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a multiplex is running
6
6
  * @deprecated Use waitUntilMultiplexRunning instead. waitForMultiplexRunning does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a multiplex has is stopped
6
6
  * @deprecated Use waitUntilMultiplexStopped instead. waitForMultiplexStopped does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a node has been deregistered
6
6
  * @deprecated Use waitUntilNodeDeregistered instead. waitForNodeDeregistered does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a node has been registered
6
6
  * @deprecated Use waitUntilNodeRegistered instead. waitForNodeRegistered does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a signal map has been created
6
6
  * @deprecated Use waitUntilSignalMapCreated instead. waitForSignalMapCreated does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a signal map's monitor has been deleted
6
6
  * @deprecated Use waitUntilSignalMapMonitorDeleted instead. waitForSignalMapMonitorDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a signal map's monitor has been deployed
6
6
  * @deprecated Use waitUntilSignalMapMonitorDeployed instead. waitForSignalMapMonitorDeployed does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
- import { MediaLiveClient } from "../MediaLiveClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import type { MediaLiveClient } from "../MediaLiveClient";
4
4
  /**
5
5
  * Wait until a signal map has been updated
6
6
  * @deprecated Use waitUntilSignalMapUpdated instead. waitForSignalMapUpdated does not throw error in non-success cases.
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.1018.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-medialive",
@@ -21,44 +21,44 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.26",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",
59
- "@smithy/util-stream": "^4.5.20",
59
+ "@smithy/util-stream": "^4.5.21",
60
60
  "@smithy/util-utf8": "^4.2.2",
61
- "@smithy/util-waiter": "^4.2.13",
61
+ "@smithy/util-waiter": "^4.2.14",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {