@aws-sdk/client-chime-sdk-messaging 3.169.0 → 3.170.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 (75) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +880 -240
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +412 -120
  4. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +38 -17
  49. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +6 -6
  54. package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1519 -1404
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListChannelFlowsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSubChannelsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/SearchChannelsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +569 -143
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  75. package/package.json +34 -34
@@ -1,120 +1,412 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput } from "./commands/AssociateChannelFlowCommand";
10
- import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
11
- import { ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput } from "./commands/ChannelFlowCallbackCommand";
12
- import { CreateChannelBanCommandInput, CreateChannelBanCommandOutput } from "./commands/CreateChannelBanCommand";
13
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
14
- import { CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput } from "./commands/CreateChannelFlowCommand";
15
- import { CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput } from "./commands/CreateChannelMembershipCommand";
16
- import { CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput } from "./commands/CreateChannelModeratorCommand";
17
- import { DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput } from "./commands/DeleteChannelBanCommand";
18
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
19
- import { DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput } from "./commands/DeleteChannelFlowCommand";
20
- import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "./commands/DeleteChannelMembershipCommand";
21
- import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "./commands/DeleteChannelMessageCommand";
22
- import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "./commands/DeleteChannelModeratorCommand";
23
- import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "./commands/DescribeChannelBanCommand";
24
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
25
- import { DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput } from "./commands/DescribeChannelFlowCommand";
26
- import { DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput } from "./commands/DescribeChannelMembershipCommand";
27
- import { DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
28
- import { DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
29
- import { DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput } from "./commands/DescribeChannelModeratorCommand";
30
- import { DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput } from "./commands/DisassociateChannelFlowCommand";
31
- import { GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput } from "./commands/GetChannelMembershipPreferencesCommand";
32
- import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "./commands/GetChannelMessageCommand";
33
- import { GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput } from "./commands/GetChannelMessageStatusCommand";
34
- import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "./commands/GetMessagingSessionEndpointCommand";
35
- import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "./commands/ListChannelBansCommand";
36
- import { ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput } from "./commands/ListChannelFlowsCommand";
37
- import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "./commands/ListChannelMembershipsCommand";
38
- import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
39
- import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "./commands/ListChannelMessagesCommand";
40
- import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "./commands/ListChannelModeratorsCommand";
41
- import { ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput } from "./commands/ListChannelsAssociatedWithChannelFlowCommand";
42
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
43
- import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
44
- import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "./commands/ListSubChannelsCommand";
45
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
46
- import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "./commands/PutChannelMembershipPreferencesCommand";
47
- import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
48
- import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "./commands/SearchChannelsCommand";
49
- import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
50
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
51
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
52
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
53
- import { UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput } from "./commands/UpdateChannelFlowCommand";
54
- import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
55
- import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
56
- 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 | ListSubChannelsCommandInput | ListTagsForResourceCommandInput | PutChannelMembershipPreferencesCommandInput | RedactChannelMessageCommandInput | SearchChannelsCommandInput | SendChannelMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateChannelFlowCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput;
57
- 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 | ListSubChannelsCommandOutput | ListTagsForResourceCommandOutput | PutChannelMembershipPreferencesCommandOutput | RedactChannelMessageCommandOutput | SearchChannelsCommandOutput | SendChannelMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateChannelFlowCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput;
58
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
59
-
60
- requestHandler?: __HttpHandler;
61
-
62
- sha256?: __HashConstructor;
63
-
64
- urlParser?: __UrlParser;
65
-
66
- bodyLengthChecker?: __BodyLengthCalculator;
67
-
68
- streamCollector?: __StreamCollector;
69
-
70
- base64Decoder?: __Decoder;
71
-
72
- base64Encoder?: __Encoder;
73
-
74
- utf8Decoder?: __Decoder;
75
-
76
- utf8Encoder?: __Encoder;
77
-
78
- runtime?: string;
79
-
80
- disableHostPrefix?: boolean;
81
-
82
- maxAttempts?: number | __Provider<number>;
83
-
84
- retryMode?: string | __Provider<string>;
85
-
86
- logger?: __Logger;
87
-
88
- useDualstackEndpoint?: boolean | __Provider<boolean>;
89
-
90
- useFipsEndpoint?: boolean | __Provider<boolean>;
91
-
92
- serviceId?: string;
93
-
94
- region?: string | __Provider<string>;
95
-
96
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
97
-
98
- regionInfoProvider?: RegionInfoProvider;
99
-
100
- defaultUserAgentProvider?: Provider<__UserAgent>;
101
-
102
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
103
- }
104
- declare type ChimeSDKMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
105
-
106
- export interface ChimeSDKMessagingClientConfig extends ChimeSDKMessagingClientConfigType {
107
- }
108
- declare type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
109
-
110
- export interface ChimeSDKMessagingClientResolvedConfig extends ChimeSDKMessagingClientResolvedConfigType {
111
- }
112
-
113
- export declare class ChimeSDKMessagingClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMessagingClientResolvedConfig> {
114
-
115
- readonly config: ChimeSDKMessagingClientResolvedConfig;
116
- constructor(configuration: ChimeSDKMessagingClientConfig);
117
-
118
- destroy(): void;
119
- }
120
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateChannelFlowCommandInput,
47
+ AssociateChannelFlowCommandOutput,
48
+ } from "./commands/AssociateChannelFlowCommand";
49
+ import {
50
+ BatchCreateChannelMembershipCommandInput,
51
+ BatchCreateChannelMembershipCommandOutput,
52
+ } from "./commands/BatchCreateChannelMembershipCommand";
53
+ import {
54
+ ChannelFlowCallbackCommandInput,
55
+ ChannelFlowCallbackCommandOutput,
56
+ } from "./commands/ChannelFlowCallbackCommand";
57
+ import {
58
+ CreateChannelBanCommandInput,
59
+ CreateChannelBanCommandOutput,
60
+ } from "./commands/CreateChannelBanCommand";
61
+ import {
62
+ CreateChannelCommandInput,
63
+ CreateChannelCommandOutput,
64
+ } from "./commands/CreateChannelCommand";
65
+ import {
66
+ CreateChannelFlowCommandInput,
67
+ CreateChannelFlowCommandOutput,
68
+ } from "./commands/CreateChannelFlowCommand";
69
+ import {
70
+ CreateChannelMembershipCommandInput,
71
+ CreateChannelMembershipCommandOutput,
72
+ } from "./commands/CreateChannelMembershipCommand";
73
+ import {
74
+ CreateChannelModeratorCommandInput,
75
+ CreateChannelModeratorCommandOutput,
76
+ } from "./commands/CreateChannelModeratorCommand";
77
+ import {
78
+ DeleteChannelBanCommandInput,
79
+ DeleteChannelBanCommandOutput,
80
+ } from "./commands/DeleteChannelBanCommand";
81
+ import {
82
+ DeleteChannelCommandInput,
83
+ DeleteChannelCommandOutput,
84
+ } from "./commands/DeleteChannelCommand";
85
+ import {
86
+ DeleteChannelFlowCommandInput,
87
+ DeleteChannelFlowCommandOutput,
88
+ } from "./commands/DeleteChannelFlowCommand";
89
+ import {
90
+ DeleteChannelMembershipCommandInput,
91
+ DeleteChannelMembershipCommandOutput,
92
+ } from "./commands/DeleteChannelMembershipCommand";
93
+ import {
94
+ DeleteChannelMessageCommandInput,
95
+ DeleteChannelMessageCommandOutput,
96
+ } from "./commands/DeleteChannelMessageCommand";
97
+ import {
98
+ DeleteChannelModeratorCommandInput,
99
+ DeleteChannelModeratorCommandOutput,
100
+ } from "./commands/DeleteChannelModeratorCommand";
101
+ import {
102
+ DescribeChannelBanCommandInput,
103
+ DescribeChannelBanCommandOutput,
104
+ } from "./commands/DescribeChannelBanCommand";
105
+ import {
106
+ DescribeChannelCommandInput,
107
+ DescribeChannelCommandOutput,
108
+ } from "./commands/DescribeChannelCommand";
109
+ import {
110
+ DescribeChannelFlowCommandInput,
111
+ DescribeChannelFlowCommandOutput,
112
+ } from "./commands/DescribeChannelFlowCommand";
113
+ import {
114
+ DescribeChannelMembershipCommandInput,
115
+ DescribeChannelMembershipCommandOutput,
116
+ } from "./commands/DescribeChannelMembershipCommand";
117
+ import {
118
+ DescribeChannelMembershipForAppInstanceUserCommandInput,
119
+ DescribeChannelMembershipForAppInstanceUserCommandOutput,
120
+ } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
121
+ import {
122
+ DescribeChannelModeratedByAppInstanceUserCommandInput,
123
+ DescribeChannelModeratedByAppInstanceUserCommandOutput,
124
+ } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
125
+ import {
126
+ DescribeChannelModeratorCommandInput,
127
+ DescribeChannelModeratorCommandOutput,
128
+ } from "./commands/DescribeChannelModeratorCommand";
129
+ import {
130
+ DisassociateChannelFlowCommandInput,
131
+ DisassociateChannelFlowCommandOutput,
132
+ } from "./commands/DisassociateChannelFlowCommand";
133
+ import {
134
+ GetChannelMembershipPreferencesCommandInput,
135
+ GetChannelMembershipPreferencesCommandOutput,
136
+ } from "./commands/GetChannelMembershipPreferencesCommand";
137
+ import {
138
+ GetChannelMessageCommandInput,
139
+ GetChannelMessageCommandOutput,
140
+ } from "./commands/GetChannelMessageCommand";
141
+ import {
142
+ GetChannelMessageStatusCommandInput,
143
+ GetChannelMessageStatusCommandOutput,
144
+ } from "./commands/GetChannelMessageStatusCommand";
145
+ import {
146
+ GetMessagingSessionEndpointCommandInput,
147
+ GetMessagingSessionEndpointCommandOutput,
148
+ } from "./commands/GetMessagingSessionEndpointCommand";
149
+ import {
150
+ ListChannelBansCommandInput,
151
+ ListChannelBansCommandOutput,
152
+ } from "./commands/ListChannelBansCommand";
153
+ import {
154
+ ListChannelFlowsCommandInput,
155
+ ListChannelFlowsCommandOutput,
156
+ } from "./commands/ListChannelFlowsCommand";
157
+ import {
158
+ ListChannelMembershipsCommandInput,
159
+ ListChannelMembershipsCommandOutput,
160
+ } from "./commands/ListChannelMembershipsCommand";
161
+ import {
162
+ ListChannelMembershipsForAppInstanceUserCommandInput,
163
+ ListChannelMembershipsForAppInstanceUserCommandOutput,
164
+ } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
165
+ import {
166
+ ListChannelMessagesCommandInput,
167
+ ListChannelMessagesCommandOutput,
168
+ } from "./commands/ListChannelMessagesCommand";
169
+ import {
170
+ ListChannelModeratorsCommandInput,
171
+ ListChannelModeratorsCommandOutput,
172
+ } from "./commands/ListChannelModeratorsCommand";
173
+ import {
174
+ ListChannelsAssociatedWithChannelFlowCommandInput,
175
+ ListChannelsAssociatedWithChannelFlowCommandOutput,
176
+ } from "./commands/ListChannelsAssociatedWithChannelFlowCommand";
177
+ import {
178
+ ListChannelsCommandInput,
179
+ ListChannelsCommandOutput,
180
+ } from "./commands/ListChannelsCommand";
181
+ import {
182
+ ListChannelsModeratedByAppInstanceUserCommandInput,
183
+ ListChannelsModeratedByAppInstanceUserCommandOutput,
184
+ } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
185
+ import {
186
+ ListSubChannelsCommandInput,
187
+ ListSubChannelsCommandOutput,
188
+ } from "./commands/ListSubChannelsCommand";
189
+ import {
190
+ ListTagsForResourceCommandInput,
191
+ ListTagsForResourceCommandOutput,
192
+ } from "./commands/ListTagsForResourceCommand";
193
+ import {
194
+ PutChannelMembershipPreferencesCommandInput,
195
+ PutChannelMembershipPreferencesCommandOutput,
196
+ } from "./commands/PutChannelMembershipPreferencesCommand";
197
+ import {
198
+ RedactChannelMessageCommandInput,
199
+ RedactChannelMessageCommandOutput,
200
+ } from "./commands/RedactChannelMessageCommand";
201
+ import {
202
+ SearchChannelsCommandInput,
203
+ SearchChannelsCommandOutput,
204
+ } from "./commands/SearchChannelsCommand";
205
+ import {
206
+ SendChannelMessageCommandInput,
207
+ SendChannelMessageCommandOutput,
208
+ } from "./commands/SendChannelMessageCommand";
209
+ import {
210
+ TagResourceCommandInput,
211
+ TagResourceCommandOutput,
212
+ } from "./commands/TagResourceCommand";
213
+ import {
214
+ UntagResourceCommandInput,
215
+ UntagResourceCommandOutput,
216
+ } from "./commands/UntagResourceCommand";
217
+ import {
218
+ UpdateChannelCommandInput,
219
+ UpdateChannelCommandOutput,
220
+ } from "./commands/UpdateChannelCommand";
221
+ import {
222
+ UpdateChannelFlowCommandInput,
223
+ UpdateChannelFlowCommandOutput,
224
+ } from "./commands/UpdateChannelFlowCommand";
225
+ import {
226
+ UpdateChannelMessageCommandInput,
227
+ UpdateChannelMessageCommandOutput,
228
+ } from "./commands/UpdateChannelMessageCommand";
229
+ import {
230
+ UpdateChannelReadMarkerCommandInput,
231
+ UpdateChannelReadMarkerCommandOutput,
232
+ } from "./commands/UpdateChannelReadMarkerCommand";
233
+ export declare type ServiceInputTypes =
234
+ | AssociateChannelFlowCommandInput
235
+ | BatchCreateChannelMembershipCommandInput
236
+ | ChannelFlowCallbackCommandInput
237
+ | CreateChannelBanCommandInput
238
+ | CreateChannelCommandInput
239
+ | CreateChannelFlowCommandInput
240
+ | CreateChannelMembershipCommandInput
241
+ | CreateChannelModeratorCommandInput
242
+ | DeleteChannelBanCommandInput
243
+ | DeleteChannelCommandInput
244
+ | DeleteChannelFlowCommandInput
245
+ | DeleteChannelMembershipCommandInput
246
+ | DeleteChannelMessageCommandInput
247
+ | DeleteChannelModeratorCommandInput
248
+ | DescribeChannelBanCommandInput
249
+ | DescribeChannelCommandInput
250
+ | DescribeChannelFlowCommandInput
251
+ | DescribeChannelMembershipCommandInput
252
+ | DescribeChannelMembershipForAppInstanceUserCommandInput
253
+ | DescribeChannelModeratedByAppInstanceUserCommandInput
254
+ | DescribeChannelModeratorCommandInput
255
+ | DisassociateChannelFlowCommandInput
256
+ | GetChannelMembershipPreferencesCommandInput
257
+ | GetChannelMessageCommandInput
258
+ | GetChannelMessageStatusCommandInput
259
+ | GetMessagingSessionEndpointCommandInput
260
+ | ListChannelBansCommandInput
261
+ | ListChannelFlowsCommandInput
262
+ | ListChannelMembershipsCommandInput
263
+ | ListChannelMembershipsForAppInstanceUserCommandInput
264
+ | ListChannelMessagesCommandInput
265
+ | ListChannelModeratorsCommandInput
266
+ | ListChannelsAssociatedWithChannelFlowCommandInput
267
+ | ListChannelsCommandInput
268
+ | ListChannelsModeratedByAppInstanceUserCommandInput
269
+ | ListSubChannelsCommandInput
270
+ | ListTagsForResourceCommandInput
271
+ | PutChannelMembershipPreferencesCommandInput
272
+ | RedactChannelMessageCommandInput
273
+ | SearchChannelsCommandInput
274
+ | SendChannelMessageCommandInput
275
+ | TagResourceCommandInput
276
+ | UntagResourceCommandInput
277
+ | UpdateChannelCommandInput
278
+ | UpdateChannelFlowCommandInput
279
+ | UpdateChannelMessageCommandInput
280
+ | UpdateChannelReadMarkerCommandInput;
281
+ export declare type ServiceOutputTypes =
282
+ | AssociateChannelFlowCommandOutput
283
+ | BatchCreateChannelMembershipCommandOutput
284
+ | ChannelFlowCallbackCommandOutput
285
+ | CreateChannelBanCommandOutput
286
+ | CreateChannelCommandOutput
287
+ | CreateChannelFlowCommandOutput
288
+ | CreateChannelMembershipCommandOutput
289
+ | CreateChannelModeratorCommandOutput
290
+ | DeleteChannelBanCommandOutput
291
+ | DeleteChannelCommandOutput
292
+ | DeleteChannelFlowCommandOutput
293
+ | DeleteChannelMembershipCommandOutput
294
+ | DeleteChannelMessageCommandOutput
295
+ | DeleteChannelModeratorCommandOutput
296
+ | DescribeChannelBanCommandOutput
297
+ | DescribeChannelCommandOutput
298
+ | DescribeChannelFlowCommandOutput
299
+ | DescribeChannelMembershipCommandOutput
300
+ | DescribeChannelMembershipForAppInstanceUserCommandOutput
301
+ | DescribeChannelModeratedByAppInstanceUserCommandOutput
302
+ | DescribeChannelModeratorCommandOutput
303
+ | DisassociateChannelFlowCommandOutput
304
+ | GetChannelMembershipPreferencesCommandOutput
305
+ | GetChannelMessageCommandOutput
306
+ | GetChannelMessageStatusCommandOutput
307
+ | GetMessagingSessionEndpointCommandOutput
308
+ | ListChannelBansCommandOutput
309
+ | ListChannelFlowsCommandOutput
310
+ | ListChannelMembershipsCommandOutput
311
+ | ListChannelMembershipsForAppInstanceUserCommandOutput
312
+ | ListChannelMessagesCommandOutput
313
+ | ListChannelModeratorsCommandOutput
314
+ | ListChannelsAssociatedWithChannelFlowCommandOutput
315
+ | ListChannelsCommandOutput
316
+ | ListChannelsModeratedByAppInstanceUserCommandOutput
317
+ | ListSubChannelsCommandOutput
318
+ | ListTagsForResourceCommandOutput
319
+ | PutChannelMembershipPreferencesCommandOutput
320
+ | RedactChannelMessageCommandOutput
321
+ | SearchChannelsCommandOutput
322
+ | SendChannelMessageCommandOutput
323
+ | TagResourceCommandOutput
324
+ | UntagResourceCommandOutput
325
+ | UpdateChannelCommandOutput
326
+ | UpdateChannelFlowCommandOutput
327
+ | UpdateChannelMessageCommandOutput
328
+ | UpdateChannelReadMarkerCommandOutput;
329
+ export interface ClientDefaults
330
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
331
+ requestHandler?: __HttpHandler;
332
+
333
+ sha256?: __HashConstructor;
334
+
335
+ urlParser?: __UrlParser;
336
+
337
+ bodyLengthChecker?: __BodyLengthCalculator;
338
+
339
+ streamCollector?: __StreamCollector;
340
+
341
+ base64Decoder?: __Decoder;
342
+
343
+ base64Encoder?: __Encoder;
344
+
345
+ utf8Decoder?: __Decoder;
346
+
347
+ utf8Encoder?: __Encoder;
348
+
349
+ runtime?: string;
350
+
351
+ disableHostPrefix?: boolean;
352
+
353
+ maxAttempts?: number | __Provider<number>;
354
+
355
+ retryMode?: string | __Provider<string>;
356
+
357
+ logger?: __Logger;
358
+
359
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
360
+
361
+ useFipsEndpoint?: boolean | __Provider<boolean>;
362
+
363
+ serviceId?: string;
364
+
365
+ region?: string | __Provider<string>;
366
+
367
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
368
+
369
+ regionInfoProvider?: RegionInfoProvider;
370
+
371
+ defaultUserAgentProvider?: Provider<__UserAgent>;
372
+
373
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
374
+ }
375
+ declare type ChimeSDKMessagingClientConfigType = Partial<
376
+ __SmithyConfiguration<__HttpHandlerOptions>
377
+ > &
378
+ ClientDefaults &
379
+ RegionInputConfig &
380
+ EndpointsInputConfig &
381
+ RetryInputConfig &
382
+ HostHeaderInputConfig &
383
+ AwsAuthInputConfig &
384
+ UserAgentInputConfig;
385
+
386
+ export interface ChimeSDKMessagingClientConfig
387
+ extends ChimeSDKMessagingClientConfigType {}
388
+ declare type ChimeSDKMessagingClientResolvedConfigType =
389
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
390
+ Required<ClientDefaults> &
391
+ RegionResolvedConfig &
392
+ EndpointsResolvedConfig &
393
+ RetryResolvedConfig &
394
+ HostHeaderResolvedConfig &
395
+ AwsAuthResolvedConfig &
396
+ UserAgentResolvedConfig;
397
+
398
+ export interface ChimeSDKMessagingClientResolvedConfig
399
+ extends ChimeSDKMessagingClientResolvedConfigType {}
400
+
401
+ export declare class ChimeSDKMessagingClient extends __Client<
402
+ __HttpHandlerOptions,
403
+ ServiceInputTypes,
404
+ ServiceOutputTypes,
405
+ ChimeSDKMessagingClientResolvedConfig
406
+ > {
407
+ readonly config: ChimeSDKMessagingClientResolvedConfig;
408
+ constructor(configuration: ChimeSDKMessagingClientConfig);
409
+
410
+ destroy(): void;
411
+ }
412
+ export {};
@@ -1,17 +1,36 @@
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 { AssociateChannelFlowRequest } from "../models/models_0";
5
- export interface AssociateChannelFlowCommandInput extends AssociateChannelFlowRequest {
6
- }
7
- export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateChannelFlowCommand extends $Command<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: AssociateChannelFlowCommandInput;
12
- constructor(input: AssociateChannelFlowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import { AssociateChannelFlowRequest } from "../models/models_0";
14
+ export interface AssociateChannelFlowCommandInput
15
+ extends AssociateChannelFlowRequest {}
16
+ export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class AssociateChannelFlowCommand extends $Command<
19
+ AssociateChannelFlowCommandInput,
20
+ AssociateChannelFlowCommandOutput,
21
+ ChimeSDKMessagingClientResolvedConfig
22
+ > {
23
+ readonly input: AssociateChannelFlowCommandInput;
24
+ constructor(input: AssociateChannelFlowCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: ChimeSDKMessagingClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ AssociateChannelFlowCommandInput,
32
+ AssociateChannelFlowCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,41 @@
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 { BatchCreateChannelMembershipRequest, BatchCreateChannelMembershipResponse } from "../models/models_0";
5
- export interface BatchCreateChannelMembershipCommandInput extends BatchCreateChannelMembershipRequest {
6
- }
7
- export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateChannelMembershipResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: BatchCreateChannelMembershipCommandInput;
12
- constructor(input: BatchCreateChannelMembershipCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ BatchCreateChannelMembershipRequest,
15
+ BatchCreateChannelMembershipResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchCreateChannelMembershipCommandInput
18
+ extends BatchCreateChannelMembershipRequest {}
19
+ export interface BatchCreateChannelMembershipCommandOutput
20
+ extends BatchCreateChannelMembershipResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchCreateChannelMembershipCommand extends $Command<
24
+ BatchCreateChannelMembershipCommandInput,
25
+ BatchCreateChannelMembershipCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: BatchCreateChannelMembershipCommandInput;
29
+ constructor(input: BatchCreateChannelMembershipCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchCreateChannelMembershipCommandInput,
37
+ BatchCreateChannelMembershipCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }