@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,293 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateChannelCommandInput,
|
|
8
|
+
CreateChannelCommandOutput,
|
|
9
|
+
} from "../commands/CreateChannelCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateChannelGroupCommandInput,
|
|
12
|
+
CreateChannelGroupCommandOutput,
|
|
13
|
+
} from "../commands/CreateChannelGroupCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateOriginEndpointCommandInput,
|
|
16
|
+
CreateOriginEndpointCommandOutput,
|
|
17
|
+
} from "../commands/CreateOriginEndpointCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteChannelCommandInput,
|
|
20
|
+
DeleteChannelCommandOutput,
|
|
21
|
+
} from "../commands/DeleteChannelCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteChannelGroupCommandInput,
|
|
24
|
+
DeleteChannelGroupCommandOutput,
|
|
25
|
+
} from "../commands/DeleteChannelGroupCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteChannelPolicyCommandInput,
|
|
28
|
+
DeleteChannelPolicyCommandOutput,
|
|
29
|
+
} from "../commands/DeleteChannelPolicyCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteOriginEndpointCommandInput,
|
|
32
|
+
DeleteOriginEndpointCommandOutput,
|
|
33
|
+
} from "../commands/DeleteOriginEndpointCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteOriginEndpointPolicyCommandInput,
|
|
36
|
+
DeleteOriginEndpointPolicyCommandOutput,
|
|
37
|
+
} from "../commands/DeleteOriginEndpointPolicyCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetChannelCommandInput,
|
|
40
|
+
GetChannelCommandOutput,
|
|
41
|
+
} from "../commands/GetChannelCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetChannelGroupCommandInput,
|
|
44
|
+
GetChannelGroupCommandOutput,
|
|
45
|
+
} from "../commands/GetChannelGroupCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetChannelPolicyCommandInput,
|
|
48
|
+
GetChannelPolicyCommandOutput,
|
|
49
|
+
} from "../commands/GetChannelPolicyCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetOriginEndpointCommandInput,
|
|
52
|
+
GetOriginEndpointCommandOutput,
|
|
53
|
+
} from "../commands/GetOriginEndpointCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetOriginEndpointPolicyCommandInput,
|
|
56
|
+
GetOriginEndpointPolicyCommandOutput,
|
|
57
|
+
} from "../commands/GetOriginEndpointPolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListChannelGroupsCommandInput,
|
|
60
|
+
ListChannelGroupsCommandOutput,
|
|
61
|
+
} from "../commands/ListChannelGroupsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListChannelsCommandInput,
|
|
64
|
+
ListChannelsCommandOutput,
|
|
65
|
+
} from "../commands/ListChannelsCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListOriginEndpointsCommandInput,
|
|
68
|
+
ListOriginEndpointsCommandOutput,
|
|
69
|
+
} from "../commands/ListOriginEndpointsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListTagsForResourceCommandInput,
|
|
72
|
+
ListTagsForResourceCommandOutput,
|
|
73
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
74
|
+
import {
|
|
75
|
+
PutChannelPolicyCommandInput,
|
|
76
|
+
PutChannelPolicyCommandOutput,
|
|
77
|
+
} from "../commands/PutChannelPolicyCommand";
|
|
78
|
+
import {
|
|
79
|
+
PutOriginEndpointPolicyCommandInput,
|
|
80
|
+
PutOriginEndpointPolicyCommandOutput,
|
|
81
|
+
} from "../commands/PutOriginEndpointPolicyCommand";
|
|
82
|
+
import {
|
|
83
|
+
TagResourceCommandInput,
|
|
84
|
+
TagResourceCommandOutput,
|
|
85
|
+
} from "../commands/TagResourceCommand";
|
|
86
|
+
import {
|
|
87
|
+
UntagResourceCommandInput,
|
|
88
|
+
UntagResourceCommandOutput,
|
|
89
|
+
} from "../commands/UntagResourceCommand";
|
|
90
|
+
import {
|
|
91
|
+
UpdateChannelCommandInput,
|
|
92
|
+
UpdateChannelCommandOutput,
|
|
93
|
+
} from "../commands/UpdateChannelCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateChannelGroupCommandInput,
|
|
96
|
+
UpdateChannelGroupCommandOutput,
|
|
97
|
+
} from "../commands/UpdateChannelGroupCommand";
|
|
98
|
+
import {
|
|
99
|
+
UpdateOriginEndpointCommandInput,
|
|
100
|
+
UpdateOriginEndpointCommandOutput,
|
|
101
|
+
} from "../commands/UpdateOriginEndpointCommand";
|
|
102
|
+
export declare const se_CreateChannelCommand: (
|
|
103
|
+
input: CreateChannelCommandInput,
|
|
104
|
+
context: __SerdeContext
|
|
105
|
+
) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const se_CreateChannelGroupCommand: (
|
|
107
|
+
input: CreateChannelGroupCommandInput,
|
|
108
|
+
context: __SerdeContext
|
|
109
|
+
) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const se_CreateOriginEndpointCommand: (
|
|
111
|
+
input: CreateOriginEndpointCommandInput,
|
|
112
|
+
context: __SerdeContext
|
|
113
|
+
) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const se_DeleteChannelCommand: (
|
|
115
|
+
input: DeleteChannelCommandInput,
|
|
116
|
+
context: __SerdeContext
|
|
117
|
+
) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const se_DeleteChannelGroupCommand: (
|
|
119
|
+
input: DeleteChannelGroupCommandInput,
|
|
120
|
+
context: __SerdeContext
|
|
121
|
+
) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const se_DeleteChannelPolicyCommand: (
|
|
123
|
+
input: DeleteChannelPolicyCommandInput,
|
|
124
|
+
context: __SerdeContext
|
|
125
|
+
) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const se_DeleteOriginEndpointCommand: (
|
|
127
|
+
input: DeleteOriginEndpointCommandInput,
|
|
128
|
+
context: __SerdeContext
|
|
129
|
+
) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const se_DeleteOriginEndpointPolicyCommand: (
|
|
131
|
+
input: DeleteOriginEndpointPolicyCommandInput,
|
|
132
|
+
context: __SerdeContext
|
|
133
|
+
) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const se_GetChannelCommand: (
|
|
135
|
+
input: GetChannelCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const se_GetChannelGroupCommand: (
|
|
139
|
+
input: GetChannelGroupCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const se_GetChannelPolicyCommand: (
|
|
143
|
+
input: GetChannelPolicyCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const se_GetOriginEndpointCommand: (
|
|
147
|
+
input: GetOriginEndpointCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const se_GetOriginEndpointPolicyCommand: (
|
|
151
|
+
input: GetOriginEndpointPolicyCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const se_ListChannelGroupsCommand: (
|
|
155
|
+
input: ListChannelGroupsCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const se_ListChannelsCommand: (
|
|
159
|
+
input: ListChannelsCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const se_ListOriginEndpointsCommand: (
|
|
163
|
+
input: ListOriginEndpointsCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
167
|
+
input: ListTagsForResourceCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const se_PutChannelPolicyCommand: (
|
|
171
|
+
input: PutChannelPolicyCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const se_PutOriginEndpointPolicyCommand: (
|
|
175
|
+
input: PutOriginEndpointPolicyCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const se_TagResourceCommand: (
|
|
179
|
+
input: TagResourceCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const se_UntagResourceCommand: (
|
|
183
|
+
input: UntagResourceCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const se_UpdateChannelCommand: (
|
|
187
|
+
input: UpdateChannelCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const se_UpdateChannelGroupCommand: (
|
|
191
|
+
input: UpdateChannelGroupCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const se_UpdateOriginEndpointCommand: (
|
|
195
|
+
input: UpdateOriginEndpointCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const de_CreateChannelCommand: (
|
|
199
|
+
output: __HttpResponse,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<CreateChannelCommandOutput>;
|
|
202
|
+
export declare const de_CreateChannelGroupCommand: (
|
|
203
|
+
output: __HttpResponse,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<CreateChannelGroupCommandOutput>;
|
|
206
|
+
export declare const de_CreateOriginEndpointCommand: (
|
|
207
|
+
output: __HttpResponse,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<CreateOriginEndpointCommandOutput>;
|
|
210
|
+
export declare const de_DeleteChannelCommand: (
|
|
211
|
+
output: __HttpResponse,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<DeleteChannelCommandOutput>;
|
|
214
|
+
export declare const de_DeleteChannelGroupCommand: (
|
|
215
|
+
output: __HttpResponse,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<DeleteChannelGroupCommandOutput>;
|
|
218
|
+
export declare const de_DeleteChannelPolicyCommand: (
|
|
219
|
+
output: __HttpResponse,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<DeleteChannelPolicyCommandOutput>;
|
|
222
|
+
export declare const de_DeleteOriginEndpointCommand: (
|
|
223
|
+
output: __HttpResponse,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<DeleteOriginEndpointCommandOutput>;
|
|
226
|
+
export declare const de_DeleteOriginEndpointPolicyCommand: (
|
|
227
|
+
output: __HttpResponse,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<DeleteOriginEndpointPolicyCommandOutput>;
|
|
230
|
+
export declare const de_GetChannelCommand: (
|
|
231
|
+
output: __HttpResponse,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<GetChannelCommandOutput>;
|
|
234
|
+
export declare const de_GetChannelGroupCommand: (
|
|
235
|
+
output: __HttpResponse,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<GetChannelGroupCommandOutput>;
|
|
238
|
+
export declare const de_GetChannelPolicyCommand: (
|
|
239
|
+
output: __HttpResponse,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<GetChannelPolicyCommandOutput>;
|
|
242
|
+
export declare const de_GetOriginEndpointCommand: (
|
|
243
|
+
output: __HttpResponse,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<GetOriginEndpointCommandOutput>;
|
|
246
|
+
export declare const de_GetOriginEndpointPolicyCommand: (
|
|
247
|
+
output: __HttpResponse,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<GetOriginEndpointPolicyCommandOutput>;
|
|
250
|
+
export declare const de_ListChannelGroupsCommand: (
|
|
251
|
+
output: __HttpResponse,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<ListChannelGroupsCommandOutput>;
|
|
254
|
+
export declare const de_ListChannelsCommand: (
|
|
255
|
+
output: __HttpResponse,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<ListChannelsCommandOutput>;
|
|
258
|
+
export declare const de_ListOriginEndpointsCommand: (
|
|
259
|
+
output: __HttpResponse,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<ListOriginEndpointsCommandOutput>;
|
|
262
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
263
|
+
output: __HttpResponse,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
266
|
+
export declare const de_PutChannelPolicyCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<PutChannelPolicyCommandOutput>;
|
|
270
|
+
export declare const de_PutOriginEndpointPolicyCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<PutOriginEndpointPolicyCommandOutput>;
|
|
274
|
+
export declare const de_TagResourceCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<TagResourceCommandOutput>;
|
|
278
|
+
export declare const de_UntagResourceCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
282
|
+
export declare const de_UpdateChannelCommand: (
|
|
283
|
+
output: __HttpResponse,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<UpdateChannelCommandOutput>;
|
|
286
|
+
export declare const de_UpdateChannelGroupCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<UpdateChannelGroupCommandOutput>;
|
|
290
|
+
export declare const de_UpdateOriginEndpointCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<UpdateOriginEndpointCommandOutput>;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { MediaPackageV2ClientConfig } from "./MediaPackageV2Client";
|
|
3
|
+
export declare const getRuntimeConfig: (config: MediaPackageV2ClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
9
|
+
credentialDefaultProvider: (
|
|
10
|
+
input: any
|
|
11
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
13
|
+
import("@aws-sdk/types").UserAgent
|
|
14
|
+
>;
|
|
15
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) &
|
|
16
|
+
(number | import("@aws-sdk/types").Provider<number>);
|
|
17
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
18
|
+
requestHandler:
|
|
19
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
20
|
+
any,
|
|
21
|
+
any,
|
|
22
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
23
|
+
> &
|
|
24
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
25
|
+
| RequestHandler;
|
|
26
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
28
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
29
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
31
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
32
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
33
|
+
apiVersion: string;
|
|
34
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
35
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
36
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
37
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
38
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
39
|
+
disableHostPrefix: boolean;
|
|
40
|
+
serviceId: string;
|
|
41
|
+
logger: import("@aws-sdk/types").Logger;
|
|
42
|
+
endpoint?:
|
|
43
|
+
| ((
|
|
44
|
+
| string
|
|
45
|
+
| import("@aws-sdk/types").Endpoint
|
|
46
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
47
|
+
| import("@aws-sdk/types").EndpointV2
|
|
48
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
49
|
+
) &
|
|
50
|
+
(
|
|
51
|
+
| string
|
|
52
|
+
| import("@smithy/types").Provider<string>
|
|
53
|
+
| import("@smithy/types").Endpoint
|
|
54
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
55
|
+
| import("@aws-sdk/types").EndpointV2
|
|
56
|
+
| import("@smithy/types").Provider<
|
|
57
|
+
import("@aws-sdk/types").EndpointV2
|
|
58
|
+
>
|
|
59
|
+
))
|
|
60
|
+
| undefined;
|
|
61
|
+
endpointProvider: (
|
|
62
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
63
|
+
context?: {
|
|
64
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
65
|
+
}
|
|
66
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
67
|
+
tls?: boolean | undefined;
|
|
68
|
+
retryStrategy?:
|
|
69
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
70
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
71
|
+
| undefined;
|
|
72
|
+
credentials?:
|
|
73
|
+
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
74
|
+
| import("@aws-sdk/types").Provider<
|
|
75
|
+
import("@aws-sdk/types").AwsCredentialIdentity
|
|
76
|
+
>
|
|
77
|
+
| undefined;
|
|
78
|
+
signer?:
|
|
79
|
+
| import("@aws-sdk/types").RequestSigner
|
|
80
|
+
| ((
|
|
81
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
82
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
83
|
+
| undefined;
|
|
84
|
+
signingEscapePath?: boolean | undefined;
|
|
85
|
+
systemClockOffset?: number | undefined;
|
|
86
|
+
signingRegion?: string | undefined;
|
|
87
|
+
signerConstructor?:
|
|
88
|
+
| (new (
|
|
89
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
90
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
92
|
+
| undefined;
|
|
93
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
94
|
+
};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { MediaPackageV2ClientConfig } from "./MediaPackageV2Client";
|
|
3
|
+
export declare const getRuntimeConfig: (config: MediaPackageV2ClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
9
|
+
credentialDefaultProvider: (
|
|
10
|
+
input: any
|
|
11
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
13
|
+
import("@aws-sdk/types").UserAgent
|
|
14
|
+
>;
|
|
15
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
16
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
requestHandler:
|
|
18
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
19
|
+
any,
|
|
20
|
+
any,
|
|
21
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
22
|
+
> &
|
|
23
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
24
|
+
| RequestHandler;
|
|
25
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
27
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
28
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
|
+
apiVersion: string;
|
|
31
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
32
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
33
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
34
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
serviceId: string;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
endpoint?:
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(
|
|
48
|
+
| string
|
|
49
|
+
| import("@smithy/types").Provider<string>
|
|
50
|
+
| import("@smithy/types").Endpoint
|
|
51
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
52
|
+
| import("@aws-sdk/types").EndpointV2
|
|
53
|
+
| import("@smithy/types").Provider<
|
|
54
|
+
import("@aws-sdk/types").EndpointV2
|
|
55
|
+
>
|
|
56
|
+
))
|
|
57
|
+
| undefined;
|
|
58
|
+
endpointProvider: (
|
|
59
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
60
|
+
context?: {
|
|
61
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
62
|
+
}
|
|
63
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
64
|
+
tls?: boolean | undefined;
|
|
65
|
+
retryStrategy?:
|
|
66
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
67
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
68
|
+
| undefined;
|
|
69
|
+
credentials?:
|
|
70
|
+
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
71
|
+
| import("@aws-sdk/types").Provider<
|
|
72
|
+
import("@aws-sdk/types").AwsCredentialIdentity
|
|
73
|
+
>
|
|
74
|
+
| undefined;
|
|
75
|
+
signer?:
|
|
76
|
+
| import("@aws-sdk/types").RequestSigner
|
|
77
|
+
| ((
|
|
78
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
79
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
80
|
+
| undefined;
|
|
81
|
+
signingEscapePath?: boolean | undefined;
|
|
82
|
+
systemClockOffset?: number | undefined;
|
|
83
|
+
signingRegion?: string | undefined;
|
|
84
|
+
signerConstructor?:
|
|
85
|
+
| (new (
|
|
86
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
87
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
88
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
89
|
+
| undefined;
|
|
90
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
91
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { MediaPackageV2ClientConfig } from "./MediaPackageV2Client";
|
|
2
|
+
export declare const getRuntimeConfig: (config: MediaPackageV2ClientConfig) => {
|
|
3
|
+
runtime: string;
|
|
4
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
5
|
+
requestHandler:
|
|
6
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
7
|
+
any,
|
|
8
|
+
any,
|
|
9
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
10
|
+
> &
|
|
11
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
12
|
+
| import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
13
|
+
apiVersion: string;
|
|
14
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
15
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
16
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
18
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
19
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
serviceId: string;
|
|
23
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
24
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
25
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
26
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
27
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
28
|
+
credentialDefaultProvider: (
|
|
29
|
+
input: any
|
|
30
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
31
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
32
|
+
import("@aws-sdk/types").UserAgent
|
|
33
|
+
>;
|
|
34
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) &
|
|
35
|
+
(number | import("@aws-sdk/types").Provider<number>);
|
|
36
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
37
|
+
logger: import("@aws-sdk/types").Logger;
|
|
38
|
+
defaultsMode:
|
|
39
|
+
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
40
|
+
| import("@smithy/types").Provider<
|
|
41
|
+
import("@aws-sdk/smithy-client").DefaultsMode
|
|
42
|
+
>;
|
|
43
|
+
endpoint?:
|
|
44
|
+
| string
|
|
45
|
+
| import("@aws-sdk/types").EndpointV2
|
|
46
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
47
|
+
import("@smithy/types").Provider<import("@smithy/types").Endpoint>)
|
|
48
|
+
| (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint)
|
|
49
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
50
|
+
import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
|
|
51
|
+
| undefined;
|
|
52
|
+
endpointProvider: (
|
|
53
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
54
|
+
context?: {
|
|
55
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
56
|
+
}
|
|
57
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
58
|
+
tls?: boolean | undefined;
|
|
59
|
+
retryStrategy?:
|
|
60
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
61
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
62
|
+
| undefined;
|
|
63
|
+
credentials?:
|
|
64
|
+
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
65
|
+
| import("@aws-sdk/types").Provider<
|
|
66
|
+
import("@aws-sdk/types").AwsCredentialIdentity
|
|
67
|
+
>
|
|
68
|
+
| undefined;
|
|
69
|
+
signer?:
|
|
70
|
+
| import("@aws-sdk/types").RequestSigner
|
|
71
|
+
| ((
|
|
72
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
73
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
74
|
+
| undefined;
|
|
75
|
+
signingEscapePath?: boolean | undefined;
|
|
76
|
+
systemClockOffset?: number | undefined;
|
|
77
|
+
signingRegion?: string | undefined;
|
|
78
|
+
signerConstructor?:
|
|
79
|
+
| (new (
|
|
80
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
81
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
82
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
83
|
+
| undefined;
|
|
84
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
85
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MediaPackageV2ClientConfig } from "./MediaPackageV2Client";
|
|
2
|
+
export declare const getRuntimeConfig: (config: MediaPackageV2ClientConfig) => {
|
|
3
|
+
apiVersion: string;
|
|
4
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
endpointProvider: (
|
|
8
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
9
|
+
context?: {
|
|
10
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
11
|
+
}
|
|
12
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
13
|
+
logger: import("@aws-sdk/types").Logger;
|
|
14
|
+
serviceId: string;
|
|
15
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aws-sdk/client-mediapackagev2",
|
|
3
|
+
"description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
|
|
4
|
+
"version": "3.336.0",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
10
|
+
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
11
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
12
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
15
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo mediapackagev2"
|
|
16
|
+
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
20
|
+
"sideEffects": false,
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.335.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.329.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.335.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.329.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.329.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.329.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.329.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.329.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.329.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.329.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.329.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.329.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.329.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.329.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.329.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.332.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.329.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.329.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.329.0",
|
|
43
|
+
"@aws-sdk/types": "3.329.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.329.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.329.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.329.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.332.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.329.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.329.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.329.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
56
|
+
"@smithy/types": "^1.0.0",
|
|
57
|
+
"tslib": "^2.5.0",
|
|
58
|
+
"uuid": "^8.3.2"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
62
|
+
"@tsconfig/node14": "1.0.3",
|
|
63
|
+
"@types/node": "^14.14.31",
|
|
64
|
+
"@types/uuid": "^8.3.0",
|
|
65
|
+
"concurrently": "7.0.0",
|
|
66
|
+
"downlevel-dts": "0.10.1",
|
|
67
|
+
"rimraf": "3.0.2",
|
|
68
|
+
"typedoc": "0.23.23",
|
|
69
|
+
"typescript": "~4.9.5"
|
|
70
|
+
},
|
|
71
|
+
"engines": {
|
|
72
|
+
"node": ">=14.0.0"
|
|
73
|
+
},
|
|
74
|
+
"typesVersions": {
|
|
75
|
+
"<4.0": {
|
|
76
|
+
"dist-types/*": [
|
|
77
|
+
"dist-types/ts3.4/*"
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"files": [
|
|
82
|
+
"dist-*/**"
|
|
83
|
+
],
|
|
84
|
+
"author": {
|
|
85
|
+
"name": "AWS SDK for JavaScript Team",
|
|
86
|
+
"url": "https://aws.amazon.com/javascript/"
|
|
87
|
+
},
|
|
88
|
+
"license": "Apache-2.0",
|
|
89
|
+
"browser": {
|
|
90
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
91
|
+
},
|
|
92
|
+
"react-native": {
|
|
93
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
94
|
+
},
|
|
95
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-mediapackagev2",
|
|
96
|
+
"repository": {
|
|
97
|
+
"type": "git",
|
|
98
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
99
|
+
"directory": "clients/client-mediapackagev2"
|
|
100
|
+
}
|
|
101
|
+
}
|