@aws-sdk/client-ivs-realtime 3.750.0 → 3.763.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>
@@ -163,6 +219,7 @@ export interface AutoParticipantRecordingConfiguration {
163
219
  storageConfigurationArn: string | undefined;
164
220
  mediaTypes?: ParticipantRecordingMediaType[] | undefined;
165
221
  thumbnailConfiguration?: ParticipantThumbnailConfiguration | undefined;
222
+ recordingReconnectWindowSeconds?: number | undefined;
166
223
  }
167
224
  export interface ParticipantTokenConfiguration {
168
225
  duration?: number | undefined;
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.750.0",
4
+ "version": "3.763.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",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
23
+ "@aws-sdk/core": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.758.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
28
+ "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
35
+ "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.5",
41
- "@smithy/middleware-retry": "^4.0.6",
40
+ "@smithy/middleware-endpoint": "^4.0.6",
41
+ "@smithy/middleware-retry": "^4.0.7",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
47
+ "@smithy/smithy-client": "^4.1.6",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
54
+ "@smithy/util-defaults-mode-node": "^4.0.7",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",