@aws-sdk/client-mediapackagev2 3.336.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/LICENSE +201 -0
- package/README.md +408 -0
- package/dist-cjs/MediaPackageV2.js +59 -0
- package/dist-cjs/MediaPackageV2Client.js +40 -0
- package/dist-cjs/commands/CreateChannelCommand.js +45 -0
- package/dist-cjs/commands/CreateChannelGroupCommand.js +45 -0
- package/dist-cjs/commands/CreateOriginEndpointCommand.js +45 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +45 -0
- package/dist-cjs/commands/DeleteChannelGroupCommand.js +45 -0
- package/dist-cjs/commands/DeleteChannelPolicyCommand.js +45 -0
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js +45 -0
- package/dist-cjs/commands/DeleteOriginEndpointPolicyCommand.js +45 -0
- package/dist-cjs/commands/GetChannelCommand.js +45 -0
- package/dist-cjs/commands/GetChannelGroupCommand.js +45 -0
- package/dist-cjs/commands/GetChannelPolicyCommand.js +45 -0
- package/dist-cjs/commands/GetOriginEndpointCommand.js +45 -0
- package/dist-cjs/commands/GetOriginEndpointPolicyCommand.js +45 -0
- package/dist-cjs/commands/ListChannelGroupsCommand.js +45 -0
- package/dist-cjs/commands/ListChannelsCommand.js +45 -0
- package/dist-cjs/commands/ListOriginEndpointsCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +45 -0
- package/dist-cjs/commands/PutChannelPolicyCommand.js +45 -0
- package/dist-cjs/commands/PutOriginEndpointPolicyCommand.js +45 -0
- package/dist-cjs/commands/TagResourceCommand.js +45 -0
- package/dist-cjs/commands/UntagResourceCommand.js +45 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +45 -0
- package/dist-cjs/commands/UpdateChannelGroupCommand.js +45 -0
- package/dist-cjs/commands/UpdateOriginEndpointCommand.js +45 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/MediaPackageV2ServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +203 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListChannelGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListChannelsPaginator.js +29 -0
- package/dist-cjs/pagination/ListOriginEndpointsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1885 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-es/MediaPackageV2.js +55 -0
- package/dist-es/MediaPackageV2Client.js +36 -0
- package/dist-es/commands/CreateChannelCommand.js +41 -0
- package/dist-es/commands/CreateChannelGroupCommand.js +41 -0
- package/dist-es/commands/CreateOriginEndpointCommand.js +41 -0
- package/dist-es/commands/DeleteChannelCommand.js +41 -0
- package/dist-es/commands/DeleteChannelGroupCommand.js +41 -0
- package/dist-es/commands/DeleteChannelPolicyCommand.js +41 -0
- package/dist-es/commands/DeleteOriginEndpointCommand.js +41 -0
- package/dist-es/commands/DeleteOriginEndpointPolicyCommand.js +41 -0
- package/dist-es/commands/GetChannelCommand.js +41 -0
- package/dist-es/commands/GetChannelGroupCommand.js +41 -0
- package/dist-es/commands/GetChannelPolicyCommand.js +41 -0
- package/dist-es/commands/GetOriginEndpointCommand.js +41 -0
- package/dist-es/commands/GetOriginEndpointPolicyCommand.js +41 -0
- package/dist-es/commands/ListChannelGroupsCommand.js +41 -0
- package/dist-es/commands/ListChannelsCommand.js +41 -0
- package/dist-es/commands/ListOriginEndpointsCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +41 -0
- package/dist-es/commands/PutChannelPolicyCommand.js +41 -0
- package/dist-es/commands/PutOriginEndpointPolicyCommand.js +41 -0
- package/dist-es/commands/TagResourceCommand.js +41 -0
- package/dist-es/commands/UntagResourceCommand.js +41 -0
- package/dist-es/commands/UpdateChannelCommand.js +41 -0
- package/dist-es/commands/UpdateChannelGroupCommand.js +41 -0
- package/dist-es/commands/UpdateOriginEndpointCommand.js +41 -0
- package/dist-es/commands/index.js +24 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/MediaPackageV2ServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +193 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListChannelGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListChannelsPaginator.js +25 -0
- package/dist-es/pagination/ListOriginEndpointsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1834 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +17 -0
- package/dist-types/MediaPackageV2.d.ts +189 -0
- package/dist-types/MediaPackageV2Client.d.ts +197 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +110 -0
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +103 -0
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +220 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +83 -0
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +82 -0
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +83 -0
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +81 -0
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +84 -0
- package/dist-types/commands/GetChannelCommand.d.ts +99 -0
- package/dist-types/commands/GetChannelGroupCommand.d.ts +92 -0
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +87 -0
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +153 -0
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +89 -0
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +91 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +93 -0
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +113 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +74 -0
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +87 -0
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +88 -0
- package/dist-types/commands/TagResourceCommand.d.ts +78 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +73 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +104 -0
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +97 -0
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +217 -0
- package/dist-types/commands/index.d.ts +24 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/MediaPackageV2ServiceException.d.ts +12 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1739 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListChannelGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOriginEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +218 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +18 -0
- package/dist-types/ts3.4/MediaPackageV2.d.ts +415 -0
- package/dist-types/ts3.4/MediaPackageV2Client.d.ts +259 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +24 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/MediaPackageV2ServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +542 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChannelGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOriginEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +94 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +85 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +101 -0
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateChannelCommandInput,
|
|
4
|
+
CreateChannelCommandOutput,
|
|
5
|
+
} from "./commands/CreateChannelCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateChannelGroupCommandInput,
|
|
8
|
+
CreateChannelGroupCommandOutput,
|
|
9
|
+
} from "./commands/CreateChannelGroupCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateOriginEndpointCommandInput,
|
|
12
|
+
CreateOriginEndpointCommandOutput,
|
|
13
|
+
} from "./commands/CreateOriginEndpointCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteChannelCommandInput,
|
|
16
|
+
DeleteChannelCommandOutput,
|
|
17
|
+
} from "./commands/DeleteChannelCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteChannelGroupCommandInput,
|
|
20
|
+
DeleteChannelGroupCommandOutput,
|
|
21
|
+
} from "./commands/DeleteChannelGroupCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteChannelPolicyCommandInput,
|
|
24
|
+
DeleteChannelPolicyCommandOutput,
|
|
25
|
+
} from "./commands/DeleteChannelPolicyCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteOriginEndpointCommandInput,
|
|
28
|
+
DeleteOriginEndpointCommandOutput,
|
|
29
|
+
} from "./commands/DeleteOriginEndpointCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteOriginEndpointPolicyCommandInput,
|
|
32
|
+
DeleteOriginEndpointPolicyCommandOutput,
|
|
33
|
+
} from "./commands/DeleteOriginEndpointPolicyCommand";
|
|
34
|
+
import {
|
|
35
|
+
GetChannelCommandInput,
|
|
36
|
+
GetChannelCommandOutput,
|
|
37
|
+
} from "./commands/GetChannelCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetChannelGroupCommandInput,
|
|
40
|
+
GetChannelGroupCommandOutput,
|
|
41
|
+
} from "./commands/GetChannelGroupCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetChannelPolicyCommandInput,
|
|
44
|
+
GetChannelPolicyCommandOutput,
|
|
45
|
+
} from "./commands/GetChannelPolicyCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetOriginEndpointCommandInput,
|
|
48
|
+
GetOriginEndpointCommandOutput,
|
|
49
|
+
} from "./commands/GetOriginEndpointCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetOriginEndpointPolicyCommandInput,
|
|
52
|
+
GetOriginEndpointPolicyCommandOutput,
|
|
53
|
+
} from "./commands/GetOriginEndpointPolicyCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListChannelGroupsCommandInput,
|
|
56
|
+
ListChannelGroupsCommandOutput,
|
|
57
|
+
} from "./commands/ListChannelGroupsCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListChannelsCommandInput,
|
|
60
|
+
ListChannelsCommandOutput,
|
|
61
|
+
} from "./commands/ListChannelsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListOriginEndpointsCommandInput,
|
|
64
|
+
ListOriginEndpointsCommandOutput,
|
|
65
|
+
} from "./commands/ListOriginEndpointsCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListTagsForResourceCommandInput,
|
|
68
|
+
ListTagsForResourceCommandOutput,
|
|
69
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
70
|
+
import {
|
|
71
|
+
PutChannelPolicyCommandInput,
|
|
72
|
+
PutChannelPolicyCommandOutput,
|
|
73
|
+
} from "./commands/PutChannelPolicyCommand";
|
|
74
|
+
import {
|
|
75
|
+
PutOriginEndpointPolicyCommandInput,
|
|
76
|
+
PutOriginEndpointPolicyCommandOutput,
|
|
77
|
+
} from "./commands/PutOriginEndpointPolicyCommand";
|
|
78
|
+
import {
|
|
79
|
+
TagResourceCommandInput,
|
|
80
|
+
TagResourceCommandOutput,
|
|
81
|
+
} from "./commands/TagResourceCommand";
|
|
82
|
+
import {
|
|
83
|
+
UntagResourceCommandInput,
|
|
84
|
+
UntagResourceCommandOutput,
|
|
85
|
+
} from "./commands/UntagResourceCommand";
|
|
86
|
+
import {
|
|
87
|
+
UpdateChannelCommandInput,
|
|
88
|
+
UpdateChannelCommandOutput,
|
|
89
|
+
} from "./commands/UpdateChannelCommand";
|
|
90
|
+
import {
|
|
91
|
+
UpdateChannelGroupCommandInput,
|
|
92
|
+
UpdateChannelGroupCommandOutput,
|
|
93
|
+
} from "./commands/UpdateChannelGroupCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateOriginEndpointCommandInput,
|
|
96
|
+
UpdateOriginEndpointCommandOutput,
|
|
97
|
+
} from "./commands/UpdateOriginEndpointCommand";
|
|
98
|
+
import { MediaPackageV2Client } from "./MediaPackageV2Client";
|
|
99
|
+
export interface MediaPackageV2 {
|
|
100
|
+
createChannel(
|
|
101
|
+
args: CreateChannelCommandInput,
|
|
102
|
+
options?: __HttpHandlerOptions
|
|
103
|
+
): Promise<CreateChannelCommandOutput>;
|
|
104
|
+
createChannel(
|
|
105
|
+
args: CreateChannelCommandInput,
|
|
106
|
+
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
107
|
+
): void;
|
|
108
|
+
createChannel(
|
|
109
|
+
args: CreateChannelCommandInput,
|
|
110
|
+
options: __HttpHandlerOptions,
|
|
111
|
+
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
112
|
+
): void;
|
|
113
|
+
createChannelGroup(
|
|
114
|
+
args: CreateChannelGroupCommandInput,
|
|
115
|
+
options?: __HttpHandlerOptions
|
|
116
|
+
): Promise<CreateChannelGroupCommandOutput>;
|
|
117
|
+
createChannelGroup(
|
|
118
|
+
args: CreateChannelGroupCommandInput,
|
|
119
|
+
cb: (err: any, data?: CreateChannelGroupCommandOutput) => void
|
|
120
|
+
): void;
|
|
121
|
+
createChannelGroup(
|
|
122
|
+
args: CreateChannelGroupCommandInput,
|
|
123
|
+
options: __HttpHandlerOptions,
|
|
124
|
+
cb: (err: any, data?: CreateChannelGroupCommandOutput) => void
|
|
125
|
+
): void;
|
|
126
|
+
createOriginEndpoint(
|
|
127
|
+
args: CreateOriginEndpointCommandInput,
|
|
128
|
+
options?: __HttpHandlerOptions
|
|
129
|
+
): Promise<CreateOriginEndpointCommandOutput>;
|
|
130
|
+
createOriginEndpoint(
|
|
131
|
+
args: CreateOriginEndpointCommandInput,
|
|
132
|
+
cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void
|
|
133
|
+
): void;
|
|
134
|
+
createOriginEndpoint(
|
|
135
|
+
args: CreateOriginEndpointCommandInput,
|
|
136
|
+
options: __HttpHandlerOptions,
|
|
137
|
+
cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void
|
|
138
|
+
): void;
|
|
139
|
+
deleteChannel(
|
|
140
|
+
args: DeleteChannelCommandInput,
|
|
141
|
+
options?: __HttpHandlerOptions
|
|
142
|
+
): Promise<DeleteChannelCommandOutput>;
|
|
143
|
+
deleteChannel(
|
|
144
|
+
args: DeleteChannelCommandInput,
|
|
145
|
+
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
deleteChannel(
|
|
148
|
+
args: DeleteChannelCommandInput,
|
|
149
|
+
options: __HttpHandlerOptions,
|
|
150
|
+
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
151
|
+
): void;
|
|
152
|
+
deleteChannelGroup(
|
|
153
|
+
args: DeleteChannelGroupCommandInput,
|
|
154
|
+
options?: __HttpHandlerOptions
|
|
155
|
+
): Promise<DeleteChannelGroupCommandOutput>;
|
|
156
|
+
deleteChannelGroup(
|
|
157
|
+
args: DeleteChannelGroupCommandInput,
|
|
158
|
+
cb: (err: any, data?: DeleteChannelGroupCommandOutput) => void
|
|
159
|
+
): void;
|
|
160
|
+
deleteChannelGroup(
|
|
161
|
+
args: DeleteChannelGroupCommandInput,
|
|
162
|
+
options: __HttpHandlerOptions,
|
|
163
|
+
cb: (err: any, data?: DeleteChannelGroupCommandOutput) => void
|
|
164
|
+
): void;
|
|
165
|
+
deleteChannelPolicy(
|
|
166
|
+
args: DeleteChannelPolicyCommandInput,
|
|
167
|
+
options?: __HttpHandlerOptions
|
|
168
|
+
): Promise<DeleteChannelPolicyCommandOutput>;
|
|
169
|
+
deleteChannelPolicy(
|
|
170
|
+
args: DeleteChannelPolicyCommandInput,
|
|
171
|
+
cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void
|
|
172
|
+
): void;
|
|
173
|
+
deleteChannelPolicy(
|
|
174
|
+
args: DeleteChannelPolicyCommandInput,
|
|
175
|
+
options: __HttpHandlerOptions,
|
|
176
|
+
cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void
|
|
177
|
+
): void;
|
|
178
|
+
deleteOriginEndpoint(
|
|
179
|
+
args: DeleteOriginEndpointCommandInput,
|
|
180
|
+
options?: __HttpHandlerOptions
|
|
181
|
+
): Promise<DeleteOriginEndpointCommandOutput>;
|
|
182
|
+
deleteOriginEndpoint(
|
|
183
|
+
args: DeleteOriginEndpointCommandInput,
|
|
184
|
+
cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
deleteOriginEndpoint(
|
|
187
|
+
args: DeleteOriginEndpointCommandInput,
|
|
188
|
+
options: __HttpHandlerOptions,
|
|
189
|
+
cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void
|
|
190
|
+
): void;
|
|
191
|
+
deleteOriginEndpointPolicy(
|
|
192
|
+
args: DeleteOriginEndpointPolicyCommandInput,
|
|
193
|
+
options?: __HttpHandlerOptions
|
|
194
|
+
): Promise<DeleteOriginEndpointPolicyCommandOutput>;
|
|
195
|
+
deleteOriginEndpointPolicy(
|
|
196
|
+
args: DeleteOriginEndpointPolicyCommandInput,
|
|
197
|
+
cb: (err: any, data?: DeleteOriginEndpointPolicyCommandOutput) => void
|
|
198
|
+
): void;
|
|
199
|
+
deleteOriginEndpointPolicy(
|
|
200
|
+
args: DeleteOriginEndpointPolicyCommandInput,
|
|
201
|
+
options: __HttpHandlerOptions,
|
|
202
|
+
cb: (err: any, data?: DeleteOriginEndpointPolicyCommandOutput) => void
|
|
203
|
+
): void;
|
|
204
|
+
getChannel(
|
|
205
|
+
args: GetChannelCommandInput,
|
|
206
|
+
options?: __HttpHandlerOptions
|
|
207
|
+
): Promise<GetChannelCommandOutput>;
|
|
208
|
+
getChannel(
|
|
209
|
+
args: GetChannelCommandInput,
|
|
210
|
+
cb: (err: any, data?: GetChannelCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
getChannel(
|
|
213
|
+
args: GetChannelCommandInput,
|
|
214
|
+
options: __HttpHandlerOptions,
|
|
215
|
+
cb: (err: any, data?: GetChannelCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
getChannelGroup(
|
|
218
|
+
args: GetChannelGroupCommandInput,
|
|
219
|
+
options?: __HttpHandlerOptions
|
|
220
|
+
): Promise<GetChannelGroupCommandOutput>;
|
|
221
|
+
getChannelGroup(
|
|
222
|
+
args: GetChannelGroupCommandInput,
|
|
223
|
+
cb: (err: any, data?: GetChannelGroupCommandOutput) => void
|
|
224
|
+
): void;
|
|
225
|
+
getChannelGroup(
|
|
226
|
+
args: GetChannelGroupCommandInput,
|
|
227
|
+
options: __HttpHandlerOptions,
|
|
228
|
+
cb: (err: any, data?: GetChannelGroupCommandOutput) => void
|
|
229
|
+
): void;
|
|
230
|
+
getChannelPolicy(
|
|
231
|
+
args: GetChannelPolicyCommandInput,
|
|
232
|
+
options?: __HttpHandlerOptions
|
|
233
|
+
): Promise<GetChannelPolicyCommandOutput>;
|
|
234
|
+
getChannelPolicy(
|
|
235
|
+
args: GetChannelPolicyCommandInput,
|
|
236
|
+
cb: (err: any, data?: GetChannelPolicyCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
getChannelPolicy(
|
|
239
|
+
args: GetChannelPolicyCommandInput,
|
|
240
|
+
options: __HttpHandlerOptions,
|
|
241
|
+
cb: (err: any, data?: GetChannelPolicyCommandOutput) => void
|
|
242
|
+
): void;
|
|
243
|
+
getOriginEndpoint(
|
|
244
|
+
args: GetOriginEndpointCommandInput,
|
|
245
|
+
options?: __HttpHandlerOptions
|
|
246
|
+
): Promise<GetOriginEndpointCommandOutput>;
|
|
247
|
+
getOriginEndpoint(
|
|
248
|
+
args: GetOriginEndpointCommandInput,
|
|
249
|
+
cb: (err: any, data?: GetOriginEndpointCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
getOriginEndpoint(
|
|
252
|
+
args: GetOriginEndpointCommandInput,
|
|
253
|
+
options: __HttpHandlerOptions,
|
|
254
|
+
cb: (err: any, data?: GetOriginEndpointCommandOutput) => void
|
|
255
|
+
): void;
|
|
256
|
+
getOriginEndpointPolicy(
|
|
257
|
+
args: GetOriginEndpointPolicyCommandInput,
|
|
258
|
+
options?: __HttpHandlerOptions
|
|
259
|
+
): Promise<GetOriginEndpointPolicyCommandOutput>;
|
|
260
|
+
getOriginEndpointPolicy(
|
|
261
|
+
args: GetOriginEndpointPolicyCommandInput,
|
|
262
|
+
cb: (err: any, data?: GetOriginEndpointPolicyCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
getOriginEndpointPolicy(
|
|
265
|
+
args: GetOriginEndpointPolicyCommandInput,
|
|
266
|
+
options: __HttpHandlerOptions,
|
|
267
|
+
cb: (err: any, data?: GetOriginEndpointPolicyCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
listChannelGroups(
|
|
270
|
+
args: ListChannelGroupsCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<ListChannelGroupsCommandOutput>;
|
|
273
|
+
listChannelGroups(
|
|
274
|
+
args: ListChannelGroupsCommandInput,
|
|
275
|
+
cb: (err: any, data?: ListChannelGroupsCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
listChannelGroups(
|
|
278
|
+
args: ListChannelGroupsCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: ListChannelGroupsCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
listChannels(
|
|
283
|
+
args: ListChannelsCommandInput,
|
|
284
|
+
options?: __HttpHandlerOptions
|
|
285
|
+
): Promise<ListChannelsCommandOutput>;
|
|
286
|
+
listChannels(
|
|
287
|
+
args: ListChannelsCommandInput,
|
|
288
|
+
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
listChannels(
|
|
291
|
+
args: ListChannelsCommandInput,
|
|
292
|
+
options: __HttpHandlerOptions,
|
|
293
|
+
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
294
|
+
): void;
|
|
295
|
+
listOriginEndpoints(
|
|
296
|
+
args: ListOriginEndpointsCommandInput,
|
|
297
|
+
options?: __HttpHandlerOptions
|
|
298
|
+
): Promise<ListOriginEndpointsCommandOutput>;
|
|
299
|
+
listOriginEndpoints(
|
|
300
|
+
args: ListOriginEndpointsCommandInput,
|
|
301
|
+
cb: (err: any, data?: ListOriginEndpointsCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
listOriginEndpoints(
|
|
304
|
+
args: ListOriginEndpointsCommandInput,
|
|
305
|
+
options: __HttpHandlerOptions,
|
|
306
|
+
cb: (err: any, data?: ListOriginEndpointsCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
listTagsForResource(
|
|
309
|
+
args: ListTagsForResourceCommandInput,
|
|
310
|
+
options?: __HttpHandlerOptions
|
|
311
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
312
|
+
listTagsForResource(
|
|
313
|
+
args: ListTagsForResourceCommandInput,
|
|
314
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
listTagsForResource(
|
|
317
|
+
args: ListTagsForResourceCommandInput,
|
|
318
|
+
options: __HttpHandlerOptions,
|
|
319
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
putChannelPolicy(
|
|
322
|
+
args: PutChannelPolicyCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<PutChannelPolicyCommandOutput>;
|
|
325
|
+
putChannelPolicy(
|
|
326
|
+
args: PutChannelPolicyCommandInput,
|
|
327
|
+
cb: (err: any, data?: PutChannelPolicyCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
putChannelPolicy(
|
|
330
|
+
args: PutChannelPolicyCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: PutChannelPolicyCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
putOriginEndpointPolicy(
|
|
335
|
+
args: PutOriginEndpointPolicyCommandInput,
|
|
336
|
+
options?: __HttpHandlerOptions
|
|
337
|
+
): Promise<PutOriginEndpointPolicyCommandOutput>;
|
|
338
|
+
putOriginEndpointPolicy(
|
|
339
|
+
args: PutOriginEndpointPolicyCommandInput,
|
|
340
|
+
cb: (err: any, data?: PutOriginEndpointPolicyCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
putOriginEndpointPolicy(
|
|
343
|
+
args: PutOriginEndpointPolicyCommandInput,
|
|
344
|
+
options: __HttpHandlerOptions,
|
|
345
|
+
cb: (err: any, data?: PutOriginEndpointPolicyCommandOutput) => void
|
|
346
|
+
): void;
|
|
347
|
+
tagResource(
|
|
348
|
+
args: TagResourceCommandInput,
|
|
349
|
+
options?: __HttpHandlerOptions
|
|
350
|
+
): Promise<TagResourceCommandOutput>;
|
|
351
|
+
tagResource(
|
|
352
|
+
args: TagResourceCommandInput,
|
|
353
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
tagResource(
|
|
356
|
+
args: TagResourceCommandInput,
|
|
357
|
+
options: __HttpHandlerOptions,
|
|
358
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
untagResource(
|
|
361
|
+
args: UntagResourceCommandInput,
|
|
362
|
+
options?: __HttpHandlerOptions
|
|
363
|
+
): Promise<UntagResourceCommandOutput>;
|
|
364
|
+
untagResource(
|
|
365
|
+
args: UntagResourceCommandInput,
|
|
366
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
untagResource(
|
|
369
|
+
args: UntagResourceCommandInput,
|
|
370
|
+
options: __HttpHandlerOptions,
|
|
371
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
updateChannel(
|
|
374
|
+
args: UpdateChannelCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<UpdateChannelCommandOutput>;
|
|
377
|
+
updateChannel(
|
|
378
|
+
args: UpdateChannelCommandInput,
|
|
379
|
+
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
updateChannel(
|
|
382
|
+
args: UpdateChannelCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
updateChannelGroup(
|
|
387
|
+
args: UpdateChannelGroupCommandInput,
|
|
388
|
+
options?: __HttpHandlerOptions
|
|
389
|
+
): Promise<UpdateChannelGroupCommandOutput>;
|
|
390
|
+
updateChannelGroup(
|
|
391
|
+
args: UpdateChannelGroupCommandInput,
|
|
392
|
+
cb: (err: any, data?: UpdateChannelGroupCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
updateChannelGroup(
|
|
395
|
+
args: UpdateChannelGroupCommandInput,
|
|
396
|
+
options: __HttpHandlerOptions,
|
|
397
|
+
cb: (err: any, data?: UpdateChannelGroupCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
updateOriginEndpoint(
|
|
400
|
+
args: UpdateOriginEndpointCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<UpdateOriginEndpointCommandOutput>;
|
|
403
|
+
updateOriginEndpoint(
|
|
404
|
+
args: UpdateOriginEndpointCommandInput,
|
|
405
|
+
cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
updateOriginEndpoint(
|
|
408
|
+
args: UpdateOriginEndpointCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
}
|
|
413
|
+
export declare class MediaPackageV2
|
|
414
|
+
extends MediaPackageV2Client
|
|
415
|
+
implements MediaPackageV2 {}
|
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RegionInputConfig,
|
|
3
|
+
RegionResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
9
|
+
import {
|
|
10
|
+
HostHeaderInputConfig,
|
|
11
|
+
HostHeaderResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-host-header";
|
|
13
|
+
import {
|
|
14
|
+
RetryInputConfig,
|
|
15
|
+
RetryResolvedConfig,
|
|
16
|
+
} from "@aws-sdk/middleware-retry";
|
|
17
|
+
import {
|
|
18
|
+
AwsAuthInputConfig,
|
|
19
|
+
AwsAuthResolvedConfig,
|
|
20
|
+
} from "@aws-sdk/middleware-signing";
|
|
21
|
+
import {
|
|
22
|
+
UserAgentInputConfig,
|
|
23
|
+
UserAgentResolvedConfig,
|
|
24
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
+
import {
|
|
26
|
+
Client as __Client,
|
|
27
|
+
DefaultsMode as __DefaultsMode,
|
|
28
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
29
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
30
|
+
} from "@aws-sdk/smithy-client";
|
|
31
|
+
import {
|
|
32
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
33
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
34
|
+
Credentials as __Credentials,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider,
|
|
39
|
+
UrlParser as __UrlParser,
|
|
40
|
+
UserAgent as __UserAgent,
|
|
41
|
+
} from "@aws-sdk/types";
|
|
42
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
43
|
+
import {
|
|
44
|
+
Decoder as __Decoder,
|
|
45
|
+
Encoder as __Encoder,
|
|
46
|
+
Provider as __Provider,
|
|
47
|
+
StreamCollector as __StreamCollector,
|
|
48
|
+
} from "@smithy/types";
|
|
49
|
+
import {
|
|
50
|
+
CreateChannelCommandInput,
|
|
51
|
+
CreateChannelCommandOutput,
|
|
52
|
+
} from "./commands/CreateChannelCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateChannelGroupCommandInput,
|
|
55
|
+
CreateChannelGroupCommandOutput,
|
|
56
|
+
} from "./commands/CreateChannelGroupCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateOriginEndpointCommandInput,
|
|
59
|
+
CreateOriginEndpointCommandOutput,
|
|
60
|
+
} from "./commands/CreateOriginEndpointCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteChannelCommandInput,
|
|
63
|
+
DeleteChannelCommandOutput,
|
|
64
|
+
} from "./commands/DeleteChannelCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteChannelGroupCommandInput,
|
|
67
|
+
DeleteChannelGroupCommandOutput,
|
|
68
|
+
} from "./commands/DeleteChannelGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteChannelPolicyCommandInput,
|
|
71
|
+
DeleteChannelPolicyCommandOutput,
|
|
72
|
+
} from "./commands/DeleteChannelPolicyCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteOriginEndpointCommandInput,
|
|
75
|
+
DeleteOriginEndpointCommandOutput,
|
|
76
|
+
} from "./commands/DeleteOriginEndpointCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteOriginEndpointPolicyCommandInput,
|
|
79
|
+
DeleteOriginEndpointPolicyCommandOutput,
|
|
80
|
+
} from "./commands/DeleteOriginEndpointPolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetChannelCommandInput,
|
|
83
|
+
GetChannelCommandOutput,
|
|
84
|
+
} from "./commands/GetChannelCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetChannelGroupCommandInput,
|
|
87
|
+
GetChannelGroupCommandOutput,
|
|
88
|
+
} from "./commands/GetChannelGroupCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetChannelPolicyCommandInput,
|
|
91
|
+
GetChannelPolicyCommandOutput,
|
|
92
|
+
} from "./commands/GetChannelPolicyCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetOriginEndpointCommandInput,
|
|
95
|
+
GetOriginEndpointCommandOutput,
|
|
96
|
+
} from "./commands/GetOriginEndpointCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetOriginEndpointPolicyCommandInput,
|
|
99
|
+
GetOriginEndpointPolicyCommandOutput,
|
|
100
|
+
} from "./commands/GetOriginEndpointPolicyCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListChannelGroupsCommandInput,
|
|
103
|
+
ListChannelGroupsCommandOutput,
|
|
104
|
+
} from "./commands/ListChannelGroupsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListChannelsCommandInput,
|
|
107
|
+
ListChannelsCommandOutput,
|
|
108
|
+
} from "./commands/ListChannelsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListOriginEndpointsCommandInput,
|
|
111
|
+
ListOriginEndpointsCommandOutput,
|
|
112
|
+
} from "./commands/ListOriginEndpointsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListTagsForResourceCommandInput,
|
|
115
|
+
ListTagsForResourceCommandOutput,
|
|
116
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
117
|
+
import {
|
|
118
|
+
PutChannelPolicyCommandInput,
|
|
119
|
+
PutChannelPolicyCommandOutput,
|
|
120
|
+
} from "./commands/PutChannelPolicyCommand";
|
|
121
|
+
import {
|
|
122
|
+
PutOriginEndpointPolicyCommandInput,
|
|
123
|
+
PutOriginEndpointPolicyCommandOutput,
|
|
124
|
+
} from "./commands/PutOriginEndpointPolicyCommand";
|
|
125
|
+
import {
|
|
126
|
+
TagResourceCommandInput,
|
|
127
|
+
TagResourceCommandOutput,
|
|
128
|
+
} from "./commands/TagResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
UntagResourceCommandInput,
|
|
131
|
+
UntagResourceCommandOutput,
|
|
132
|
+
} from "./commands/UntagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateChannelCommandInput,
|
|
135
|
+
UpdateChannelCommandOutput,
|
|
136
|
+
} from "./commands/UpdateChannelCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateChannelGroupCommandInput,
|
|
139
|
+
UpdateChannelGroupCommandOutput,
|
|
140
|
+
} from "./commands/UpdateChannelGroupCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateOriginEndpointCommandInput,
|
|
143
|
+
UpdateOriginEndpointCommandOutput,
|
|
144
|
+
} from "./commands/UpdateOriginEndpointCommand";
|
|
145
|
+
import {
|
|
146
|
+
ClientInputEndpointParameters,
|
|
147
|
+
ClientResolvedEndpointParameters,
|
|
148
|
+
EndpointParameters,
|
|
149
|
+
} from "./endpoint/EndpointParameters";
|
|
150
|
+
export type ServiceInputTypes =
|
|
151
|
+
| CreateChannelCommandInput
|
|
152
|
+
| CreateChannelGroupCommandInput
|
|
153
|
+
| CreateOriginEndpointCommandInput
|
|
154
|
+
| DeleteChannelCommandInput
|
|
155
|
+
| DeleteChannelGroupCommandInput
|
|
156
|
+
| DeleteChannelPolicyCommandInput
|
|
157
|
+
| DeleteOriginEndpointCommandInput
|
|
158
|
+
| DeleteOriginEndpointPolicyCommandInput
|
|
159
|
+
| GetChannelCommandInput
|
|
160
|
+
| GetChannelGroupCommandInput
|
|
161
|
+
| GetChannelPolicyCommandInput
|
|
162
|
+
| GetOriginEndpointCommandInput
|
|
163
|
+
| GetOriginEndpointPolicyCommandInput
|
|
164
|
+
| ListChannelGroupsCommandInput
|
|
165
|
+
| ListChannelsCommandInput
|
|
166
|
+
| ListOriginEndpointsCommandInput
|
|
167
|
+
| ListTagsForResourceCommandInput
|
|
168
|
+
| PutChannelPolicyCommandInput
|
|
169
|
+
| PutOriginEndpointPolicyCommandInput
|
|
170
|
+
| TagResourceCommandInput
|
|
171
|
+
| UntagResourceCommandInput
|
|
172
|
+
| UpdateChannelCommandInput
|
|
173
|
+
| UpdateChannelGroupCommandInput
|
|
174
|
+
| UpdateOriginEndpointCommandInput;
|
|
175
|
+
export type ServiceOutputTypes =
|
|
176
|
+
| CreateChannelCommandOutput
|
|
177
|
+
| CreateChannelGroupCommandOutput
|
|
178
|
+
| CreateOriginEndpointCommandOutput
|
|
179
|
+
| DeleteChannelCommandOutput
|
|
180
|
+
| DeleteChannelGroupCommandOutput
|
|
181
|
+
| DeleteChannelPolicyCommandOutput
|
|
182
|
+
| DeleteOriginEndpointCommandOutput
|
|
183
|
+
| DeleteOriginEndpointPolicyCommandOutput
|
|
184
|
+
| GetChannelCommandOutput
|
|
185
|
+
| GetChannelGroupCommandOutput
|
|
186
|
+
| GetChannelPolicyCommandOutput
|
|
187
|
+
| GetOriginEndpointCommandOutput
|
|
188
|
+
| GetOriginEndpointPolicyCommandOutput
|
|
189
|
+
| ListChannelGroupsCommandOutput
|
|
190
|
+
| ListChannelsCommandOutput
|
|
191
|
+
| ListOriginEndpointsCommandOutput
|
|
192
|
+
| ListTagsForResourceCommandOutput
|
|
193
|
+
| PutChannelPolicyCommandOutput
|
|
194
|
+
| PutOriginEndpointPolicyCommandOutput
|
|
195
|
+
| TagResourceCommandOutput
|
|
196
|
+
| UntagResourceCommandOutput
|
|
197
|
+
| UpdateChannelCommandOutput
|
|
198
|
+
| UpdateChannelGroupCommandOutput
|
|
199
|
+
| UpdateOriginEndpointCommandOutput;
|
|
200
|
+
export interface ClientDefaults
|
|
201
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
202
|
+
requestHandler?: __HttpHandler;
|
|
203
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
204
|
+
urlParser?: __UrlParser;
|
|
205
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
206
|
+
streamCollector?: __StreamCollector;
|
|
207
|
+
base64Decoder?: __Decoder;
|
|
208
|
+
base64Encoder?: __Encoder;
|
|
209
|
+
utf8Decoder?: __Decoder;
|
|
210
|
+
utf8Encoder?: __Encoder;
|
|
211
|
+
runtime?: string;
|
|
212
|
+
disableHostPrefix?: boolean;
|
|
213
|
+
serviceId?: string;
|
|
214
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
215
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
+
region?: string | __Provider<string>;
|
|
217
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
218
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
219
|
+
maxAttempts?: number | __Provider<number>;
|
|
220
|
+
retryMode?: string | __Provider<string>;
|
|
221
|
+
logger?: __Logger;
|
|
222
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
223
|
+
}
|
|
224
|
+
type MediaPackageV2ClientConfigType = Partial<
|
|
225
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
226
|
+
> &
|
|
227
|
+
ClientDefaults &
|
|
228
|
+
RegionInputConfig &
|
|
229
|
+
EndpointInputConfig<EndpointParameters> &
|
|
230
|
+
RetryInputConfig &
|
|
231
|
+
HostHeaderInputConfig &
|
|
232
|
+
AwsAuthInputConfig &
|
|
233
|
+
UserAgentInputConfig &
|
|
234
|
+
ClientInputEndpointParameters;
|
|
235
|
+
export interface MediaPackageV2ClientConfig
|
|
236
|
+
extends MediaPackageV2ClientConfigType {}
|
|
237
|
+
type MediaPackageV2ClientResolvedConfigType =
|
|
238
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
239
|
+
Required<ClientDefaults> &
|
|
240
|
+
RegionResolvedConfig &
|
|
241
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
242
|
+
RetryResolvedConfig &
|
|
243
|
+
HostHeaderResolvedConfig &
|
|
244
|
+
AwsAuthResolvedConfig &
|
|
245
|
+
UserAgentResolvedConfig &
|
|
246
|
+
ClientResolvedEndpointParameters;
|
|
247
|
+
export interface MediaPackageV2ClientResolvedConfig
|
|
248
|
+
extends MediaPackageV2ClientResolvedConfigType {}
|
|
249
|
+
export declare class MediaPackageV2Client extends __Client<
|
|
250
|
+
__HttpHandlerOptions,
|
|
251
|
+
ServiceInputTypes,
|
|
252
|
+
ServiceOutputTypes,
|
|
253
|
+
MediaPackageV2ClientResolvedConfig
|
|
254
|
+
> {
|
|
255
|
+
readonly config: MediaPackageV2ClientResolvedConfig;
|
|
256
|
+
constructor(configuration: MediaPackageV2ClientConfig);
|
|
257
|
+
destroy(): void;
|
|
258
|
+
}
|
|
259
|
+
export {};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
CreateChannelRequest,
|
|
16
|
+
CreateChannelResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
19
|
+
export interface CreateChannelCommandOutput
|
|
20
|
+
extends CreateChannelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateChannelCommand extends $Command<
|
|
23
|
+
CreateChannelCommandInput,
|
|
24
|
+
CreateChannelCommandOutput,
|
|
25
|
+
MediaPackageV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateChannelCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: CreateChannelCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|