@aws-sdk/client-mediapackage 3.32.0 → 3.36.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.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/MediaPackage.js +1 -2
- package/{dist/cjs → dist-cjs}/MediaPackageClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/ConfigureLogsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateHarvestJobCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateOriginEndpointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteOriginEndpointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeHarvestJobCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeOriginEndpointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListChannelsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListHarvestJobsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListOriginEndpointsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RotateChannelCredentialsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RotateIngestEndpointCredentialsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateOriginEndpointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListChannelsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListHarvestJobsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListOriginEndpointsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -7
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/MediaPackage.js +2 -6
- package/{dist/es → dist-es}/MediaPackageClient.js +2 -11
- package/{dist/es → dist-es}/commands/ConfigureLogsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateHarvestJobCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateOriginEndpointCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteOriginEndpointCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeHarvestJobCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeOriginEndpointCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListChannelsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListHarvestJobsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListOriginEndpointsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -13
- package/{dist/es → dist-es}/commands/RotateChannelCredentialsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/RotateIngestEndpointCredentialsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -13
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -13
- package/{dist/es → dist-es}/commands/UpdateChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateOriginEndpointCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -196
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListHarvestJobsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListOriginEndpointsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +555 -561
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/MediaPackage.d.ts +2 -2
- package/{dist/types → dist-types}/MediaPackageClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/ConfigureLogsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateHarvestJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateOriginEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteOriginEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeHarvestJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeOriginEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListChannelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListHarvestJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListOriginEndpointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RotateChannelCredentialsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RotateIngestEndpointCredentialsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateOriginEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListChannelsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListHarvestJobsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListOriginEndpointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/MediaPackage.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/MediaPackageClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/ConfigureLogsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateHarvestJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateOriginEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeHarvestJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListChannelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListHarvestJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListOriginEndpointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListChannelsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListHarvestJobsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListOriginEndpointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/MediaPackage.ts +0 -690
- package/MediaPackageClient.ts +0 -316
- package/commands/ConfigureLogsCommand.ts +0 -94
- package/commands/CreateChannelCommand.ts +0 -94
- package/commands/CreateHarvestJobCommand.ts +0 -94
- package/commands/CreateOriginEndpointCommand.ts +0 -94
- package/commands/DeleteChannelCommand.ts +0 -94
- package/commands/DeleteOriginEndpointCommand.ts +0 -94
- package/commands/DescribeChannelCommand.ts +0 -94
- package/commands/DescribeHarvestJobCommand.ts +0 -94
- package/commands/DescribeOriginEndpointCommand.ts +0 -94
- package/commands/ListChannelsCommand.ts +0 -94
- package/commands/ListHarvestJobsCommand.ts +0 -94
- package/commands/ListOriginEndpointsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -77
- package/commands/RotateChannelCredentialsCommand.ts +0 -96
- package/commands/RotateIngestEndpointCredentialsCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -77
- package/commands/UntagResourceCommand.ts +0 -77
- package/commands/UpdateChannelCommand.ts +0 -94
- package/commands/UpdateOriginEndpointCommand.ts +0 -94
- package/dist/cjs/MediaPackage.js.map +0 -1
- package/dist/cjs/MediaPackageClient.js.map +0 -1
- package/dist/cjs/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHarvestJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateOriginEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteOriginEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHarvestJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOriginEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHarvestJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOriginEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RotateChannelCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/RotateIngestEndpointCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateOriginEndpointCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHarvestJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOriginEndpointsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/MediaPackage.js.map +0 -1
- package/dist/es/MediaPackageClient.js.map +0 -1
- package/dist/es/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelCommand.js.map +0 -1
- package/dist/es/commands/CreateHarvestJobCommand.js.map +0 -1
- package/dist/es/commands/CreateOriginEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/es/commands/DeleteOriginEndpointCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/es/commands/DescribeHarvestJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeOriginEndpointCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsCommand.js.map +0 -1
- package/dist/es/commands/ListHarvestJobsCommand.js.map +0 -1
- package/dist/es/commands/ListOriginEndpointsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RotateChannelCredentialsCommand.js.map +0 -1
- package/dist/es/commands/RotateIngestEndpointCredentialsCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/es/commands/UpdateOriginEndpointCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -27
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListHarvestJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOriginEndpointsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2553
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListChannelsPaginator.ts +0 -58
- package/pagination/ListHarvestJobsPaginator.ts +0 -58
- package/pagination/ListOriginEndpointsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -3668
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
12
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
13
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
25
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-mediapackage
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-mediapackage
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MediaPackage = void 0;
|
|
4
|
-
const MediaPackageClient_1 = require("./MediaPackageClient");
|
|
5
4
|
const ConfigureLogsCommand_1 = require("./commands/ConfigureLogsCommand");
|
|
6
5
|
const CreateChannelCommand_1 = require("./commands/CreateChannelCommand");
|
|
7
6
|
const CreateHarvestJobCommand_1 = require("./commands/CreateHarvestJobCommand");
|
|
@@ -21,6 +20,7 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
|
21
20
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
22
21
|
const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
|
|
23
22
|
const UpdateOriginEndpointCommand_1 = require("./commands/UpdateOriginEndpointCommand");
|
|
23
|
+
const MediaPackageClient_1 = require("./MediaPackageClient");
|
|
24
24
|
/**
|
|
25
25
|
* AWS Elemental MediaPackage
|
|
26
26
|
*/
|
|
@@ -293,4 +293,3 @@ class MediaPackage extends MediaPackageClient_1.MediaPackageClient {
|
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
295
|
exports.MediaPackage = MediaPackage;
|
|
296
|
-
//# sourceMappingURL=MediaPackage.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MediaPackageClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,18 +9,19 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* AWS Elemental MediaPackage
|
|
15
15
|
*/
|
|
16
16
|
class MediaPackageClient extends smithy_client_1.Client {
|
|
17
17
|
constructor(configuration) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
19
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
20
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
21
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
22
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
23
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
24
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
25
25
|
super(_config_6);
|
|
26
26
|
this.config = _config_6;
|
|
27
27
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -41,4 +41,3 @@ class MediaPackageClient extends smithy_client_1.Client {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
exports.MediaPackageClient = MediaPackageClient;
|
|
44
|
-
//# sourceMappingURL=MediaPackageClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConfigureLogsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Changes the Channel's properities to configure log subscription
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ConfigureLogsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ConfigureLogsCommand = ConfigureLogsCommand;
|
|
61
|
-
//# sourceMappingURL=ConfigureLogsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateChannelCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Creates a new Channel.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateChannelCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateChannelCommand = CreateChannelCommand;
|
|
61
|
-
//# sourceMappingURL=CreateChannelCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateHarvestJobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Creates a new HarvestJob record.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateHarvestJobCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateHarvestJobCommand = CreateHarvestJobCommand;
|
|
61
|
-
//# sourceMappingURL=CreateHarvestJobCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateOriginEndpointCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Creates a new OriginEndpoint record.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateOriginEndpointCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateOriginEndpointCommand = CreateOriginEndpointCommand;
|
|
61
|
-
//# sourceMappingURL=CreateOriginEndpointCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteChannelCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Deletes an existing Channel.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteChannelCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteChannelCommand = DeleteChannelCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteChannelCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteOriginEndpointCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Deletes an existing OriginEndpoint.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteOriginEndpointCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteOriginEndpointCommand = DeleteOriginEndpointCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteOriginEndpointCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeChannelCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Gets details about a Channel.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeChannelCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeChannelCommand = DescribeChannelCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeChannelCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeHarvestJobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Gets details about an existing HarvestJob.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeHarvestJobCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeHarvestJobCommand = DescribeHarvestJobCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeHarvestJobCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeOriginEndpointCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Gets details about an existing OriginEndpoint.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeOriginEndpointCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeOriginEndpointCommand = DescribeOriginEndpointCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeOriginEndpointCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListChannelsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Returns a collection of Channels.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListChannelsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListChannelsCommand = ListChannelsCommand;
|
|
61
|
-
//# sourceMappingURL=ListChannelsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListHarvestJobsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Returns a collection of HarvestJob records.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListHarvestJobsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListHarvestJobsCommand = ListHarvestJobsCommand;
|
|
61
|
-
//# sourceMappingURL=ListHarvestJobsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListOriginEndpointsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Returns a collection of OriginEndpoint records.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListOriginEndpointsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListOriginEndpointsCommand = ListOriginEndpointsCommand;
|
|
61
|
-
//# sourceMappingURL=ListOriginEndpointsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
9
9
|
// Start section: command_properties
|
|
10
10
|
// End section: command_properties
|
|
@@ -41,4 +41,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
44
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RotateChannelCredentialsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* @deprecated
|
|
10
10
|
*
|
|
@@ -60,4 +60,3 @@ class RotateChannelCredentialsCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.RotateChannelCredentialsCommand = RotateChannelCredentialsCommand;
|
|
63
|
-
//# sourceMappingURL=RotateChannelCredentialsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RotateIngestEndpointCredentialsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class RotateIngestEndpointCredentialsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.RotateIngestEndpointCredentialsCommand = RotateIngestEndpointCredentialsCommand;
|
|
61
|
-
//# sourceMappingURL=RotateIngestEndpointCredentialsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
9
9
|
// Start section: command_properties
|
|
10
10
|
// End section: command_properties
|
|
@@ -41,4 +41,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
exports.TagResourceCommand = TagResourceCommand;
|
|
44
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
9
9
|
// Start section: command_properties
|
|
10
10
|
// End section: command_properties
|
|
@@ -41,4 +41,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
44
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateChannelCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Updates an existing Channel.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateChannelCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateChannelCommand = UpdateChannelCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateChannelCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateOriginEndpointCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* Updates an existing OriginEndpoint.
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateOriginEndpointCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateOriginEndpointCommand = UpdateOriginEndpointCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateOriginEndpointCommand.js.map
|
|
@@ -27,4 +27,3 @@ tslib_1.__exportStar(require("./commands/UpdateChannelCommand"), exports);
|
|
|
27
27
|
tslib_1.__exportStar(require("./commands/UpdateOriginEndpointCommand"), exports);
|
|
28
28
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
30
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListChannels = void 0;
|
|
4
|
+
const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
|
|
4
5
|
const MediaPackage_1 = require("../MediaPackage");
|
|
5
6
|
const MediaPackageClient_1 = require("../MediaPackageClient");
|
|
6
|
-
const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListChannels(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListChannels = paginateListChannels;
|
|
46
|
-
//# sourceMappingURL=ListChannelsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListHarvestJobs = void 0;
|
|
4
|
+
const ListHarvestJobsCommand_1 = require("../commands/ListHarvestJobsCommand");
|
|
4
5
|
const MediaPackage_1 = require("../MediaPackage");
|
|
5
6
|
const MediaPackageClient_1 = require("../MediaPackageClient");
|
|
6
|
-
const ListHarvestJobsCommand_1 = require("../commands/ListHarvestJobsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListHarvestJobs(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListHarvestJobs = paginateListHarvestJobs;
|
|
46
|
-
//# sourceMappingURL=ListHarvestJobsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListOriginEndpoints = void 0;
|
|
4
|
+
const ListOriginEndpointsCommand_1 = require("../commands/ListOriginEndpointsCommand");
|
|
4
5
|
const MediaPackage_1 = require("../MediaPackage");
|
|
5
6
|
const MediaPackageClient_1 = require("../MediaPackageClient");
|
|
6
|
-
const ListOriginEndpointsCommand_1 = require("../commands/ListOriginEndpointsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListOriginEndpoints(config, input, ...additionalArgument
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListOriginEndpoints = paginateListOriginEndpoints;
|
|
46
|
-
//# sourceMappingURL=ListOriginEndpointsPaginator.js.map
|
|
@@ -46,7 +46,7 @@ const serializeAws_restJson1CreateChannelCommand = async (input, context) => {
|
|
|
46
46
|
const headers = {
|
|
47
47
|
"content-type": "application/json",
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/channels";
|
|
50
50
|
let body;
|
|
51
51
|
body = JSON.stringify({
|
|
52
52
|
...(input.Description !== undefined && input.Description !== null && { description: input.Description }),
|
|
@@ -69,7 +69,7 @@ const serializeAws_restJson1CreateHarvestJobCommand = async (input, context) =>
|
|
|
69
69
|
const headers = {
|
|
70
70
|
"content-type": "application/json",
|
|
71
71
|
};
|
|
72
|
-
|
|
72
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/harvest_jobs";
|
|
73
73
|
let body;
|
|
74
74
|
body = JSON.stringify({
|
|
75
75
|
...(input.EndTime !== undefined && input.EndTime !== null && { endTime: input.EndTime }),
|
|
@@ -98,7 +98,7 @@ const serializeAws_restJson1CreateOriginEndpointCommand = async (input, context)
|
|
|
98
98
|
const headers = {
|
|
99
99
|
"content-type": "application/json",
|
|
100
100
|
};
|
|
101
|
-
|
|
101
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/origin_endpoints";
|
|
102
102
|
let body;
|
|
103
103
|
body = JSON.stringify({
|
|
104
104
|
...(input.Authorization !== undefined &&
|
|
@@ -272,7 +272,7 @@ exports.serializeAws_restJson1DescribeOriginEndpointCommand = serializeAws_restJ
|
|
|
272
272
|
const serializeAws_restJson1ListChannelsCommand = async (input, context) => {
|
|
273
273
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
274
274
|
const headers = {};
|
|
275
|
-
|
|
275
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/channels";
|
|
276
276
|
const query = {
|
|
277
277
|
...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
|
|
278
278
|
...(input.NextToken !== undefined && { nextToken: input.NextToken }),
|
|
@@ -293,7 +293,7 @@ exports.serializeAws_restJson1ListChannelsCommand = serializeAws_restJson1ListCh
|
|
|
293
293
|
const serializeAws_restJson1ListHarvestJobsCommand = async (input, context) => {
|
|
294
294
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
295
295
|
const headers = {};
|
|
296
|
-
|
|
296
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/harvest_jobs";
|
|
297
297
|
const query = {
|
|
298
298
|
...(input.IncludeChannelId !== undefined && { includeChannelId: input.IncludeChannelId }),
|
|
299
299
|
...(input.IncludeStatus !== undefined && { includeStatus: input.IncludeStatus }),
|
|
@@ -316,7 +316,7 @@ exports.serializeAws_restJson1ListHarvestJobsCommand = serializeAws_restJson1Lis
|
|
|
316
316
|
const serializeAws_restJson1ListOriginEndpointsCommand = async (input, context) => {
|
|
317
317
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
318
318
|
const headers = {};
|
|
319
|
-
|
|
319
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/origin_endpoints";
|
|
320
320
|
const query = {
|
|
321
321
|
...(input.ChannelId !== undefined && { channelId: input.ChannelId }),
|
|
322
322
|
...(input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() }),
|
|
@@ -3257,4 +3257,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
3257
3257
|
}
|
|
3258
3258
|
return "";
|
|
3259
3259
|
};
|
|
3260
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
8
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
9
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
44
|
};
|
|
44
45
|
};
|
|
45
46
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|