@aws-sdk/client-medialive 3.279.0 → 3.281.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 (61) hide show
  1. package/README.md +475 -0
  2. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDeleteCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchStartCommand.d.ts +6 -0
  5. package/dist-types/commands/BatchStopCommand.d.ts +6 -0
  6. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +6 -0
  7. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +6 -0
  8. package/dist-types/commands/ClaimDeviceCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateInputCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateMultiplexCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +6 -0
  14. package/dist-types/commands/CreatePartnerInputCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateTagsCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteInputCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteMultiplexCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteReservationCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteScheduleCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeChannelCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeInputCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeMultiplexCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeOfferingCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeReservationCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeScheduleCommand.d.ts +6 -0
  34. package/dist-types/commands/ListChannelsCommand.d.ts +6 -0
  35. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +6 -0
  36. package/dist-types/commands/ListInputDevicesCommand.d.ts +6 -0
  37. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +6 -0
  38. package/dist-types/commands/ListInputsCommand.d.ts +6 -0
  39. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +6 -0
  40. package/dist-types/commands/ListMultiplexesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListOfferingsCommand.d.ts +6 -0
  42. package/dist-types/commands/ListReservationsCommand.d.ts +6 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  44. package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -0
  45. package/dist-types/commands/RebootInputDeviceCommand.d.ts +6 -0
  46. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +6 -0
  47. package/dist-types/commands/StartChannelCommand.d.ts +6 -0
  48. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +6 -0
  49. package/dist-types/commands/StartMultiplexCommand.d.ts +6 -0
  50. package/dist-types/commands/StopChannelCommand.d.ts +6 -0
  51. package/dist-types/commands/StopMultiplexCommand.d.ts +6 -0
  52. package/dist-types/commands/TransferInputDeviceCommand.d.ts +6 -0
  53. package/dist-types/commands/UpdateChannelClassCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
  55. package/dist-types/commands/UpdateInputCommand.d.ts +6 -0
  56. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +6 -0
  57. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +6 -0
  58. package/dist-types/commands/UpdateMultiplexCommand.d.ts +6 -0
  59. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +6 -0
  60. package/dist-types/commands/UpdateReservationCommand.d.ts +6 -0
  61. package/package.json +3 -3
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StopChannelRequest, StopChannelResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link StopChannelCommand}.
8
+ */
6
9
  export interface StopChannelCommandInput extends StopChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopChannelCommand}.
13
+ */
8
14
  export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StopMultiplexRequest, StopMultiplexResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link StopMultiplexCommand}.
8
+ */
6
9
  export interface StopMultiplexCommandInput extends StopMultiplexRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopMultiplexCommand}.
13
+ */
8
14
  export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { TransferInputDeviceRequest, TransferInputDeviceResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link TransferInputDeviceCommand}.
8
+ */
6
9
  export interface TransferInputDeviceCommandInput extends TransferInputDeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TransferInputDeviceCommand}.
13
+ */
8
14
  export interface TransferInputDeviceCommandOutput extends TransferInputDeviceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateChannelClassRequest, UpdateChannelClassResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link UpdateChannelClassCommand}.
8
+ */
6
9
  export interface UpdateChannelClassCommandInput extends UpdateChannelClassRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateChannelClassCommand}.
13
+ */
8
14
  export interface UpdateChannelClassCommandOutput extends UpdateChannelClassResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link UpdateChannelCommand}.
8
+ */
6
9
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateChannelCommand}.
13
+ */
8
14
  export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateInputRequest, UpdateInputResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link UpdateInputCommand}.
8
+ */
6
9
  export interface UpdateInputCommandInput extends UpdateInputRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateInputCommand}.
13
+ */
8
14
  export interface UpdateInputCommandOutput extends UpdateInputResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link UpdateInputDeviceCommand}.
8
+ */
6
9
  export interface UpdateInputDeviceCommandInput extends UpdateInputDeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateInputDeviceCommand}.
13
+ */
8
14
  export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link UpdateInputSecurityGroupCommand}.
8
+ */
6
9
  export interface UpdateInputSecurityGroupCommandInput extends UpdateInputSecurityGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateInputSecurityGroupCommand}.
13
+ */
8
14
  export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecurityGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link UpdateMultiplexCommand}.
8
+ */
6
9
  export interface UpdateMultiplexCommandInput extends UpdateMultiplexRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMultiplexCommand}.
13
+ */
8
14
  export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link UpdateMultiplexProgramCommand}.
8
+ */
6
9
  export interface UpdateMultiplexProgramCommandInput extends UpdateMultiplexProgramRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMultiplexProgramCommand}.
13
+ */
8
14
  export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProgramResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateReservationRequest, UpdateReservationResponse } from "../models/models_2";
6
+ /**
7
+ * The input for {@link UpdateReservationCommand}.
8
+ */
6
9
  export interface UpdateReservationCommandInput extends UpdateReservationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateReservationCommand}.
13
+ */
8
14
  export interface UpdateReservationCommandOutput extends UpdateReservationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",