@aws-sdk/client-chime-sdk-messaging 3.337.0 → 3.341.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/ChimeSDKMessagingClient.js +2 -1
- package/dist-cjs/commands/AssociateChannelFlowCommand.js +2 -1
- package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +2 -1
- package/dist-cjs/commands/ChannelFlowCallbackCommand.js +2 -1
- package/dist-cjs/commands/CreateChannelBanCommand.js +2 -1
- package/dist-cjs/commands/CreateChannelCommand.js +2 -1
- package/dist-cjs/commands/CreateChannelFlowCommand.js +2 -1
- package/dist-cjs/commands/CreateChannelMembershipCommand.js +2 -1
- package/dist-cjs/commands/CreateChannelModeratorCommand.js +2 -1
- package/dist-cjs/commands/DeleteChannelBanCommand.js +2 -1
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -1
- package/dist-cjs/commands/DeleteChannelFlowCommand.js +2 -1
- package/dist-cjs/commands/DeleteChannelMembershipCommand.js +2 -1
- package/dist-cjs/commands/DeleteChannelMessageCommand.js +2 -1
- package/dist-cjs/commands/DeleteChannelModeratorCommand.js +2 -1
- package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeChannelBanCommand.js +2 -1
- package/dist-cjs/commands/DescribeChannelCommand.js +2 -1
- package/dist-cjs/commands/DescribeChannelFlowCommand.js +2 -1
- package/dist-cjs/commands/DescribeChannelMembershipCommand.js +2 -1
- package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -1
- package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -1
- package/dist-cjs/commands/DescribeChannelModeratorCommand.js +2 -1
- package/dist-cjs/commands/DisassociateChannelFlowCommand.js +2 -1
- package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +2 -1
- package/dist-cjs/commands/GetChannelMessageCommand.js +2 -1
- package/dist-cjs/commands/GetChannelMessageStatusCommand.js +2 -1
- package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +2 -1
- package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/ListChannelBansCommand.js +2 -1
- package/dist-cjs/commands/ListChannelFlowsCommand.js +2 -1
- package/dist-cjs/commands/ListChannelMembershipsCommand.js +2 -1
- package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -1
- package/dist-cjs/commands/ListChannelMessagesCommand.js +2 -1
- package/dist-cjs/commands/ListChannelModeratorsCommand.js +2 -1
- package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -1
- package/dist-cjs/commands/ListChannelsCommand.js +2 -1
- package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -1
- package/dist-cjs/commands/ListSubChannelsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutChannelExpirationSettingsCommand.js +2 -1
- package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +2 -1
- package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/RedactChannelMessageCommand.js +2 -1
- package/dist-cjs/commands/SearchChannelsCommand.js +2 -1
- package/dist-cjs/commands/SendChannelMessageCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -1
- package/dist-cjs/commands/UpdateChannelFlowCommand.js +2 -1
- package/dist-cjs/commands/UpdateChannelMessageCommand.js +2 -1
- package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ChimeSDKMessagingServiceException.js +2 -1
- package/dist-es/ChimeSDKMessagingClient.js +1 -0
- package/dist-es/commands/AssociateChannelFlowCommand.js +1 -0
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +1 -0
- package/dist-es/commands/ChannelFlowCallbackCommand.js +1 -0
- package/dist-es/commands/CreateChannelBanCommand.js +1 -0
- package/dist-es/commands/CreateChannelCommand.js +1 -0
- package/dist-es/commands/CreateChannelFlowCommand.js +1 -0
- package/dist-es/commands/CreateChannelMembershipCommand.js +1 -0
- package/dist-es/commands/CreateChannelModeratorCommand.js +1 -0
- package/dist-es/commands/DeleteChannelBanCommand.js +1 -0
- package/dist-es/commands/DeleteChannelCommand.js +1 -0
- package/dist-es/commands/DeleteChannelFlowCommand.js +1 -0
- package/dist-es/commands/DeleteChannelMembershipCommand.js +1 -0
- package/dist-es/commands/DeleteChannelMessageCommand.js +1 -0
- package/dist-es/commands/DeleteChannelModeratorCommand.js +1 -0
- package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +1 -0
- package/dist-es/commands/DescribeChannelBanCommand.js +1 -0
- package/dist-es/commands/DescribeChannelCommand.js +1 -0
- package/dist-es/commands/DescribeChannelFlowCommand.js +1 -0
- package/dist-es/commands/DescribeChannelMembershipCommand.js +1 -0
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +1 -0
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +1 -0
- package/dist-es/commands/DescribeChannelModeratorCommand.js +1 -0
- package/dist-es/commands/DisassociateChannelFlowCommand.js +1 -0
- package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +1 -0
- package/dist-es/commands/GetChannelMessageCommand.js +1 -0
- package/dist-es/commands/GetChannelMessageStatusCommand.js +1 -0
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +1 -0
- package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListChannelBansCommand.js +1 -0
- package/dist-es/commands/ListChannelFlowsCommand.js +1 -0
- package/dist-es/commands/ListChannelMembershipsCommand.js +1 -0
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +1 -0
- package/dist-es/commands/ListChannelMessagesCommand.js +1 -0
- package/dist-es/commands/ListChannelModeratorsCommand.js +1 -0
- package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +1 -0
- package/dist-es/commands/ListChannelsCommand.js +1 -0
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +1 -0
- package/dist-es/commands/ListSubChannelsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutChannelExpirationSettingsCommand.js +1 -0
- package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +1 -0
- package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +1 -0
- package/dist-es/commands/RedactChannelMessageCommand.js +1 -0
- package/dist-es/commands/SearchChannelsCommand.js +1 -0
- package/dist-es/commands/SendChannelMessageCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateChannelCommand.js +1 -0
- package/dist-es/commands/UpdateChannelFlowCommand.js +1 -0
- package/dist-es/commands/UpdateChannelMessageCommand.js +1 -0
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ChimeSDKMessagingServiceException.js +1 -0
- package/dist-types/ChimeSDKMessagingClient.d.ts +3 -3
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +4 -0
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +4 -0
- package/dist-types/commands/CreateChannelBanCommand.d.ts +4 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +4 -0
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +4 -0
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +4 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +4 -0
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +4 -0
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +4 -0
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +4 -0
- package/dist-types/commands/GetChannelMessageCommand.d.ts +4 -0
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +4 -0
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +4 -0
- package/dist-types/commands/ListSubChannelsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +4 -0
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +4 -0
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +4 -0
- package/dist-types/commands/SearchChannelsCommand.d.ts +4 -0
- package/dist-types/commands/SendChannelMessageCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +4 -0
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +4 -0
- package/dist-types/index.d.ts +10 -2
- package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +1 -0
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-messaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Messaging Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.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,36 +21,36 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|