@aws-sdk/client-ivs-realtime 3.758.0 → 3.767.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.
@@ -3,6 +3,14 @@ import { IVSRealTimeServiceException as __BaseException } from "./IVSRealTimeSer
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
+ accessControlAllowOrigin?: string | undefined;
7
+ accessControlExposeHeaders?: string | undefined;
8
+ cacheControl?: string | undefined;
9
+ contentSecurityPolicy?: string | undefined;
10
+ strictTransportSecurity?: string | undefined;
11
+ xContentTypeOptions?: string | undefined;
12
+ xFrameOptions?: string | undefined;
13
+ xAmznErrorType?: string | undefined;
6
14
  exceptionMessage?: string | undefined;
7
15
  constructor(
8
16
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
@@ -11,6 +19,14 @@ export declare class AccessDeniedException extends __BaseException {
11
19
  export declare class ConflictException extends __BaseException {
12
20
  readonly name: "ConflictException";
13
21
  readonly $fault: "client";
22
+ accessControlAllowOrigin?: string | undefined;
23
+ accessControlExposeHeaders?: string | undefined;
24
+ cacheControl?: string | undefined;
25
+ contentSecurityPolicy?: string | undefined;
26
+ strictTransportSecurity?: string | undefined;
27
+ xContentTypeOptions?: string | undefined;
28
+ xFrameOptions?: string | undefined;
29
+ xAmznErrorType?: string | undefined;
14
30
  exceptionMessage?: string | undefined;
15
31
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
16
32
  }
@@ -37,6 +53,14 @@ export interface CreateEncoderConfigurationResponse {
37
53
  export declare class InternalServerException extends __BaseException {
38
54
  readonly name: "InternalServerException";
39
55
  readonly $fault: "server";
56
+ accessControlAllowOrigin?: string | undefined;
57
+ accessControlExposeHeaders?: string | undefined;
58
+ cacheControl?: string | undefined;
59
+ contentSecurityPolicy?: string | undefined;
60
+ strictTransportSecurity?: string | undefined;
61
+ xContentTypeOptions?: string | undefined;
62
+ xFrameOptions?: string | undefined;
63
+ xAmznErrorType?: string | undefined;
40
64
  exceptionMessage?: string | undefined;
41
65
  constructor(
42
66
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
@@ -45,6 +69,14 @@ export declare class InternalServerException extends __BaseException {
45
69
  export declare class PendingVerification extends __BaseException {
46
70
  readonly name: "PendingVerification";
47
71
  readonly $fault: "client";
72
+ accessControlAllowOrigin?: string | undefined;
73
+ accessControlExposeHeaders?: string | undefined;
74
+ cacheControl?: string | undefined;
75
+ contentSecurityPolicy?: string | undefined;
76
+ strictTransportSecurity?: string | undefined;
77
+ xContentTypeOptions?: string | undefined;
78
+ xFrameOptions?: string | undefined;
79
+ xAmznErrorType?: string | undefined;
48
80
  exceptionMessage?: string | undefined;
49
81
  constructor(
50
82
  opts: __ExceptionOptionType<PendingVerification, __BaseException>
@@ -53,6 +85,14 @@ export declare class PendingVerification extends __BaseException {
53
85
  export declare class ResourceNotFoundException extends __BaseException {
54
86
  readonly name: "ResourceNotFoundException";
55
87
  readonly $fault: "client";
88
+ accessControlAllowOrigin?: string | undefined;
89
+ accessControlExposeHeaders?: string | undefined;
90
+ cacheControl?: string | undefined;
91
+ contentSecurityPolicy?: string | undefined;
92
+ strictTransportSecurity?: string | undefined;
93
+ xContentTypeOptions?: string | undefined;
94
+ xFrameOptions?: string | undefined;
95
+ xAmznErrorType?: string | undefined;
56
96
  exceptionMessage?: string | undefined;
57
97
  constructor(
58
98
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
@@ -61,6 +101,14 @@ export declare class ResourceNotFoundException extends __BaseException {
61
101
  export declare class ServiceQuotaExceededException extends __BaseException {
62
102
  readonly name: "ServiceQuotaExceededException";
63
103
  readonly $fault: "client";
104
+ accessControlAllowOrigin?: string | undefined;
105
+ accessControlExposeHeaders?: string | undefined;
106
+ cacheControl?: string | undefined;
107
+ contentSecurityPolicy?: string | undefined;
108
+ strictTransportSecurity?: string | undefined;
109
+ xContentTypeOptions?: string | undefined;
110
+ xFrameOptions?: string | undefined;
111
+ xAmznErrorType?: string | undefined;
64
112
  exceptionMessage?: string | undefined;
65
113
  constructor(
66
114
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
@@ -69,6 +117,14 @@ export declare class ServiceQuotaExceededException extends __BaseException {
69
117
  export declare class ValidationException extends __BaseException {
70
118
  readonly name: "ValidationException";
71
119
  readonly $fault: "client";
120
+ accessControlAllowOrigin?: string | undefined;
121
+ accessControlExposeHeaders?: string | undefined;
122
+ cacheControl?: string | undefined;
123
+ contentSecurityPolicy?: string | undefined;
124
+ strictTransportSecurity?: string | undefined;
125
+ xContentTypeOptions?: string | undefined;
126
+ xFrameOptions?: string | undefined;
127
+ xAmznErrorType?: string | undefined;
72
128
  exceptionMessage?: string | undefined;
73
129
  constructor(
74
130
  opts: __ExceptionOptionType<ValidationException, __BaseException>
@@ -135,6 +191,9 @@ export interface ParticipantToken {
135
191
  export interface CreateParticipantTokenResponse {
136
192
  participantToken?: ParticipantToken | undefined;
137
193
  }
194
+ export interface ParticipantRecordingHlsConfiguration {
195
+ targetSegmentDurationSeconds?: number | undefined;
196
+ }
138
197
  export declare const ParticipantRecordingMediaType: {
139
198
  readonly AUDIO_ONLY: "AUDIO_ONLY";
140
199
  readonly AUDIO_VIDEO: "AUDIO_VIDEO";
@@ -163,6 +222,8 @@ export interface AutoParticipantRecordingConfiguration {
163
222
  storageConfigurationArn: string | undefined;
164
223
  mediaTypes?: ParticipantRecordingMediaType[] | undefined;
165
224
  thumbnailConfiguration?: ParticipantThumbnailConfiguration | undefined;
225
+ recordingReconnectWindowSeconds?: number | undefined;
226
+ hlsConfiguration?: ParticipantRecordingHlsConfiguration | undefined;
166
227
  }
167
228
  export interface ParticipantTokenConfiguration {
168
229
  duration?: number | undefined;
@@ -254,7 +315,11 @@ export declare const RecordingConfigurationFormat: {
254
315
  };
255
316
  export type RecordingConfigurationFormat =
256
317
  (typeof RecordingConfigurationFormat)[keyof typeof RecordingConfigurationFormat];
318
+ export interface CompositionRecordingHlsConfiguration {
319
+ targetSegmentDurationSeconds?: number | undefined;
320
+ }
257
321
  export interface RecordingConfiguration {
322
+ hlsConfiguration?: CompositionRecordingHlsConfiguration | undefined;
258
323
  format?: RecordingConfigurationFormat | undefined;
259
324
  }
260
325
  export interface CompositionThumbnailConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ivs-realtime",
3
3
  "description": "AWS SDK for JavaScript Ivs Realtime Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.767.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ivs-realtime",