@aws-sdk/client-ivschat 3.223.0 → 3.226.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/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +9 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/protocols/Aws_restJson1.js +9 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +5 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +28 -28
|
@@ -675,6 +675,9 @@ const deserializeAws_restJson1DeleteMessageCommandError = async (output, context
|
|
|
675
675
|
case "AccessDeniedException":
|
|
676
676
|
case "com.amazonaws.ivschat#AccessDeniedException":
|
|
677
677
|
throw await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
678
|
+
case "PendingVerification":
|
|
679
|
+
case "com.amazonaws.ivschat#PendingVerification":
|
|
680
|
+
throw await deserializeAws_restJson1PendingVerificationResponse(parsedOutput, context);
|
|
678
681
|
case "ResourceNotFoundException":
|
|
679
682
|
case "com.amazonaws.ivschat#ResourceNotFoundException":
|
|
680
683
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
@@ -755,6 +758,9 @@ const deserializeAws_restJson1DisconnectUserCommandError = async (output, contex
|
|
|
755
758
|
case "AccessDeniedException":
|
|
756
759
|
case "com.amazonaws.ivschat#AccessDeniedException":
|
|
757
760
|
throw await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
761
|
+
case "PendingVerification":
|
|
762
|
+
case "com.amazonaws.ivschat#PendingVerification":
|
|
763
|
+
throw await deserializeAws_restJson1PendingVerificationResponse(parsedOutput, context);
|
|
758
764
|
case "ResourceNotFoundException":
|
|
759
765
|
case "com.amazonaws.ivschat#ResourceNotFoundException":
|
|
760
766
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
@@ -1049,6 +1055,9 @@ const deserializeAws_restJson1SendEventCommandError = async (output, context) =>
|
|
|
1049
1055
|
case "AccessDeniedException":
|
|
1050
1056
|
case "com.amazonaws.ivschat#AccessDeniedException":
|
|
1051
1057
|
throw await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
1058
|
+
case "PendingVerification":
|
|
1059
|
+
case "com.amazonaws.ivschat#PendingVerification":
|
|
1060
|
+
throw await deserializeAws_restJson1PendingVerificationResponse(parsedOutput, context);
|
|
1052
1061
|
case "ResourceNotFoundException":
|
|
1053
1062
|
case "com.amazonaws.ivschat#ResourceNotFoundException":
|
|
1054
1063
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
@@ -650,6 +650,9 @@ const deserializeAws_restJson1DeleteMessageCommandError = async (output, context
|
|
|
650
650
|
case "AccessDeniedException":
|
|
651
651
|
case "com.amazonaws.ivschat#AccessDeniedException":
|
|
652
652
|
throw await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
653
|
+
case "PendingVerification":
|
|
654
|
+
case "com.amazonaws.ivschat#PendingVerification":
|
|
655
|
+
throw await deserializeAws_restJson1PendingVerificationResponse(parsedOutput, context);
|
|
653
656
|
case "ResourceNotFoundException":
|
|
654
657
|
case "com.amazonaws.ivschat#ResourceNotFoundException":
|
|
655
658
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
@@ -728,6 +731,9 @@ const deserializeAws_restJson1DisconnectUserCommandError = async (output, contex
|
|
|
728
731
|
case "AccessDeniedException":
|
|
729
732
|
case "com.amazonaws.ivschat#AccessDeniedException":
|
|
730
733
|
throw await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
734
|
+
case "PendingVerification":
|
|
735
|
+
case "com.amazonaws.ivschat#PendingVerification":
|
|
736
|
+
throw await deserializeAws_restJson1PendingVerificationResponse(parsedOutput, context);
|
|
731
737
|
case "ResourceNotFoundException":
|
|
732
738
|
case "com.amazonaws.ivschat#ResourceNotFoundException":
|
|
733
739
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
@@ -1016,6 +1022,9 @@ const deserializeAws_restJson1SendEventCommandError = async (output, context) =>
|
|
|
1016
1022
|
case "AccessDeniedException":
|
|
1017
1023
|
case "com.amazonaws.ivschat#AccessDeniedException":
|
|
1018
1024
|
throw await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context);
|
|
1025
|
+
case "PendingVerification":
|
|
1026
|
+
case "com.amazonaws.ivschat#PendingVerification":
|
|
1027
|
+
throw await deserializeAws_restJson1PendingVerificationResponse(parsedOutput, context);
|
|
1019
1028
|
case "ResourceNotFoundException":
|
|
1020
1029
|
case "com.amazonaws.ivschat#ResourceNotFoundException":
|
|
1021
1030
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -186,7 +186,7 @@ export interface S3DestinationConfiguration {
|
|
|
186
186
|
export declare type DestinationConfiguration = DestinationConfiguration.CloudWatchLogsMember | DestinationConfiguration.FirehoseMember | DestinationConfiguration.S3Member | DestinationConfiguration.$UnknownMember;
|
|
187
187
|
export declare namespace DestinationConfiguration {
|
|
188
188
|
/**
|
|
189
|
-
* <p>
|
|
189
|
+
* <p>An Amazon S3 destination configuration where chat activity will be logged.</p>
|
|
190
190
|
*/
|
|
191
191
|
interface S3Member {
|
|
192
192
|
s3: S3DestinationConfiguration;
|
|
@@ -195,7 +195,8 @@ export declare namespace DestinationConfiguration {
|
|
|
195
195
|
$unknown?: never;
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
|
-
* <p>
|
|
198
|
+
* <p>An Amazon CloudWatch Logs destination configuration where chat activity will be
|
|
199
|
+
* logged.</p>
|
|
199
200
|
*/
|
|
200
201
|
interface CloudWatchLogsMember {
|
|
201
202
|
s3?: never;
|
|
@@ -204,8 +205,8 @@ export declare namespace DestinationConfiguration {
|
|
|
204
205
|
$unknown?: never;
|
|
205
206
|
}
|
|
206
207
|
/**
|
|
207
|
-
* <p>
|
|
208
|
-
* logged
|
|
208
|
+
* <p>An Amazon Kinesis Data Firehose destination configuration where chat activity will be
|
|
209
|
+
* logged.</p>
|
|
209
210
|
*/
|
|
210
211
|
interface FirehoseMember {
|
|
211
212
|
s3?: never;
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
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.
|
|
4
|
+
"version": "3.226.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",
|
|
@@ -19,36 +19,36 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.226.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.226.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.226.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.226.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.226.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.226.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.226.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.226.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.226.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.226.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.226.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.226.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.226.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.226.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.226.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.226.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.226.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.226.0",
|
|
42
|
+
"@aws-sdk/types": "3.226.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.226.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.226.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.226.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.226.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.226.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.226.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
54
54
|
"tslib": "^2.3.1"
|