@aws-sdk/client-ivschat 3.154.0 → 3.160.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 CHANGED
@@ -3,6 +3,30 @@
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.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ivschat
9
+
10
+
11
+
12
+
13
+
14
+ # [3.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-ivschat
17
+
18
+
19
+
20
+
21
+
22
+ # [3.158.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.157.0...v3.158.0) (2022-08-25)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-ivschat
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
7
31
 
8
32
  **Note:** Version bump only for package @aws-sdk/client-ivschat
package/README.md CHANGED
@@ -103,6 +103,13 @@ the Security page of the <i>Amazon IVS User Guide</i>.</p>
103
103
  </li>
104
104
  </ul>
105
105
  <p>
106
+ <b>Amazon Resource Names (ARNs)</b>
107
+ </p>
108
+ <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
109
+ resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
110
+ information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
111
+ Reference</i>.</p>
112
+ <p>
106
113
  <b>Messaging Endpoints</b>
107
114
  </p>
108
115
  <ul>
@@ -107,6 +107,13 @@ import { IvschatClient } from "./IvschatClient";
107
107
  * </li>
108
108
  * </ul>
109
109
  * <p>
110
+ * <b>Amazon Resource Names (ARNs)</b>
111
+ * </p>
112
+ * <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
113
+ * resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
114
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
115
+ * Reference</i>.</p>
116
+ * <p>
110
117
  * <b>Messaging Endpoints</b>
111
118
  * </p>
112
119
  * <ul>
@@ -232,6 +232,13 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
232
232
  * </li>
233
233
  * </ul>
234
234
  * <p>
235
+ * <b>Amazon Resource Names (ARNs)</b>
236
+ * </p>
237
+ * <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
238
+ * resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
239
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
240
+ * Reference</i>.</p>
241
+ * <p>
235
242
  * <b>Messaging Endpoints</b>
236
243
  * </p>
237
244
  * <ul>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ivschat",
3
3
  "description": "AWS SDK for JavaScript Ivschat Client for Node.js, Browser and React Native",
4
- "version": "3.154.0",
4
+ "version": "3.160.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",
@@ -18,35 +18,35 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.154.0",
22
- "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.154.0",
24
- "@aws-sdk/fetch-http-handler": "3.131.0",
25
- "@aws-sdk/hash-node": "3.127.0",
26
- "@aws-sdk/invalid-dependency": "3.127.0",
27
- "@aws-sdk/middleware-content-length": "3.127.0",
28
- "@aws-sdk/middleware-host-header": "3.127.0",
29
- "@aws-sdk/middleware-logger": "3.127.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.127.0",
31
- "@aws-sdk/middleware-retry": "3.127.0",
32
- "@aws-sdk/middleware-serde": "3.127.0",
33
- "@aws-sdk/middleware-signing": "3.130.0",
34
- "@aws-sdk/middleware-stack": "3.127.0",
35
- "@aws-sdk/middleware-user-agent": "3.127.0",
36
- "@aws-sdk/node-config-provider": "3.127.0",
37
- "@aws-sdk/node-http-handler": "3.127.0",
38
- "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.142.0",
40
- "@aws-sdk/types": "3.127.0",
41
- "@aws-sdk/url-parser": "3.127.0",
21
+ "@aws-sdk/client-sts": "3.160.0",
22
+ "@aws-sdk/config-resolver": "3.160.0",
23
+ "@aws-sdk/credential-provider-node": "3.160.0",
24
+ "@aws-sdk/fetch-http-handler": "3.160.0",
25
+ "@aws-sdk/hash-node": "3.160.0",
26
+ "@aws-sdk/invalid-dependency": "3.160.0",
27
+ "@aws-sdk/middleware-content-length": "3.160.0",
28
+ "@aws-sdk/middleware-host-header": "3.160.0",
29
+ "@aws-sdk/middleware-logger": "3.160.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.160.0",
31
+ "@aws-sdk/middleware-retry": "3.160.0",
32
+ "@aws-sdk/middleware-serde": "3.160.0",
33
+ "@aws-sdk/middleware-signing": "3.160.0",
34
+ "@aws-sdk/middleware-stack": "3.160.0",
35
+ "@aws-sdk/middleware-user-agent": "3.160.0",
36
+ "@aws-sdk/node-config-provider": "3.160.0",
37
+ "@aws-sdk/node-http-handler": "3.160.0",
38
+ "@aws-sdk/protocol-http": "3.160.0",
39
+ "@aws-sdk/smithy-client": "3.160.0",
40
+ "@aws-sdk/types": "3.160.0",
41
+ "@aws-sdk/url-parser": "3.160.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.154.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
- "@aws-sdk/util-user-agent-browser": "3.127.0",
49
- "@aws-sdk/util-user-agent-node": "3.127.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.160.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.160.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.160.0",
49
+ "@aws-sdk/util-user-agent-node": "3.160.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",
51
51
  "@aws-sdk/util-utf8-node": "3.109.0",
52
52
  "tslib": "^2.3.1"