@aws-sdk/client-chime-sdk-messaging 3.295.0 → 3.297.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 (96) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/ChimeSDKMessaging.js +45 -0
  3. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +46 -0
  4. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +46 -0
  5. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_0.js +32 -3
  9. package/dist-cjs/protocols/Aws_restJson1.js +243 -2
  10. package/dist-es/ChimeSDKMessaging.js +45 -0
  11. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +42 -0
  12. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +42 -0
  13. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist-es/models/models_0.js +23 -0
  17. package/dist-es/protocols/Aws_restJson1.js +235 -0
  18. package/dist-types/ChimeSDKMessaging.d.ts +76 -40
  19. package/dist-types/ChimeSDKMessagingClient.d.ts +29 -6
  20. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +16 -1
  21. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +16 -0
  22. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateChannelBanCommand.d.ts +16 -1
  24. package/dist-types/commands/CreateChannelCommand.d.ts +16 -2
  25. package/dist-types/commands/CreateChannelFlowCommand.d.ts +17 -3
  26. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +16 -4
  27. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +16 -2
  28. package/dist-types/commands/DeleteChannelBanCommand.d.ts +16 -1
  29. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -1
  30. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +16 -1
  32. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +16 -1
  33. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +16 -1
  34. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +76 -0
  35. package/dist-types/commands/DescribeChannelBanCommand.d.ts +16 -2
  36. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -2
  37. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +16 -1
  40. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +16 -1
  41. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +16 -0
  42. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +16 -0
  43. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +16 -0
  44. package/dist-types/commands/GetChannelMessageCommand.d.ts +16 -1
  45. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +16 -3
  46. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
  47. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +82 -0
  48. package/dist-types/commands/ListChannelBansCommand.d.ts +16 -1
  49. package/dist-types/commands/ListChannelFlowsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +16 -2
  51. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +16 -1
  52. package/dist-types/commands/ListChannelMessagesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +16 -0
  55. package/dist-types/commands/ListChannelsCommand.d.ts +16 -2
  56. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +16 -1
  57. package/dist-types/commands/ListSubChannelsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  59. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +16 -0
  60. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +86 -0
  61. package/dist-types/commands/RedactChannelMessageCommand.d.ts +16 -1
  62. package/dist-types/commands/SearchChannelsCommand.d.ts +16 -0
  63. package/dist-types/commands/SendChannelMessageCommand.d.ts +16 -2
  64. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +16 -1
  69. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +16 -1
  70. package/dist-types/commands/index.d.ts +3 -0
  71. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  72. package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +2 -0
  73. package/dist-types/models/models_0.d.ts +430 -0
  74. package/dist-types/pagination/Interfaces.d.ts +3 -0
  75. package/dist-types/pagination/ListChannelBansPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListChannelFlowsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListSubChannelsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/SearchChannelsPaginator.d.ts +3 -0
  86. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  87. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +69 -0
  88. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +18 -0
  89. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +37 -0
  90. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +41 -0
  91. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +41 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  93. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  94. package/dist-types/ts3.4/models/models_0.d.ts +42 -0
  95. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  96. package/package.json +29 -29
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface ChimeSDKMessagingPaginationConfiguration extends PaginationConfiguration {
4
7
  client: ChimeSDKMessagingClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "../commands/ListChannelBansCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannelBans(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelBansCommandInput, ...additionalArguments: any): Paginator<ListChannelBansCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput } from "../commands/ListChannelFlowsCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannelFlows(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelFlowsCommandInput, ...additionalArguments: any): Paginator<ListChannelFlowsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannelMembershipsForAppInstanceUser(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelMembershipsForAppInstanceUserCommandInput, ...additionalArguments: any): Paginator<ListChannelMembershipsForAppInstanceUserCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "../commands/ListChannelMembershipsCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannelMemberships(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelMembershipsCommandInput, ...additionalArguments: any): Paginator<ListChannelMembershipsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "../commands/ListChannelMessagesCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannelMessages(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelMessagesCommandInput, ...additionalArguments: any): Paginator<ListChannelMessagesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "../commands/ListChannelModeratorsCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannelModerators(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelModeratorsCommandInput, ...additionalArguments: any): Paginator<ListChannelModeratorsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput } from "../commands/ListChannelsAssociatedWithChannelFlowCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannelsAssociatedWithChannelFlow(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelsAssociatedWithChannelFlowCommandInput, ...additionalArguments: any): Paginator<ListChannelsAssociatedWithChannelFlowCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannelsModeratedByAppInstanceUser(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelsModeratedByAppInstanceUserCommandInput, ...additionalArguments: any): Paginator<ListChannelsModeratedByAppInstanceUserCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannels(config: ChimeSDKMessagingPaginationConfiguration, input: ListChannelsCommandInput, ...additionalArguments: any): Paginator<ListChannelsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "../commands/ListSubChannelsCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSubChannels(config: ChimeSDKMessagingPaginationConfiguration, input: ListSubChannelsCommandInput, ...additionalArguments: any): Paginator<ListSubChannelsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "../commands/SearchChannelsCommand";
3
3
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateSearchChannels(config: ChimeSDKMessagingPaginationConfiguration, input: SearchChannelsCommandInput, ...additionalArguments: any): Paginator<SearchChannelsCommandOutput>;
@@ -14,6 +14,7 @@ import { DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput } from ".
14
14
  import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "../commands/DeleteChannelMembershipCommand";
15
15
  import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "../commands/DeleteChannelMessageCommand";
16
16
  import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "../commands/DeleteChannelModeratorCommand";
17
+ import { DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput } from "../commands/DeleteMessagingStreamingConfigurationsCommand";
17
18
  import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "../commands/DescribeChannelBanCommand";
18
19
  import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
19
20
  import { DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput } from "../commands/DescribeChannelFlowCommand";
@@ -26,6 +27,7 @@ import { GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPrefer
26
27
  import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "../commands/GetChannelMessageCommand";
27
28
  import { GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput } from "../commands/GetChannelMessageStatusCommand";
28
29
  import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "../commands/GetMessagingSessionEndpointCommand";
30
+ import { GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput } from "../commands/GetMessagingStreamingConfigurationsCommand";
29
31
  import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "../commands/ListChannelBansCommand";
30
32
  import { ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput } from "../commands/ListChannelFlowsCommand";
31
33
  import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "../commands/ListChannelMembershipsCommand";
@@ -38,6 +40,7 @@ import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModerat
38
40
  import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "../commands/ListSubChannelsCommand";
39
41
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
40
42
  import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "../commands/PutChannelMembershipPreferencesCommand";
43
+ import { PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput } from "../commands/PutMessagingStreamingConfigurationsCommand";
41
44
  import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "../commands/RedactChannelMessageCommand";
42
45
  import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "../commands/SearchChannelsCommand";
43
46
  import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "../commands/SendChannelMessageCommand";
@@ -61,6 +64,7 @@ export declare const serializeAws_restJson1DeleteChannelFlowCommand: (input: Del
61
64
  export declare const serializeAws_restJson1DeleteChannelMembershipCommand: (input: DeleteChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
65
  export declare const serializeAws_restJson1DeleteChannelMessageCommand: (input: DeleteChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
66
  export declare const serializeAws_restJson1DeleteChannelModeratorCommand: (input: DeleteChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand: (input: DeleteMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
68
  export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
69
  export declare const serializeAws_restJson1DescribeChannelBanCommand: (input: DescribeChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
70
  export declare const serializeAws_restJson1DescribeChannelFlowCommand: (input: DescribeChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -73,6 +77,7 @@ export declare const serializeAws_restJson1GetChannelMembershipPreferencesComman
73
77
  export declare const serializeAws_restJson1GetChannelMessageCommand: (input: GetChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
78
  export declare const serializeAws_restJson1GetChannelMessageStatusCommand: (input: GetChannelMessageStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
79
  export declare const serializeAws_restJson1GetMessagingSessionEndpointCommand: (input: GetMessagingSessionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ export declare const serializeAws_restJson1GetMessagingStreamingConfigurationsCommand: (input: GetMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
81
  export declare const serializeAws_restJson1ListChannelBansCommand: (input: ListChannelBansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
82
  export declare const serializeAws_restJson1ListChannelFlowsCommand: (input: ListChannelFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
83
  export declare const serializeAws_restJson1ListChannelMembershipsCommand: (input: ListChannelMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -85,6 +90,7 @@ export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUse
85
90
  export declare const serializeAws_restJson1ListSubChannelsCommand: (input: ListSubChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
91
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
92
  export declare const serializeAws_restJson1PutChannelMembershipPreferencesCommand: (input: PutChannelMembershipPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_restJson1PutMessagingStreamingConfigurationsCommand: (input: PutMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
94
  export declare const serializeAws_restJson1RedactChannelMessageCommand: (input: RedactChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
95
  export declare const serializeAws_restJson1SearchChannelsCommand: (input: SearchChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
96
  export declare const serializeAws_restJson1SendChannelMessageCommand: (input: SendChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -108,6 +114,7 @@ export declare const deserializeAws_restJson1DeleteChannelFlowCommand: (output:
108
114
  export declare const deserializeAws_restJson1DeleteChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMembershipCommandOutput>;
109
115
  export declare const deserializeAws_restJson1DeleteChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMessageCommandOutput>;
110
116
  export declare const deserializeAws_restJson1DeleteChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelModeratorCommandOutput>;
117
+ export declare const deserializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessagingStreamingConfigurationsCommandOutput>;
111
118
  export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
112
119
  export declare const deserializeAws_restJson1DescribeChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelBanCommandOutput>;
113
120
  export declare const deserializeAws_restJson1DescribeChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelFlowCommandOutput>;
@@ -120,6 +127,7 @@ export declare const deserializeAws_restJson1GetChannelMembershipPreferencesComm
120
127
  export declare const deserializeAws_restJson1GetChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageCommandOutput>;
121
128
  export declare const deserializeAws_restJson1GetChannelMessageStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageStatusCommandOutput>;
122
129
  export declare const deserializeAws_restJson1GetMessagingSessionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingSessionEndpointCommandOutput>;
130
+ export declare const deserializeAws_restJson1GetMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingStreamingConfigurationsCommandOutput>;
123
131
  export declare const deserializeAws_restJson1ListChannelBansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelBansCommandOutput>;
124
132
  export declare const deserializeAws_restJson1ListChannelFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelFlowsCommandOutput>;
125
133
  export declare const deserializeAws_restJson1ListChannelMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsCommandOutput>;
@@ -132,6 +140,7 @@ export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceU
132
140
  export declare const deserializeAws_restJson1ListSubChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubChannelsCommandOutput>;
133
141
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
134
142
  export declare const deserializeAws_restJson1PutChannelMembershipPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelMembershipPreferencesCommandOutput>;
143
+ export declare const deserializeAws_restJson1PutMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMessagingStreamingConfigurationsCommandOutput>;
135
144
  export declare const deserializeAws_restJson1RedactChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactChannelMessageCommandOutput>;
136
145
  export declare const deserializeAws_restJson1SearchChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchChannelsCommandOutput>;
137
146
  export declare const deserializeAws_restJson1SendChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChannelMessageCommandOutput>;
@@ -56,6 +56,10 @@ import {
56
56
  DeleteChannelModeratorCommandInput,
57
57
  DeleteChannelModeratorCommandOutput,
58
58
  } from "./commands/DeleteChannelModeratorCommand";
59
+ import {
60
+ DeleteMessagingStreamingConfigurationsCommandInput,
61
+ DeleteMessagingStreamingConfigurationsCommandOutput,
62
+ } from "./commands/DeleteMessagingStreamingConfigurationsCommand";
59
63
  import {
60
64
  DescribeChannelBanCommandInput,
61
65
  DescribeChannelBanCommandOutput,
@@ -104,6 +108,10 @@ import {
104
108
  GetMessagingSessionEndpointCommandInput,
105
109
  GetMessagingSessionEndpointCommandOutput,
106
110
  } from "./commands/GetMessagingSessionEndpointCommand";
111
+ import {
112
+ GetMessagingStreamingConfigurationsCommandInput,
113
+ GetMessagingStreamingConfigurationsCommandOutput,
114
+ } from "./commands/GetMessagingStreamingConfigurationsCommand";
107
115
  import {
108
116
  ListChannelBansCommandInput,
109
117
  ListChannelBansCommandOutput,
@@ -152,6 +160,10 @@ import {
152
160
  PutChannelMembershipPreferencesCommandInput,
153
161
  PutChannelMembershipPreferencesCommandOutput,
154
162
  } from "./commands/PutChannelMembershipPreferencesCommand";
163
+ import {
164
+ PutMessagingStreamingConfigurationsCommandInput,
165
+ PutMessagingStreamingConfigurationsCommandOutput,
166
+ } from "./commands/PutMessagingStreamingConfigurationsCommand";
155
167
  import {
156
168
  RedactChannelMessageCommandInput,
157
169
  RedactChannelMessageCommandOutput,
@@ -371,6 +383,25 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
371
383
  options: __HttpHandlerOptions,
372
384
  cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
373
385
  ): void;
386
+ deleteMessagingStreamingConfigurations(
387
+ args: DeleteMessagingStreamingConfigurationsCommandInput,
388
+ options?: __HttpHandlerOptions
389
+ ): Promise<DeleteMessagingStreamingConfigurationsCommandOutput>;
390
+ deleteMessagingStreamingConfigurations(
391
+ args: DeleteMessagingStreamingConfigurationsCommandInput,
392
+ cb: (
393
+ err: any,
394
+ data?: DeleteMessagingStreamingConfigurationsCommandOutput
395
+ ) => void
396
+ ): void;
397
+ deleteMessagingStreamingConfigurations(
398
+ args: DeleteMessagingStreamingConfigurationsCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (
401
+ err: any,
402
+ data?: DeleteMessagingStreamingConfigurationsCommandOutput
403
+ ) => void
404
+ ): void;
374
405
  describeChannel(
375
406
  args: DescribeChannelCommandInput,
376
407
  options?: __HttpHandlerOptions
@@ -539,6 +570,25 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
539
570
  options: __HttpHandlerOptions,
540
571
  cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
541
572
  ): void;
573
+ getMessagingStreamingConfigurations(
574
+ args: GetMessagingStreamingConfigurationsCommandInput,
575
+ options?: __HttpHandlerOptions
576
+ ): Promise<GetMessagingStreamingConfigurationsCommandOutput>;
577
+ getMessagingStreamingConfigurations(
578
+ args: GetMessagingStreamingConfigurationsCommandInput,
579
+ cb: (
580
+ err: any,
581
+ data?: GetMessagingStreamingConfigurationsCommandOutput
582
+ ) => void
583
+ ): void;
584
+ getMessagingStreamingConfigurations(
585
+ args: GetMessagingStreamingConfigurationsCommandInput,
586
+ options: __HttpHandlerOptions,
587
+ cb: (
588
+ err: any,
589
+ data?: GetMessagingStreamingConfigurationsCommandOutput
590
+ ) => void
591
+ ): void;
542
592
  listChannelBans(
543
593
  args: ListChannelBansCommandInput,
544
594
  options?: __HttpHandlerOptions
@@ -713,6 +763,25 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
713
763
  options: __HttpHandlerOptions,
714
764
  cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
715
765
  ): void;
766
+ putMessagingStreamingConfigurations(
767
+ args: PutMessagingStreamingConfigurationsCommandInput,
768
+ options?: __HttpHandlerOptions
769
+ ): Promise<PutMessagingStreamingConfigurationsCommandOutput>;
770
+ putMessagingStreamingConfigurations(
771
+ args: PutMessagingStreamingConfigurationsCommandInput,
772
+ cb: (
773
+ err: any,
774
+ data?: PutMessagingStreamingConfigurationsCommandOutput
775
+ ) => void
776
+ ): void;
777
+ putMessagingStreamingConfigurations(
778
+ args: PutMessagingStreamingConfigurationsCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (
781
+ err: any,
782
+ data?: PutMessagingStreamingConfigurationsCommandOutput
783
+ ) => void
784
+ ): void;
716
785
  redactChannelMessage(
717
786
  args: RedactChannelMessageCommandInput,
718
787
  options?: __HttpHandlerOptions
@@ -100,6 +100,10 @@ import {
100
100
  DeleteChannelModeratorCommandInput,
101
101
  DeleteChannelModeratorCommandOutput,
102
102
  } from "./commands/DeleteChannelModeratorCommand";
103
+ import {
104
+ DeleteMessagingStreamingConfigurationsCommandInput,
105
+ DeleteMessagingStreamingConfigurationsCommandOutput,
106
+ } from "./commands/DeleteMessagingStreamingConfigurationsCommand";
103
107
  import {
104
108
  DescribeChannelBanCommandInput,
105
109
  DescribeChannelBanCommandOutput,
@@ -148,6 +152,10 @@ import {
148
152
  GetMessagingSessionEndpointCommandInput,
149
153
  GetMessagingSessionEndpointCommandOutput,
150
154
  } from "./commands/GetMessagingSessionEndpointCommand";
155
+ import {
156
+ GetMessagingStreamingConfigurationsCommandInput,
157
+ GetMessagingStreamingConfigurationsCommandOutput,
158
+ } from "./commands/GetMessagingStreamingConfigurationsCommand";
151
159
  import {
152
160
  ListChannelBansCommandInput,
153
161
  ListChannelBansCommandOutput,
@@ -196,6 +204,10 @@ import {
196
204
  PutChannelMembershipPreferencesCommandInput,
197
205
  PutChannelMembershipPreferencesCommandOutput,
198
206
  } from "./commands/PutChannelMembershipPreferencesCommand";
207
+ import {
208
+ PutMessagingStreamingConfigurationsCommandInput,
209
+ PutMessagingStreamingConfigurationsCommandOutput,
210
+ } from "./commands/PutMessagingStreamingConfigurationsCommand";
199
211
  import {
200
212
  RedactChannelMessageCommandInput,
201
213
  RedactChannelMessageCommandOutput,
@@ -252,6 +264,7 @@ export type ServiceInputTypes =
252
264
  | DeleteChannelMembershipCommandInput
253
265
  | DeleteChannelMessageCommandInput
254
266
  | DeleteChannelModeratorCommandInput
267
+ | DeleteMessagingStreamingConfigurationsCommandInput
255
268
  | DescribeChannelBanCommandInput
256
269
  | DescribeChannelCommandInput
257
270
  | DescribeChannelFlowCommandInput
@@ -264,6 +277,7 @@ export type ServiceInputTypes =
264
277
  | GetChannelMessageCommandInput
265
278
  | GetChannelMessageStatusCommandInput
266
279
  | GetMessagingSessionEndpointCommandInput
280
+ | GetMessagingStreamingConfigurationsCommandInput
267
281
  | ListChannelBansCommandInput
268
282
  | ListChannelFlowsCommandInput
269
283
  | ListChannelMembershipsCommandInput
@@ -276,6 +290,7 @@ export type ServiceInputTypes =
276
290
  | ListSubChannelsCommandInput
277
291
  | ListTagsForResourceCommandInput
278
292
  | PutChannelMembershipPreferencesCommandInput
293
+ | PutMessagingStreamingConfigurationsCommandInput
279
294
  | RedactChannelMessageCommandInput
280
295
  | SearchChannelsCommandInput
281
296
  | SendChannelMessageCommandInput
@@ -300,6 +315,7 @@ export type ServiceOutputTypes =
300
315
  | DeleteChannelMembershipCommandOutput
301
316
  | DeleteChannelMessageCommandOutput
302
317
  | DeleteChannelModeratorCommandOutput
318
+ | DeleteMessagingStreamingConfigurationsCommandOutput
303
319
  | DescribeChannelBanCommandOutput
304
320
  | DescribeChannelCommandOutput
305
321
  | DescribeChannelFlowCommandOutput
@@ -312,6 +328,7 @@ export type ServiceOutputTypes =
312
328
  | GetChannelMessageCommandOutput
313
329
  | GetChannelMessageStatusCommandOutput
314
330
  | GetMessagingSessionEndpointCommandOutput
331
+ | GetMessagingStreamingConfigurationsCommandOutput
315
332
  | ListChannelBansCommandOutput
316
333
  | ListChannelFlowsCommandOutput
317
334
  | ListChannelMembershipsCommandOutput
@@ -324,6 +341,7 @@ export type ServiceOutputTypes =
324
341
  | ListSubChannelsCommandOutput
325
342
  | ListTagsForResourceCommandOutput
326
343
  | PutChannelMembershipPreferencesCommandOutput
344
+ | PutMessagingStreamingConfigurationsCommandOutput
327
345
  | RedactChannelMessageCommandOutput
328
346
  | SearchChannelsCommandOutput
329
347
  | SendChannelMessageCommandOutput
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ChimeSDKMessagingClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ChimeSDKMessagingClient";
14
+ import { DeleteMessagingStreamingConfigurationsRequest } from "../models/models_0";
15
+ export interface DeleteMessagingStreamingConfigurationsCommandInput
16
+ extends DeleteMessagingStreamingConfigurationsRequest {}
17
+ export interface DeleteMessagingStreamingConfigurationsCommandOutput
18
+ extends __MetadataBearer {}
19
+ export declare class DeleteMessagingStreamingConfigurationsCommand extends $Command<
20
+ DeleteMessagingStreamingConfigurationsCommandInput,
21
+ DeleteMessagingStreamingConfigurationsCommandOutput,
22
+ ChimeSDKMessagingClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteMessagingStreamingConfigurationsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: DeleteMessagingStreamingConfigurationsCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ChimeSDKMessagingClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteMessagingStreamingConfigurationsCommandInput,
33
+ DeleteMessagingStreamingConfigurationsCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ChimeSDKMessagingClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ChimeSDKMessagingClient";
14
+ import {
15
+ GetMessagingStreamingConfigurationsRequest,
16
+ GetMessagingStreamingConfigurationsResponse,
17
+ } from "../models/models_0";
18
+ export interface GetMessagingStreamingConfigurationsCommandInput
19
+ extends GetMessagingStreamingConfigurationsRequest {}
20
+ export interface GetMessagingStreamingConfigurationsCommandOutput
21
+ extends GetMessagingStreamingConfigurationsResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetMessagingStreamingConfigurationsCommand extends $Command<
24
+ GetMessagingStreamingConfigurationsCommandInput,
25
+ GetMessagingStreamingConfigurationsCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: GetMessagingStreamingConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetMessagingStreamingConfigurationsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetMessagingStreamingConfigurationsCommandInput,
37
+ GetMessagingStreamingConfigurationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ChimeSDKMessagingClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ChimeSDKMessagingClient";
14
+ import {
15
+ PutMessagingStreamingConfigurationsRequest,
16
+ PutMessagingStreamingConfigurationsResponse,
17
+ } from "../models/models_0";
18
+ export interface PutMessagingStreamingConfigurationsCommandInput
19
+ extends PutMessagingStreamingConfigurationsRequest {}
20
+ export interface PutMessagingStreamingConfigurationsCommandOutput
21
+ extends PutMessagingStreamingConfigurationsResponse,
22
+ __MetadataBearer {}
23
+ export declare class PutMessagingStreamingConfigurationsCommand extends $Command<
24
+ PutMessagingStreamingConfigurationsCommandInput,
25
+ PutMessagingStreamingConfigurationsCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: PutMessagingStreamingConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: PutMessagingStreamingConfigurationsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutMessagingStreamingConfigurationsCommandInput,
37
+ PutMessagingStreamingConfigurationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -12,6 +12,7 @@ export * from "./DeleteChannelFlowCommand";
12
12
  export * from "./DeleteChannelMembershipCommand";
13
13
  export * from "./DeleteChannelMessageCommand";
14
14
  export * from "./DeleteChannelModeratorCommand";
15
+ export * from "./DeleteMessagingStreamingConfigurationsCommand";
15
16
  export * from "./DescribeChannelBanCommand";
16
17
  export * from "./DescribeChannelCommand";
17
18
  export * from "./DescribeChannelFlowCommand";
@@ -24,6 +25,7 @@ export * from "./GetChannelMembershipPreferencesCommand";
24
25
  export * from "./GetChannelMessageCommand";
25
26
  export * from "./GetChannelMessageStatusCommand";
26
27
  export * from "./GetMessagingSessionEndpointCommand";
28
+ export * from "./GetMessagingStreamingConfigurationsCommand";
27
29
  export * from "./ListChannelBansCommand";
28
30
  export * from "./ListChannelFlowsCommand";
29
31
  export * from "./ListChannelMembershipsCommand";
@@ -36,6 +38,7 @@ export * from "./ListChannelsModeratedByAppInstanceUserCommand";
36
38
  export * from "./ListSubChannelsCommand";
37
39
  export * from "./ListTagsForResourceCommand";
38
40
  export * from "./PutChannelMembershipPreferencesCommand";
41
+ export * from "./PutMessagingStreamingConfigurationsCommand";
39
42
  export * from "./RedactChannelMessageCommand";
40
43
  export * from "./SearchChannelsCommand";
41
44
  export * from "./SendChannelMessageCommand";
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
26
26
  defaultSigningName: string;
27
27
  };
28
28
  export interface EndpointParameters extends __EndpointParameters {
29
- Region: string;
29
+ Region?: string;
30
30
  UseDualStack?: boolean;
31
31
  UseFIPS?: boolean;
32
32
  Endpoint?: string;
@@ -423,6 +423,9 @@ export interface DeleteChannelModeratorRequest {
423
423
  ChannelModeratorArn: string | undefined;
424
424
  ChimeBearer: string | undefined;
425
425
  }
426
+ export interface DeleteMessagingStreamingConfigurationsRequest {
427
+ AppInstanceArn: string | undefined;
428
+ }
426
429
  export interface DescribeChannelRequest {
427
430
  ChannelArn: string | undefined;
428
431
  ChimeBearer: string | undefined;
@@ -517,6 +520,20 @@ export interface MessagingSessionEndpoint {
517
520
  export interface GetMessagingSessionEndpointResponse {
518
521
  Endpoint?: MessagingSessionEndpoint;
519
522
  }
523
+ export interface GetMessagingStreamingConfigurationsRequest {
524
+ AppInstanceArn: string | undefined;
525
+ }
526
+ export declare enum MessagingDataType {
527
+ Channel = "Channel",
528
+ ChannelMessage = "ChannelMessage",
529
+ }
530
+ export interface StreamingConfiguration {
531
+ DataType: MessagingDataType | string | undefined;
532
+ ResourceArn: string | undefined;
533
+ }
534
+ export interface GetMessagingStreamingConfigurationsResponse {
535
+ StreamingConfigurations?: StreamingConfiguration[];
536
+ }
520
537
  export interface ListChannelBansRequest {
521
538
  ChannelArn: string | undefined;
522
539
  MaxResults?: number;
@@ -653,6 +670,13 @@ export interface PutChannelMembershipPreferencesResponse {
653
670
  Member?: Identity;
654
671
  Preferences?: ChannelMembershipPreferences;
655
672
  }
673
+ export interface PutMessagingStreamingConfigurationsRequest {
674
+ AppInstanceArn: string | undefined;
675
+ StreamingConfigurations: StreamingConfiguration[] | undefined;
676
+ }
677
+ export interface PutMessagingStreamingConfigurationsResponse {
678
+ StreamingConfigurations?: StreamingConfiguration[];
679
+ }
656
680
  export interface RedactChannelMessageRequest {
657
681
  ChannelArn: string | undefined;
658
682
  MessageId: string | undefined;
@@ -894,6 +918,9 @@ export declare const DeleteChannelMessageRequestFilterSensitiveLog: (
894
918
  export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (
895
919
  obj: DeleteChannelModeratorRequest
896
920
  ) => any;
921
+ export declare const DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog: (
922
+ obj: DeleteMessagingStreamingConfigurationsRequest
923
+ ) => any;
897
924
  export declare const DescribeChannelRequestFilterSensitiveLog: (
898
925
  obj: DescribeChannelRequest
899
926
  ) => any;
@@ -966,6 +993,15 @@ export declare const MessagingSessionEndpointFilterSensitiveLog: (
966
993
  export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (
967
994
  obj: GetMessagingSessionEndpointResponse
968
995
  ) => any;
996
+ export declare const GetMessagingStreamingConfigurationsRequestFilterSensitiveLog: (
997
+ obj: GetMessagingStreamingConfigurationsRequest
998
+ ) => any;
999
+ export declare const StreamingConfigurationFilterSensitiveLog: (
1000
+ obj: StreamingConfiguration
1001
+ ) => any;
1002
+ export declare const GetMessagingStreamingConfigurationsResponseFilterSensitiveLog: (
1003
+ obj: GetMessagingStreamingConfigurationsResponse
1004
+ ) => any;
969
1005
  export declare const ListChannelBansRequestFilterSensitiveLog: (
970
1006
  obj: ListChannelBansRequest
971
1007
  ) => any;
@@ -1041,6 +1077,12 @@ export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (
1041
1077
  export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (
1042
1078
  obj: PutChannelMembershipPreferencesResponse
1043
1079
  ) => any;
1080
+ export declare const PutMessagingStreamingConfigurationsRequestFilterSensitiveLog: (
1081
+ obj: PutMessagingStreamingConfigurationsRequest
1082
+ ) => any;
1083
+ export declare const PutMessagingStreamingConfigurationsResponseFilterSensitiveLog: (
1084
+ obj: PutMessagingStreamingConfigurationsResponse
1085
+ ) => any;
1044
1086
  export declare const RedactChannelMessageRequestFilterSensitiveLog: (
1045
1087
  obj: RedactChannelMessageRequest
1046
1088
  ) => any;