@aws-sdk/client-ivschat 3.496.0 → 3.501.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/index.js +25 -24
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1942,47 +1942,48 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1942
1942
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1943
1943
|
|
|
1944
1944
|
0 && (module.exports = {
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1945
|
+
IvschatServiceException,
|
|
1946
|
+
__Client,
|
|
1947
|
+
IvschatClient,
|
|
1948
|
+
Ivschat,
|
|
1949
|
+
$Command,
|
|
1948
1950
|
CreateChatTokenCommand,
|
|
1949
|
-
CreateChatTokenRequestFilterSensitiveLog,
|
|
1950
|
-
CreateChatTokenResponseFilterSensitiveLog,
|
|
1951
1951
|
CreateLoggingConfigurationCommand,
|
|
1952
|
-
CreateLoggingConfigurationState,
|
|
1953
1952
|
CreateRoomCommand,
|
|
1954
1953
|
DeleteLoggingConfigurationCommand,
|
|
1955
1954
|
DeleteMessageCommand,
|
|
1956
1955
|
DeleteRoomCommand,
|
|
1957
|
-
DestinationConfiguration,
|
|
1958
1956
|
DisconnectUserCommand,
|
|
1959
|
-
DisconnectUserRequestFilterSensitiveLog,
|
|
1960
|
-
FallbackResult,
|
|
1961
1957
|
GetLoggingConfigurationCommand,
|
|
1962
1958
|
GetRoomCommand,
|
|
1963
|
-
InternalServerException,
|
|
1964
|
-
Ivschat,
|
|
1965
|
-
IvschatClient,
|
|
1966
|
-
IvschatServiceException,
|
|
1967
1959
|
ListLoggingConfigurationsCommand,
|
|
1968
1960
|
ListRoomsCommand,
|
|
1969
1961
|
ListTagsForResourceCommand,
|
|
1970
|
-
LoggingConfigurationState,
|
|
1971
|
-
PendingVerification,
|
|
1972
|
-
ResourceNotFoundException,
|
|
1973
|
-
ResourceType,
|
|
1974
1962
|
SendEventCommand,
|
|
1975
|
-
ServiceQuotaExceededException,
|
|
1976
1963
|
TagResourceCommand,
|
|
1977
|
-
ThrottlingException,
|
|
1978
1964
|
UntagResourceCommand,
|
|
1979
1965
|
UpdateLoggingConfigurationCommand,
|
|
1980
|
-
UpdateLoggingConfigurationState,
|
|
1981
1966
|
UpdateRoomCommand,
|
|
1982
|
-
ValidationException,
|
|
1983
|
-
ValidationExceptionReason,
|
|
1984
|
-
__Client,
|
|
1985
1967
|
paginateListLoggingConfigurations,
|
|
1986
|
-
paginateListRooms
|
|
1968
|
+
paginateListRooms,
|
|
1969
|
+
AccessDeniedException,
|
|
1970
|
+
ChatTokenCapability,
|
|
1971
|
+
PendingVerification,
|
|
1972
|
+
ResourceType,
|
|
1973
|
+
ResourceNotFoundException,
|
|
1974
|
+
ValidationExceptionReason,
|
|
1975
|
+
ValidationException,
|
|
1976
|
+
ConflictException,
|
|
1977
|
+
DestinationConfiguration,
|
|
1978
|
+
CreateLoggingConfigurationState,
|
|
1979
|
+
ServiceQuotaExceededException,
|
|
1980
|
+
FallbackResult,
|
|
1981
|
+
ThrottlingException,
|
|
1982
|
+
LoggingConfigurationState,
|
|
1983
|
+
InternalServerException,
|
|
1984
|
+
UpdateLoggingConfigurationState,
|
|
1985
|
+
CreateChatTokenRequestFilterSensitiveLog,
|
|
1986
|
+
CreateChatTokenResponseFilterSensitiveLog,
|
|
1987
|
+
DisconnectUserRequestFilterSensitiveLog
|
|
1987
1988
|
});
|
|
1988
1989
|
|
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.501.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-ivschat",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|