@aws-sdk/client-mediapackage-vod 3.35.0 → 3.38.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 +48 -0
- package/dist-cjs/MediaPackageVod.js +0 -4
- package/dist-cjs/MediaPackageVodClient.js +0 -9
- package/dist-cjs/commands/ConfigureLogsCommand.js +0 -25
- package/dist-cjs/commands/CreateAssetCommand.js +0 -25
- package/dist-cjs/commands/CreatePackagingConfigurationCommand.js +0 -25
- package/dist-cjs/commands/CreatePackagingGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteAssetCommand.js +0 -25
- package/dist-cjs/commands/DeletePackagingConfigurationCommand.js +0 -25
- package/dist-cjs/commands/DeletePackagingGroupCommand.js +0 -25
- package/dist-cjs/commands/DescribeAssetCommand.js +0 -25
- package/dist-cjs/commands/DescribePackagingConfigurationCommand.js +0 -25
- package/dist-cjs/commands/DescribePackagingGroupCommand.js +0 -25
- package/dist-cjs/commands/ListAssetsCommand.js +0 -25
- package/dist-cjs/commands/ListPackagingConfigurationsCommand.js +0 -25
- package/dist-cjs/commands/ListPackagingGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdatePackagingGroupCommand.js +0 -25
- package/dist-cjs/commands/index.js +20 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -24
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -172
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAssetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPackagingConfigurationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPackagingGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/MediaPackageVod.js +0 -1
- package/dist-es/MediaPackageVodClient.js +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js +0 -1
- package/dist-es/commands/CreateAssetCommand.js +0 -1
- package/dist-es/commands/CreatePackagingConfigurationCommand.js +0 -1
- package/dist-es/commands/CreatePackagingGroupCommand.js +0 -1
- package/dist-es/commands/DeleteAssetCommand.js +0 -1
- package/dist-es/commands/DeletePackagingConfigurationCommand.js +0 -1
- package/dist-es/commands/DeletePackagingGroupCommand.js +0 -1
- package/dist-es/commands/DescribeAssetCommand.js +0 -1
- package/dist-es/commands/DescribePackagingConfigurationCommand.js +0 -1
- package/dist-es/commands/DescribePackagingGroupCommand.js +0 -1
- package/dist-es/commands/ListAssetsCommand.js +0 -1
- package/dist-es/commands/ListPackagingConfigurationsCommand.js +0 -1
- package/dist-es/commands/ListPackagingGroupsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdatePackagingGroupCommand.js +0 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -24
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListAssetsPaginator.js +0 -1
- package/dist-es/pagination/ListPackagingConfigurationsPaginator.js +0 -1
- package/dist-es/pagination/ListPackagingGroupsPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/index.d.ts +4 -23
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/MediaPackageVod.d.ts +18 -54
- package/dist-types/ts3.4/MediaPackageVodClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/index.d.ts +4 -23
- package/dist-types/ts3.4/models/models_0.d.ts +265 -810
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/MediaPackageVod.js.map +0 -1
- package/dist-cjs/MediaPackageVodClient.js.map +0 -1
- package/dist-cjs/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAssetCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePackagingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePackagingGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAssetCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePackagingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePackagingGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAssetCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePackagingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePackagingGroupCommand.js.map +0 -1
- package/dist-cjs/commands/ListAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPackagingConfigurationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPackagingGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.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/UpdatePackagingGroupCommand.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/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPackagingConfigurationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPackagingGroupsPaginator.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/MediaPackageVod.js.map +0 -1
- package/dist-es/MediaPackageVodClient.js.map +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-es/commands/CreateAssetCommand.js.map +0 -1
- package/dist-es/commands/CreatePackagingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/CreatePackagingGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteAssetCommand.js.map +0 -1
- package/dist-es/commands/DeletePackagingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DeletePackagingGroupCommand.js.map +0 -1
- package/dist-es/commands/DescribeAssetCommand.js.map +0 -1
- package/dist-es/commands/DescribePackagingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DescribePackagingGroupCommand.js.map +0 -1
- package/dist-es/commands/ListAssetsCommand.js.map +0 -1
- package/dist-es/commands/ListPackagingConfigurationsCommand.js.map +0 -1
- package/dist-es/commands/ListPackagingGroupsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.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/UpdatePackagingGroupCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPackagingConfigurationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPackagingGroupsPaginator.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/jest.config.js +0 -4
- package/src/MediaPackageVod.ts +0 -597
- package/src/MediaPackageVodClient.ts +0 -317
- package/src/commands/ConfigureLogsCommand.ts +0 -95
- package/src/commands/CreateAssetCommand.ts +0 -95
- package/src/commands/CreatePackagingConfigurationCommand.ts +0 -100
- package/src/commands/CreatePackagingGroupCommand.ts +0 -95
- package/src/commands/DeleteAssetCommand.ts +0 -95
- package/src/commands/DeletePackagingConfigurationCommand.ts +0 -100
- package/src/commands/DeletePackagingGroupCommand.ts +0 -95
- package/src/commands/DescribeAssetCommand.ts +0 -95
- package/src/commands/DescribePackagingConfigurationCommand.ts +0 -103
- package/src/commands/DescribePackagingGroupCommand.ts +0 -95
- package/src/commands/ListAssetsCommand.ts +0 -95
- package/src/commands/ListPackagingConfigurationsCommand.ts +0 -100
- package/src/commands/ListPackagingGroupsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdatePackagingGroupCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -24
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1680
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListAssetsPaginator.ts +0 -55
- package/src/pagination/ListPackagingConfigurationsPaginator.ts +0 -59
- package/src/pagination/ListPackagingGroupsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3087
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -8,9 +8,6 @@ var __PeriodTriggersElement;
|
|
|
8
8
|
})(__PeriodTriggersElement = exports.__PeriodTriggersElement || (exports.__PeriodTriggersElement = {}));
|
|
9
9
|
var AssetShallow;
|
|
10
10
|
(function (AssetShallow) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
11
|
AssetShallow.filterSensitiveLog = (obj) => ({
|
|
15
12
|
...obj,
|
|
16
13
|
});
|
|
@@ -33,27 +30,18 @@ var StreamOrder;
|
|
|
33
30
|
})(StreamOrder = exports.StreamOrder || (exports.StreamOrder = {}));
|
|
34
31
|
var StreamSelection;
|
|
35
32
|
(function (StreamSelection) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
33
|
StreamSelection.filterSensitiveLog = (obj) => ({
|
|
40
34
|
...obj,
|
|
41
35
|
});
|
|
42
36
|
})(StreamSelection = exports.StreamSelection || (exports.StreamSelection = {}));
|
|
43
37
|
var DashManifest;
|
|
44
38
|
(function (DashManifest) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
39
|
DashManifest.filterSensitiveLog = (obj) => ({
|
|
49
40
|
...obj,
|
|
50
41
|
});
|
|
51
42
|
})(DashManifest = exports.DashManifest || (exports.DashManifest = {}));
|
|
52
43
|
var EgressEndpoint;
|
|
53
44
|
(function (EgressEndpoint) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
45
|
EgressEndpoint.filterSensitiveLog = (obj) => ({
|
|
58
46
|
...obj,
|
|
59
47
|
});
|
|
@@ -66,54 +54,36 @@ var AdMarkers;
|
|
|
66
54
|
})(AdMarkers = exports.AdMarkers || (exports.AdMarkers = {}));
|
|
67
55
|
var HlsManifest;
|
|
68
56
|
(function (HlsManifest) {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
57
|
HlsManifest.filterSensitiveLog = (obj) => ({
|
|
73
58
|
...obj,
|
|
74
59
|
});
|
|
75
60
|
})(HlsManifest = exports.HlsManifest || (exports.HlsManifest = {}));
|
|
76
61
|
var MssManifest;
|
|
77
62
|
(function (MssManifest) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
63
|
MssManifest.filterSensitiveLog = (obj) => ({
|
|
82
64
|
...obj,
|
|
83
65
|
});
|
|
84
66
|
})(MssManifest = exports.MssManifest || (exports.MssManifest = {}));
|
|
85
67
|
var SpekeKeyProvider;
|
|
86
68
|
(function (SpekeKeyProvider) {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
69
|
SpekeKeyProvider.filterSensitiveLog = (obj) => ({
|
|
91
70
|
...obj,
|
|
92
71
|
});
|
|
93
72
|
})(SpekeKeyProvider = exports.SpekeKeyProvider || (exports.SpekeKeyProvider = {}));
|
|
94
73
|
var CmafEncryption;
|
|
95
74
|
(function (CmafEncryption) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
75
|
CmafEncryption.filterSensitiveLog = (obj) => ({
|
|
100
76
|
...obj,
|
|
101
77
|
});
|
|
102
78
|
})(CmafEncryption = exports.CmafEncryption || (exports.CmafEncryption = {}));
|
|
103
79
|
var CmafPackage;
|
|
104
80
|
(function (CmafPackage) {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
81
|
CmafPackage.filterSensitiveLog = (obj) => ({
|
|
109
82
|
...obj,
|
|
110
83
|
});
|
|
111
84
|
})(CmafPackage = exports.CmafPackage || (exports.CmafPackage = {}));
|
|
112
85
|
var DashEncryption;
|
|
113
86
|
(function (DashEncryption) {
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
87
|
DashEncryption.filterSensitiveLog = (obj) => ({
|
|
118
88
|
...obj,
|
|
119
89
|
});
|
|
@@ -126,9 +96,6 @@ var SegmentTemplateFormat;
|
|
|
126
96
|
})(SegmentTemplateFormat = exports.SegmentTemplateFormat || (exports.SegmentTemplateFormat = {}));
|
|
127
97
|
var DashPackage;
|
|
128
98
|
(function (DashPackage) {
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
99
|
DashPackage.filterSensitiveLog = (obj) => ({
|
|
133
100
|
...obj,
|
|
134
101
|
});
|
|
@@ -140,416 +107,277 @@ var EncryptionMethod;
|
|
|
140
107
|
})(EncryptionMethod = exports.EncryptionMethod || (exports.EncryptionMethod = {}));
|
|
141
108
|
var HlsEncryption;
|
|
142
109
|
(function (HlsEncryption) {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
110
|
HlsEncryption.filterSensitiveLog = (obj) => ({
|
|
147
111
|
...obj,
|
|
148
112
|
});
|
|
149
113
|
})(HlsEncryption = exports.HlsEncryption || (exports.HlsEncryption = {}));
|
|
150
114
|
var HlsPackage;
|
|
151
115
|
(function (HlsPackage) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
116
|
HlsPackage.filterSensitiveLog = (obj) => ({
|
|
156
117
|
...obj,
|
|
157
118
|
});
|
|
158
119
|
})(HlsPackage = exports.HlsPackage || (exports.HlsPackage = {}));
|
|
159
120
|
var MssEncryption;
|
|
160
121
|
(function (MssEncryption) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
122
|
MssEncryption.filterSensitiveLog = (obj) => ({
|
|
165
123
|
...obj,
|
|
166
124
|
});
|
|
167
125
|
})(MssEncryption = exports.MssEncryption || (exports.MssEncryption = {}));
|
|
168
126
|
var MssPackage;
|
|
169
127
|
(function (MssPackage) {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
128
|
MssPackage.filterSensitiveLog = (obj) => ({
|
|
174
129
|
...obj,
|
|
175
130
|
});
|
|
176
131
|
})(MssPackage = exports.MssPackage || (exports.MssPackage = {}));
|
|
177
132
|
var PackagingConfiguration;
|
|
178
133
|
(function (PackagingConfiguration) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
134
|
PackagingConfiguration.filterSensitiveLog = (obj) => ({
|
|
183
135
|
...obj,
|
|
184
136
|
});
|
|
185
137
|
})(PackagingConfiguration = exports.PackagingConfiguration || (exports.PackagingConfiguration = {}));
|
|
186
138
|
var Authorization;
|
|
187
139
|
(function (Authorization) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
140
|
Authorization.filterSensitiveLog = (obj) => ({
|
|
192
141
|
...obj,
|
|
193
142
|
});
|
|
194
143
|
})(Authorization = exports.Authorization || (exports.Authorization = {}));
|
|
195
144
|
var EgressAccessLogs;
|
|
196
145
|
(function (EgressAccessLogs) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
146
|
EgressAccessLogs.filterSensitiveLog = (obj) => ({
|
|
201
147
|
...obj,
|
|
202
148
|
});
|
|
203
149
|
})(EgressAccessLogs = exports.EgressAccessLogs || (exports.EgressAccessLogs = {}));
|
|
204
150
|
var PackagingGroup;
|
|
205
151
|
(function (PackagingGroup) {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
152
|
PackagingGroup.filterSensitiveLog = (obj) => ({
|
|
210
153
|
...obj,
|
|
211
154
|
});
|
|
212
155
|
})(PackagingGroup = exports.PackagingGroup || (exports.PackagingGroup = {}));
|
|
213
156
|
var ConfigureLogsRequest;
|
|
214
157
|
(function (ConfigureLogsRequest) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
158
|
ConfigureLogsRequest.filterSensitiveLog = (obj) => ({
|
|
219
159
|
...obj,
|
|
220
160
|
});
|
|
221
161
|
})(ConfigureLogsRequest = exports.ConfigureLogsRequest || (exports.ConfigureLogsRequest = {}));
|
|
222
162
|
var ConfigureLogsResponse;
|
|
223
163
|
(function (ConfigureLogsResponse) {
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
164
|
ConfigureLogsResponse.filterSensitiveLog = (obj) => ({
|
|
228
165
|
...obj,
|
|
229
166
|
});
|
|
230
167
|
})(ConfigureLogsResponse = exports.ConfigureLogsResponse || (exports.ConfigureLogsResponse = {}));
|
|
231
168
|
var ForbiddenException;
|
|
232
169
|
(function (ForbiddenException) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
170
|
ForbiddenException.filterSensitiveLog = (obj) => ({
|
|
237
171
|
...obj,
|
|
238
172
|
});
|
|
239
173
|
})(ForbiddenException = exports.ForbiddenException || (exports.ForbiddenException = {}));
|
|
240
174
|
var InternalServerErrorException;
|
|
241
175
|
(function (InternalServerErrorException) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
176
|
InternalServerErrorException.filterSensitiveLog = (obj) => ({
|
|
246
177
|
...obj,
|
|
247
178
|
});
|
|
248
179
|
})(InternalServerErrorException = exports.InternalServerErrorException || (exports.InternalServerErrorException = {}));
|
|
249
180
|
var NotFoundException;
|
|
250
181
|
(function (NotFoundException) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
182
|
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
255
183
|
...obj,
|
|
256
184
|
});
|
|
257
185
|
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
258
186
|
var ServiceUnavailableException;
|
|
259
187
|
(function (ServiceUnavailableException) {
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
188
|
ServiceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
264
189
|
...obj,
|
|
265
190
|
});
|
|
266
191
|
})(ServiceUnavailableException = exports.ServiceUnavailableException || (exports.ServiceUnavailableException = {}));
|
|
267
192
|
var TooManyRequestsException;
|
|
268
193
|
(function (TooManyRequestsException) {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
194
|
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
273
195
|
...obj,
|
|
274
196
|
});
|
|
275
197
|
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
276
198
|
var UnprocessableEntityException;
|
|
277
199
|
(function (UnprocessableEntityException) {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
200
|
UnprocessableEntityException.filterSensitiveLog = (obj) => ({
|
|
282
201
|
...obj,
|
|
283
202
|
});
|
|
284
203
|
})(UnprocessableEntityException = exports.UnprocessableEntityException || (exports.UnprocessableEntityException = {}));
|
|
285
204
|
var CreateAssetRequest;
|
|
286
205
|
(function (CreateAssetRequest) {
|
|
287
|
-
/**
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
206
|
CreateAssetRequest.filterSensitiveLog = (obj) => ({
|
|
291
207
|
...obj,
|
|
292
208
|
});
|
|
293
209
|
})(CreateAssetRequest = exports.CreateAssetRequest || (exports.CreateAssetRequest = {}));
|
|
294
210
|
var CreateAssetResponse;
|
|
295
211
|
(function (CreateAssetResponse) {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
212
|
CreateAssetResponse.filterSensitiveLog = (obj) => ({
|
|
300
213
|
...obj,
|
|
301
214
|
});
|
|
302
215
|
})(CreateAssetResponse = exports.CreateAssetResponse || (exports.CreateAssetResponse = {}));
|
|
303
216
|
var CreatePackagingConfigurationRequest;
|
|
304
217
|
(function (CreatePackagingConfigurationRequest) {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
218
|
CreatePackagingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
309
219
|
...obj,
|
|
310
220
|
});
|
|
311
221
|
})(CreatePackagingConfigurationRequest = exports.CreatePackagingConfigurationRequest || (exports.CreatePackagingConfigurationRequest = {}));
|
|
312
222
|
var CreatePackagingConfigurationResponse;
|
|
313
223
|
(function (CreatePackagingConfigurationResponse) {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
224
|
CreatePackagingConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
318
225
|
...obj,
|
|
319
226
|
});
|
|
320
227
|
})(CreatePackagingConfigurationResponse = exports.CreatePackagingConfigurationResponse || (exports.CreatePackagingConfigurationResponse = {}));
|
|
321
228
|
var CreatePackagingGroupRequest;
|
|
322
229
|
(function (CreatePackagingGroupRequest) {
|
|
323
|
-
/**
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
230
|
CreatePackagingGroupRequest.filterSensitiveLog = (obj) => ({
|
|
327
231
|
...obj,
|
|
328
232
|
});
|
|
329
233
|
})(CreatePackagingGroupRequest = exports.CreatePackagingGroupRequest || (exports.CreatePackagingGroupRequest = {}));
|
|
330
234
|
var CreatePackagingGroupResponse;
|
|
331
235
|
(function (CreatePackagingGroupResponse) {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
236
|
CreatePackagingGroupResponse.filterSensitiveLog = (obj) => ({
|
|
336
237
|
...obj,
|
|
337
238
|
});
|
|
338
239
|
})(CreatePackagingGroupResponse = exports.CreatePackagingGroupResponse || (exports.CreatePackagingGroupResponse = {}));
|
|
339
240
|
var DeleteAssetRequest;
|
|
340
241
|
(function (DeleteAssetRequest) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
242
|
DeleteAssetRequest.filterSensitiveLog = (obj) => ({
|
|
345
243
|
...obj,
|
|
346
244
|
});
|
|
347
245
|
})(DeleteAssetRequest = exports.DeleteAssetRequest || (exports.DeleteAssetRequest = {}));
|
|
348
246
|
var DeleteAssetResponse;
|
|
349
247
|
(function (DeleteAssetResponse) {
|
|
350
|
-
/**
|
|
351
|
-
* @internal
|
|
352
|
-
*/
|
|
353
248
|
DeleteAssetResponse.filterSensitiveLog = (obj) => ({
|
|
354
249
|
...obj,
|
|
355
250
|
});
|
|
356
251
|
})(DeleteAssetResponse = exports.DeleteAssetResponse || (exports.DeleteAssetResponse = {}));
|
|
357
252
|
var DeletePackagingConfigurationRequest;
|
|
358
253
|
(function (DeletePackagingConfigurationRequest) {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
254
|
DeletePackagingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
363
255
|
...obj,
|
|
364
256
|
});
|
|
365
257
|
})(DeletePackagingConfigurationRequest = exports.DeletePackagingConfigurationRequest || (exports.DeletePackagingConfigurationRequest = {}));
|
|
366
258
|
var DeletePackagingConfigurationResponse;
|
|
367
259
|
(function (DeletePackagingConfigurationResponse) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
260
|
DeletePackagingConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
372
261
|
...obj,
|
|
373
262
|
});
|
|
374
263
|
})(DeletePackagingConfigurationResponse = exports.DeletePackagingConfigurationResponse || (exports.DeletePackagingConfigurationResponse = {}));
|
|
375
264
|
var DeletePackagingGroupRequest;
|
|
376
265
|
(function (DeletePackagingGroupRequest) {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
266
|
DeletePackagingGroupRequest.filterSensitiveLog = (obj) => ({
|
|
381
267
|
...obj,
|
|
382
268
|
});
|
|
383
269
|
})(DeletePackagingGroupRequest = exports.DeletePackagingGroupRequest || (exports.DeletePackagingGroupRequest = {}));
|
|
384
270
|
var DeletePackagingGroupResponse;
|
|
385
271
|
(function (DeletePackagingGroupResponse) {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
272
|
DeletePackagingGroupResponse.filterSensitiveLog = (obj) => ({
|
|
390
273
|
...obj,
|
|
391
274
|
});
|
|
392
275
|
})(DeletePackagingGroupResponse = exports.DeletePackagingGroupResponse || (exports.DeletePackagingGroupResponse = {}));
|
|
393
276
|
var DescribeAssetRequest;
|
|
394
277
|
(function (DescribeAssetRequest) {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
278
|
DescribeAssetRequest.filterSensitiveLog = (obj) => ({
|
|
399
279
|
...obj,
|
|
400
280
|
});
|
|
401
281
|
})(DescribeAssetRequest = exports.DescribeAssetRequest || (exports.DescribeAssetRequest = {}));
|
|
402
282
|
var DescribeAssetResponse;
|
|
403
283
|
(function (DescribeAssetResponse) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
284
|
DescribeAssetResponse.filterSensitiveLog = (obj) => ({
|
|
408
285
|
...obj,
|
|
409
286
|
});
|
|
410
287
|
})(DescribeAssetResponse = exports.DescribeAssetResponse || (exports.DescribeAssetResponse = {}));
|
|
411
288
|
var DescribePackagingConfigurationRequest;
|
|
412
289
|
(function (DescribePackagingConfigurationRequest) {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
290
|
DescribePackagingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
417
291
|
...obj,
|
|
418
292
|
});
|
|
419
293
|
})(DescribePackagingConfigurationRequest = exports.DescribePackagingConfigurationRequest || (exports.DescribePackagingConfigurationRequest = {}));
|
|
420
294
|
var DescribePackagingConfigurationResponse;
|
|
421
295
|
(function (DescribePackagingConfigurationResponse) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
296
|
DescribePackagingConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
426
297
|
...obj,
|
|
427
298
|
});
|
|
428
299
|
})(DescribePackagingConfigurationResponse = exports.DescribePackagingConfigurationResponse || (exports.DescribePackagingConfigurationResponse = {}));
|
|
429
300
|
var DescribePackagingGroupRequest;
|
|
430
301
|
(function (DescribePackagingGroupRequest) {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
302
|
DescribePackagingGroupRequest.filterSensitiveLog = (obj) => ({
|
|
435
303
|
...obj,
|
|
436
304
|
});
|
|
437
305
|
})(DescribePackagingGroupRequest = exports.DescribePackagingGroupRequest || (exports.DescribePackagingGroupRequest = {}));
|
|
438
306
|
var DescribePackagingGroupResponse;
|
|
439
307
|
(function (DescribePackagingGroupResponse) {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
308
|
DescribePackagingGroupResponse.filterSensitiveLog = (obj) => ({
|
|
444
309
|
...obj,
|
|
445
310
|
});
|
|
446
311
|
})(DescribePackagingGroupResponse = exports.DescribePackagingGroupResponse || (exports.DescribePackagingGroupResponse = {}));
|
|
447
312
|
var ListAssetsRequest;
|
|
448
313
|
(function (ListAssetsRequest) {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
314
|
ListAssetsRequest.filterSensitiveLog = (obj) => ({
|
|
453
315
|
...obj,
|
|
454
316
|
});
|
|
455
317
|
})(ListAssetsRequest = exports.ListAssetsRequest || (exports.ListAssetsRequest = {}));
|
|
456
318
|
var ListAssetsResponse;
|
|
457
319
|
(function (ListAssetsResponse) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
320
|
ListAssetsResponse.filterSensitiveLog = (obj) => ({
|
|
462
321
|
...obj,
|
|
463
322
|
});
|
|
464
323
|
})(ListAssetsResponse = exports.ListAssetsResponse || (exports.ListAssetsResponse = {}));
|
|
465
324
|
var ListPackagingConfigurationsRequest;
|
|
466
325
|
(function (ListPackagingConfigurationsRequest) {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
326
|
ListPackagingConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
471
327
|
...obj,
|
|
472
328
|
});
|
|
473
329
|
})(ListPackagingConfigurationsRequest = exports.ListPackagingConfigurationsRequest || (exports.ListPackagingConfigurationsRequest = {}));
|
|
474
330
|
var ListPackagingConfigurationsResponse;
|
|
475
331
|
(function (ListPackagingConfigurationsResponse) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
332
|
ListPackagingConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
480
333
|
...obj,
|
|
481
334
|
});
|
|
482
335
|
})(ListPackagingConfigurationsResponse = exports.ListPackagingConfigurationsResponse || (exports.ListPackagingConfigurationsResponse = {}));
|
|
483
336
|
var ListPackagingGroupsRequest;
|
|
484
337
|
(function (ListPackagingGroupsRequest) {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
338
|
ListPackagingGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
489
339
|
...obj,
|
|
490
340
|
});
|
|
491
341
|
})(ListPackagingGroupsRequest = exports.ListPackagingGroupsRequest || (exports.ListPackagingGroupsRequest = {}));
|
|
492
342
|
var ListPackagingGroupsResponse;
|
|
493
343
|
(function (ListPackagingGroupsResponse) {
|
|
494
|
-
/**
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
344
|
ListPackagingGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
498
345
|
...obj,
|
|
499
346
|
});
|
|
500
347
|
})(ListPackagingGroupsResponse = exports.ListPackagingGroupsResponse || (exports.ListPackagingGroupsResponse = {}));
|
|
501
348
|
var ListTagsForResourceRequest;
|
|
502
349
|
(function (ListTagsForResourceRequest) {
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
350
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
507
351
|
...obj,
|
|
508
352
|
});
|
|
509
353
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
510
354
|
var ListTagsForResourceResponse;
|
|
511
355
|
(function (ListTagsForResourceResponse) {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
356
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
516
357
|
...obj,
|
|
517
358
|
});
|
|
518
359
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
519
360
|
var TagResourceRequest;
|
|
520
361
|
(function (TagResourceRequest) {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
362
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
525
363
|
...obj,
|
|
526
364
|
});
|
|
527
365
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
528
366
|
var UntagResourceRequest;
|
|
529
367
|
(function (UntagResourceRequest) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
368
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
534
369
|
...obj,
|
|
535
370
|
});
|
|
536
371
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
537
372
|
var UpdatePackagingGroupRequest;
|
|
538
373
|
(function (UpdatePackagingGroupRequest) {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
374
|
UpdatePackagingGroupRequest.filterSensitiveLog = (obj) => ({
|
|
543
375
|
...obj,
|
|
544
376
|
});
|
|
545
377
|
})(UpdatePackagingGroupRequest = exports.UpdatePackagingGroupRequest || (exports.UpdatePackagingGroupRequest = {}));
|
|
546
378
|
var UpdatePackagingGroupResponse;
|
|
547
379
|
(function (UpdatePackagingGroupResponse) {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
380
|
UpdatePackagingGroupResponse.filterSensitiveLog = (obj) => ({
|
|
552
381
|
...obj,
|
|
553
382
|
});
|
|
554
383
|
})(UpdatePackagingGroupResponse = exports.UpdatePackagingGroupResponse || (exports.UpdatePackagingGroupResponse = {}));
|
|
555
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListAssets = void 0;
|
|
|
4
4
|
const ListAssetsCommand_1 = require("../commands/ListAssetsCommand");
|
|
5
5
|
const MediaPackageVod_1 = require("../MediaPackageVod");
|
|
6
6
|
const MediaPackageVodClient_1 = require("../MediaPackageVodClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListAssetsCommand_1.ListAssetsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listAssets(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListAssets(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListAssets(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListAssets = paginateListAssets;
|
|
46
|
-
//# sourceMappingURL=ListAssetsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListPackagingConfigurations = void 0;
|
|
|
4
4
|
const ListPackagingConfigurationsCommand_1 = require("../commands/ListPackagingConfigurationsCommand");
|
|
5
5
|
const MediaPackageVod_1 = require("../MediaPackageVod");
|
|
6
6
|
const MediaPackageVodClient_1 = require("../MediaPackageVodClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListPackagingConfigurationsCommand_1.ListPackagingConfigurationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listPackagingConfigurations(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListPackagingConfigurations(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListPackagingConfigurations(config, input, ...additional
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListPackagingConfigurations = paginateListPackagingConfigurations;
|
|
46
|
-
//# sourceMappingURL=ListPackagingConfigurationsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListPackagingGroups = void 0;
|
|
|
4
4
|
const ListPackagingGroupsCommand_1 = require("../commands/ListPackagingGroupsCommand");
|
|
5
5
|
const MediaPackageVod_1 = require("../MediaPackageVod");
|
|
6
6
|
const MediaPackageVodClient_1 = require("../MediaPackageVodClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListPackagingGroupsCommand_1.ListPackagingGroupsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listPackagingGroups(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListPackagingGroups(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListPackagingGroups(config, input, ...additionalArgument
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListPackagingGroups = paginateListPackagingGroups;
|
|
46
|
-
//# sourceMappingURL=ListPackagingGroupsPaginator.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListAssetsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListPackagingConfigurationsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListPackagingGroupsPaginator"), exports);
|
|
@@ -2276,6 +2276,8 @@ const serializeAws_restJson1HlsPackage = (input, context) => {
|
|
|
2276
2276
|
input.HlsManifests !== null && {
|
|
2277
2277
|
hlsManifests: serializeAws_restJson1__listOfHlsManifest(input.HlsManifests, context),
|
|
2278
2278
|
}),
|
|
2279
|
+
...(input.IncludeDvbSubtitles !== undefined &&
|
|
2280
|
+
input.IncludeDvbSubtitles !== null && { includeDvbSubtitles: input.IncludeDvbSubtitles }),
|
|
2279
2281
|
...(input.SegmentDurationSeconds !== undefined &&
|
|
2280
2282
|
input.SegmentDurationSeconds !== null && { segmentDurationSeconds: input.SegmentDurationSeconds }),
|
|
2281
2283
|
...(input.UseAudioRenditionGroup !== undefined &&
|
|
@@ -2555,6 +2557,7 @@ const deserializeAws_restJson1HlsPackage = (output, context) => {
|
|
|
2555
2557
|
HlsManifests: output.hlsManifests !== undefined && output.hlsManifests !== null
|
|
2556
2558
|
? deserializeAws_restJson1__listOfHlsManifest(output.hlsManifests, context)
|
|
2557
2559
|
: undefined,
|
|
2560
|
+
IncludeDvbSubtitles: smithy_client_1.expectBoolean(output.includeDvbSubtitles),
|
|
2558
2561
|
SegmentDurationSeconds: smithy_client_1.expectInt32(output.segmentDurationSeconds),
|
|
2559
2562
|
UseAudioRenditionGroup: smithy_client_1.expectBoolean(output.useAudioRenditionGroup),
|
|
2560
2563
|
};
|
|
@@ -2659,14 +2662,12 @@ const deserializeMetadata = (output) => {
|
|
|
2659
2662
|
cfId: output.headers["x-amz-cf-id"],
|
|
2660
2663
|
});
|
|
2661
2664
|
};
|
|
2662
|
-
// Collect low-level response body stream to Uint8Array.
|
|
2663
2665
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
2664
2666
|
if (streamBody instanceof Uint8Array) {
|
|
2665
2667
|
return Promise.resolve(streamBody);
|
|
2666
2668
|
}
|
|
2667
2669
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
2668
2670
|
};
|
|
2669
|
-
// Encode Uint8Array data into string with utf-8.
|
|
2670
2671
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2671
2672
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
2672
2673
|
value !== null &&
|
|
@@ -2679,9 +2680,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
2679
2680
|
}
|
|
2680
2681
|
return {};
|
|
2681
2682
|
});
|
|
2682
|
-
/**
|
|
2683
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
2684
|
-
*/
|
|
2685
2683
|
const loadRestJsonErrorCode = (output, data) => {
|
|
2686
2684
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
2687
2685
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -2706,4 +2704,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
2706
2704
|
}
|
|
2707
2705
|
return "";
|
|
2708
2706
|
};
|
|
2709
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|