@aws-sdk/client-ivs-realtime 3.427.0 → 3.428.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.
@@ -1061,9 +1061,15 @@ const de_EventList = (output, context) => {
1061
1061
  const de_Participant = (output, context) => {
1062
1062
  return (0, smithy_client_1.take)(output, {
1063
1063
  attributes: smithy_client_1._json,
1064
+ browserName: smithy_client_1.expectString,
1065
+ browserVersion: smithy_client_1.expectString,
1064
1066
  firstJoinTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
1067
+ ispName: smithy_client_1.expectString,
1068
+ osName: smithy_client_1.expectString,
1069
+ osVersion: smithy_client_1.expectString,
1065
1070
  participantId: smithy_client_1.expectString,
1066
1071
  published: smithy_client_1.expectBoolean,
1072
+ sdkVersion: smithy_client_1.expectString,
1067
1073
  state: smithy_client_1.expectString,
1068
1074
  userId: smithy_client_1.expectString,
1069
1075
  });
@@ -1028,9 +1028,15 @@ const de_EventList = (output, context) => {
1028
1028
  const de_Participant = (output, context) => {
1029
1029
  return take(output, {
1030
1030
  attributes: _json,
1031
+ browserName: __expectString,
1032
+ browserVersion: __expectString,
1031
1033
  firstJoinTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1034
+ ispName: __expectString,
1035
+ osName: __expectString,
1036
+ osVersion: __expectString,
1032
1037
  participantId: __expectString,
1033
1038
  published: __expectBoolean,
1039
+ sdkVersion: __expectString,
1034
1040
  state: __expectString,
1035
1041
  userId: __expectString,
1036
1042
  });
@@ -47,6 +47,12 @@ export interface GetParticipantCommandOutput extends GetParticipantResponse, __M
47
47
  * // "<keys>": "STRING_VALUE",
48
48
  * // },
49
49
  * // published: true || false,
50
+ * // ispName: "STRING_VALUE",
51
+ * // osName: "STRING_VALUE",
52
+ * // osVersion: "STRING_VALUE",
53
+ * // browserName: "STRING_VALUE",
54
+ * // browserVersion: "STRING_VALUE",
55
+ * // sdkVersion: "STRING_VALUE",
50
56
  * // },
51
57
  * // };
52
58
  *
@@ -435,6 +435,36 @@ export interface Participant {
435
435
  * <p>Whether the participant ever published to the stage session.</p>
436
436
  */
437
437
  published?: boolean;
438
+ /**
439
+ * @public
440
+ * <p>The participant’s Internet Service Provider.</p>
441
+ */
442
+ ispName?: string;
443
+ /**
444
+ * @public
445
+ * <p>The participant’s operating system.</p>
446
+ */
447
+ osName?: string;
448
+ /**
449
+ * @public
450
+ * <p>The participant’s operating system version.</p>
451
+ */
452
+ osVersion?: string;
453
+ /**
454
+ * @public
455
+ * <p>The participant’s browser.</p>
456
+ */
457
+ browserName?: string;
458
+ /**
459
+ * @public
460
+ * <p>The participant’s browser version.</p>
461
+ */
462
+ browserVersion?: string;
463
+ /**
464
+ * @public
465
+ * <p>The participant’s SDK version.</p>
466
+ */
467
+ sdkVersion?: string;
438
468
  }
439
469
  /**
440
470
  * @public
@@ -120,6 +120,12 @@ export interface Participant {
120
120
  firstJoinTime?: Date;
121
121
  attributes?: Record<string, string>;
122
122
  published?: boolean;
123
+ ispName?: string;
124
+ osName?: string;
125
+ osVersion?: string;
126
+ browserName?: string;
127
+ browserVersion?: string;
128
+ sdkVersion?: string;
123
129
  }
124
130
  export interface GetParticipantResponse {
125
131
  participant?: Participant;
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.427.0",
4
+ "version": "3.428.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.428.0",
25
+ "@aws-sdk/credential-provider-node": "3.428.0",
26
+ "@aws-sdk/middleware-host-header": "3.428.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.0",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"
59
59
  },