@aws-sdk/client-kinesis-video-archived-media 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/KinesisVideoArchivedMediaServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +128 -1
- package/dist-cjs/protocols/Aws_restJson1.js +111 -312
- package/dist-es/index.js +1 -0
- package/dist-es/models/KinesisVideoArchivedMediaServiceException.js +12 -0
- package/dist-es/models/models_0.js +119 -1
- package/dist-es/protocols/Aws_restJson1.js +167 -342
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/KinesisVideoArchivedMediaServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +65 -28
- package/dist-types/ts3.4/KinesisVideoArchivedMedia.d.ts +30 -0
- package/dist-types/ts3.4/KinesisVideoArchivedMediaClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/GetClipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDASHStreamingSessionURLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHLSStreamingSessionURLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMediaForFragmentListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFragmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/KinesisVideoArchivedMediaServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +360 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +17 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-video-archived-media
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-video-archived-media
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-kinesis-video-archived-media
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KinesisVideoArchivedMediaServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./KinesisVideoArchivedMedia"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./KinesisVideoArchivedMediaClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
9
|
+
var KinesisVideoArchivedMediaServiceException_1 = require("./models/KinesisVideoArchivedMediaServiceException");
|
|
10
|
+
Object.defineProperty(exports, "KinesisVideoArchivedMediaServiceException", { enumerable: true, get: function () { return KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KinesisVideoArchivedMediaServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class KinesisVideoArchivedMediaServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, KinesisVideoArchivedMediaServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.KinesisVideoArchivedMediaServiceException = KinesisVideoArchivedMediaServiceException;
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListFragmentsOutput = exports.Fragment = exports.ListFragmentsInput = exports.FragmentSelector = exports.TimestampRange = exports.FragmentSelectorType = exports.GetMediaForFragmentListOutput = exports.GetMediaForFragmentListInput = exports.GetHLSStreamingSessionURLOutput = exports.GetHLSStreamingSessionURLInput = exports.HLSPlaybackMode = exports.HLSFragmentSelector = exports.HLSTimestampRange = exports.HLSFragmentSelectorType = exports.HLSDisplayFragmentTimestamp = exports.HLSDiscontinuityMode = exports.ContainerFormat = exports.GetDASHStreamingSessionURLOutput = exports.GetDASHStreamingSessionURLInput = exports.DASHPlaybackMode = exports.DASHDisplayFragmentTimestamp = exports.DASHDisplayFragmentNumber = exports.DASHFragmentSelector = exports.DASHTimestampRange = exports.DASHFragmentSelectorType = exports.GetClipOutput = exports.GetClipInput = exports.ClipFragmentSelector = exports.ClipTimestampRange = exports.ClipFragmentSelectorType = void 0;
|
|
3
|
+
exports.ListFragmentsOutput = exports.Fragment = exports.ListFragmentsInput = exports.FragmentSelector = exports.TimestampRange = exports.FragmentSelectorType = exports.GetMediaForFragmentListOutput = exports.GetMediaForFragmentListInput = exports.GetHLSStreamingSessionURLOutput = exports.GetHLSStreamingSessionURLInput = exports.HLSPlaybackMode = exports.HLSFragmentSelector = exports.HLSTimestampRange = exports.HLSFragmentSelectorType = exports.HLSDisplayFragmentTimestamp = exports.HLSDiscontinuityMode = exports.ContainerFormat = exports.GetDASHStreamingSessionURLOutput = exports.GetDASHStreamingSessionURLInput = exports.DASHPlaybackMode = exports.DASHDisplayFragmentTimestamp = exports.DASHDisplayFragmentNumber = exports.DASHFragmentSelector = exports.DASHTimestampRange = exports.DASHFragmentSelectorType = exports.UnsupportedStreamMediaTypeException = exports.ResourceNotFoundException = exports.NotAuthorizedException = exports.NoDataRetentionException = exports.MissingCodecPrivateDataException = exports.InvalidMediaFrameException = exports.InvalidCodecPrivateDataException = exports.InvalidArgumentException = exports.GetClipOutput = exports.GetClipInput = exports.ClipFragmentSelector = exports.ClipTimestampRange = exports.ClipFragmentSelectorType = exports.ClientLimitExceededException = void 0;
|
|
4
|
+
const KinesisVideoArchivedMediaServiceException_1 = require("./KinesisVideoArchivedMediaServiceException");
|
|
5
|
+
class ClientLimitExceededException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "ClientLimitExceededException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
this.name = "ClientLimitExceededException";
|
|
13
|
+
this.$fault = "client";
|
|
14
|
+
Object.setPrototypeOf(this, ClientLimitExceededException.prototype);
|
|
15
|
+
this.Message = opts.Message;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ClientLimitExceededException = ClientLimitExceededException;
|
|
4
19
|
var ClipFragmentSelectorType;
|
|
5
20
|
(function (ClipFragmentSelectorType) {
|
|
6
21
|
ClipFragmentSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|
|
@@ -30,6 +45,118 @@ var GetClipOutput;
|
|
|
30
45
|
...obj,
|
|
31
46
|
});
|
|
32
47
|
})(GetClipOutput = exports.GetClipOutput || (exports.GetClipOutput = {}));
|
|
48
|
+
class InvalidArgumentException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
49
|
+
constructor(opts) {
|
|
50
|
+
super({
|
|
51
|
+
name: "InvalidArgumentException",
|
|
52
|
+
$fault: "client",
|
|
53
|
+
...opts,
|
|
54
|
+
});
|
|
55
|
+
this.name = "InvalidArgumentException";
|
|
56
|
+
this.$fault = "client";
|
|
57
|
+
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
58
|
+
this.Message = opts.Message;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.InvalidArgumentException = InvalidArgumentException;
|
|
62
|
+
class InvalidCodecPrivateDataException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
63
|
+
constructor(opts) {
|
|
64
|
+
super({
|
|
65
|
+
name: "InvalidCodecPrivateDataException",
|
|
66
|
+
$fault: "client",
|
|
67
|
+
...opts,
|
|
68
|
+
});
|
|
69
|
+
this.name = "InvalidCodecPrivateDataException";
|
|
70
|
+
this.$fault = "client";
|
|
71
|
+
Object.setPrototypeOf(this, InvalidCodecPrivateDataException.prototype);
|
|
72
|
+
this.Message = opts.Message;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.InvalidCodecPrivateDataException = InvalidCodecPrivateDataException;
|
|
76
|
+
class InvalidMediaFrameException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
77
|
+
constructor(opts) {
|
|
78
|
+
super({
|
|
79
|
+
name: "InvalidMediaFrameException",
|
|
80
|
+
$fault: "client",
|
|
81
|
+
...opts,
|
|
82
|
+
});
|
|
83
|
+
this.name = "InvalidMediaFrameException";
|
|
84
|
+
this.$fault = "client";
|
|
85
|
+
Object.setPrototypeOf(this, InvalidMediaFrameException.prototype);
|
|
86
|
+
this.Message = opts.Message;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.InvalidMediaFrameException = InvalidMediaFrameException;
|
|
90
|
+
class MissingCodecPrivateDataException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
91
|
+
constructor(opts) {
|
|
92
|
+
super({
|
|
93
|
+
name: "MissingCodecPrivateDataException",
|
|
94
|
+
$fault: "client",
|
|
95
|
+
...opts,
|
|
96
|
+
});
|
|
97
|
+
this.name = "MissingCodecPrivateDataException";
|
|
98
|
+
this.$fault = "client";
|
|
99
|
+
Object.setPrototypeOf(this, MissingCodecPrivateDataException.prototype);
|
|
100
|
+
this.Message = opts.Message;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
exports.MissingCodecPrivateDataException = MissingCodecPrivateDataException;
|
|
104
|
+
class NoDataRetentionException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
105
|
+
constructor(opts) {
|
|
106
|
+
super({
|
|
107
|
+
name: "NoDataRetentionException",
|
|
108
|
+
$fault: "client",
|
|
109
|
+
...opts,
|
|
110
|
+
});
|
|
111
|
+
this.name = "NoDataRetentionException";
|
|
112
|
+
this.$fault = "client";
|
|
113
|
+
Object.setPrototypeOf(this, NoDataRetentionException.prototype);
|
|
114
|
+
this.Message = opts.Message;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
exports.NoDataRetentionException = NoDataRetentionException;
|
|
118
|
+
class NotAuthorizedException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
119
|
+
constructor(opts) {
|
|
120
|
+
super({
|
|
121
|
+
name: "NotAuthorizedException",
|
|
122
|
+
$fault: "client",
|
|
123
|
+
...opts,
|
|
124
|
+
});
|
|
125
|
+
this.name = "NotAuthorizedException";
|
|
126
|
+
this.$fault = "client";
|
|
127
|
+
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
128
|
+
this.Message = opts.Message;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
exports.NotAuthorizedException = NotAuthorizedException;
|
|
132
|
+
class ResourceNotFoundException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
133
|
+
constructor(opts) {
|
|
134
|
+
super({
|
|
135
|
+
name: "ResourceNotFoundException",
|
|
136
|
+
$fault: "client",
|
|
137
|
+
...opts,
|
|
138
|
+
});
|
|
139
|
+
this.name = "ResourceNotFoundException";
|
|
140
|
+
this.$fault = "client";
|
|
141
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
142
|
+
this.Message = opts.Message;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
146
|
+
class UnsupportedStreamMediaTypeException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
147
|
+
constructor(opts) {
|
|
148
|
+
super({
|
|
149
|
+
name: "UnsupportedStreamMediaTypeException",
|
|
150
|
+
$fault: "client",
|
|
151
|
+
...opts,
|
|
152
|
+
});
|
|
153
|
+
this.name = "UnsupportedStreamMediaTypeException";
|
|
154
|
+
this.$fault = "client";
|
|
155
|
+
Object.setPrototypeOf(this, UnsupportedStreamMediaTypeException.prototype);
|
|
156
|
+
this.Message = opts.Message;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
exports.UnsupportedStreamMediaTypeException = UnsupportedStreamMediaTypeException;
|
|
33
160
|
var DASHFragmentSelectorType;
|
|
34
161
|
(function (DASHFragmentSelectorType) {
|
|
35
162
|
DASHFragmentSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|