@aws-sdk/client-chime-sdk-messaging 3.1086.0 → 3.1088.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 +1 -1
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +165 -216
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +6 -19
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +3 -4
  8. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -2
  17. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +3 -4
  21. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  53. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  54. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  59. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  60. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  61. package/dist-types/ts3.4/models/enums.d.ts +11 -22
  62. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  63. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  64. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  69. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  71. package/package.json +39 -39
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -216,10 +213,7 @@ import {
216
213
  SendChannelMessageCommandInput,
217
214
  SendChannelMessageCommandOutput,
218
215
  } from "./commands/SendChannelMessageCommand";
219
- import {
220
- TagResourceCommandInput,
221
- TagResourceCommandOutput,
222
- } from "./commands/TagResourceCommand";
216
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
223
217
  import {
224
218
  UntagResourceCommandInput,
225
219
  UntagResourceCommandOutput,
@@ -351,8 +345,7 @@ export type ServiceOutputTypes =
351
345
  | UpdateChannelFlowCommandOutput
352
346
  | UpdateChannelMessageCommandOutput
353
347
  | UpdateChannelReadMarkerCommandOutput;
354
- export interface ClientDefaults
355
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
348
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
356
349
  requestHandler?: __HttpHandlerUserInput;
357
350
  sha256?: __ChecksumConstructor | __HashConstructor;
358
351
  urlParser?: __UrlParser;
@@ -388,8 +381,7 @@ export type ChimeSDKMessagingClientConfigType = Partial<
388
381
  EndpointInputConfig<EndpointParameters> &
389
382
  HttpAuthSchemeInputConfig &
390
383
  ClientInputEndpointParameters;
391
- export interface ChimeSDKMessagingClientConfig
392
- extends ChimeSDKMessagingClientConfigType {}
384
+ export interface ChimeSDKMessagingClientConfig extends ChimeSDKMessagingClientConfigType {}
393
385
  export type ChimeSDKMessagingClientResolvedConfigType =
394
386
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
395
387
  Required<ClientDefaults> &
@@ -401,8 +393,7 @@ export type ChimeSDKMessagingClientResolvedConfigType =
401
393
  EndpointResolvedConfig<EndpointParameters> &
402
394
  HttpAuthSchemeResolvedConfig &
403
395
  ClientResolvedEndpointParameters;
404
- export interface ChimeSDKMessagingClientResolvedConfig
405
- extends ChimeSDKMessagingClientResolvedConfigType {}
396
+ export interface ChimeSDKMessagingClientResolvedConfig extends ChimeSDKMessagingClientResolvedConfigType {}
406
397
  export declare class ChimeSDKMessagingClient extends __Client<
407
398
  __HttpHandlerOptions,
408
399
  ServiceInputTypes,
@@ -410,10 +401,6 @@ export declare class ChimeSDKMessagingClient extends __Client<
410
401
  ChimeSDKMessagingClientResolvedConfig
411
402
  > {
412
403
  readonly config: ChimeSDKMessagingClientResolvedConfig;
413
- constructor(
414
- ...[
415
- configuration,
416
- ]: __CheckOptionalClientConfig<ChimeSDKMessagingClientConfig>
417
- );
404
+ constructor(...[configuration]: __CheckOptionalClientConfig<ChimeSDKMessagingClientConfig>);
418
405
  destroy(): void;
419
406
  }
@@ -7,17 +7,10 @@ import { ChimeSDKMessagingHttpAuthSchemeProvider } from "./httpAuthSchemeProvide
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ChimeSDKMessagingHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: ChimeSDKMessagingHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): ChimeSDKMessagingHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { ChimeSDKMessagingClientResolvedConfig } from "../ChimeSDKMessagingClient";
15
- export interface ChimeSDKMessagingHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface ChimeSDKMessagingHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface ChimeSDKMessagingHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- ChimeSDKMessagingClientResolvedConfig,
22
- HandlerExecutionContext,
23
- ChimeSDKMessagingHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface ChimeSDKMessagingHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ ChimeSDKMessagingClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ ChimeSDKMessagingHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultChimeSDKMessagingHttpAuthSchemeParametersProvider: (
27
25
  config: ChimeSDKMessagingClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<ChimeSDKMessagingHttpAuthSchemeParameters>;
31
- export interface ChimeSDKMessagingHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<ChimeSDKMessagingHttpAuthSchemeParameters> {}
29
+ export interface ChimeSDKMessagingHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ChimeSDKMessagingHttpAuthSchemeParameters> {}
33
30
  export declare const defaultChimeSDKMessagingHttpAuthSchemeProvider: ChimeSDKMessagingHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: ChimeSDKMessagingHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: ChimeSDKMessagingHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./ChimeSDKMessagingClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  ChimeSDKMessagingClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AssociateChannelFlowRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AssociateChannelFlowCommandInput
5
- extends AssociateChannelFlowRequest {}
4
+ export interface AssociateChannelFlowCommandInput extends AssociateChannelFlowRequest {}
6
5
  export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {}
7
6
  declare const AssociateChannelFlowCommand_base: {
8
7
  new (
9
- input: AssociateChannelFlowCommandInput
8
+ input: AssociateChannelFlowCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  AssociateChannelFlowCommandInput,
12
11
  AssociateChannelFlowCommandOutput,
@@ -15,7 +14,7 @@ declare const AssociateChannelFlowCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: AssociateChannelFlowCommandInput
17
+ input: AssociateChannelFlowCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  AssociateChannelFlowCommandInput,
21
20
  AssociateChannelFlowCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchCreateChannelMembershipResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchCreateChannelMembershipCommandInput
8
- extends BatchCreateChannelMembershipRequest {}
7
+ export interface BatchCreateChannelMembershipCommandInput extends BatchCreateChannelMembershipRequest {}
9
8
  export interface BatchCreateChannelMembershipCommandOutput
10
- extends BatchCreateChannelMembershipResponse,
11
- __MetadataBearer {}
9
+ extends BatchCreateChannelMembershipResponse, __MetadataBearer {}
12
10
  declare const BatchCreateChannelMembershipCommand_base: {
13
11
  new (
14
- input: BatchCreateChannelMembershipCommandInput
12
+ input: BatchCreateChannelMembershipCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchCreateChannelMembershipCommandInput,
17
15
  BatchCreateChannelMembershipCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchCreateChannelMembershipCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchCreateChannelMembershipCommandInput
21
+ input: BatchCreateChannelMembershipCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchCreateChannelMembershipCommandInput,
26
24
  BatchCreateChannelMembershipCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ChannelFlowCallbackRequest,
4
- ChannelFlowCallbackResponse,
5
- } from "../models/models_0";
2
+ import { ChannelFlowCallbackRequest, ChannelFlowCallbackResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ChannelFlowCallbackCommandInput
8
- extends ChannelFlowCallbackRequest {}
4
+ export interface ChannelFlowCallbackCommandInput extends ChannelFlowCallbackRequest {}
9
5
  export interface ChannelFlowCallbackCommandOutput
10
- extends ChannelFlowCallbackResponse,
11
- __MetadataBearer {}
6
+ extends ChannelFlowCallbackResponse, __MetadataBearer {}
12
7
  declare const ChannelFlowCallbackCommand_base: {
13
8
  new (
14
- input: ChannelFlowCallbackCommandInput
9
+ input: ChannelFlowCallbackCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ChannelFlowCallbackCommandInput,
17
12
  ChannelFlowCallbackCommandOutput,
@@ -20,7 +15,7 @@ declare const ChannelFlowCallbackCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ChannelFlowCallbackCommandInput
18
+ input: ChannelFlowCallbackCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ChannelFlowCallbackCommandInput,
26
21
  ChannelFlowCallbackCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateChannelBanRequest,
4
- CreateChannelBanResponse,
5
- } from "../models/models_0";
2
+ import { CreateChannelBanRequest, CreateChannelBanResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateChannelBanCommandInput extends CreateChannelBanRequest {}
8
- export interface CreateChannelBanCommandOutput
9
- extends CreateChannelBanResponse,
10
- __MetadataBearer {}
5
+ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse, __MetadataBearer {}
11
6
  declare const CreateChannelBanCommand_base: {
12
7
  new (
13
- input: CreateChannelBanCommandInput
8
+ input: CreateChannelBanCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateChannelBanCommandInput,
16
11
  CreateChannelBanCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateChannelBanCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateChannelBanCommandInput
17
+ input: CreateChannelBanCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateChannelBanCommandInput,
25
20
  CreateChannelBanCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateChannelRequest,
4
- CreateChannelResponse,
5
- } from "../models/models_0";
2
+ import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateChannelCommandInput extends CreateChannelRequest {}
8
- export interface CreateChannelCommandOutput
9
- extends CreateChannelResponse,
10
- __MetadataBearer {}
5
+ export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {}
11
6
  declare const CreateChannelCommand_base: {
12
7
  new (
13
- input: CreateChannelCommandInput
8
+ input: CreateChannelCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateChannelCommandInput,
16
11
  CreateChannelCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateChannelCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateChannelCommandInput
17
+ input: CreateChannelCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateChannelCommandInput,
25
20
  CreateChannelCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateChannelFlowRequest,
4
- CreateChannelFlowResponse,
5
- } from "../models/models_0";
2
+ import { CreateChannelFlowRequest, CreateChannelFlowResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateChannelFlowCommandInput
8
- extends CreateChannelFlowRequest {}
4
+ export interface CreateChannelFlowCommandInput extends CreateChannelFlowRequest {}
9
5
  export interface CreateChannelFlowCommandOutput
10
- extends CreateChannelFlowResponse,
11
- __MetadataBearer {}
6
+ extends CreateChannelFlowResponse, __MetadataBearer {}
12
7
  declare const CreateChannelFlowCommand_base: {
13
8
  new (
14
- input: CreateChannelFlowCommandInput
9
+ input: CreateChannelFlowCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateChannelFlowCommandInput,
17
12
  CreateChannelFlowCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateChannelFlowCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateChannelFlowCommandInput
18
+ input: CreateChannelFlowCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateChannelFlowCommandInput,
26
21
  CreateChannelFlowCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateChannelMembershipResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateChannelMembershipCommandInput
8
- extends CreateChannelMembershipRequest {}
7
+ export interface CreateChannelMembershipCommandInput extends CreateChannelMembershipRequest {}
9
8
  export interface CreateChannelMembershipCommandOutput
10
- extends CreateChannelMembershipResponse,
11
- __MetadataBearer {}
9
+ extends CreateChannelMembershipResponse, __MetadataBearer {}
12
10
  declare const CreateChannelMembershipCommand_base: {
13
11
  new (
14
- input: CreateChannelMembershipCommandInput
12
+ input: CreateChannelMembershipCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateChannelMembershipCommandInput,
17
15
  CreateChannelMembershipCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateChannelMembershipCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateChannelMembershipCommandInput
21
+ input: CreateChannelMembershipCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateChannelMembershipCommandInput,
26
24
  CreateChannelMembershipCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateChannelModeratorRequest,
4
- CreateChannelModeratorResponse,
5
- } from "../models/models_0";
2
+ import { CreateChannelModeratorRequest, CreateChannelModeratorResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateChannelModeratorCommandInput
8
- extends CreateChannelModeratorRequest {}
4
+ export interface CreateChannelModeratorCommandInput extends CreateChannelModeratorRequest {}
9
5
  export interface CreateChannelModeratorCommandOutput
10
- extends CreateChannelModeratorResponse,
11
- __MetadataBearer {}
6
+ extends CreateChannelModeratorResponse, __MetadataBearer {}
12
7
  declare const CreateChannelModeratorCommand_base: {
13
8
  new (
14
- input: CreateChannelModeratorCommandInput
9
+ input: CreateChannelModeratorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateChannelModeratorCommandInput,
17
12
  CreateChannelModeratorCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateChannelModeratorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateChannelModeratorCommandInput
18
+ input: CreateChannelModeratorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateChannelModeratorCommandInput,
26
21
  CreateChannelModeratorCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteChannelBanCommandInput extends DeleteChannelBanRequest {}
5
5
  export interface DeleteChannelBanCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteChannelBanCommand_base: {
7
7
  new (
8
- input: DeleteChannelBanCommandInput
8
+ input: DeleteChannelBanCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteChannelBanCommandInput,
11
11
  DeleteChannelBanCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteChannelBanCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteChannelBanCommandInput
17
+ input: DeleteChannelBanCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteChannelBanCommandInput,
20
20
  DeleteChannelBanCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
5
5
  export interface DeleteChannelCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteChannelCommand_base: {
7
7
  new (
8
- input: DeleteChannelCommandInput
8
+ input: DeleteChannelCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteChannelCommandInput,
11
11
  DeleteChannelCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteChannelCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteChannelCommandInput
17
+ input: DeleteChannelCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteChannelCommandInput,
20
20
  DeleteChannelCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteChannelFlowRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteChannelFlowCommandInput
5
- extends DeleteChannelFlowRequest {}
4
+ export interface DeleteChannelFlowCommandInput extends DeleteChannelFlowRequest {}
6
5
  export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteChannelFlowCommand_base: {
8
7
  new (
9
- input: DeleteChannelFlowCommandInput
8
+ input: DeleteChannelFlowCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteChannelFlowCommandInput,
12
11
  DeleteChannelFlowCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteChannelFlowCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteChannelFlowCommandInput
17
+ input: DeleteChannelFlowCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteChannelFlowCommandInput,
21
20
  DeleteChannelFlowCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteChannelMembershipRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteChannelMembershipCommandInput
5
- extends DeleteChannelMembershipRequest {}
6
- export interface DeleteChannelMembershipCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteChannelMembershipCommandInput extends DeleteChannelMembershipRequest {}
5
+ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteChannelMembershipCommand_base: {
9
7
  new (
10
- input: DeleteChannelMembershipCommandInput
8
+ input: DeleteChannelMembershipCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteChannelMembershipCommandInput,
13
11
  DeleteChannelMembershipCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteChannelMembershipCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteChannelMembershipCommandInput
17
+ input: DeleteChannelMembershipCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteChannelMembershipCommandInput,
22
20
  DeleteChannelMembershipCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteChannelMessageRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteChannelMessageCommandInput
5
- extends DeleteChannelMessageRequest {}
4
+ export interface DeleteChannelMessageCommandInput extends DeleteChannelMessageRequest {}
6
5
  export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteChannelMessageCommand_base: {
8
7
  new (
9
- input: DeleteChannelMessageCommandInput
8
+ input: DeleteChannelMessageCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteChannelMessageCommandInput,
12
11
  DeleteChannelMessageCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteChannelMessageCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteChannelMessageCommandInput
17
+ input: DeleteChannelMessageCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteChannelMessageCommandInput,
21
20
  DeleteChannelMessageCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteChannelModeratorRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteChannelModeratorCommandInput
5
- extends DeleteChannelModeratorRequest {}
4
+ export interface DeleteChannelModeratorCommandInput extends DeleteChannelModeratorRequest {}
6
5
  export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteChannelModeratorCommand_base: {
8
7
  new (
9
- input: DeleteChannelModeratorCommandInput
8
+ input: DeleteChannelModeratorCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteChannelModeratorCommandInput,
12
11
  DeleteChannelModeratorCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteChannelModeratorCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteChannelModeratorCommandInput
17
+ input: DeleteChannelModeratorCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteChannelModeratorCommandInput,
21
20
  DeleteChannelModeratorCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteMessagingStreamingConfigurationsRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteMessagingStreamingConfigurationsCommandInput
5
- extends DeleteMessagingStreamingConfigurationsRequest {}
6
- export interface DeleteMessagingStreamingConfigurationsCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteMessagingStreamingConfigurationsCommandInput extends DeleteMessagingStreamingConfigurationsRequest {}
5
+ export interface DeleteMessagingStreamingConfigurationsCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteMessagingStreamingConfigurationsCommand_base: {
9
7
  new (
10
- input: DeleteMessagingStreamingConfigurationsCommandInput
8
+ input: DeleteMessagingStreamingConfigurationsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteMessagingStreamingConfigurationsCommandInput,
13
11
  DeleteMessagingStreamingConfigurationsCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteMessagingStreamingConfigurationsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteMessagingStreamingConfigurationsCommandInput
17
+ input: DeleteMessagingStreamingConfigurationsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteMessagingStreamingConfigurationsCommandInput,
22
20
  DeleteMessagingStreamingConfigurationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeChannelBanRequest,
4
- DescribeChannelBanResponse,
5
- } from "../models/models_0";
2
+ import { DescribeChannelBanRequest, DescribeChannelBanResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeChannelBanCommandInput
8
- extends DescribeChannelBanRequest {}
4
+ export interface DescribeChannelBanCommandInput extends DescribeChannelBanRequest {}
9
5
  export interface DescribeChannelBanCommandOutput
10
- extends DescribeChannelBanResponse,
11
- __MetadataBearer {}
6
+ extends DescribeChannelBanResponse, __MetadataBearer {}
12
7
  declare const DescribeChannelBanCommand_base: {
13
8
  new (
14
- input: DescribeChannelBanCommandInput
9
+ input: DescribeChannelBanCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeChannelBanCommandInput,
17
12
  DescribeChannelBanCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeChannelBanCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeChannelBanCommandInput
18
+ input: DescribeChannelBanCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeChannelBanCommandInput,
26
21
  DescribeChannelBanCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeChannelRequest,
4
- DescribeChannelResponse,
5
- } from "../models/models_0";
2
+ import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
8
- export interface DescribeChannelCommandOutput
9
- extends DescribeChannelResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {}
11
6
  declare const DescribeChannelCommand_base: {
12
7
  new (
13
- input: DescribeChannelCommandInput
8
+ input: DescribeChannelCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeChannelCommandInput,
16
11
  DescribeChannelCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeChannelCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeChannelCommandInput
17
+ input: DescribeChannelCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeChannelCommandInput,
25
20
  DescribeChannelCommandOutput,