@aws-sdk/client-chime-sdk-messaging 3.99.0 → 3.109.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 (35) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +1 -2
  3. package/dist-cjs/ChimeSDKMessaging.js +15 -0
  4. package/dist-cjs/ChimeSDKMessagingClient.js +2 -0
  5. package/dist-cjs/commands/SearchChannelsCommand.js +36 -0
  6. package/dist-cjs/commands/index.js +1 -0
  7. package/dist-cjs/models/models_0.js +32 -1
  8. package/dist-cjs/pagination/SearchChannelsPaginator.js +36 -0
  9. package/dist-cjs/pagination/index.js +1 -0
  10. package/dist-cjs/protocols/Aws_restJson1.js +145 -2
  11. package/dist-es/ChimeSDKMessaging.js +15 -0
  12. package/dist-es/ChimeSDKMessagingClient.js +2 -0
  13. package/dist-es/commands/SearchChannelsCommand.js +39 -0
  14. package/dist-es/commands/index.js +1 -0
  15. package/dist-es/models/models_0.js +22 -1
  16. package/dist-es/pagination/SearchChannelsPaginator.js +75 -0
  17. package/dist-es/pagination/index.js +1 -0
  18. package/dist-es/protocols/Aws_restJson1.js +159 -2
  19. package/dist-types/ChimeSDKMessaging.d.ts +9 -2
  20. package/dist-types/ChimeSDKMessagingClient.d.ts +4 -4
  21. package/dist-types/commands/SearchChannelsCommand.d.ts +36 -0
  22. package/dist-types/commands/index.d.ts +1 -0
  23. package/dist-types/models/models_0.d.ts +96 -17
  24. package/dist-types/pagination/SearchChannelsPaginator.d.ts +4 -0
  25. package/dist-types/pagination/index.d.ts +1 -0
  26. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  27. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +5 -0
  28. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +3 -2
  29. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +56 -14
  32. package/dist-types/ts3.4/pagination/SearchChannelsPaginator.d.ts +4 -0
  33. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  35. package/package.json +29 -28
@@ -38,6 +38,7 @@ import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModerat
38
38
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
39
39
  import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "./commands/PutChannelMembershipPreferencesCommand";
40
40
  import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
41
+ import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "./commands/SearchChannelsCommand";
41
42
  import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
42
43
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
43
44
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -200,6 +201,10 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
200
201
  redactChannelMessage(args: RedactChannelMessageCommandInput, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
201
202
  redactChannelMessage(args: RedactChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
202
203
 
204
+ searchChannels(args: SearchChannelsCommandInput, options?: __HttpHandlerOptions): Promise<SearchChannelsCommandOutput>;
205
+ searchChannels(args: SearchChannelsCommandInput, cb: (err: any, data?: SearchChannelsCommandOutput) => void): void;
206
+ searchChannels(args: SearchChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchChannelsCommandOutput) => void): void;
207
+
203
208
  sendChannelMessage(args: SendChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendChannelMessageCommandOutput>;
204
209
  sendChannelMessage(args: SendChannelMessageCommandInput, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
205
210
  sendChannelMessage(args: SendChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
@@ -44,6 +44,7 @@ import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModerat
44
44
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
45
45
  import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "./commands/PutChannelMembershipPreferencesCommand";
46
46
  import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
47
+ import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "./commands/SearchChannelsCommand";
47
48
  import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
48
49
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
49
50
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -51,8 +52,8 @@ import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./command
51
52
  import { UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput } from "./commands/UpdateChannelFlowCommand";
52
53
  import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
53
54
  import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
54
- export declare type ServiceInputTypes = AssociateChannelFlowCommandInput | BatchCreateChannelMembershipCommandInput | ChannelFlowCallbackCommandInput | CreateChannelBanCommandInput | CreateChannelCommandInput | CreateChannelFlowCommandInput | CreateChannelMembershipCommandInput | CreateChannelModeratorCommandInput | DeleteChannelBanCommandInput | DeleteChannelCommandInput | DeleteChannelFlowCommandInput | DeleteChannelMembershipCommandInput | DeleteChannelMessageCommandInput | DeleteChannelModeratorCommandInput | DescribeChannelBanCommandInput | DescribeChannelCommandInput | DescribeChannelFlowCommandInput | DescribeChannelMembershipCommandInput | DescribeChannelMembershipForAppInstanceUserCommandInput | DescribeChannelModeratedByAppInstanceUserCommandInput | DescribeChannelModeratorCommandInput | DisassociateChannelFlowCommandInput | GetChannelMembershipPreferencesCommandInput | GetChannelMessageCommandInput | GetChannelMessageStatusCommandInput | GetMessagingSessionEndpointCommandInput | ListChannelBansCommandInput | ListChannelFlowsCommandInput | ListChannelMembershipsCommandInput | ListChannelMembershipsForAppInstanceUserCommandInput | ListChannelMessagesCommandInput | ListChannelModeratorsCommandInput | ListChannelsAssociatedWithChannelFlowCommandInput | ListChannelsCommandInput | ListChannelsModeratedByAppInstanceUserCommandInput | ListTagsForResourceCommandInput | PutChannelMembershipPreferencesCommandInput | RedactChannelMessageCommandInput | SendChannelMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateChannelFlowCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput;
55
- export declare type ServiceOutputTypes = AssociateChannelFlowCommandOutput | BatchCreateChannelMembershipCommandOutput | ChannelFlowCallbackCommandOutput | CreateChannelBanCommandOutput | CreateChannelCommandOutput | CreateChannelFlowCommandOutput | CreateChannelMembershipCommandOutput | CreateChannelModeratorCommandOutput | DeleteChannelBanCommandOutput | DeleteChannelCommandOutput | DeleteChannelFlowCommandOutput | DeleteChannelMembershipCommandOutput | DeleteChannelMessageCommandOutput | DeleteChannelModeratorCommandOutput | DescribeChannelBanCommandOutput | DescribeChannelCommandOutput | DescribeChannelFlowCommandOutput | DescribeChannelMembershipCommandOutput | DescribeChannelMembershipForAppInstanceUserCommandOutput | DescribeChannelModeratedByAppInstanceUserCommandOutput | DescribeChannelModeratorCommandOutput | DisassociateChannelFlowCommandOutput | GetChannelMembershipPreferencesCommandOutput | GetChannelMessageCommandOutput | GetChannelMessageStatusCommandOutput | GetMessagingSessionEndpointCommandOutput | ListChannelBansCommandOutput | ListChannelFlowsCommandOutput | ListChannelMembershipsCommandOutput | ListChannelMembershipsForAppInstanceUserCommandOutput | ListChannelMessagesCommandOutput | ListChannelModeratorsCommandOutput | ListChannelsAssociatedWithChannelFlowCommandOutput | ListChannelsCommandOutput | ListChannelsModeratedByAppInstanceUserCommandOutput | ListTagsForResourceCommandOutput | PutChannelMembershipPreferencesCommandOutput | RedactChannelMessageCommandOutput | SendChannelMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateChannelFlowCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput;
55
+ export declare type ServiceInputTypes = AssociateChannelFlowCommandInput | BatchCreateChannelMembershipCommandInput | ChannelFlowCallbackCommandInput | CreateChannelBanCommandInput | CreateChannelCommandInput | CreateChannelFlowCommandInput | CreateChannelMembershipCommandInput | CreateChannelModeratorCommandInput | DeleteChannelBanCommandInput | DeleteChannelCommandInput | DeleteChannelFlowCommandInput | DeleteChannelMembershipCommandInput | DeleteChannelMessageCommandInput | DeleteChannelModeratorCommandInput | DescribeChannelBanCommandInput | DescribeChannelCommandInput | DescribeChannelFlowCommandInput | DescribeChannelMembershipCommandInput | DescribeChannelMembershipForAppInstanceUserCommandInput | DescribeChannelModeratedByAppInstanceUserCommandInput | DescribeChannelModeratorCommandInput | DisassociateChannelFlowCommandInput | GetChannelMembershipPreferencesCommandInput | GetChannelMessageCommandInput | GetChannelMessageStatusCommandInput | GetMessagingSessionEndpointCommandInput | ListChannelBansCommandInput | ListChannelFlowsCommandInput | ListChannelMembershipsCommandInput | ListChannelMembershipsForAppInstanceUserCommandInput | ListChannelMessagesCommandInput | ListChannelModeratorsCommandInput | ListChannelsAssociatedWithChannelFlowCommandInput | ListChannelsCommandInput | ListChannelsModeratedByAppInstanceUserCommandInput | ListTagsForResourceCommandInput | PutChannelMembershipPreferencesCommandInput | RedactChannelMessageCommandInput | SearchChannelsCommandInput | SendChannelMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateChannelFlowCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput;
56
+ export declare type ServiceOutputTypes = AssociateChannelFlowCommandOutput | BatchCreateChannelMembershipCommandOutput | ChannelFlowCallbackCommandOutput | CreateChannelBanCommandOutput | CreateChannelCommandOutput | CreateChannelFlowCommandOutput | CreateChannelMembershipCommandOutput | CreateChannelModeratorCommandOutput | DeleteChannelBanCommandOutput | DeleteChannelCommandOutput | DeleteChannelFlowCommandOutput | DeleteChannelMembershipCommandOutput | DeleteChannelMessageCommandOutput | DeleteChannelModeratorCommandOutput | DescribeChannelBanCommandOutput | DescribeChannelCommandOutput | DescribeChannelFlowCommandOutput | DescribeChannelMembershipCommandOutput | DescribeChannelMembershipForAppInstanceUserCommandOutput | DescribeChannelModeratedByAppInstanceUserCommandOutput | DescribeChannelModeratorCommandOutput | DisassociateChannelFlowCommandOutput | GetChannelMembershipPreferencesCommandOutput | GetChannelMessageCommandOutput | GetChannelMessageStatusCommandOutput | GetMessagingSessionEndpointCommandOutput | ListChannelBansCommandOutput | ListChannelFlowsCommandOutput | ListChannelMembershipsCommandOutput | ListChannelMembershipsForAppInstanceUserCommandOutput | ListChannelMessagesCommandOutput | ListChannelModeratorsCommandOutput | ListChannelsAssociatedWithChannelFlowCommandOutput | ListChannelsCommandOutput | ListChannelsModeratedByAppInstanceUserCommandOutput | ListTagsForResourceCommandOutput | PutChannelMembershipPreferencesCommandOutput | RedactChannelMessageCommandOutput | SearchChannelsCommandOutput | SendChannelMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateChannelFlowCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput;
56
57
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
57
58
 
58
59
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
+ import { SearchChannelsRequest, SearchChannelsResponse } from "../models/models_0";
5
+ export interface SearchChannelsCommandInput extends SearchChannelsRequest {
6
+ }
7
+ export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SearchChannelsCommand extends $Command<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
+ readonly input: SearchChannelsCommandInput;
12
+ constructor(input: SearchChannelsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchChannelsCommandInput, SearchChannelsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -36,6 +36,7 @@ export * from "./ListChannelsModeratedByAppInstanceUserCommand";
36
36
  export * from "./ListTagsForResourceCommand";
37
37
  export * from "./PutChannelMembershipPreferencesCommand";
38
38
  export * from "./RedactChannelMessageCommand";
39
+ export * from "./SearchChannelsCommand";
39
40
  export * from "./SendChannelMessageCommand";
40
41
  export * from "./TagResourceCommand";
41
42
  export * from "./UntagResourceCommand";
@@ -356,9 +356,7 @@ export interface ChannelMessageCallback {
356
356
 
357
357
  PushNotification?: PushNotificationConfiguration;
358
358
 
359
- MessageAttributes?: {
360
- [key: string]: MessageAttributeValue;
361
- };
359
+ MessageAttributes?: Record<string, MessageAttributeValue>;
362
360
  }
363
361
  export declare namespace ChannelMessageCallback {
364
362
 
@@ -531,9 +529,7 @@ export interface ChannelMessage {
531
529
 
532
530
  Status?: ChannelMessageStatusStructure;
533
531
 
534
- MessageAttributes?: {
535
- [key: string]: MessageAttributeValue;
536
- };
532
+ MessageAttributes?: Record<string, MessageAttributeValue>;
537
533
  }
538
534
  export declare namespace ChannelMessage {
539
535
 
@@ -562,9 +558,7 @@ export interface ChannelMessageSummary {
562
558
 
563
559
  Status?: ChannelMessageStatusStructure;
564
560
 
565
- MessageAttributes?: {
566
- [key: string]: MessageAttributeValue;
567
- };
561
+ MessageAttributes?: Record<string, MessageAttributeValue>;
568
562
  }
569
563
  export declare namespace ChannelMessageSummary {
570
564
 
@@ -631,6 +625,12 @@ export interface CreateChannelRequest {
631
625
  Tags?: Tag[];
632
626
 
633
627
  ChimeBearer: string | undefined;
628
+
629
+ ChannelId?: string;
630
+
631
+ MemberArns?: string[];
632
+
633
+ ModeratorArns?: string[];
634
634
  }
635
635
  export declare namespace CreateChannelRequest {
636
636
 
@@ -1342,6 +1342,50 @@ export declare namespace RedactChannelMessageResponse {
1342
1342
 
1343
1343
  const filterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
1344
1344
  }
1345
+ export declare enum SearchFieldKey {
1346
+ MEMBERS = "MEMBERS"
1347
+ }
1348
+ export declare enum SearchFieldOperator {
1349
+ EQUALS = "EQUALS",
1350
+ INCLUDES = "INCLUDES"
1351
+ }
1352
+
1353
+ export interface SearchField {
1354
+
1355
+ Key: SearchFieldKey | string | undefined;
1356
+
1357
+ Values: string[] | undefined;
1358
+
1359
+ Operator: SearchFieldOperator | string | undefined;
1360
+ }
1361
+ export declare namespace SearchField {
1362
+
1363
+ const filterSensitiveLog: (obj: SearchField) => any;
1364
+ }
1365
+ export interface SearchChannelsRequest {
1366
+
1367
+ ChimeBearer?: string;
1368
+
1369
+ Fields: SearchField[] | undefined;
1370
+
1371
+ MaxResults?: number;
1372
+
1373
+ NextToken?: string;
1374
+ }
1375
+ export declare namespace SearchChannelsRequest {
1376
+
1377
+ const filterSensitiveLog: (obj: SearchChannelsRequest) => any;
1378
+ }
1379
+ export interface SearchChannelsResponse {
1380
+
1381
+ Channels?: ChannelSummary[];
1382
+
1383
+ NextToken?: string;
1384
+ }
1385
+ export declare namespace SearchChannelsResponse {
1386
+
1387
+ const filterSensitiveLog: (obj: SearchChannelsResponse) => any;
1388
+ }
1345
1389
  export interface SendChannelMessageRequest {
1346
1390
 
1347
1391
  ChannelArn: string | undefined;
@@ -1360,9 +1404,7 @@ export interface SendChannelMessageRequest {
1360
1404
 
1361
1405
  PushNotification?: PushNotificationConfiguration;
1362
1406
 
1363
- MessageAttributes?: {
1364
- [key: string]: MessageAttributeValue;
1365
- };
1407
+ MessageAttributes?: Record<string, MessageAttributeValue>;
1366
1408
  }
1367
1409
  export declare namespace SendChannelMessageRequest {
1368
1410
 
@@ -1404,9 +1446,9 @@ export interface UpdateChannelRequest {
1404
1446
 
1405
1447
  ChannelArn: string | undefined;
1406
1448
 
1407
- Name: string | undefined;
1449
+ Name?: string;
1408
1450
 
1409
- Mode: ChannelMode | string | undefined;
1451
+ Mode?: ChannelMode | string;
1410
1452
 
1411
1453
  Metadata?: string;
1412
1454
 
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "../commands/SearchChannelsCommand";
3
+ import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateSearchChannels(config: ChimeSDKMessagingPaginationConfiguration, input: SearchChannelsCommandInput, ...additionalArguments: any): Paginator<SearchChannelsCommandOutput>;
@@ -8,3 +8,4 @@ export * from "./ListChannelModeratorsPaginator";
8
8
  export * from "./ListChannelsAssociatedWithChannelFlowPaginator";
9
9
  export * from "./ListChannelsModeratedByAppInstanceUserPaginator";
10
10
  export * from "./ListChannelsPaginator";
11
+ export * from "./SearchChannelsPaginator";
@@ -38,6 +38,7 @@ import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModerat
38
38
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
39
39
  import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "../commands/PutChannelMembershipPreferencesCommand";
40
40
  import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "../commands/RedactChannelMessageCommand";
41
+ import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "../commands/SearchChannelsCommand";
41
42
  import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "../commands/SendChannelMessageCommand";
42
43
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
43
44
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
@@ -83,6 +84,7 @@ export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUse
83
84
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
85
  export declare const serializeAws_restJson1PutChannelMembershipPreferencesCommand: (input: PutChannelMembershipPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
86
  export declare const serializeAws_restJson1RedactChannelMessageCommand: (input: RedactChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_restJson1SearchChannelsCommand: (input: SearchChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
88
  export declare const serializeAws_restJson1SendChannelMessageCommand: (input: SendChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
89
  export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
90
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -128,6 +130,7 @@ export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceU
128
130
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
129
131
  export declare const deserializeAws_restJson1PutChannelMembershipPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelMembershipPreferencesCommandOutput>;
130
132
  export declare const deserializeAws_restJson1RedactChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactChannelMessageCommandOutput>;
133
+ export declare const deserializeAws_restJson1SearchChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchChannelsCommandOutput>;
131
134
  export declare const deserializeAws_restJson1SendChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChannelMessageCommandOutput>;
132
135
  export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
133
136
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
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.99.0",
4
+ "version": "3.109.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",
@@ -18,36 +18,37 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.99.0",
22
- "@aws-sdk/config-resolver": "3.80.0",
23
- "@aws-sdk/credential-provider-node": "3.99.0",
24
- "@aws-sdk/fetch-http-handler": "3.78.0",
25
- "@aws-sdk/hash-node": "3.78.0",
26
- "@aws-sdk/invalid-dependency": "3.78.0",
27
- "@aws-sdk/middleware-content-length": "3.78.0",
28
- "@aws-sdk/middleware-host-header": "3.78.0",
29
- "@aws-sdk/middleware-logger": "3.78.0",
30
- "@aws-sdk/middleware-retry": "3.80.0",
31
- "@aws-sdk/middleware-serde": "3.78.0",
32
- "@aws-sdk/middleware-signing": "3.78.0",
33
- "@aws-sdk/middleware-stack": "3.78.0",
34
- "@aws-sdk/middleware-user-agent": "3.78.0",
35
- "@aws-sdk/node-config-provider": "3.80.0",
36
- "@aws-sdk/node-http-handler": "3.94.0",
37
- "@aws-sdk/protocol-http": "3.78.0",
38
- "@aws-sdk/smithy-client": "3.99.0",
39
- "@aws-sdk/types": "3.78.0",
40
- "@aws-sdk/url-parser": "3.78.0",
41
- "@aws-sdk/util-base64-browser": "3.58.0",
21
+ "@aws-sdk/client-sts": "3.109.0",
22
+ "@aws-sdk/config-resolver": "3.109.0",
23
+ "@aws-sdk/credential-provider-node": "3.109.0",
24
+ "@aws-sdk/fetch-http-handler": "3.109.0",
25
+ "@aws-sdk/hash-node": "3.109.0",
26
+ "@aws-sdk/invalid-dependency": "3.109.0",
27
+ "@aws-sdk/middleware-content-length": "3.109.0",
28
+ "@aws-sdk/middleware-host-header": "3.109.0",
29
+ "@aws-sdk/middleware-logger": "3.109.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.109.0",
31
+ "@aws-sdk/middleware-retry": "3.109.0",
32
+ "@aws-sdk/middleware-serde": "3.109.0",
33
+ "@aws-sdk/middleware-signing": "3.109.0",
34
+ "@aws-sdk/middleware-stack": "3.109.0",
35
+ "@aws-sdk/middleware-user-agent": "3.109.0",
36
+ "@aws-sdk/node-config-provider": "3.109.0",
37
+ "@aws-sdk/node-http-handler": "3.109.0",
38
+ "@aws-sdk/protocol-http": "3.109.0",
39
+ "@aws-sdk/smithy-client": "3.109.0",
40
+ "@aws-sdk/types": "3.109.0",
41
+ "@aws-sdk/url-parser": "3.109.0",
42
+ "@aws-sdk/util-base64-browser": "3.109.0",
42
43
  "@aws-sdk/util-base64-node": "3.55.0",
43
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
45
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.99.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.99.0",
47
- "@aws-sdk/util-user-agent-browser": "3.78.0",
48
- "@aws-sdk/util-user-agent-node": "3.80.0",
49
- "@aws-sdk/util-utf8-browser": "3.55.0",
50
- "@aws-sdk/util-utf8-node": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.109.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.109.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.109.0",
49
+ "@aws-sdk/util-user-agent-node": "3.109.0",
50
+ "@aws-sdk/util-utf8-browser": "3.109.0",
51
+ "@aws-sdk/util-utf8-node": "3.109.0",
51
52
  "tslib": "^2.3.1",
52
53
  "uuid": "^8.3.2"
53
54
  },