@ingestkorea/client-sens 1.1.0 → 1.3.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.
- package/README.md +33 -9
- package/dist-cjs/commands/{GetRequestResultCommand.js → GetAlimtalkResultCommand.js} +6 -6
- package/dist-cjs/commands/{GetRequestStatusCommand.js → GetAlimtalkStatusCommand.js} +6 -6
- package/dist-cjs/commands/{ListChannelsCommand.js → GetAlimtalkTemplateCommand.js} +6 -6
- package/dist-cjs/commands/ListAlimtalkChannelsCommand.js +44 -0
- package/dist-cjs/commands/ListAlimtalkTemplatesCommand.js +44 -0
- package/dist-cjs/commands/index.js +5 -3
- package/dist-cjs/models/{GetRequestResult.js → GetAlimtalkResult.js} +0 -0
- package/dist-cjs/models/{GetRequestStatus.js → GetAlimtalkStatus.js} +0 -0
- package/dist-cjs/models/GetAlimtalkTemplate.js +4 -0
- package/dist-cjs/models/{ListChannels.js → ListAlimtalkChannels.js} +0 -0
- package/dist-cjs/models/ListAlimtalkTemplates.js +7 -0
- package/dist-cjs/models/index.js +5 -3
- package/dist-cjs/protocols/{GetRequestResult.js → GetAlimtalkResult.js} +12 -12
- package/dist-cjs/protocols/{GetRequestStatus.js → GetAlimtalkStatus.js} +13 -12
- package/dist-cjs/protocols/GetAlimtalkTemplate.js +51 -0
- package/dist-cjs/protocols/{ListChannels.js → ListAlimtalkChannels.js} +12 -12
- package/dist-cjs/protocols/ListAlimtalkTemplates.js +97 -0
- package/dist-cjs/protocols/index.js +5 -3
- package/dist-es/commands/{GetRequestStatusCommand.js → GetAlimtalkResultCommand.js} +4 -4
- package/dist-es/commands/{ListChannelsCommand.js → GetAlimtalkStatusCommand.js} +4 -4
- package/dist-es/commands/{GetRequestResultCommand.js → GetAlimtalkTemplateCommand.js} +4 -4
- package/dist-es/commands/ListAlimtalkChannelsCommand.js +29 -0
- package/dist-es/commands/ListAlimtalkTemplatesCommand.js +29 -0
- package/dist-es/commands/index.js +5 -3
- package/dist-es/models/{GetRequestResult.js → GetAlimtalkResult.js} +0 -0
- package/dist-es/models/{GetRequestStatus.js → GetAlimtalkStatus.js} +0 -0
- package/dist-es/models/GetAlimtalkTemplate.js +3 -0
- package/dist-es/models/{ListChannels.js → ListAlimtalkChannels.js} +0 -0
- package/dist-es/models/ListAlimtalkTemplates.js +6 -0
- package/dist-es/models/index.js +5 -3
- package/dist-es/protocols/{GetRequestResult.js → GetAlimtalkResult.js} +7 -7
- package/dist-es/protocols/{GetRequestStatus.js → GetAlimtalkStatus.js} +8 -7
- package/dist-es/protocols/GetAlimtalkTemplate.js +38 -0
- package/dist-es/protocols/{ListChannels.js → ListAlimtalkChannels.js} +7 -7
- package/dist-es/protocols/ListAlimtalkTemplates.js +81 -0
- package/dist-es/protocols/index.js +5 -3
- package/dist-types/commands/GetAlimtalkResultCommand.d.ts +13 -0
- package/dist-types/commands/GetAlimtalkStatusCommand.d.ts +13 -0
- package/dist-types/commands/GetAlimtalkTemplateCommand.d.ts +13 -0
- package/dist-types/commands/ListAlimtalkChannelsCommand.d.ts +13 -0
- package/dist-types/commands/ListAlimtalkTemplatesCommand.d.ts +13 -0
- package/dist-types/commands/index.d.ts +5 -3
- package/dist-types/models/{GetRequestResult.d.ts → GetAlimtalkResult.d.ts} +3 -3
- package/dist-types/models/{GetRequestStatus.d.ts → GetAlimtalkStatus.d.ts} +2 -2
- package/dist-types/models/GetAlimtalkTemplate.d.ts +6 -0
- package/dist-types/models/{ListChannels.d.ts → ListAlimtalkChannels.d.ts} +2 -2
- package/dist-types/models/ListAlimtalkTemplates.d.ts +33 -0
- package/dist-types/models/index.d.ts +5 -3
- package/dist-types/protocols/GetAlimtalkResult.d.ts +8 -0
- package/dist-types/protocols/GetAlimtalkStatus.d.ts +8 -0
- package/dist-types/protocols/GetAlimtalkTemplate.d.ts +7 -0
- package/dist-types/protocols/ListAlimtalkChannels.d.ts +8 -0
- package/dist-types/protocols/ListAlimtalkTemplates.d.ts +10 -0
- package/dist-types/protocols/index.d.ts +5 -3
- package/package.json +10 -3
- package/dist-types/commands/GetRequestResultCommand.d.ts +0 -13
- package/dist-types/commands/GetRequestStatusCommand.d.ts +0 -13
- package/dist-types/commands/ListChannelsCommand.d.ts +0 -13
- package/dist-types/protocols/GetRequestResult.d.ts +0 -8
- package/dist-types/protocols/GetRequestStatus.d.ts +0 -8
- package/dist-types/protocols/ListChannels.d.ts +0 -8
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from './SendAlimtalkCommand';
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
2
|
+
export * from './GetAlimtalkStatusCommand';
|
|
3
|
+
export * from './GetAlimtalkResultCommand';
|
|
4
|
+
export * from './GetAlimtalkTemplateCommand';
|
|
5
|
+
export * from './ListAlimtalkTemplatesCommand';
|
|
6
|
+
export * from './ListAlimtalkChannelsCommand';
|
|
5
7
|
export * from './SendSMSCommand';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { StatusMessage } from './
|
|
2
|
-
export interface
|
|
1
|
+
import { StatusMessage } from './GetAlimtalkStatus';
|
|
2
|
+
export interface GetAlimtalkResultInput {
|
|
3
3
|
messageId: string;
|
|
4
4
|
}
|
|
5
|
-
export interface
|
|
5
|
+
export interface GetAlimtalkResultOutput extends StatusMessage {
|
|
6
6
|
requestId?: string;
|
|
7
7
|
failover?: Failover;
|
|
8
8
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ReceivedMessage } from './SendAlimtalk';
|
|
2
|
-
export interface
|
|
2
|
+
export interface GetAlimtalkStatusInput {
|
|
3
3
|
requestId: string;
|
|
4
4
|
}
|
|
5
|
-
export interface
|
|
5
|
+
export interface GetAlimtalkStatusOutput {
|
|
6
6
|
requestId?: string;
|
|
7
7
|
statusCode?: string;
|
|
8
8
|
statusName?: string;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ListAlimtalkTemplatesInput, ListAlimtalkTemplatesOutput } from './ListAlimtalkTemplates';
|
|
2
|
+
export interface GetAlimtalkTemplateInput extends ListAlimtalkTemplatesInput {
|
|
3
|
+
templateCode: string;
|
|
4
|
+
}
|
|
5
|
+
export interface GetAlimtalkTemplateOutput extends ListAlimtalkTemplatesOutput {
|
|
6
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export interface ListAlimtalkTemplatesInput {
|
|
2
|
+
channelId: string;
|
|
3
|
+
}
|
|
4
|
+
export interface ListAlimtalkTemplatesOutput {
|
|
5
|
+
templates?: Template[];
|
|
6
|
+
}
|
|
7
|
+
export interface Template {
|
|
8
|
+
createTime?: string;
|
|
9
|
+
updateTime?: string;
|
|
10
|
+
channelId?: string;
|
|
11
|
+
templateCode?: string;
|
|
12
|
+
templateName?: string;
|
|
13
|
+
content?: string;
|
|
14
|
+
comments?: Comment[];
|
|
15
|
+
templateInspectionStatus?: string;
|
|
16
|
+
templateStatus?: string;
|
|
17
|
+
buttons?: Button[];
|
|
18
|
+
}
|
|
19
|
+
export interface Comment {
|
|
20
|
+
commentId?: string;
|
|
21
|
+
content?: string;
|
|
22
|
+
status?: string;
|
|
23
|
+
createTime?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface Button {
|
|
26
|
+
order?: number;
|
|
27
|
+
type?: string;
|
|
28
|
+
name?: string;
|
|
29
|
+
linkMobile?: string;
|
|
30
|
+
linkPc?: string;
|
|
31
|
+
schemeIos?: string;
|
|
32
|
+
schemeAndroid?: string;
|
|
33
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from './SensCommand';
|
|
2
2
|
export * from './SendAlimtalk';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
3
|
+
export * from './GetAlimtalkStatus';
|
|
4
|
+
export * from './GetAlimtalkResult';
|
|
5
|
+
export * from './GetAlimtalkTemplate';
|
|
6
|
+
export * from './ListAlimtalkTemplates';
|
|
7
|
+
export * from './ListAlimtalkChannels';
|
|
6
8
|
export * from './SendSMS';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
+
import { GetAlimtalkResultOutput, Failover } from '../models/GetAlimtalkResult';
|
|
3
|
+
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
+
import { GetAlimtalkResultCommandInput, GetAlimtalkResultCommandOutput } from '../commands/GetAlimtalkResultCommand';
|
|
5
|
+
export declare const serializeIngestkorea_restJson_GetAlimtalkResultCommand: (input: GetAlimtalkResultCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
|
|
6
|
+
export declare const deserializeIngestkorea_restJson_GetAlimtalkResultCommand: (output: HttpResponse) => Promise<GetAlimtalkResultCommandOutput>;
|
|
7
|
+
export declare const deserializeIngestkorea_restJson_GetAlimtalkResultOutput: (output: any) => Promise<GetAlimtalkResultOutput>;
|
|
8
|
+
export declare const deserializeIngestkorea_restJson_AlimtalkFailover: (output: any) => Failover;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
+
import { GetAlimtalkStatusOutput, StatusMessage } from '../models/GetAlimtalkStatus';
|
|
3
|
+
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
+
import { GetAlimtalkStatusCommandInput, GetAlimtalkStatusCommandOutput } from '../commands/GetAlimtalkStatusCommand';
|
|
5
|
+
export declare const serializeIngestkorea_restJson_GetAlimtalkStatusCommand: (input: GetAlimtalkStatusCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
|
|
6
|
+
export declare const deserializeIngestkorea_restJson_GetAlimtalkStatusCommand: (output: HttpResponse) => Promise<GetAlimtalkStatusCommandOutput>;
|
|
7
|
+
export declare const deserializeIngestkorea_restJson_GetAlimtalkStatusOutput: (output: any) => Promise<GetAlimtalkStatusOutput>;
|
|
8
|
+
export declare const deserializeIngestkorea_restJson_GetAlimtalkStatusMessages: (outputs: any[]) => StatusMessage[];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
+
import { GetAlimtalkTemplateOutput } from '../models/GetAlimtalkTemplate';
|
|
3
|
+
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
+
import { GetAlimtalkTemplateCommandInput, GetAlimtalkTemplateCommandOutput } from '../commands/GetAlimtalkTemplateCommand';
|
|
5
|
+
export declare const serializeIngestkorea_restJson_GetAlimtalkTemplateCommand: (input: GetAlimtalkTemplateCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
|
|
6
|
+
export declare const deserializeIngestkorea_restJson_GetAlimtalkTemplateCommand: (output: HttpResponse) => Promise<GetAlimtalkTemplateCommandOutput>;
|
|
7
|
+
export declare const deserializeIngestkorea_restJson_GetAlimtalkTemplateOutput: (output: any) => Promise<GetAlimtalkTemplateOutput>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
+
import { ListAlimtalkChannelsOutput, Channel } from '../models/ListAlimtalkChannels';
|
|
3
|
+
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
+
import { ListAlimtalkChannelsCommandInput, ListAlimtalkChannelsCommandOutput } from '../commands/ListAlimtalkChannelsCommand';
|
|
5
|
+
export declare const serializeIngestkorea_restJson_ListAlimtalkChannelsCommand: (input: ListAlimtalkChannelsCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
|
|
6
|
+
export declare const deserializeIngestkorea_restJson_ListAlimtalkChannelsCommand: (output: HttpResponse) => Promise<ListAlimtalkChannelsCommandOutput>;
|
|
7
|
+
export declare const deserializeIngestkorea_restJson_ListAlimtalkChannelsOutput: (outputs: any[]) => Promise<ListAlimtalkChannelsOutput>;
|
|
8
|
+
export declare const deserializeIngestkorea_restJson_Channel: (outputs: any[]) => Channel[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
+
import { ListAlimtalkTemplatesOutput, Template, Comment, Button } from '../models/ListAlimtalkTemplates';
|
|
3
|
+
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
+
import { ListAlimtalkTemplatesCommandInput, ListAlimtalkTemplatesCommandOutput } from '../commands/ListAlimtalkTemplatesCommand';
|
|
5
|
+
export declare const serializeIngestkorea_restJson_ListAlimtalkTemplatesCommand: (input: ListAlimtalkTemplatesCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
|
|
6
|
+
export declare const deserializeIngestkorea_restJson_ListAlimtalkTemplatesCommand: (output: HttpResponse) => Promise<ListAlimtalkTemplatesCommandOutput>;
|
|
7
|
+
export declare const deserializeIngestkorea_restJson_ListAlimtalkTemplatesOutput: (output: any) => Promise<ListAlimtalkTemplatesOutput>;
|
|
8
|
+
export declare const deserializeIngestkorea_restJson_AlimtalkTemplate: (outputs: any[]) => Template[];
|
|
9
|
+
export declare const deserializeIngestkorea_restJson_AlimtalkTemplateComment: (outputs: any[]) => Comment[];
|
|
10
|
+
export declare const deserializeIngestkorea_restJson_AlimtalkTemplateButton: (outputs: any[]) => Button[];
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from './SendAlimtalk';
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
2
|
+
export * from './GetAlimtalkStatus';
|
|
3
|
+
export * from './GetAlimtalkResult';
|
|
4
|
+
export * from './GetAlimtalkTemplate';
|
|
5
|
+
export * from './ListAlimtalkTemplates';
|
|
6
|
+
export * from './ListAlimtalkChannels';
|
|
5
7
|
export * from './SendSMS';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ingestkorea/client-sens",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "INGESTKOREA SDK
|
|
3
|
+
"version": "1.3.0",
|
|
4
|
+
"description": "INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
7
7
|
"types": "./dist-types/index.d.ts",
|
|
@@ -29,5 +29,12 @@
|
|
|
29
29
|
"@ingestkorea/util-error-handler": "^1.0.3",
|
|
30
30
|
"@ingestkorea/util-http-handler": "^1.0.0",
|
|
31
31
|
"@ingestkorea/util-simple-logger": "^1.0.3"
|
|
32
|
-
}
|
|
32
|
+
},
|
|
33
|
+
"keywords": [
|
|
34
|
+
"sens",
|
|
35
|
+
"alimtalk",
|
|
36
|
+
"sms",
|
|
37
|
+
"push",
|
|
38
|
+
"ncp"
|
|
39
|
+
]
|
|
33
40
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
-
import { SensCommand, GetRequestResultInput, GetRequestResultOutput } from '../models';
|
|
3
|
-
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
-
export interface GetRequestResultCommandInput extends GetRequestResultInput {
|
|
5
|
-
}
|
|
6
|
-
export interface GetRequestResultCommandOutput extends GetRequestResultOutput {
|
|
7
|
-
}
|
|
8
|
-
export declare class GetRequestResultCommand extends SensCommand<GetRequestResultCommandInput, GetRequestResultCommandOutput, SensClientResolvedConfig> {
|
|
9
|
-
input: GetRequestResultCommandInput;
|
|
10
|
-
constructor(input: GetRequestResultCommandInput);
|
|
11
|
-
serialize(input: GetRequestResultCommandInput, config: SensClientResolvedConfig): Promise<HttpRequest>;
|
|
12
|
-
deserialize(response: HttpResponse): Promise<GetRequestResultCommandOutput>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
-
import { SensCommand, GetRequestStatusInput, GetRequestStatusOutput } from '../models';
|
|
3
|
-
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
-
export interface GetRequestStatusCommandInput extends GetRequestStatusInput {
|
|
5
|
-
}
|
|
6
|
-
export interface GetRequestStatusCommandOutput extends GetRequestStatusOutput {
|
|
7
|
-
}
|
|
8
|
-
export declare class GetRequestStatusCommand extends SensCommand<GetRequestStatusCommandInput, GetRequestStatusCommandOutput, SensClientResolvedConfig> {
|
|
9
|
-
input: GetRequestStatusCommandInput;
|
|
10
|
-
constructor(input: GetRequestStatusCommandInput);
|
|
11
|
-
serialize(input: GetRequestStatusCommandInput, config: SensClientResolvedConfig): Promise<HttpRequest>;
|
|
12
|
-
deserialize(response: HttpResponse): Promise<GetRequestStatusCommandOutput>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
-
import { SensCommand, ListChannelsInput, ListChannelsOutput } from '../models';
|
|
3
|
-
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
-
export interface ListChannelsCommandInput extends ListChannelsInput {
|
|
5
|
-
}
|
|
6
|
-
export interface ListChannelsCommandOutput extends ListChannelsOutput {
|
|
7
|
-
}
|
|
8
|
-
export declare class ListChannelsCommand extends SensCommand<ListChannelsCommandInput, ListChannelsCommandOutput, SensClientResolvedConfig> {
|
|
9
|
-
input: ListChannelsCommandInput;
|
|
10
|
-
constructor(input: ListChannelsCommandInput);
|
|
11
|
-
serialize(input: ListChannelsCommandInput, config: SensClientResolvedConfig): Promise<HttpRequest>;
|
|
12
|
-
deserialize(response: HttpResponse): Promise<ListChannelsCommandOutput>;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
-
import { GetRequestResultOutput, Failover } from '../models/GetRequestResult';
|
|
3
|
-
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
-
import { GetRequestResultCommandInput, GetRequestResultCommandOutput } from '../commands/GetRequestResultCommand';
|
|
5
|
-
export declare const serializeIngestkorea_restJson_GetRequestResultCommand: (input: GetRequestResultCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
|
|
6
|
-
export declare const deserializeIngestkorea_restJson_GetRequestResultCommand: (output: HttpResponse) => Promise<GetRequestResultCommandOutput>;
|
|
7
|
-
export declare const deserializeIngestkorea_restJson_GetRequestResultOutput: (output: any) => Promise<GetRequestResultOutput>;
|
|
8
|
-
export declare const deserializeIngestkorea_restJson_GetRequestResultFailover: (output: any) => Failover;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
-
import { GetRequestStatusOutput, StatusMessage } from '../models/GetRequestStatus';
|
|
3
|
-
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
-
import { GetRequestStatusCommandInput, GetRequestStatusCommandOutput } from '../commands/GetRequestStatusCommand';
|
|
5
|
-
export declare const serializeIngestkorea_restJson_GetRequestStatusCommand: (input: GetRequestStatusCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
|
|
6
|
-
export declare const deserializeIngestkorea_restJson_GetRequestStatusCommand: (output: HttpResponse) => Promise<GetRequestStatusCommandOutput>;
|
|
7
|
-
export declare const deserializeIngestkorea_restJson_GetRequestStatusOutput: (output: any) => Promise<GetRequestStatusOutput>;
|
|
8
|
-
export declare const deserializeIngestkorea_restJson_GetRequestStatusMessages: (outputs: any[]) => StatusMessage[];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { HttpRequest, HttpResponse } from '@ingestkorea/util-http-handler';
|
|
2
|
-
import { ListChannelsOutput, Channel } from '../models/ListChannels';
|
|
3
|
-
import { SensClientResolvedConfig } from '../SensClient';
|
|
4
|
-
import { ListChannelsCommandInput, ListChannelsCommandOutput } from '../commands/ListChannelsCommand';
|
|
5
|
-
export declare const serializeIngestkorea_restJson_ListChannelsCommand: (input: ListChannelsCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
|
|
6
|
-
export declare const deserializeIngestkorea_restJson_ListChannelsCommand: (output: HttpResponse) => Promise<ListChannelsCommandOutput>;
|
|
7
|
-
export declare const deserializeIngestkorea_restJson_ListChannelsOutput: (outputs: any[]) => Promise<ListChannelsOutput>;
|
|
8
|
-
export declare const deserializeIngestkorea_restJson_ListChannelsChannelInfo: (outputs: any[]) => Channel[];
|