@aws-sdk/client-chime-sdk-messaging 3.651.1 → 3.658.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 (103) hide show
  1. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +11 -0
  3. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateChannelBanCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateChannelCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateChannelFlowCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteChannelBanCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteChannelCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeChannelBanCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeChannelCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +11 -0
  23. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +11 -0
  24. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +11 -0
  25. package/dist-types/commands/GetChannelMessageCommand.d.ts +11 -0
  26. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +11 -0
  27. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +11 -0
  28. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListChannelBansCommand.d.ts +11 -0
  30. package/dist-types/commands/ListChannelFlowsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +11 -0
  33. package/dist-types/commands/ListChannelMessagesCommand.d.ts +11 -0
  34. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +11 -0
  36. package/dist-types/commands/ListChannelsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +11 -0
  38. package/dist-types/commands/ListSubChannelsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  40. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +11 -0
  41. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +11 -0
  42. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +11 -0
  43. package/dist-types/commands/RedactChannelMessageCommand.d.ts +11 -0
  44. package/dist-types/commands/SearchChannelsCommand.d.ts +11 -0
  45. package/dist-types/commands/SendChannelMessageCommand.d.ts +11 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateChannelCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +11 -0
  52. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +12 -1
  103. package/package.json +35 -35
@@ -105,4 +105,15 @@ declare const PutChannelExpirationSettingsCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class PutChannelExpirationSettingsCommand extends PutChannelExpirationSettingsCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: PutChannelExpirationSettingsRequest;
112
+ output: PutChannelExpirationSettingsResponse;
113
+ };
114
+ sdk: {
115
+ input: PutChannelExpirationSettingsCommandInput;
116
+ output: PutChannelExpirationSettingsCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -106,4 +106,15 @@ declare const PutChannelMembershipPreferencesCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class PutChannelMembershipPreferencesCommand extends PutChannelMembershipPreferencesCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: PutChannelMembershipPreferencesRequest;
113
+ output: PutChannelMembershipPreferencesResponse;
114
+ };
115
+ sdk: {
116
+ input: PutChannelMembershipPreferencesCommandInput;
117
+ output: PutChannelMembershipPreferencesCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -94,4 +94,15 @@ declare const PutMessagingStreamingConfigurationsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class PutMessagingStreamingConfigurationsCommand extends PutMessagingStreamingConfigurationsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: PutMessagingStreamingConfigurationsRequest;
101
+ output: PutMessagingStreamingConfigurationsResponse;
102
+ };
103
+ sdk: {
104
+ input: PutMessagingStreamingConfigurationsCommandInput;
105
+ output: PutMessagingStreamingConfigurationsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -90,4 +90,15 @@ declare const RedactChannelMessageCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class RedactChannelMessageCommand extends RedactChannelMessageCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: RedactChannelMessageRequest;
97
+ output: RedactChannelMessageResponse;
98
+ };
99
+ sdk: {
100
+ input: RedactChannelMessageCommandInput;
101
+ output: RedactChannelMessageCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -101,4 +101,15 @@ declare const SearchChannelsCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class SearchChannelsCommand extends SearchChannelsCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: SearchChannelsRequest;
108
+ output: SearchChannelsResponse;
109
+ };
110
+ sdk: {
111
+ input: SearchChannelsCommandInput;
112
+ output: SearchChannelsCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -119,4 +119,15 @@ declare const SendChannelMessageCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class SendChannelMessageCommand extends SendChannelMessageCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: SendChannelMessageRequest;
126
+ output: SendChannelMessageResponse;
127
+ };
128
+ sdk: {
129
+ input: SendChannelMessageCommandInput;
130
+ output: SendChannelMessageCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -82,4 +82,15 @@ declare const TagResourceCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class TagResourceCommand extends TagResourceCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: TagResourceRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: TagResourceCommandInput;
93
+ output: TagResourceCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -76,4 +76,15 @@ declare const UntagResourceCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UntagResourceRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UntagResourceCommandInput;
87
+ output: UntagResourceCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -90,4 +90,15 @@ declare const UpdateChannelCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateChannelRequest;
97
+ output: UpdateChannelResponse;
98
+ };
99
+ sdk: {
100
+ input: UpdateChannelCommandInput;
101
+ output: UpdateChannelCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -93,4 +93,15 @@ declare const UpdateChannelFlowCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class UpdateChannelFlowCommand extends UpdateChannelFlowCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: UpdateChannelFlowRequest;
100
+ output: UpdateChannelFlowResponse;
101
+ };
102
+ sdk: {
103
+ input: UpdateChannelFlowCommandInput;
104
+ output: UpdateChannelFlowCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -96,4 +96,15 @@ declare const UpdateChannelMessageCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class UpdateChannelMessageCommand extends UpdateChannelMessageCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: UpdateChannelMessageRequest;
103
+ output: UpdateChannelMessageResponse;
104
+ };
105
+ sdk: {
106
+ input: UpdateChannelMessageCommandInput;
107
+ output: UpdateChannelMessageCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -85,4 +85,15 @@ declare const UpdateChannelReadMarkerCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class UpdateChannelReadMarkerCommand extends UpdateChannelReadMarkerCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: UpdateChannelReadMarkerRequest;
92
+ output: UpdateChannelReadMarkerResponse;
93
+ };
94
+ sdk: {
95
+ input: UpdateChannelReadMarkerCommandInput;
96
+ output: UpdateChannelReadMarkerCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -32,4 +32,15 @@ declare const AssociateChannelFlowCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class AssociateChannelFlowCommand extends AssociateChannelFlowCommand_base {}
35
+ export declare class AssociateChannelFlowCommand extends AssociateChannelFlowCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: AssociateChannelFlowRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: AssociateChannelFlowCommandInput;
43
+ output: AssociateChannelFlowCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const BatchCreateChannelMembershipCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchCreateChannelMembershipCommand extends BatchCreateChannelMembershipCommand_base {}
40
+ export declare class BatchCreateChannelMembershipCommand extends BatchCreateChannelMembershipCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchCreateChannelMembershipRequest;
44
+ output: BatchCreateChannelMembershipResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchCreateChannelMembershipCommandInput;
48
+ output: BatchCreateChannelMembershipCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ChannelFlowCallbackCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ChannelFlowCallbackCommand extends ChannelFlowCallbackCommand_base {}
40
+ export declare class ChannelFlowCallbackCommand extends ChannelFlowCallbackCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ChannelFlowCallbackRequest;
44
+ output: ChannelFlowCallbackResponse;
45
+ };
46
+ sdk: {
47
+ input: ChannelFlowCallbackCommandInput;
48
+ output: ChannelFlowCallbackCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateChannelBanCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateChannelBanCommand extends CreateChannelBanCommand_base {}
39
+ export declare class CreateChannelBanCommand extends CreateChannelBanCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateChannelBanRequest;
43
+ output: CreateChannelBanResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateChannelBanCommandInput;
47
+ output: CreateChannelBanCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateChannelCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateChannelCommand extends CreateChannelCommand_base {}
39
+ export declare class CreateChannelCommand extends CreateChannelCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateChannelRequest;
43
+ output: CreateChannelResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateChannelCommandInput;
47
+ output: CreateChannelCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateChannelFlowCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateChannelFlowCommand extends CreateChannelFlowCommand_base {}
40
+ export declare class CreateChannelFlowCommand extends CreateChannelFlowCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateChannelFlowRequest;
44
+ output: CreateChannelFlowResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateChannelFlowCommandInput;
48
+ output: CreateChannelFlowCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateChannelMembershipCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateChannelMembershipCommand extends CreateChannelMembershipCommand_base {}
40
+ export declare class CreateChannelMembershipCommand extends CreateChannelMembershipCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateChannelMembershipRequest;
44
+ output: CreateChannelMembershipResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateChannelMembershipCommandInput;
48
+ output: CreateChannelMembershipCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateChannelModeratorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateChannelModeratorCommand extends CreateChannelModeratorCommand_base {}
40
+ export declare class CreateChannelModeratorCommand extends CreateChannelModeratorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateChannelModeratorRequest;
44
+ output: CreateChannelModeratorResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateChannelModeratorCommandInput;
48
+ output: CreateChannelModeratorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const DeleteChannelBanCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteChannelBanCommand extends DeleteChannelBanCommand_base {}
34
+ export declare class DeleteChannelBanCommand extends DeleteChannelBanCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteChannelBanRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteChannelBanCommandInput;
42
+ output: DeleteChannelBanCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteChannelCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteChannelCommand extends DeleteChannelCommand_base {}
34
+ export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteChannelRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteChannelCommandInput;
42
+ output: DeleteChannelCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteChannelFlowCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteChannelFlowCommand extends DeleteChannelFlowCommand_base {}
35
+ export declare class DeleteChannelFlowCommand extends DeleteChannelFlowCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteChannelFlowRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteChannelFlowCommandInput;
43
+ output: DeleteChannelFlowCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteChannelMembershipCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteChannelMembershipCommand extends DeleteChannelMembershipCommand_base {}
36
+ export declare class DeleteChannelMembershipCommand extends DeleteChannelMembershipCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteChannelMembershipRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteChannelMembershipCommandInput;
44
+ output: DeleteChannelMembershipCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const DeleteChannelMessageCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteChannelMessageCommand extends DeleteChannelMessageCommand_base {}
35
+ export declare class DeleteChannelMessageCommand extends DeleteChannelMessageCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteChannelMessageRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteChannelMessageCommandInput;
43
+ output: DeleteChannelMessageCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteChannelModeratorCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteChannelModeratorCommand extends DeleteChannelModeratorCommand_base {}
35
+ export declare class DeleteChannelModeratorCommand extends DeleteChannelModeratorCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteChannelModeratorRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteChannelModeratorCommandInput;
43
+ output: DeleteChannelModeratorCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteMessagingStreamingConfigurationsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteMessagingStreamingConfigurationsCommand extends DeleteMessagingStreamingConfigurationsCommand_base {}
36
+ export declare class DeleteMessagingStreamingConfigurationsCommand extends DeleteMessagingStreamingConfigurationsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteMessagingStreamingConfigurationsRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteMessagingStreamingConfigurationsCommandInput;
44
+ output: DeleteMessagingStreamingConfigurationsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeChannelBanCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeChannelBanCommand extends DescribeChannelBanCommand_base {}
40
+ export declare class DescribeChannelBanCommand extends DescribeChannelBanCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeChannelBanRequest;
44
+ output: DescribeChannelBanResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeChannelBanCommandInput;
48
+ output: DescribeChannelBanCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeChannelCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeChannelCommand extends DescribeChannelCommand_base {}
39
+ export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeChannelRequest;
43
+ output: DescribeChannelResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeChannelCommandInput;
47
+ output: DescribeChannelCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeChannelFlowCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeChannelFlowCommand extends DescribeChannelFlowCommand_base {}
40
+ export declare class DescribeChannelFlowCommand extends DescribeChannelFlowCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeChannelFlowRequest;
44
+ output: DescribeChannelFlowResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeChannelFlowCommandInput;
48
+ output: DescribeChannelFlowCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeChannelMembershipCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeChannelMembershipCommand extends DescribeChannelMembershipCommand_base {}
40
+ export declare class DescribeChannelMembershipCommand extends DescribeChannelMembershipCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeChannelMembershipRequest;
44
+ output: DescribeChannelMembershipResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeChannelMembershipCommandInput;
48
+ output: DescribeChannelMembershipCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeChannelMembershipForAppInstanceUserCommand extends DescribeChannelMembershipForAppInstanceUserCommand_base {}
40
+ export declare class DescribeChannelMembershipForAppInstanceUserCommand extends DescribeChannelMembershipForAppInstanceUserCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeChannelMembershipForAppInstanceUserRequest;
44
+ output: DescribeChannelMembershipForAppInstanceUserResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeChannelMembershipForAppInstanceUserCommandInput;
48
+ output: DescribeChannelMembershipForAppInstanceUserCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeChannelModeratedByAppInstanceUserCommand extends DescribeChannelModeratedByAppInstanceUserCommand_base {}
40
+ export declare class DescribeChannelModeratedByAppInstanceUserCommand extends DescribeChannelModeratedByAppInstanceUserCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeChannelModeratedByAppInstanceUserRequest;
44
+ output: DescribeChannelModeratedByAppInstanceUserResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeChannelModeratedByAppInstanceUserCommandInput;
48
+ output: DescribeChannelModeratedByAppInstanceUserCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeChannelModeratorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeChannelModeratorCommand extends DescribeChannelModeratorCommand_base {}
40
+ export declare class DescribeChannelModeratorCommand extends DescribeChannelModeratorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeChannelModeratorRequest;
44
+ output: DescribeChannelModeratorResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeChannelModeratorCommandInput;
48
+ output: DescribeChannelModeratorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DisassociateChannelFlowCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DisassociateChannelFlowCommand extends DisassociateChannelFlowCommand_base {}
36
+ export declare class DisassociateChannelFlowCommand extends DisassociateChannelFlowCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisassociateChannelFlowRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisassociateChannelFlowCommandInput;
44
+ output: DisassociateChannelFlowCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetChannelMembershipPreferencesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetChannelMembershipPreferencesCommand extends GetChannelMembershipPreferencesCommand_base {}
40
+ export declare class GetChannelMembershipPreferencesCommand extends GetChannelMembershipPreferencesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetChannelMembershipPreferencesRequest;
44
+ output: GetChannelMembershipPreferencesResponse;
45
+ };
46
+ sdk: {
47
+ input: GetChannelMembershipPreferencesCommandInput;
48
+ output: GetChannelMembershipPreferencesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetChannelMessageCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetChannelMessageCommand extends GetChannelMessageCommand_base {}
40
+ export declare class GetChannelMessageCommand extends GetChannelMessageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetChannelMessageRequest;
44
+ output: GetChannelMessageResponse;
45
+ };
46
+ sdk: {
47
+ input: GetChannelMessageCommandInput;
48
+ output: GetChannelMessageCommandOutput;
49
+ };
50
+ };
51
+ }