@aws-sdk/client-chime-sdk-messaging 3.952.0 → 3.953.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 (71) hide show
  1. package/dist-cjs/index.js +619 -424
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateChannelFlowCommand.js +2 -2
  4. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -2
  5. package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -2
  6. package/dist-es/commands/CreateChannelBanCommand.js +2 -2
  7. package/dist-es/commands/CreateChannelCommand.js +2 -2
  8. package/dist-es/commands/CreateChannelFlowCommand.js +2 -2
  9. package/dist-es/commands/CreateChannelMembershipCommand.js +2 -2
  10. package/dist-es/commands/CreateChannelModeratorCommand.js +2 -2
  11. package/dist-es/commands/DeleteChannelBanCommand.js +2 -2
  12. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  13. package/dist-es/commands/DeleteChannelFlowCommand.js +2 -2
  14. package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -2
  15. package/dist-es/commands/DeleteChannelMessageCommand.js +2 -2
  16. package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -2
  17. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -2
  18. package/dist-es/commands/DescribeChannelBanCommand.js +2 -2
  19. package/dist-es/commands/DescribeChannelCommand.js +2 -2
  20. package/dist-es/commands/DescribeChannelFlowCommand.js +2 -2
  21. package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -2
  22. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -2
  23. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -2
  24. package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -2
  25. package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -2
  26. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -2
  27. package/dist-es/commands/GetChannelMessageCommand.js +2 -2
  28. package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -2
  29. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -2
  30. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -2
  31. package/dist-es/commands/ListChannelBansCommand.js +2 -2
  32. package/dist-es/commands/ListChannelFlowsCommand.js +2 -2
  33. package/dist-es/commands/ListChannelMembershipsCommand.js +2 -2
  34. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -2
  35. package/dist-es/commands/ListChannelMessagesCommand.js +2 -2
  36. package/dist-es/commands/ListChannelModeratorsCommand.js +2 -2
  37. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -2
  38. package/dist-es/commands/ListChannelsCommand.js +2 -2
  39. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -2
  40. package/dist-es/commands/ListSubChannelsCommand.js +2 -2
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +2 -2
  43. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +2 -2
  44. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -2
  45. package/dist-es/commands/RedactChannelMessageCommand.js +2 -2
  46. package/dist-es/commands/SearchChannelsCommand.js +2 -2
  47. package/dist-es/commands/SendChannelMessageCommand.js +2 -2
  48. package/dist-es/commands/TagResourceCommand.js +2 -2
  49. package/dist-es/commands/UntagResourceCommand.js +2 -2
  50. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  51. package/dist-es/commands/UpdateChannelFlowCommand.js +2 -2
  52. package/dist-es/commands/UpdateChannelMessageCommand.js +2 -2
  53. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -2
  54. package/dist-es/index.js +1 -0
  55. package/dist-es/runtimeConfig.shared.js +6 -1
  56. package/dist-es/schemas/schemas_0.js +381 -374
  57. package/dist-types/ChimeSDKMessagingClient.d.ts +1 -10
  58. package/dist-types/index.d.ts +1 -0
  59. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  60. package/dist-types/runtimeConfig.d.ts +6 -2
  61. package/dist-types/runtimeConfig.native.d.ts +6 -2
  62. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  63. package/dist-types/schemas/schemas_0.d.ts +189 -230
  64. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +0 -4
  65. package/dist-types/ts3.4/index.d.ts +1 -0
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +188 -232
  71. package/package.json +34 -34
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput } from "./commands/AssociateChannelFlowCommand";
11
11
  import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
@@ -192,15 +192,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
192
192
  * Optional extensions
193
193
  */
194
194
  extensions?: RuntimeExtension[];
195
- /**
196
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
197
- * may be overridden. A default will always be set by the client.
198
- * Available options depend on the service's supported protocols and will not be validated by
199
- * the client.
200
- * @alpha
201
- *
202
- */
203
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
204
195
  /**
205
196
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
206
197
  */
@@ -12,6 +12,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
12
12
  export type { RuntimeExtension } from "./runtimeExtensions";
13
13
  export type { ChimeSDKMessagingExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
+ export * from "./schemas/schemas_0";
15
16
  export * from "./pagination";
16
17
  export * from "./models/enums";
17
18
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ChimeSDKMessagingHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,230 +1,189 @@
1
- import type { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var ChannelId: StaticSimpleSchema;
3
- export declare var ClientRequestToken: StaticSimpleSchema;
4
- export declare var Content: StaticSimpleSchema;
5
- export declare var ContentType: StaticSimpleSchema;
6
- export declare var FilterRule: StaticSimpleSchema;
7
- export declare var MessageAttributeName: StaticSimpleSchema;
8
- export declare var MessageAttributeStringValue: StaticSimpleSchema;
9
- export declare var Metadata: StaticSimpleSchema;
10
- export declare var NextToken: StaticSimpleSchema;
11
- export declare var NonEmptyContent: StaticSimpleSchema;
12
- export declare var NonEmptyResourceName: StaticSimpleSchema;
13
- export declare var PushNotificationBody: StaticSimpleSchema;
14
- export declare var PushNotificationTitle: StaticSimpleSchema;
15
- export declare var ResourceName: StaticSimpleSchema;
16
- export declare var TagKey: StaticSimpleSchema;
17
- export declare var TagValue: StaticSimpleSchema;
18
- export declare var AppInstanceUserMembershipSummary: StaticStructureSchema;
19
- export declare var AssociateChannelFlowRequest: StaticStructureSchema;
20
- export declare var BadRequestException: StaticErrorSchema;
21
- export declare var BatchChannelMemberships: StaticStructureSchema;
22
- export declare var BatchCreateChannelMembershipError: StaticStructureSchema;
23
- export declare var BatchCreateChannelMembershipRequest: StaticStructureSchema;
24
- export declare var BatchCreateChannelMembershipResponse: StaticStructureSchema;
25
- export declare var Channel: StaticStructureSchema;
26
- export declare var ChannelAssociatedWithFlowSummary: StaticStructureSchema;
27
- export declare var ChannelBan: StaticStructureSchema;
28
- export declare var ChannelBanSummary: StaticStructureSchema;
29
- export declare var ChannelFlow: StaticStructureSchema;
30
- export declare var ChannelFlowCallbackRequest: StaticStructureSchema;
31
- export declare var ChannelFlowCallbackResponse: StaticStructureSchema;
32
- export declare var ChannelFlowSummary: StaticStructureSchema;
33
- export declare var ChannelMembership: StaticStructureSchema;
34
- export declare var ChannelMembershipForAppInstanceUserSummary: StaticStructureSchema;
35
- export declare var ChannelMembershipPreferences: StaticStructureSchema;
36
- export declare var ChannelMembershipSummary: StaticStructureSchema;
37
- export declare var ChannelMessage: StaticStructureSchema;
38
- export declare var ChannelMessageCallback: StaticStructureSchema;
39
- export declare var ChannelMessageStatusStructure: StaticStructureSchema;
40
- export declare var ChannelMessageSummary: StaticStructureSchema;
41
- export declare var ChannelModeratedByAppInstanceUserSummary: StaticStructureSchema;
42
- export declare var ChannelModerator: StaticStructureSchema;
43
- export declare var ChannelModeratorSummary: StaticStructureSchema;
44
- export declare var ChannelSummary: StaticStructureSchema;
45
- export declare var ConflictException: StaticErrorSchema;
46
- export declare var CreateChannelBanRequest: StaticStructureSchema;
47
- export declare var CreateChannelBanResponse: StaticStructureSchema;
48
- export declare var CreateChannelFlowRequest: StaticStructureSchema;
49
- export declare var CreateChannelFlowResponse: StaticStructureSchema;
50
- export declare var CreateChannelMembershipRequest: StaticStructureSchema;
51
- export declare var CreateChannelMembershipResponse: StaticStructureSchema;
52
- export declare var CreateChannelModeratorRequest: StaticStructureSchema;
53
- export declare var CreateChannelModeratorResponse: StaticStructureSchema;
54
- export declare var CreateChannelRequest: StaticStructureSchema;
55
- export declare var CreateChannelResponse: StaticStructureSchema;
56
- export declare var DeleteChannelBanRequest: StaticStructureSchema;
57
- export declare var DeleteChannelFlowRequest: StaticStructureSchema;
58
- export declare var DeleteChannelMembershipRequest: StaticStructureSchema;
59
- export declare var DeleteChannelMessageRequest: StaticStructureSchema;
60
- export declare var DeleteChannelModeratorRequest: StaticStructureSchema;
61
- export declare var DeleteChannelRequest: StaticStructureSchema;
62
- export declare var DeleteMessagingStreamingConfigurationsRequest: StaticStructureSchema;
63
- export declare var DescribeChannelBanRequest: StaticStructureSchema;
64
- export declare var DescribeChannelBanResponse: StaticStructureSchema;
65
- export declare var DescribeChannelFlowRequest: StaticStructureSchema;
66
- export declare var DescribeChannelFlowResponse: StaticStructureSchema;
67
- export declare var DescribeChannelMembershipForAppInstanceUserRequest: StaticStructureSchema;
68
- export declare var DescribeChannelMembershipForAppInstanceUserResponse: StaticStructureSchema;
69
- export declare var DescribeChannelMembershipRequest: StaticStructureSchema;
70
- export declare var DescribeChannelMembershipResponse: StaticStructureSchema;
71
- export declare var DescribeChannelModeratedByAppInstanceUserRequest: StaticStructureSchema;
72
- export declare var DescribeChannelModeratedByAppInstanceUserResponse: StaticStructureSchema;
73
- export declare var DescribeChannelModeratorRequest: StaticStructureSchema;
74
- export declare var DescribeChannelModeratorResponse: StaticStructureSchema;
75
- export declare var DescribeChannelRequest: StaticStructureSchema;
76
- export declare var DescribeChannelResponse: StaticStructureSchema;
77
- export declare var DisassociateChannelFlowRequest: StaticStructureSchema;
78
- export declare var ElasticChannelConfiguration: StaticStructureSchema;
79
- export declare var ExpirationSettings: StaticStructureSchema;
80
- export declare var ForbiddenException: StaticErrorSchema;
81
- export declare var GetChannelMembershipPreferencesRequest: StaticStructureSchema;
82
- export declare var GetChannelMembershipPreferencesResponse: StaticStructureSchema;
83
- export declare var GetChannelMessageRequest: StaticStructureSchema;
84
- export declare var GetChannelMessageResponse: StaticStructureSchema;
85
- export declare var GetChannelMessageStatusRequest: StaticStructureSchema;
86
- export declare var GetChannelMessageStatusResponse: StaticStructureSchema;
87
- export declare var GetMessagingSessionEndpointRequest: StaticStructureSchema;
88
- export declare var GetMessagingSessionEndpointResponse: StaticStructureSchema;
89
- export declare var GetMessagingStreamingConfigurationsRequest: StaticStructureSchema;
90
- export declare var GetMessagingStreamingConfigurationsResponse: StaticStructureSchema;
91
- export declare var Identity: StaticStructureSchema;
92
- export declare var LambdaConfiguration: StaticStructureSchema;
93
- export declare var ListChannelBansRequest: StaticStructureSchema;
94
- export declare var ListChannelBansResponse: StaticStructureSchema;
95
- export declare var ListChannelFlowsRequest: StaticStructureSchema;
96
- export declare var ListChannelFlowsResponse: StaticStructureSchema;
97
- export declare var ListChannelMembershipsForAppInstanceUserRequest: StaticStructureSchema;
98
- export declare var ListChannelMembershipsForAppInstanceUserResponse: StaticStructureSchema;
99
- export declare var ListChannelMembershipsRequest: StaticStructureSchema;
100
- export declare var ListChannelMembershipsResponse: StaticStructureSchema;
101
- export declare var ListChannelMessagesRequest: StaticStructureSchema;
102
- export declare var ListChannelMessagesResponse: StaticStructureSchema;
103
- export declare var ListChannelModeratorsRequest: StaticStructureSchema;
104
- export declare var ListChannelModeratorsResponse: StaticStructureSchema;
105
- export declare var ListChannelsAssociatedWithChannelFlowRequest: StaticStructureSchema;
106
- export declare var ListChannelsAssociatedWithChannelFlowResponse: StaticStructureSchema;
107
- export declare var ListChannelsModeratedByAppInstanceUserRequest: StaticStructureSchema;
108
- export declare var ListChannelsModeratedByAppInstanceUserResponse: StaticStructureSchema;
109
- export declare var ListChannelsRequest: StaticStructureSchema;
110
- export declare var ListChannelsResponse: StaticStructureSchema;
111
- export declare var ListSubChannelsRequest: StaticStructureSchema;
112
- export declare var ListSubChannelsResponse: StaticStructureSchema;
113
- export declare var ListTagsForResourceRequest: StaticStructureSchema;
114
- export declare var ListTagsForResourceResponse: StaticStructureSchema;
115
- export declare var MessageAttributeValue: StaticStructureSchema;
116
- export declare var MessagingSessionEndpoint: StaticStructureSchema;
117
- export declare var NotFoundException: StaticErrorSchema;
118
- export declare var Processor: StaticStructureSchema;
119
- export declare var ProcessorConfiguration: StaticStructureSchema;
120
- export declare var PushNotificationConfiguration: StaticStructureSchema;
121
- export declare var PushNotificationPreferences: StaticStructureSchema;
122
- export declare var PutChannelExpirationSettingsRequest: StaticStructureSchema;
123
- export declare var PutChannelExpirationSettingsResponse: StaticStructureSchema;
124
- export declare var PutChannelMembershipPreferencesRequest: StaticStructureSchema;
125
- export declare var PutChannelMembershipPreferencesResponse: StaticStructureSchema;
126
- export declare var PutMessagingStreamingConfigurationsRequest: StaticStructureSchema;
127
- export declare var PutMessagingStreamingConfigurationsResponse: StaticStructureSchema;
128
- export declare var RedactChannelMessageRequest: StaticStructureSchema;
129
- export declare var RedactChannelMessageResponse: StaticStructureSchema;
130
- export declare var ResourceLimitExceededException: StaticErrorSchema;
131
- export declare var SearchChannelsRequest: StaticStructureSchema;
132
- export declare var SearchChannelsResponse: StaticStructureSchema;
133
- export declare var SearchField: StaticStructureSchema;
134
- export declare var SendChannelMessageRequest: StaticStructureSchema;
135
- export declare var SendChannelMessageResponse: StaticStructureSchema;
136
- export declare var ServiceFailureException: StaticErrorSchema;
137
- export declare var ServiceUnavailableException: StaticErrorSchema;
138
- export declare var StreamingConfiguration: StaticStructureSchema;
139
- export declare var SubChannelSummary: StaticStructureSchema;
140
- export declare var Tag: StaticStructureSchema;
141
- export declare var TagResourceRequest: StaticStructureSchema;
142
- export declare var Target: StaticStructureSchema;
143
- export declare var ThrottledClientException: StaticErrorSchema;
144
- export declare var UnauthorizedClientException: StaticErrorSchema;
145
- export declare var UntagResourceRequest: StaticStructureSchema;
146
- export declare var UpdateChannelFlowRequest: StaticStructureSchema;
147
- export declare var UpdateChannelFlowResponse: StaticStructureSchema;
148
- export declare var UpdateChannelMessageRequest: StaticStructureSchema;
149
- export declare var UpdateChannelMessageResponse: StaticStructureSchema;
150
- export declare var UpdateChannelReadMarkerRequest: StaticStructureSchema;
151
- export declare var UpdateChannelReadMarkerResponse: StaticStructureSchema;
152
- export declare var UpdateChannelRequest: StaticStructureSchema;
153
- export declare var UpdateChannelResponse: StaticStructureSchema;
154
- export declare var __Unit: "unit";
155
- export declare var ChimeSDKMessagingServiceException: StaticErrorSchema;
156
- export declare var BatchCreateChannelMembershipErrors: StaticListSchema;
157
- export declare var ChannelAssociatedWithFlowSummaryList: StaticListSchema;
158
- export declare var ChannelBanSummaryList: StaticListSchema;
159
- export declare var ChannelFlowSummaryList: StaticListSchema;
160
- export declare var ChannelMemberArns: number;
161
- export declare var ChannelMembershipForAppInstanceUserSummaryList: StaticListSchema;
162
- export declare var ChannelMembershipSummaryList: StaticListSchema;
163
- export declare var ChannelMessageSummaryList: StaticListSchema;
164
- export declare var ChannelModeratedByAppInstanceUserSummaryList: StaticListSchema;
165
- export declare var ChannelModeratorArns: number;
166
- export declare var ChannelModeratorSummaryList: StaticListSchema;
167
- export declare var ChannelSummaryList: StaticListSchema;
168
- export declare var MemberArns: number;
169
- export declare var Members: StaticListSchema;
170
- export declare var MessageAttributeStringValues: StaticListSchema;
171
- export declare var ProcessorList: StaticListSchema;
172
- export declare var SearchFields: StaticListSchema;
173
- export declare var SearchFieldValues: number;
174
- export declare var StreamingConfigurationList: StaticListSchema;
175
- export declare var SubChannelSummaryList: StaticListSchema;
176
- export declare var TagKeyList: StaticListSchema;
177
- export declare var TagList: StaticListSchema;
178
- export declare var TargetList: StaticListSchema;
179
- export declare var MessageAttributeMap: StaticMapSchema;
180
- export declare var AssociateChannelFlow: StaticOperationSchema;
181
- export declare var BatchCreateChannelMembership: StaticOperationSchema;
182
- export declare var ChannelFlowCallback: StaticOperationSchema;
183
- export declare var CreateChannel: StaticOperationSchema;
184
- export declare var CreateChannelBan: StaticOperationSchema;
185
- export declare var CreateChannelFlow: StaticOperationSchema;
186
- export declare var CreateChannelMembership: StaticOperationSchema;
187
- export declare var CreateChannelModerator: StaticOperationSchema;
188
- export declare var DeleteChannel: StaticOperationSchema;
189
- export declare var DeleteChannelBan: StaticOperationSchema;
190
- export declare var DeleteChannelFlow: StaticOperationSchema;
191
- export declare var DeleteChannelMembership: StaticOperationSchema;
192
- export declare var DeleteChannelMessage: StaticOperationSchema;
193
- export declare var DeleteChannelModerator: StaticOperationSchema;
194
- export declare var DeleteMessagingStreamingConfigurations: StaticOperationSchema;
195
- export declare var DescribeChannel: StaticOperationSchema;
196
- export declare var DescribeChannelBan: StaticOperationSchema;
197
- export declare var DescribeChannelFlow: StaticOperationSchema;
198
- export declare var DescribeChannelMembership: StaticOperationSchema;
199
- export declare var DescribeChannelMembershipForAppInstanceUser: StaticOperationSchema;
200
- export declare var DescribeChannelModeratedByAppInstanceUser: StaticOperationSchema;
201
- export declare var DescribeChannelModerator: StaticOperationSchema;
202
- export declare var DisassociateChannelFlow: StaticOperationSchema;
203
- export declare var GetChannelMembershipPreferences: StaticOperationSchema;
204
- export declare var GetChannelMessage: StaticOperationSchema;
205
- export declare var GetChannelMessageStatus: StaticOperationSchema;
206
- export declare var GetMessagingSessionEndpoint: StaticOperationSchema;
207
- export declare var GetMessagingStreamingConfigurations: StaticOperationSchema;
208
- export declare var ListChannelBans: StaticOperationSchema;
209
- export declare var ListChannelFlows: StaticOperationSchema;
210
- export declare var ListChannelMemberships: StaticOperationSchema;
211
- export declare var ListChannelMembershipsForAppInstanceUser: StaticOperationSchema;
212
- export declare var ListChannelMessages: StaticOperationSchema;
213
- export declare var ListChannelModerators: StaticOperationSchema;
214
- export declare var ListChannels: StaticOperationSchema;
215
- export declare var ListChannelsAssociatedWithChannelFlow: StaticOperationSchema;
216
- export declare var ListChannelsModeratedByAppInstanceUser: StaticOperationSchema;
217
- export declare var ListSubChannels: StaticOperationSchema;
218
- export declare var ListTagsForResource: StaticOperationSchema;
219
- export declare var PutChannelExpirationSettings: StaticOperationSchema;
220
- export declare var PutChannelMembershipPreferences: StaticOperationSchema;
221
- export declare var PutMessagingStreamingConfigurations: StaticOperationSchema;
222
- export declare var RedactChannelMessage: StaticOperationSchema;
223
- export declare var SearchChannels: StaticOperationSchema;
224
- export declare var SendChannelMessage: StaticOperationSchema;
225
- export declare var TagResource: StaticOperationSchema;
226
- export declare var UntagResource: StaticOperationSchema;
227
- export declare var UpdateChannel: StaticOperationSchema;
228
- export declare var UpdateChannelFlow: StaticOperationSchema;
229
- export declare var UpdateChannelMessage: StaticOperationSchema;
230
- export declare var UpdateChannelReadMarker: StaticOperationSchema;
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AppInstanceUserMembershipSummary$: StaticStructureSchema;
3
+ export declare var AssociateChannelFlowRequest$: StaticStructureSchema;
4
+ export declare var BadRequestException$: StaticErrorSchema;
5
+ export declare var BatchChannelMemberships$: StaticStructureSchema;
6
+ export declare var BatchCreateChannelMembershipError$: StaticStructureSchema;
7
+ export declare var BatchCreateChannelMembershipRequest$: StaticStructureSchema;
8
+ export declare var BatchCreateChannelMembershipResponse$: StaticStructureSchema;
9
+ export declare var Channel$: StaticStructureSchema;
10
+ export declare var ChannelAssociatedWithFlowSummary$: StaticStructureSchema;
11
+ export declare var ChannelBan$: StaticStructureSchema;
12
+ export declare var ChannelBanSummary$: StaticStructureSchema;
13
+ export declare var ChannelFlow$: StaticStructureSchema;
14
+ export declare var ChannelFlowCallbackRequest$: StaticStructureSchema;
15
+ export declare var ChannelFlowCallbackResponse$: StaticStructureSchema;
16
+ export declare var ChannelFlowSummary$: StaticStructureSchema;
17
+ export declare var ChannelMembership$: StaticStructureSchema;
18
+ export declare var ChannelMembershipForAppInstanceUserSummary$: StaticStructureSchema;
19
+ export declare var ChannelMembershipPreferences$: StaticStructureSchema;
20
+ export declare var ChannelMembershipSummary$: StaticStructureSchema;
21
+ export declare var ChannelMessage$: StaticStructureSchema;
22
+ export declare var ChannelMessageCallback$: StaticStructureSchema;
23
+ export declare var ChannelMessageStatusStructure$: StaticStructureSchema;
24
+ export declare var ChannelMessageSummary$: StaticStructureSchema;
25
+ export declare var ChannelModeratedByAppInstanceUserSummary$: StaticStructureSchema;
26
+ export declare var ChannelModerator$: StaticStructureSchema;
27
+ export declare var ChannelModeratorSummary$: StaticStructureSchema;
28
+ export declare var ChannelSummary$: StaticStructureSchema;
29
+ export declare var ConflictException$: StaticErrorSchema;
30
+ export declare var CreateChannelBanRequest$: StaticStructureSchema;
31
+ export declare var CreateChannelBanResponse$: StaticStructureSchema;
32
+ export declare var CreateChannelFlowRequest$: StaticStructureSchema;
33
+ export declare var CreateChannelFlowResponse$: StaticStructureSchema;
34
+ export declare var CreateChannelMembershipRequest$: StaticStructureSchema;
35
+ export declare var CreateChannelMembershipResponse$: StaticStructureSchema;
36
+ export declare var CreateChannelModeratorRequest$: StaticStructureSchema;
37
+ export declare var CreateChannelModeratorResponse$: StaticStructureSchema;
38
+ export declare var CreateChannelRequest$: StaticStructureSchema;
39
+ export declare var CreateChannelResponse$: StaticStructureSchema;
40
+ export declare var DeleteChannelBanRequest$: StaticStructureSchema;
41
+ export declare var DeleteChannelFlowRequest$: StaticStructureSchema;
42
+ export declare var DeleteChannelMembershipRequest$: StaticStructureSchema;
43
+ export declare var DeleteChannelMessageRequest$: StaticStructureSchema;
44
+ export declare var DeleteChannelModeratorRequest$: StaticStructureSchema;
45
+ export declare var DeleteChannelRequest$: StaticStructureSchema;
46
+ export declare var DeleteMessagingStreamingConfigurationsRequest$: StaticStructureSchema;
47
+ export declare var DescribeChannelBanRequest$: StaticStructureSchema;
48
+ export declare var DescribeChannelBanResponse$: StaticStructureSchema;
49
+ export declare var DescribeChannelFlowRequest$: StaticStructureSchema;
50
+ export declare var DescribeChannelFlowResponse$: StaticStructureSchema;
51
+ export declare var DescribeChannelMembershipForAppInstanceUserRequest$: StaticStructureSchema;
52
+ export declare var DescribeChannelMembershipForAppInstanceUserResponse$: StaticStructureSchema;
53
+ export declare var DescribeChannelMembershipRequest$: StaticStructureSchema;
54
+ export declare var DescribeChannelMembershipResponse$: StaticStructureSchema;
55
+ export declare var DescribeChannelModeratedByAppInstanceUserRequest$: StaticStructureSchema;
56
+ export declare var DescribeChannelModeratedByAppInstanceUserResponse$: StaticStructureSchema;
57
+ export declare var DescribeChannelModeratorRequest$: StaticStructureSchema;
58
+ export declare var DescribeChannelModeratorResponse$: StaticStructureSchema;
59
+ export declare var DescribeChannelRequest$: StaticStructureSchema;
60
+ export declare var DescribeChannelResponse$: StaticStructureSchema;
61
+ export declare var DisassociateChannelFlowRequest$: StaticStructureSchema;
62
+ export declare var ElasticChannelConfiguration$: StaticStructureSchema;
63
+ export declare var ExpirationSettings$: StaticStructureSchema;
64
+ export declare var ForbiddenException$: StaticErrorSchema;
65
+ export declare var GetChannelMembershipPreferencesRequest$: StaticStructureSchema;
66
+ export declare var GetChannelMembershipPreferencesResponse$: StaticStructureSchema;
67
+ export declare var GetChannelMessageRequest$: StaticStructureSchema;
68
+ export declare var GetChannelMessageResponse$: StaticStructureSchema;
69
+ export declare var GetChannelMessageStatusRequest$: StaticStructureSchema;
70
+ export declare var GetChannelMessageStatusResponse$: StaticStructureSchema;
71
+ export declare var GetMessagingSessionEndpointRequest$: StaticStructureSchema;
72
+ export declare var GetMessagingSessionEndpointResponse$: StaticStructureSchema;
73
+ export declare var GetMessagingStreamingConfigurationsRequest$: StaticStructureSchema;
74
+ export declare var GetMessagingStreamingConfigurationsResponse$: StaticStructureSchema;
75
+ export declare var Identity$: StaticStructureSchema;
76
+ export declare var LambdaConfiguration$: StaticStructureSchema;
77
+ export declare var ListChannelBansRequest$: StaticStructureSchema;
78
+ export declare var ListChannelBansResponse$: StaticStructureSchema;
79
+ export declare var ListChannelFlowsRequest$: StaticStructureSchema;
80
+ export declare var ListChannelFlowsResponse$: StaticStructureSchema;
81
+ export declare var ListChannelMembershipsForAppInstanceUserRequest$: StaticStructureSchema;
82
+ export declare var ListChannelMembershipsForAppInstanceUserResponse$: StaticStructureSchema;
83
+ export declare var ListChannelMembershipsRequest$: StaticStructureSchema;
84
+ export declare var ListChannelMembershipsResponse$: StaticStructureSchema;
85
+ export declare var ListChannelMessagesRequest$: StaticStructureSchema;
86
+ export declare var ListChannelMessagesResponse$: StaticStructureSchema;
87
+ export declare var ListChannelModeratorsRequest$: StaticStructureSchema;
88
+ export declare var ListChannelModeratorsResponse$: StaticStructureSchema;
89
+ export declare var ListChannelsAssociatedWithChannelFlowRequest$: StaticStructureSchema;
90
+ export declare var ListChannelsAssociatedWithChannelFlowResponse$: StaticStructureSchema;
91
+ export declare var ListChannelsModeratedByAppInstanceUserRequest$: StaticStructureSchema;
92
+ export declare var ListChannelsModeratedByAppInstanceUserResponse$: StaticStructureSchema;
93
+ export declare var ListChannelsRequest$: StaticStructureSchema;
94
+ export declare var ListChannelsResponse$: StaticStructureSchema;
95
+ export declare var ListSubChannelsRequest$: StaticStructureSchema;
96
+ export declare var ListSubChannelsResponse$: StaticStructureSchema;
97
+ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
98
+ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
99
+ export declare var MessageAttributeValue$: StaticStructureSchema;
100
+ export declare var MessagingSessionEndpoint$: StaticStructureSchema;
101
+ export declare var NotFoundException$: StaticErrorSchema;
102
+ export declare var Processor$: StaticStructureSchema;
103
+ export declare var ProcessorConfiguration$: StaticStructureSchema;
104
+ export declare var PushNotificationConfiguration$: StaticStructureSchema;
105
+ export declare var PushNotificationPreferences$: StaticStructureSchema;
106
+ export declare var PutChannelExpirationSettingsRequest$: StaticStructureSchema;
107
+ export declare var PutChannelExpirationSettingsResponse$: StaticStructureSchema;
108
+ export declare var PutChannelMembershipPreferencesRequest$: StaticStructureSchema;
109
+ export declare var PutChannelMembershipPreferencesResponse$: StaticStructureSchema;
110
+ export declare var PutMessagingStreamingConfigurationsRequest$: StaticStructureSchema;
111
+ export declare var PutMessagingStreamingConfigurationsResponse$: StaticStructureSchema;
112
+ export declare var RedactChannelMessageRequest$: StaticStructureSchema;
113
+ export declare var RedactChannelMessageResponse$: StaticStructureSchema;
114
+ export declare var ResourceLimitExceededException$: StaticErrorSchema;
115
+ export declare var SearchChannelsRequest$: StaticStructureSchema;
116
+ export declare var SearchChannelsResponse$: StaticStructureSchema;
117
+ export declare var SearchField$: StaticStructureSchema;
118
+ export declare var SendChannelMessageRequest$: StaticStructureSchema;
119
+ export declare var SendChannelMessageResponse$: StaticStructureSchema;
120
+ export declare var ServiceFailureException$: StaticErrorSchema;
121
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
122
+ export declare var StreamingConfiguration$: StaticStructureSchema;
123
+ export declare var SubChannelSummary$: StaticStructureSchema;
124
+ export declare var Tag$: StaticStructureSchema;
125
+ export declare var TagResourceRequest$: StaticStructureSchema;
126
+ export declare var Target$: StaticStructureSchema;
127
+ export declare var ThrottledClientException$: StaticErrorSchema;
128
+ export declare var UnauthorizedClientException$: StaticErrorSchema;
129
+ export declare var UntagResourceRequest$: StaticStructureSchema;
130
+ export declare var UpdateChannelFlowRequest$: StaticStructureSchema;
131
+ export declare var UpdateChannelFlowResponse$: StaticStructureSchema;
132
+ export declare var UpdateChannelMessageRequest$: StaticStructureSchema;
133
+ export declare var UpdateChannelMessageResponse$: StaticStructureSchema;
134
+ export declare var UpdateChannelReadMarkerRequest$: StaticStructureSchema;
135
+ export declare var UpdateChannelReadMarkerResponse$: StaticStructureSchema;
136
+ export declare var UpdateChannelRequest$: StaticStructureSchema;
137
+ export declare var UpdateChannelResponse$: StaticStructureSchema;
138
+ export declare var ChimeSDKMessagingServiceException$: StaticErrorSchema;
139
+ export declare var AssociateChannelFlow$: StaticOperationSchema;
140
+ export declare var BatchCreateChannelMembership$: StaticOperationSchema;
141
+ export declare var ChannelFlowCallback$: StaticOperationSchema;
142
+ export declare var CreateChannel$: StaticOperationSchema;
143
+ export declare var CreateChannelBan$: StaticOperationSchema;
144
+ export declare var CreateChannelFlow$: StaticOperationSchema;
145
+ export declare var CreateChannelMembership$: StaticOperationSchema;
146
+ export declare var CreateChannelModerator$: StaticOperationSchema;
147
+ export declare var DeleteChannel$: StaticOperationSchema;
148
+ export declare var DeleteChannelBan$: StaticOperationSchema;
149
+ export declare var DeleteChannelFlow$: StaticOperationSchema;
150
+ export declare var DeleteChannelMembership$: StaticOperationSchema;
151
+ export declare var DeleteChannelMessage$: StaticOperationSchema;
152
+ export declare var DeleteChannelModerator$: StaticOperationSchema;
153
+ export declare var DeleteMessagingStreamingConfigurations$: StaticOperationSchema;
154
+ export declare var DescribeChannel$: StaticOperationSchema;
155
+ export declare var DescribeChannelBan$: StaticOperationSchema;
156
+ export declare var DescribeChannelFlow$: StaticOperationSchema;
157
+ export declare var DescribeChannelMembership$: StaticOperationSchema;
158
+ export declare var DescribeChannelMembershipForAppInstanceUser$: StaticOperationSchema;
159
+ export declare var DescribeChannelModeratedByAppInstanceUser$: StaticOperationSchema;
160
+ export declare var DescribeChannelModerator$: StaticOperationSchema;
161
+ export declare var DisassociateChannelFlow$: StaticOperationSchema;
162
+ export declare var GetChannelMembershipPreferences$: StaticOperationSchema;
163
+ export declare var GetChannelMessage$: StaticOperationSchema;
164
+ export declare var GetChannelMessageStatus$: StaticOperationSchema;
165
+ export declare var GetMessagingSessionEndpoint$: StaticOperationSchema;
166
+ export declare var GetMessagingStreamingConfigurations$: StaticOperationSchema;
167
+ export declare var ListChannelBans$: StaticOperationSchema;
168
+ export declare var ListChannelFlows$: StaticOperationSchema;
169
+ export declare var ListChannelMemberships$: StaticOperationSchema;
170
+ export declare var ListChannelMembershipsForAppInstanceUser$: StaticOperationSchema;
171
+ export declare var ListChannelMessages$: StaticOperationSchema;
172
+ export declare var ListChannelModerators$: StaticOperationSchema;
173
+ export declare var ListChannels$: StaticOperationSchema;
174
+ export declare var ListChannelsAssociatedWithChannelFlow$: StaticOperationSchema;
175
+ export declare var ListChannelsModeratedByAppInstanceUser$: StaticOperationSchema;
176
+ export declare var ListSubChannels$: StaticOperationSchema;
177
+ export declare var ListTagsForResource$: StaticOperationSchema;
178
+ export declare var PutChannelExpirationSettings$: StaticOperationSchema;
179
+ export declare var PutChannelMembershipPreferences$: StaticOperationSchema;
180
+ export declare var PutMessagingStreamingConfigurations$: StaticOperationSchema;
181
+ export declare var RedactChannelMessage$: StaticOperationSchema;
182
+ export declare var SearchChannels$: StaticOperationSchema;
183
+ export declare var SendChannelMessage$: StaticOperationSchema;
184
+ export declare var TagResource$: StaticOperationSchema;
185
+ export declare var UntagResource$: StaticOperationSchema;
186
+ export declare var UpdateChannel$: StaticOperationSchema;
187
+ export declare var UpdateChannelFlow$: StaticOperationSchema;
188
+ export declare var UpdateChannelMessage$: StaticOperationSchema;
189
+ export declare var UpdateChannelReadMarker$: StaticOperationSchema;
@@ -29,13 +29,10 @@ import {
29
29
  BodyLengthCalculator as __BodyLengthCalculator,
30
30
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
31
  ChecksumConstructor as __ChecksumConstructor,
32
- ClientProtocol,
33
32
  Decoder as __Decoder,
34
33
  Encoder as __Encoder,
35
34
  HashConstructor as __HashConstructor,
36
35
  HttpHandlerOptions as __HttpHandlerOptions,
37
- HttpRequest,
38
- HttpResponse,
39
36
  Logger as __Logger,
40
37
  Provider as __Provider,
41
38
  StreamCollector as __StreamCollector,
@@ -387,7 +384,6 @@ export interface ClientDefaults
387
384
  retryMode?: string | __Provider<string>;
388
385
  logger?: __Logger;
389
386
  extensions?: RuntimeExtension[];
390
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
391
387
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
392
388
  }
393
389
  export type ChimeSDKMessagingClientConfigType = Partial<
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { ChimeSDKMessagingExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export * from "./schemas/schemas_0";
7
8
  export * from "./pagination";
8
9
  export * from "./models/enums";
9
10
  export * from "./models/errors";
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
28
28
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
29
29
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
30
30
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
31
- apiVersion: string;
32
31
  cacheMiddleware?: boolean | undefined;
32
+ protocol:
33
+ | import("@smithy/types").ClientProtocol<any, any>
34
+ | import("@smithy/types").ClientProtocolCtor<any, any>
35
+ | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
36
+ protocolSettings: {
37
+ defaultNamespace?: string;
38
+ [setting: string]: unknown;
39
+ };
40
+ apiVersion: string;
33
41
  urlParser: import("@smithy/types").UrlParser;
34
42
  base64Decoder: import("@smithy/types").Decoder;
35
43
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
40
48
  profile?: string;
41
49
  logger: import("@smithy/types").Logger;
42
50
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
- protocol: import("@smithy/types").ClientProtocol<
44
- import("@smithy/types").HttpRequest,
45
- import("@smithy/types").HttpResponse
46
- >;
47
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
48
52
  userAgentAppId?:
49
53
  | string