@aws-sdk/client-kinesis-video-webrtc-storage 3.533.0 → 3.535.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.
@@ -10,9 +10,9 @@ export interface KinesisVideoWebRTCStorage {
10
10
  joinStorageSession(args: JoinStorageSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: JoinStorageSessionCommandOutput) => void): void;
11
11
  }
12
12
  /**
13
- * @public
14
13
  * <p>
15
14
  * </p>
15
+ * @public
16
16
  */
17
17
  export declare class KinesisVideoWebRTCStorage extends KinesisVideoWebRTCStorageClient implements KinesisVideoWebRTCStorage {
18
18
  }
@@ -152,9 +152,9 @@ export type KinesisVideoWebRTCStorageClientResolvedConfigType = __SmithyResolved
152
152
  export interface KinesisVideoWebRTCStorageClientResolvedConfig extends KinesisVideoWebRTCStorageClientResolvedConfigType {
153
153
  }
154
154
  /**
155
- * @public
156
155
  * <p>
157
156
  * </p>
157
+ * @public
158
158
  */
159
159
  export declare class KinesisVideoWebRTCStorageClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KinesisVideoWebRTCStorageClientResolvedConfig> {
160
160
  /**
@@ -22,10 +22,10 @@ export interface JoinStorageSessionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const JoinStorageSessionCommand_base: {
24
24
  new (input: JoinStorageSessionCommandInput): import("@smithy/smithy-client").CommandImpl<JoinStorageSessionCommandInput, JoinStorageSessionCommandOutput, KinesisVideoWebRTCStorageClientResolvedConfig, JoinStorageSessionCommandInput, JoinStorageSessionCommandOutput>;
25
+ new (__0_0: JoinStorageSessionCommandInput): import("@smithy/smithy-client").CommandImpl<JoinStorageSessionCommandInput, JoinStorageSessionCommandOutput, KinesisVideoWebRTCStorageClientResolvedConfig, JoinStorageSessionCommandInput, JoinStorageSessionCommandOutput>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Join the ongoing one way-video and/or multi-way audio WebRTC session as
31
31
  * a video producing device for an input channel. If there’s no existing
@@ -86,6 +86,7 @@ declare const JoinStorageSessionCommand_base: {
86
86
  * @throws {@link KinesisVideoWebRTCStorageServiceException}
87
87
  * <p>Base exception class for all service exceptions from KinesisVideoWebRTCStorage service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class JoinStorageSessionCommand extends JoinStorageSessionCommand_base {
91
92
  }
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { KinesisVideoWebRTCStorageServiceException as __BaseException } from "./KinesisVideoWebRTCStorageServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>You do not have required permissions to perform this operation.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -13,10 +13,10 @@ export declare class AccessDeniedException extends __BaseException {
13
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
14
  }
15
15
  /**
16
- * @public
17
16
  * <p>
18
17
  * Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
19
18
  * </p>
19
+ * @public
20
20
  */
21
21
  export declare class ClientLimitExceededException extends __BaseException {
22
22
  readonly name: "ClientLimitExceededException";
@@ -27,8 +27,8 @@ export declare class ClientLimitExceededException extends __BaseException {
27
27
  constructor(opts: __ExceptionOptionType<ClientLimitExceededException, __BaseException>);
28
28
  }
29
29
  /**
30
- * @public
31
30
  * <p>The value for this input parameter is invalid.</p>
31
+ * @public
32
32
  */
33
33
  export declare class InvalidArgumentException extends __BaseException {
34
34
  readonly name: "InvalidArgumentException";
@@ -43,16 +43,16 @@ export declare class InvalidArgumentException extends __BaseException {
43
43
  */
44
44
  export interface JoinStorageSessionInput {
45
45
  /**
46
- * @public
47
46
  * <p>
48
47
  * The Amazon Resource Name (ARN) of the signaling channel.
49
48
  * </p>
49
+ * @public
50
50
  */
51
51
  channelArn: string | undefined;
52
52
  }
53
53
  /**
54
- * @public
55
54
  * <p>The specified resource is not found.</p>
55
+ * @public
56
56
  */
57
57
  export declare class ResourceNotFoundException extends __BaseException {
58
58
  readonly name: "ResourceNotFoundException";
@@ -16,6 +16,15 @@ declare const JoinStorageSessionCommand_base: {
16
16
  JoinStorageSessionCommandInput,
17
17
  JoinStorageSessionCommandOutput
18
18
  >;
19
+ new (
20
+ __0_0: JoinStorageSessionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ JoinStorageSessionCommandInput,
23
+ JoinStorageSessionCommandOutput,
24
+ KinesisVideoWebRTCStorageClientResolvedConfig,
25
+ JoinStorageSessionCommandInput,
26
+ JoinStorageSessionCommandOutput
27
+ >;
19
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
20
29
  };
21
30
  export declare class JoinStorageSessionCommand extends JoinStorageSessionCommand_base {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-video-webrtc-storage",
3
3
  "description": "AWS SDK for JavaScript Kinesis Video Webrtc Storage Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.535.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-kinesis-video-webrtc-storage",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-utf8": "^2.2.0",
60
- "tslib": "^2.5.0"
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.1",
63
+ "@smithy/service-client-documentation-generator": "^2.2.0",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",