@aws-sdk/client-chime-sdk-messaging 3.279.0 → 3.282.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.
Files changed (49) hide show
  1. package/README.md +379 -0
  2. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +6 -0
  4. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateChannelBanCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateChannelFlowCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteChannelBanCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeChannelBanCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeChannelCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +6 -0
  23. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +6 -0
  24. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +6 -0
  25. package/dist-types/commands/GetChannelMessageCommand.d.ts +6 -0
  26. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +6 -0
  27. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +6 -0
  28. package/dist-types/commands/ListChannelBansCommand.d.ts +6 -0
  29. package/dist-types/commands/ListChannelFlowsCommand.d.ts +6 -0
  30. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +6 -0
  32. package/dist-types/commands/ListChannelMessagesCommand.d.ts +6 -0
  33. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +6 -0
  34. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +6 -0
  35. package/dist-types/commands/ListChannelsCommand.d.ts +6 -0
  36. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +6 -0
  37. package/dist-types/commands/ListSubChannelsCommand.d.ts +6 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  39. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +6 -0
  40. package/dist-types/commands/RedactChannelMessageCommand.d.ts +6 -0
  41. package/dist-types/commands/SearchChannelsCommand.d.ts +6 -0
  42. package/dist-types/commands/SendChannelMessageCommand.d.ts +6 -0
  43. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  44. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  45. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
  46. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +6 -0
  47. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +6 -0
  48. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +6 -0
  49. package/package.json +17 -17
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChannelCommand}.
8
+ */
6
9
  export interface DescribeChannelCommandInput extends DescribeChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChannelCommand}.
13
+ */
8
14
  export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { DescribeChannelFlowRequest, DescribeChannelFlowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChannelFlowCommand}.
8
+ */
6
9
  export interface DescribeChannelFlowCommandInput extends DescribeChannelFlowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChannelFlowCommand}.
13
+ */
8
14
  export interface DescribeChannelFlowCommandOutput extends DescribeChannelFlowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { DescribeChannelMembershipRequest, DescribeChannelMembershipResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChannelMembershipCommand}.
8
+ */
6
9
  export interface DescribeChannelMembershipCommandInput extends DescribeChannelMembershipRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChannelMembershipCommand}.
13
+ */
8
14
  export interface DescribeChannelMembershipCommandOutput extends DescribeChannelMembershipResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { DescribeChannelMembershipForAppInstanceUserRequest, DescribeChannelMembershipForAppInstanceUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChannelMembershipForAppInstanceUserCommand}.
8
+ */
6
9
  export interface DescribeChannelMembershipForAppInstanceUserCommandInput extends DescribeChannelMembershipForAppInstanceUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChannelMembershipForAppInstanceUserCommand}.
13
+ */
8
14
  export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extends DescribeChannelMembershipForAppInstanceUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { DescribeChannelModeratedByAppInstanceUserRequest, DescribeChannelModeratedByAppInstanceUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChannelModeratedByAppInstanceUserCommand}.
8
+ */
6
9
  export interface DescribeChannelModeratedByAppInstanceUserCommandInput extends DescribeChannelModeratedByAppInstanceUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChannelModeratedByAppInstanceUserCommand}.
13
+ */
8
14
  export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends DescribeChannelModeratedByAppInstanceUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { DescribeChannelModeratorRequest, DescribeChannelModeratorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChannelModeratorCommand}.
8
+ */
6
9
  export interface DescribeChannelModeratorCommandInput extends DescribeChannelModeratorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChannelModeratorCommand}.
13
+ */
8
14
  export interface DescribeChannelModeratorCommandOutput extends DescribeChannelModeratorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { DisassociateChannelFlowRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateChannelFlowCommand}.
8
+ */
6
9
  export interface DisassociateChannelFlowCommandInput extends DisassociateChannelFlowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateChannelFlowCommand}.
13
+ */
8
14
  export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { GetChannelMembershipPreferencesRequest, GetChannelMembershipPreferencesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetChannelMembershipPreferencesCommand}.
8
+ */
6
9
  export interface GetChannelMembershipPreferencesCommandInput extends GetChannelMembershipPreferencesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetChannelMembershipPreferencesCommand}.
13
+ */
8
14
  export interface GetChannelMembershipPreferencesCommandOutput extends GetChannelMembershipPreferencesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { GetChannelMessageRequest, GetChannelMessageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetChannelMessageCommand}.
8
+ */
6
9
  export interface GetChannelMessageCommandInput extends GetChannelMessageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetChannelMessageCommand}.
13
+ */
8
14
  export interface GetChannelMessageCommandOutput extends GetChannelMessageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { GetChannelMessageStatusRequest, GetChannelMessageStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetChannelMessageStatusCommand}.
8
+ */
6
9
  export interface GetChannelMessageStatusCommandInput extends GetChannelMessageStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetChannelMessageStatusCommand}.
13
+ */
8
14
  export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { GetMessagingSessionEndpointRequest, GetMessagingSessionEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetMessagingSessionEndpointCommand}.
8
+ */
6
9
  export interface GetMessagingSessionEndpointCommandInput extends GetMessagingSessionEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMessagingSessionEndpointCommand}.
13
+ */
8
14
  export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSessionEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelBansRequest, ListChannelBansResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelBansCommand}.
8
+ */
6
9
  export interface ListChannelBansCommandInput extends ListChannelBansRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelBansCommand}.
13
+ */
8
14
  export interface ListChannelBansCommandOutput extends ListChannelBansResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelFlowsRequest, ListChannelFlowsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelFlowsCommand}.
8
+ */
6
9
  export interface ListChannelFlowsCommandInput extends ListChannelFlowsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelFlowsCommand}.
13
+ */
8
14
  export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelMembershipsRequest, ListChannelMembershipsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelMembershipsCommand}.
8
+ */
6
9
  export interface ListChannelMembershipsCommandInput extends ListChannelMembershipsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelMembershipsCommand}.
13
+ */
8
14
  export interface ListChannelMembershipsCommandOutput extends ListChannelMembershipsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelMembershipsForAppInstanceUserRequest, ListChannelMembershipsForAppInstanceUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelMembershipsForAppInstanceUserCommand}.
8
+ */
6
9
  export interface ListChannelMembershipsForAppInstanceUserCommandInput extends ListChannelMembershipsForAppInstanceUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelMembershipsForAppInstanceUserCommand}.
13
+ */
8
14
  export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends ListChannelMembershipsForAppInstanceUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelMessagesRequest, ListChannelMessagesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelMessagesCommand}.
8
+ */
6
9
  export interface ListChannelMessagesCommandInput extends ListChannelMessagesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelMessagesCommand}.
13
+ */
8
14
  export interface ListChannelMessagesCommandOutput extends ListChannelMessagesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelModeratorsRequest, ListChannelModeratorsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelModeratorsCommand}.
8
+ */
6
9
  export interface ListChannelModeratorsCommandInput extends ListChannelModeratorsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelModeratorsCommand}.
13
+ */
8
14
  export interface ListChannelModeratorsCommandOutput extends ListChannelModeratorsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelsAssociatedWithChannelFlowRequest, ListChannelsAssociatedWithChannelFlowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelsAssociatedWithChannelFlowCommand}.
8
+ */
6
9
  export interface ListChannelsAssociatedWithChannelFlowCommandInput extends ListChannelsAssociatedWithChannelFlowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelsAssociatedWithChannelFlowCommand}.
13
+ */
8
14
  export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends ListChannelsAssociatedWithChannelFlowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelsCommand}.
8
+ */
6
9
  export interface ListChannelsCommandInput extends ListChannelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelsCommand}.
13
+ */
8
14
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListChannelsModeratedByAppInstanceUserRequest, ListChannelsModeratedByAppInstanceUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelsModeratedByAppInstanceUserCommand}.
8
+ */
6
9
  export interface ListChannelsModeratedByAppInstanceUserCommandInput extends ListChannelsModeratedByAppInstanceUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelsModeratedByAppInstanceUserCommand}.
13
+ */
8
14
  export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends ListChannelsModeratedByAppInstanceUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListSubChannelsRequest, ListSubChannelsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSubChannelsCommand}.
8
+ */
6
9
  export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSubChannelsCommand}.
13
+ */
8
14
  export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { PutChannelMembershipPreferencesRequest, PutChannelMembershipPreferencesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutChannelMembershipPreferencesCommand}.
8
+ */
6
9
  export interface PutChannelMembershipPreferencesCommandInput extends PutChannelMembershipPreferencesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutChannelMembershipPreferencesCommand}.
13
+ */
8
14
  export interface PutChannelMembershipPreferencesCommandOutput extends PutChannelMembershipPreferencesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { RedactChannelMessageRequest, RedactChannelMessageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RedactChannelMessageCommand}.
8
+ */
6
9
  export interface RedactChannelMessageCommandInput extends RedactChannelMessageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RedactChannelMessageCommand}.
13
+ */
8
14
  export interface RedactChannelMessageCommandOutput extends RedactChannelMessageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { SearchChannelsRequest, SearchChannelsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchChannelsCommand}.
8
+ */
6
9
  export interface SearchChannelsCommandInput extends SearchChannelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchChannelsCommand}.
13
+ */
8
14
  export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { SendChannelMessageRequest, SendChannelMessageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SendChannelMessageCommand}.
8
+ */
6
9
  export interface SendChannelMessageCommandInput extends SendChannelMessageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SendChannelMessageCommand}.
13
+ */
8
14
  export interface SendChannelMessageCommandOutput extends SendChannelMessageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateChannelCommand}.
8
+ */
6
9
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateChannelCommand}.
13
+ */
8
14
  export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { UpdateChannelFlowRequest, UpdateChannelFlowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateChannelFlowCommand}.
8
+ */
6
9
  export interface UpdateChannelFlowCommandInput extends UpdateChannelFlowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateChannelFlowCommand}.
13
+ */
8
14
  export interface UpdateChannelFlowCommandOutput extends UpdateChannelFlowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { UpdateChannelMessageRequest, UpdateChannelMessageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateChannelMessageCommand}.
8
+ */
6
9
  export interface UpdateChannelMessageCommandInput extends UpdateChannelMessageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateChannelMessageCommand}.
13
+ */
8
14
  export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { UpdateChannelReadMarkerRequest, UpdateChannelReadMarkerResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateChannelReadMarkerCommand}.
8
+ */
6
9
  export interface UpdateChannelReadMarkerCommandInput extends UpdateChannelReadMarkerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateChannelReadMarkerCommand}.
13
+ */
8
14
  export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadMarkerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.282.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",
@@ -20,25 +20,25 @@
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.279.0",
24
- "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
26
- "@aws-sdk/fetch-http-handler": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.282.0",
24
+ "@aws-sdk/config-resolver": "3.282.0",
25
+ "@aws-sdk/credential-provider-node": "3.282.0",
26
+ "@aws-sdk/fetch-http-handler": "3.282.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.272.0",
30
- "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.278.0",
29
+ "@aws-sdk/middleware-content-length": "3.282.0",
30
+ "@aws-sdk/middleware-endpoint": "3.282.0",
31
+ "@aws-sdk/middleware-host-header": "3.282.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
- "@aws-sdk/middleware-retry": "3.272.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
+ "@aws-sdk/middleware-retry": "3.282.0",
35
35
  "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.272.0",
36
+ "@aws-sdk/middleware-signing": "3.282.0",
37
37
  "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.272.0",
38
+ "@aws-sdk/middleware-user-agent": "3.282.0",
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
- "@aws-sdk/node-http-handler": "3.272.0",
41
- "@aws-sdk/protocol-http": "3.272.0",
40
+ "@aws-sdk/node-http-handler": "3.282.0",
41
+ "@aws-sdk/protocol-http": "3.282.0",
42
42
  "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
@@ -46,11 +46,11 @@
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
48
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.272.0",
53
- "@aws-sdk/util-user-agent-node": "3.272.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
53
+ "@aws-sdk/util-user-agent-node": "3.282.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"