@aws-sdk/client-chime-sdk-messaging 3.927.0 → 3.929.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/dist-cjs/index.js +2588 -2622
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChimeSDKMessagingClient.js +2 -0
  4. package/dist-es/commands/AssociateChannelFlowCommand.js +3 -9
  5. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +3 -10
  6. package/dist-es/commands/ChannelFlowCallbackCommand.js +3 -10
  7. package/dist-es/commands/CreateChannelBanCommand.js +3 -10
  8. package/dist-es/commands/CreateChannelCommand.js +3 -10
  9. package/dist-es/commands/CreateChannelFlowCommand.js +3 -10
  10. package/dist-es/commands/CreateChannelMembershipCommand.js +3 -10
  11. package/dist-es/commands/CreateChannelModeratorCommand.js +3 -10
  12. package/dist-es/commands/DeleteChannelBanCommand.js +3 -9
  13. package/dist-es/commands/DeleteChannelCommand.js +3 -9
  14. package/dist-es/commands/DeleteChannelFlowCommand.js +3 -9
  15. package/dist-es/commands/DeleteChannelMembershipCommand.js +3 -9
  16. package/dist-es/commands/DeleteChannelMessageCommand.js +3 -9
  17. package/dist-es/commands/DeleteChannelModeratorCommand.js +3 -9
  18. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +3 -9
  19. package/dist-es/commands/DescribeChannelBanCommand.js +3 -10
  20. package/dist-es/commands/DescribeChannelCommand.js +3 -10
  21. package/dist-es/commands/DescribeChannelFlowCommand.js +3 -10
  22. package/dist-es/commands/DescribeChannelMembershipCommand.js +3 -10
  23. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +3 -10
  24. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +3 -10
  25. package/dist-es/commands/DescribeChannelModeratorCommand.js +3 -10
  26. package/dist-es/commands/DisassociateChannelFlowCommand.js +3 -9
  27. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +3 -10
  28. package/dist-es/commands/GetChannelMessageCommand.js +3 -10
  29. package/dist-es/commands/GetChannelMessageStatusCommand.js +3 -9
  30. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +3 -9
  31. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +3 -9
  32. package/dist-es/commands/ListChannelBansCommand.js +3 -10
  33. package/dist-es/commands/ListChannelFlowsCommand.js +3 -10
  34. package/dist-es/commands/ListChannelMembershipsCommand.js +3 -10
  35. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +3 -10
  36. package/dist-es/commands/ListChannelMessagesCommand.js +3 -10
  37. package/dist-es/commands/ListChannelModeratorsCommand.js +3 -10
  38. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +3 -10
  39. package/dist-es/commands/ListChannelsCommand.js +3 -10
  40. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +3 -10
  41. package/dist-es/commands/ListSubChannelsCommand.js +3 -10
  42. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  43. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +3 -9
  44. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +3 -10
  45. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +3 -9
  46. package/dist-es/commands/RedactChannelMessageCommand.js +3 -9
  47. package/dist-es/commands/SearchChannelsCommand.js +3 -10
  48. package/dist-es/commands/SendChannelMessageCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -10
  50. package/dist-es/commands/UntagResourceCommand.js +3 -10
  51. package/dist-es/commands/UpdateChannelCommand.js +3 -10
  52. package/dist-es/commands/UpdateChannelFlowCommand.js +3 -10
  53. package/dist-es/commands/UpdateChannelMessageCommand.js +3 -10
  54. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +3 -9
  55. package/dist-es/models/models_0.js +0 -367
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-es/schemas/schemas_0.js +2487 -0
  58. package/dist-types/ChimeSDKMessagingClient.d.ts +10 -1
  59. package/dist-types/models/models_0.d.ts +0 -284
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  61. package/dist-types/runtimeConfig.d.ts +1 -0
  62. package/dist-types/runtimeConfig.native.d.ts +1 -0
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  64. package/dist-types/schemas/schemas_0.d.ts +230 -0
  65. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +4 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +0 -201
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +237 -0
  72. package/package.json +5 -6
  73. package/dist-es/protocols/Aws_restJson1.js +0 -1828
  74. package/dist-types/protocols/Aws_restJson1.d.ts +0 -461
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -617
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput } from "./commands/AssociateChannelFlowCommand";
11
11
  import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
@@ -192,6 +192,15 @@ 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>;
195
204
  /**
196
205
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
197
206
  */
@@ -3148,287 +3148,3 @@ export interface UpdateChannelReadMarkerResponse {
3148
3148
  */
3149
3149
  ChannelArn?: string | undefined;
3150
3150
  }
3151
- /**
3152
- * @internal
3153
- */
3154
- export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
3155
- /**
3156
- * @internal
3157
- */
3158
- export declare const BatchChannelMembershipsFilterSensitiveLog: (obj: BatchChannelMemberships) => any;
3159
- /**
3160
- * @internal
3161
- */
3162
- export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
3163
- /**
3164
- * @internal
3165
- */
3166
- export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
3167
- /**
3168
- * @internal
3169
- */
3170
- export declare const ChannelAssociatedWithFlowSummaryFilterSensitiveLog: (obj: ChannelAssociatedWithFlowSummary) => any;
3171
- /**
3172
- * @internal
3173
- */
3174
- export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
3175
- /**
3176
- * @internal
3177
- */
3178
- export declare const ChannelBanSummaryFilterSensitiveLog: (obj: ChannelBanSummary) => any;
3179
- /**
3180
- * @internal
3181
- */
3182
- export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
3183
- /**
3184
- * @internal
3185
- */
3186
- export declare const ChannelFlowFilterSensitiveLog: (obj: ChannelFlow) => any;
3187
- /**
3188
- * @internal
3189
- */
3190
- export declare const MessageAttributeValueFilterSensitiveLog: (obj: MessageAttributeValue) => any;
3191
- /**
3192
- * @internal
3193
- */
3194
- export declare const PushNotificationConfigurationFilterSensitiveLog: (obj: PushNotificationConfiguration) => any;
3195
- /**
3196
- * @internal
3197
- */
3198
- export declare const ChannelMessageCallbackFilterSensitiveLog: (obj: ChannelMessageCallback) => any;
3199
- /**
3200
- * @internal
3201
- */
3202
- export declare const ChannelFlowCallbackRequestFilterSensitiveLog: (obj: ChannelFlowCallbackRequest) => any;
3203
- /**
3204
- * @internal
3205
- */
3206
- export declare const ChannelFlowSummaryFilterSensitiveLog: (obj: ChannelFlowSummary) => any;
3207
- /**
3208
- * @internal
3209
- */
3210
- export declare const ChannelMembershipFilterSensitiveLog: (obj: ChannelMembership) => any;
3211
- /**
3212
- * @internal
3213
- */
3214
- export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
3215
- /**
3216
- * @internal
3217
- */
3218
- export declare const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelMembershipForAppInstanceUserSummary) => any;
3219
- /**
3220
- * @internal
3221
- */
3222
- export declare const PushNotificationPreferencesFilterSensitiveLog: (obj: PushNotificationPreferences) => any;
3223
- /**
3224
- * @internal
3225
- */
3226
- export declare const ChannelMembershipPreferencesFilterSensitiveLog: (obj: ChannelMembershipPreferences) => any;
3227
- /**
3228
- * @internal
3229
- */
3230
- export declare const ChannelMembershipSummaryFilterSensitiveLog: (obj: ChannelMembershipSummary) => any;
3231
- /**
3232
- * @internal
3233
- */
3234
- export declare const ChannelMessageFilterSensitiveLog: (obj: ChannelMessage) => any;
3235
- /**
3236
- * @internal
3237
- */
3238
- export declare const ChannelMessageSummaryFilterSensitiveLog: (obj: ChannelMessageSummary) => any;
3239
- /**
3240
- * @internal
3241
- */
3242
- export declare const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelModeratedByAppInstanceUserSummary) => any;
3243
- /**
3244
- * @internal
3245
- */
3246
- export declare const ChannelModeratorFilterSensitiveLog: (obj: ChannelModerator) => any;
3247
- /**
3248
- * @internal
3249
- */
3250
- export declare const ChannelModeratorSummaryFilterSensitiveLog: (obj: ChannelModeratorSummary) => any;
3251
- /**
3252
- * @internal
3253
- */
3254
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3255
- /**
3256
- * @internal
3257
- */
3258
- export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
3259
- /**
3260
- * @internal
3261
- */
3262
- export declare const CreateChannelBanResponseFilterSensitiveLog: (obj: CreateChannelBanResponse) => any;
3263
- /**
3264
- * @internal
3265
- */
3266
- export declare const CreateChannelFlowRequestFilterSensitiveLog: (obj: CreateChannelFlowRequest) => any;
3267
- /**
3268
- * @internal
3269
- */
3270
- export declare const CreateChannelMembershipResponseFilterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
3271
- /**
3272
- * @internal
3273
- */
3274
- export declare const CreateChannelModeratorResponseFilterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
3275
- /**
3276
- * @internal
3277
- */
3278
- export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
3279
- /**
3280
- * @internal
3281
- */
3282
- export declare const DescribeChannelBanResponseFilterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
3283
- /**
3284
- * @internal
3285
- */
3286
- export declare const DescribeChannelFlowResponseFilterSensitiveLog: (obj: DescribeChannelFlowResponse) => any;
3287
- /**
3288
- * @internal
3289
- */
3290
- export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
3291
- /**
3292
- * @internal
3293
- */
3294
- export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
3295
- /**
3296
- * @internal
3297
- */
3298
- export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
3299
- /**
3300
- * @internal
3301
- */
3302
- export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
3303
- /**
3304
- * @internal
3305
- */
3306
- export declare const GetChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: GetChannelMembershipPreferencesResponse) => any;
3307
- /**
3308
- * @internal
3309
- */
3310
- export declare const GetChannelMessageResponseFilterSensitiveLog: (obj: GetChannelMessageResponse) => any;
3311
- /**
3312
- * @internal
3313
- */
3314
- export declare const ListChannelBansRequestFilterSensitiveLog: (obj: ListChannelBansRequest) => any;
3315
- /**
3316
- * @internal
3317
- */
3318
- export declare const ListChannelBansResponseFilterSensitiveLog: (obj: ListChannelBansResponse) => any;
3319
- /**
3320
- * @internal
3321
- */
3322
- export declare const ListChannelFlowsRequestFilterSensitiveLog: (obj: ListChannelFlowsRequest) => any;
3323
- /**
3324
- * @internal
3325
- */
3326
- export declare const ListChannelFlowsResponseFilterSensitiveLog: (obj: ListChannelFlowsResponse) => any;
3327
- /**
3328
- * @internal
3329
- */
3330
- export declare const ListChannelMembershipsRequestFilterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
3331
- /**
3332
- * @internal
3333
- */
3334
- export declare const ListChannelMembershipsResponseFilterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
3335
- /**
3336
- * @internal
3337
- */
3338
- export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
3339
- /**
3340
- * @internal
3341
- */
3342
- export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
3343
- /**
3344
- * @internal
3345
- */
3346
- export declare const ListChannelMessagesRequestFilterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
3347
- /**
3348
- * @internal
3349
- */
3350
- export declare const ListChannelMessagesResponseFilterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
3351
- /**
3352
- * @internal
3353
- */
3354
- export declare const ListChannelModeratorsRequestFilterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
3355
- /**
3356
- * @internal
3357
- */
3358
- export declare const ListChannelModeratorsResponseFilterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
3359
- /**
3360
- * @internal
3361
- */
3362
- export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
3363
- /**
3364
- * @internal
3365
- */
3366
- export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
3367
- /**
3368
- * @internal
3369
- */
3370
- export declare const ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowRequest) => any;
3371
- /**
3372
- * @internal
3373
- */
3374
- export declare const ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowResponse) => any;
3375
- /**
3376
- * @internal
3377
- */
3378
- export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
3379
- /**
3380
- * @internal
3381
- */
3382
- export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
3383
- /**
3384
- * @internal
3385
- */
3386
- export declare const ListSubChannelsRequestFilterSensitiveLog: (obj: ListSubChannelsRequest) => any;
3387
- /**
3388
- * @internal
3389
- */
3390
- export declare const ListSubChannelsResponseFilterSensitiveLog: (obj: ListSubChannelsResponse) => any;
3391
- /**
3392
- * @internal
3393
- */
3394
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3395
- /**
3396
- * @internal
3397
- */
3398
- export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: PutChannelMembershipPreferencesRequest) => any;
3399
- /**
3400
- * @internal
3401
- */
3402
- export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
3403
- /**
3404
- * @internal
3405
- */
3406
- export declare const SearchChannelsRequestFilterSensitiveLog: (obj: SearchChannelsRequest) => any;
3407
- /**
3408
- * @internal
3409
- */
3410
- export declare const SearchChannelsResponseFilterSensitiveLog: (obj: SearchChannelsResponse) => any;
3411
- /**
3412
- * @internal
3413
- */
3414
- export declare const SendChannelMessageRequestFilterSensitiveLog: (obj: SendChannelMessageRequest) => any;
3415
- /**
3416
- * @internal
3417
- */
3418
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3419
- /**
3420
- * @internal
3421
- */
3422
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3423
- /**
3424
- * @internal
3425
- */
3426
- export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
3427
- /**
3428
- * @internal
3429
- */
3430
- export declare const UpdateChannelFlowRequestFilterSensitiveLog: (obj: UpdateChannelFlowRequest) => any;
3431
- /**
3432
- * @internal
3433
- */
3434
- export declare const UpdateChannelMessageRequestFilterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  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;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ChimeSDKMessagingHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,230 @@
1
+ import { 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;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -384,6 +387,7 @@ export interface ClientDefaults
384
387
  retryMode?: string | __Provider<string>;
385
388
  logger?: __Logger;
386
389
  extensions?: RuntimeExtension[];
390
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
387
391
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
388
392
  }
389
393
  export type ChimeSDKMessagingClientConfigType = Partial<