@aws-sdk/client-chime-sdk-messaging 3.321.1 → 3.326.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-types/commands/AssociateChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +27 -0
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +7 -0
- package/dist-types/commands/CreateChannelBanCommand.d.ts +10 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +6 -0
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +10 -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 +17 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +29 -0
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +24 -0
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +20 -0
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +20 -0
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +15 -0
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +17 -0
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +4 -0
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetChannelMessageCommand.d.ts +34 -0
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +9 -0
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +8 -0
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +15 -0
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +25 -0
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +15 -0
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +23 -0
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +36 -0
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +15 -0
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +15 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +18 -0
- package/dist-types/commands/ListSubChannelsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +10 -0
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +8 -0
- package/dist-types/commands/SearchChannelsCommand.d.ts +16 -0
- package/dist-types/commands/SendChannelMessageCommand.d.ts +12 -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 +6 -0
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +6 -0
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +12 -0
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +6 -0
- package/package.json +16 -16
|
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new TagResourceCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
66
68
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
67
69
|
* <p>The client is not currently authorized to make the request.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link ChimeSDKMessagingServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
60
62
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
61
63
|
* <p>The client is not currently authorized to make the request.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link ChimeSDKMessagingServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
@@ -42,6 +42,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateChannelCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // UpdateChannelResponse
|
|
46
|
+
* // ChannelArn: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
45
49
|
* ```
|
|
46
50
|
*
|
|
47
51
|
* @param UpdateChannelCommandInput - {@link UpdateChannelCommandInput}
|
|
@@ -72,6 +76,8 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
72
76
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
73
77
|
* <p>The client is not currently authorized to make the request.</p>
|
|
74
78
|
*
|
|
79
|
+
* @throws {@link ChimeSDKMessagingServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
75
81
|
*
|
|
76
82
|
*/
|
|
77
83
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
@@ -45,6 +45,10 @@ export interface UpdateChannelFlowCommandOutput extends UpdateChannelFlowRespons
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new UpdateChannelFlowCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // UpdateChannelFlowResponse
|
|
49
|
+
* // ChannelFlowArn: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
48
52
|
* ```
|
|
49
53
|
*
|
|
50
54
|
* @param UpdateChannelFlowCommandInput - {@link UpdateChannelFlowCommandInput}
|
|
@@ -75,6 +79,8 @@ export interface UpdateChannelFlowCommandOutput extends UpdateChannelFlowRespons
|
|
|
75
79
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
76
80
|
* <p>The client is not currently authorized to make the request.</p>
|
|
77
81
|
*
|
|
82
|
+
* @throws {@link ChimeSDKMessagingServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
78
84
|
*
|
|
79
85
|
*/
|
|
80
86
|
export declare class UpdateChannelFlowCommand extends $Command<UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
@@ -42,6 +42,16 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateChannelMessageCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // UpdateChannelMessageResponse
|
|
46
|
+
* // ChannelArn: "STRING_VALUE",
|
|
47
|
+
* // MessageId: "STRING_VALUE",
|
|
48
|
+
* // Status: { // ChannelMessageStatusStructure
|
|
49
|
+
* // Value: "SENT" || "PENDING" || "FAILED" || "DENIED",
|
|
50
|
+
* // Detail: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // SubChannelId: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
45
55
|
* ```
|
|
46
56
|
*
|
|
47
57
|
* @param UpdateChannelMessageCommandInput - {@link UpdateChannelMessageCommandInput}
|
|
@@ -72,6 +82,8 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
|
|
|
72
82
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
73
83
|
* <p>The client is not currently authorized to make the request.</p>
|
|
74
84
|
*
|
|
85
|
+
* @throws {@link ChimeSDKMessagingServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
75
87
|
*
|
|
76
88
|
*/
|
|
77
89
|
export declare class UpdateChannelMessageCommand extends $Command<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
@@ -37,6 +37,10 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new UpdateChannelReadMarkerCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // UpdateChannelReadMarkerResponse
|
|
41
|
+
* // ChannelArn: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
40
44
|
* ```
|
|
41
45
|
*
|
|
42
46
|
* @param UpdateChannelReadMarkerCommandInput - {@link UpdateChannelReadMarkerCommandInput}
|
|
@@ -67,6 +71,8 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
|
|
|
67
71
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
68
72
|
* <p>The client is not currently authorized to make the request.</p>
|
|
69
73
|
*
|
|
74
|
+
* @throws {@link ChimeSDKMessagingServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
70
76
|
*
|
|
71
77
|
*/
|
|
72
78
|
export declare class UpdateChannelReadMarkerCommand extends $Command<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
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.326.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,33 +21,33 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
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.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|