@aws-sdk/client-chime-sdk-messaging 3.1087.0 → 3.1089.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 +38 -38
@@ -4,14 +4,12 @@ import {
4
4
  PutChannelMembershipPreferencesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutChannelMembershipPreferencesCommandInput
8
- extends PutChannelMembershipPreferencesRequest {}
7
+ export interface PutChannelMembershipPreferencesCommandInput extends PutChannelMembershipPreferencesRequest {}
9
8
  export interface PutChannelMembershipPreferencesCommandOutput
10
- extends PutChannelMembershipPreferencesResponse,
11
- __MetadataBearer {}
9
+ extends PutChannelMembershipPreferencesResponse, __MetadataBearer {}
12
10
  declare const PutChannelMembershipPreferencesCommand_base: {
13
11
  new (
14
- input: PutChannelMembershipPreferencesCommandInput
12
+ input: PutChannelMembershipPreferencesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutChannelMembershipPreferencesCommandInput,
17
15
  PutChannelMembershipPreferencesCommandOutput,
@@ -20,7 +18,7 @@ declare const PutChannelMembershipPreferencesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutChannelMembershipPreferencesCommandInput
21
+ input: PutChannelMembershipPreferencesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutChannelMembershipPreferencesCommandInput,
26
24
  PutChannelMembershipPreferencesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  PutMessagingStreamingConfigurationsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutMessagingStreamingConfigurationsCommandInput
8
- extends PutMessagingStreamingConfigurationsRequest {}
7
+ export interface PutMessagingStreamingConfigurationsCommandInput extends PutMessagingStreamingConfigurationsRequest {}
9
8
  export interface PutMessagingStreamingConfigurationsCommandOutput
10
- extends PutMessagingStreamingConfigurationsResponse,
11
- __MetadataBearer {}
9
+ extends PutMessagingStreamingConfigurationsResponse, __MetadataBearer {}
12
10
  declare const PutMessagingStreamingConfigurationsCommand_base: {
13
11
  new (
14
- input: PutMessagingStreamingConfigurationsCommandInput
12
+ input: PutMessagingStreamingConfigurationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutMessagingStreamingConfigurationsCommandInput,
17
15
  PutMessagingStreamingConfigurationsCommandOutput,
@@ -20,7 +18,7 @@ declare const PutMessagingStreamingConfigurationsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutMessagingStreamingConfigurationsCommandInput
21
+ input: PutMessagingStreamingConfigurationsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutMessagingStreamingConfigurationsCommandInput,
26
24
  PutMessagingStreamingConfigurationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RedactChannelMessageRequest,
4
- RedactChannelMessageResponse,
5
- } from "../models/models_0";
2
+ import { RedactChannelMessageRequest, RedactChannelMessageResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface RedactChannelMessageCommandInput
8
- extends RedactChannelMessageRequest {}
4
+ export interface RedactChannelMessageCommandInput extends RedactChannelMessageRequest {}
9
5
  export interface RedactChannelMessageCommandOutput
10
- extends RedactChannelMessageResponse,
11
- __MetadataBearer {}
6
+ extends RedactChannelMessageResponse, __MetadataBearer {}
12
7
  declare const RedactChannelMessageCommand_base: {
13
8
  new (
14
- input: RedactChannelMessageCommandInput
9
+ input: RedactChannelMessageCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  RedactChannelMessageCommandInput,
17
12
  RedactChannelMessageCommandOutput,
@@ -20,7 +15,7 @@ declare const RedactChannelMessageCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: RedactChannelMessageCommandInput
18
+ input: RedactChannelMessageCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  RedactChannelMessageCommandInput,
26
21
  RedactChannelMessageCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SearchChannelsRequest,
4
- SearchChannelsResponse,
5
- } from "../models/models_0";
2
+ import { SearchChannelsRequest, SearchChannelsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface SearchChannelsCommandInput extends SearchChannelsRequest {}
8
- export interface SearchChannelsCommandOutput
9
- extends SearchChannelsResponse,
10
- __MetadataBearer {}
5
+ export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __MetadataBearer {}
11
6
  declare const SearchChannelsCommand_base: {
12
7
  new (
13
- input: SearchChannelsCommandInput
8
+ input: SearchChannelsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  SearchChannelsCommandInput,
16
11
  SearchChannelsCommandOutput,
@@ -19,7 +14,7 @@ declare const SearchChannelsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: SearchChannelsCommandInput
17
+ input: SearchChannelsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  SearchChannelsCommandInput,
25
20
  SearchChannelsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SendChannelMessageRequest,
4
- SendChannelMessageResponse,
5
- } from "../models/models_0";
2
+ import { SendChannelMessageRequest, SendChannelMessageResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SendChannelMessageCommandInput
8
- extends SendChannelMessageRequest {}
4
+ export interface SendChannelMessageCommandInput extends SendChannelMessageRequest {}
9
5
  export interface SendChannelMessageCommandOutput
10
- extends SendChannelMessageResponse,
11
- __MetadataBearer {}
6
+ extends SendChannelMessageResponse, __MetadataBearer {}
12
7
  declare const SendChannelMessageCommand_base: {
13
8
  new (
14
- input: SendChannelMessageCommandInput
9
+ input: SendChannelMessageCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SendChannelMessageCommandInput,
17
12
  SendChannelMessageCommandOutput,
@@ -20,7 +15,7 @@ declare const SendChannelMessageCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SendChannelMessageCommandInput
18
+ input: SendChannelMessageCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SendChannelMessageCommandInput,
26
21
  SendChannelMessageCommandOutput,
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
5
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const TagResourceCommand_base: {
7
7
  new (
8
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  TagResourceCommandInput,
11
11
  TagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
5
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const UntagResourceCommand_base: {
7
7
  new (
8
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UntagResourceCommandInput,
11
11
  UntagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateChannelRequest,
4
- UpdateChannelResponse,
5
- } from "../models/models_0";
2
+ import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
8
- export interface UpdateChannelCommandOutput
9
- extends UpdateChannelResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {}
11
6
  declare const UpdateChannelCommand_base: {
12
7
  new (
13
- input: UpdateChannelCommandInput
8
+ input: UpdateChannelCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateChannelCommandInput,
16
11
  UpdateChannelCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateChannelCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateChannelCommandInput
17
+ input: UpdateChannelCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateChannelCommandInput,
25
20
  UpdateChannelCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateChannelFlowRequest,
4
- UpdateChannelFlowResponse,
5
- } from "../models/models_0";
2
+ import { UpdateChannelFlowRequest, UpdateChannelFlowResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateChannelFlowCommandInput
8
- extends UpdateChannelFlowRequest {}
4
+ export interface UpdateChannelFlowCommandInput extends UpdateChannelFlowRequest {}
9
5
  export interface UpdateChannelFlowCommandOutput
10
- extends UpdateChannelFlowResponse,
11
- __MetadataBearer {}
6
+ extends UpdateChannelFlowResponse, __MetadataBearer {}
12
7
  declare const UpdateChannelFlowCommand_base: {
13
8
  new (
14
- input: UpdateChannelFlowCommandInput
9
+ input: UpdateChannelFlowCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateChannelFlowCommandInput,
17
12
  UpdateChannelFlowCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateChannelFlowCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateChannelFlowCommandInput
18
+ input: UpdateChannelFlowCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateChannelFlowCommandInput,
26
21
  UpdateChannelFlowCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateChannelMessageRequest,
4
- UpdateChannelMessageResponse,
5
- } from "../models/models_0";
2
+ import { UpdateChannelMessageRequest, UpdateChannelMessageResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateChannelMessageCommandInput
8
- extends UpdateChannelMessageRequest {}
4
+ export interface UpdateChannelMessageCommandInput extends UpdateChannelMessageRequest {}
9
5
  export interface UpdateChannelMessageCommandOutput
10
- extends UpdateChannelMessageResponse,
11
- __MetadataBearer {}
6
+ extends UpdateChannelMessageResponse, __MetadataBearer {}
12
7
  declare const UpdateChannelMessageCommand_base: {
13
8
  new (
14
- input: UpdateChannelMessageCommandInput
9
+ input: UpdateChannelMessageCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateChannelMessageCommandInput,
17
12
  UpdateChannelMessageCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateChannelMessageCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateChannelMessageCommandInput
18
+ input: UpdateChannelMessageCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateChannelMessageCommandInput,
26
21
  UpdateChannelMessageCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateChannelReadMarkerResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateChannelReadMarkerCommandInput
8
- extends UpdateChannelReadMarkerRequest {}
7
+ export interface UpdateChannelReadMarkerCommandInput extends UpdateChannelReadMarkerRequest {}
9
8
  export interface UpdateChannelReadMarkerCommandOutput
10
- extends UpdateChannelReadMarkerResponse,
11
- __MetadataBearer {}
9
+ extends UpdateChannelReadMarkerResponse, __MetadataBearer {}
12
10
  declare const UpdateChannelReadMarkerCommand_base: {
13
11
  new (
14
- input: UpdateChannelReadMarkerCommandInput
12
+ input: UpdateChannelReadMarkerCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateChannelReadMarkerCommandInput,
17
15
  UpdateChannelReadMarkerCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateChannelReadMarkerCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateChannelReadMarkerCommandInput
21
+ input: UpdateChannelReadMarkerCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateChannelReadMarkerCommandInput,
26
24
  UpdateChannelReadMarkerCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface ChimeSDKMessagingExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -3,8 +3,7 @@ export declare const AllowNotifications: {
3
3
  readonly FILTERED: "FILTERED";
4
4
  readonly NONE: "NONE";
5
5
  };
6
- export type AllowNotifications =
7
- (typeof AllowNotifications)[keyof typeof AllowNotifications];
6
+ export type AllowNotifications = (typeof AllowNotifications)[keyof typeof AllowNotifications];
8
7
  export declare const ChannelMembershipType: {
9
8
  readonly DEFAULT: "DEFAULT";
10
9
  readonly HIDDEN: "HIDDEN";
@@ -33,8 +32,7 @@ export declare const ExpirationCriterion: {
33
32
  readonly CREATED_TIMESTAMP: "CREATED_TIMESTAMP";
34
33
  readonly LAST_MESSAGE_TIMESTAMP: "LAST_MESSAGE_TIMESTAMP";
35
34
  };
36
- export type ExpirationCriterion =
37
- (typeof ExpirationCriterion)[keyof typeof ExpirationCriterion];
35
+ export type ExpirationCriterion = (typeof ExpirationCriterion)[keyof typeof ExpirationCriterion];
38
36
  export declare const ChannelMode: {
39
37
  readonly RESTRICTED: "RESTRICTED";
40
38
  readonly UNRESTRICTED: "UNRESTRICTED";
@@ -44,25 +42,21 @@ export declare const ChannelPrivacy: {
44
42
  readonly PRIVATE: "PRIVATE";
45
43
  readonly PUBLIC: "PUBLIC";
46
44
  };
47
- export type ChannelPrivacy =
48
- (typeof ChannelPrivacy)[keyof typeof ChannelPrivacy];
45
+ export type ChannelPrivacy = (typeof ChannelPrivacy)[keyof typeof ChannelPrivacy];
49
46
  export declare const InvocationType: {
50
47
  readonly ASYNC: "ASYNC";
51
48
  };
52
- export type InvocationType =
53
- (typeof InvocationType)[keyof typeof InvocationType];
49
+ export type InvocationType = (typeof InvocationType)[keyof typeof InvocationType];
54
50
  export declare const FallbackAction: {
55
51
  readonly ABORT: "ABORT";
56
52
  readonly CONTINUE: "CONTINUE";
57
53
  };
58
- export type FallbackAction =
59
- (typeof FallbackAction)[keyof typeof FallbackAction];
54
+ export type FallbackAction = (typeof FallbackAction)[keyof typeof FallbackAction];
60
55
  export declare const PushNotificationType: {
61
56
  readonly DEFAULT: "DEFAULT";
62
57
  readonly VOIP: "VOIP";
63
58
  };
64
- export type PushNotificationType =
65
- (typeof PushNotificationType)[keyof typeof PushNotificationType];
59
+ export type PushNotificationType = (typeof PushNotificationType)[keyof typeof PushNotificationType];
66
60
  export declare const ChannelMessagePersistenceType: {
67
61
  readonly NON_PERSISTENT: "NON_PERSISTENT";
68
62
  readonly PERSISTENT: "PERSISTENT";
@@ -75,14 +69,12 @@ export declare const ChannelMessageStatus: {
75
69
  readonly PENDING: "PENDING";
76
70
  readonly SENT: "SENT";
77
71
  };
78
- export type ChannelMessageStatus =
79
- (typeof ChannelMessageStatus)[keyof typeof ChannelMessageStatus];
72
+ export type ChannelMessageStatus = (typeof ChannelMessageStatus)[keyof typeof ChannelMessageStatus];
80
73
  export declare const ChannelMessageType: {
81
74
  readonly CONTROL: "CONTROL";
82
75
  readonly STANDARD: "STANDARD";
83
76
  };
84
- export type ChannelMessageType =
85
- (typeof ChannelMessageType)[keyof typeof ChannelMessageType];
77
+ export type ChannelMessageType = (typeof ChannelMessageType)[keyof typeof ChannelMessageType];
86
78
  export declare const NetworkType: {
87
79
  readonly DUAL_STACK: "DUAL_STACK";
88
80
  readonly IPV4_ONLY: "IPV4_ONLY";
@@ -92,8 +84,7 @@ export declare const MessagingDataType: {
92
84
  readonly Channel: "Channel";
93
85
  readonly ChannelMessage: "ChannelMessage";
94
86
  };
95
- export type MessagingDataType =
96
- (typeof MessagingDataType)[keyof typeof MessagingDataType];
87
+ export type MessagingDataType = (typeof MessagingDataType)[keyof typeof MessagingDataType];
97
88
  export declare const SortOrder: {
98
89
  readonly ASCENDING: "ASCENDING";
99
90
  readonly DESCENDING: "DESCENDING";
@@ -102,11 +93,9 @@ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
102
93
  export declare const SearchFieldKey: {
103
94
  readonly MEMBERS: "MEMBERS";
104
95
  };
105
- export type SearchFieldKey =
106
- (typeof SearchFieldKey)[keyof typeof SearchFieldKey];
96
+ export type SearchFieldKey = (typeof SearchFieldKey)[keyof typeof SearchFieldKey];
107
97
  export declare const SearchFieldOperator: {
108
98
  readonly EQUALS: "EQUALS";
109
99
  readonly INCLUDES: "INCLUDES";
110
100
  };
111
- export type SearchFieldOperator =
112
- (typeof SearchFieldOperator)[keyof typeof SearchFieldOperator];
101
+ export type SearchFieldOperator = (typeof SearchFieldOperator)[keyof typeof SearchFieldOperator];
@@ -6,9 +6,7 @@ export declare class BadRequestException extends __BaseException {
6
6
  readonly $fault: "client";
7
7
  Code?: ErrorCode | undefined;
8
8
  Message?: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
12
10
  }
13
11
  export declare class ConflictException extends __BaseException {
14
12
  readonly name: "ConflictException";
@@ -36,43 +34,33 @@ export declare class ServiceFailureException extends __BaseException {
36
34
  readonly $fault: "server";
37
35
  Code?: ErrorCode | undefined;
38
36
  Message?: string | undefined;
39
- constructor(
40
- opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
41
- );
37
+ constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
42
38
  }
43
39
  export declare class ServiceUnavailableException extends __BaseException {
44
40
  readonly name: "ServiceUnavailableException";
45
41
  readonly $fault: "server";
46
42
  Code?: ErrorCode | undefined;
47
43
  Message?: string | undefined;
48
- constructor(
49
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
50
- );
44
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
51
45
  }
52
46
  export declare class ThrottledClientException extends __BaseException {
53
47
  readonly name: "ThrottledClientException";
54
48
  readonly $fault: "client";
55
49
  Code?: ErrorCode | undefined;
56
50
  Message?: string | undefined;
57
- constructor(
58
- opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
59
- );
51
+ constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
60
52
  }
61
53
  export declare class UnauthorizedClientException extends __BaseException {
62
54
  readonly name: "UnauthorizedClientException";
63
55
  readonly $fault: "client";
64
56
  Code?: ErrorCode | undefined;
65
57
  Message?: string | undefined;
66
- constructor(
67
- opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
68
- );
58
+ constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
69
59
  }
70
60
  export declare class ResourceLimitExceededException extends __BaseException {
71
61
  readonly name: "ResourceLimitExceededException";
72
62
  readonly $fault: "client";
73
63
  Code?: ErrorCode | undefined;
74
64
  Message?: string | undefined;
75
- constructor(
76
- opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
77
- );
65
+ constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
78
66
  }
@@ -164,9 +164,7 @@ export interface ChannelSummary {
164
164
  }
165
165
  export interface ChannelMembershipForAppInstanceUserSummary {
166
166
  ChannelSummary?: ChannelSummary | undefined;
167
- AppInstanceUserMembershipSummary?:
168
- | AppInstanceUserMembershipSummary
169
- | undefined;
167
+ AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary | undefined;
170
168
  }
171
169
  export interface PushNotificationPreferences {
172
170
  AllowNotifications: AllowNotifications | undefined;
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient";
3
- export interface ChimeSDKMessagingPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface ChimeSDKMessagingPaginationConfiguration extends PaginationConfiguration {
5
4
  client: ChimeSDKMessagingClient;
6
5
  }
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient";
3
- export declare const getRuntimeConfig: (
4
- config: ChimeSDKMessagingClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient";
3
- export declare const getRuntimeConfig: (
4
- config: ChimeSDKMessagingClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
12
10
  credentialDefaultProvider:
13
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
14
12
  | ((
15
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
16
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
17
15
  defaultUserAgentProvider: (
18
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
19
17
  ) => Promise<import("@smithy/types").UserAgent>;
20
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
21
19
  region: string | import("@smithy/types").Provider<string>;
22
- requestHandler:
23
- | RequestHandler
24
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
25
21
  retryMode: string | import("@smithy/types").Provider<string>;
26
22
  streamCollector: (
27
- stream:
28
- | import("stream").Readable
29
- | import("stream/web").ReadableStream
30
- | ReadableStream
31
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
32
24
  ) => Promise<Uint8Array>;
33
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
55
47
  logger: import("@smithy/types").Logger;
56
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- retryStrategy?:
59
- | import("@smithy/types").RetryStrategy
60
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
61
51
  endpoint?:
62
52
  | ((
63
53
  | string
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
79
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
80
70
  context?: {
81
71
  logger?: import("@smithy/types").Logger;
82
- }
72
+ },
83
73
  ) => import("@smithy/types").EndpointV2;
84
74
  tls?: boolean;
85
75
  serviceConfiguredEndpoint?: never;
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
91
81
  signer?:
92
82
  | import("@smithy/types").RequestSigner
93
83
  | ((
94
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
95
85
  ) => Promise<import("@smithy/types").RequestSigner>);
96
86
  signingEscapePath?: boolean;
97
87
  systemClockOffset?: number;
98
88
  signingRegion?: string;
99
89
  signerConstructor?: new (
100
90
  options: import("@smithy/signature-v4").SignatureV4Init &
101
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
102
92
  ) => import("@smithy/types").RequestSigner;
103
93
  };