@aws-sdk/client-repostspace 3.928.0 → 3.930.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/dist-cjs/index.js +850 -981
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/RepostspaceClient.js +2 -0
- package/dist-es/commands/BatchAddChannelRoleToAccessorsCommand.js +3 -9
- package/dist-es/commands/BatchAddRoleCommand.js +3 -9
- package/dist-es/commands/BatchRemoveChannelRoleFromAccessorsCommand.js +3 -9
- package/dist-es/commands/BatchRemoveRoleCommand.js +3 -9
- package/dist-es/commands/CreateChannelCommand.js +3 -10
- package/dist-es/commands/CreateSpaceCommand.js +3 -10
- package/dist-es/commands/DeleteSpaceCommand.js +3 -9
- package/dist-es/commands/DeregisterAdminCommand.js +3 -9
- package/dist-es/commands/GetChannelCommand.js +3 -10
- package/dist-es/commands/GetSpaceCommand.js +3 -10
- package/dist-es/commands/ListChannelsCommand.js +3 -10
- package/dist-es/commands/ListSpacesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/RegisterAdminCommand.js +3 -9
- package/dist-es/commands/SendInvitesCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateChannelCommand.js +3 -10
- package/dist-es/commands/UpdateSpaceCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -82
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +801 -0
- package/dist-types/RepostspaceClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -60
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +89 -0
- package/dist-types/ts3.4/RepostspaceClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +96 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -736
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -173
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -233
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchAddChannelRoleToAccessorsCommandInput, BatchAddChannelRoleToAccessorsCommandOutput } from "../commands/BatchAddChannelRoleToAccessorsCommand";
|
|
4
|
-
import { BatchAddRoleCommandInput, BatchAddRoleCommandOutput } from "../commands/BatchAddRoleCommand";
|
|
5
|
-
import { BatchRemoveChannelRoleFromAccessorsCommandInput, BatchRemoveChannelRoleFromAccessorsCommandOutput } from "../commands/BatchRemoveChannelRoleFromAccessorsCommand";
|
|
6
|
-
import { BatchRemoveRoleCommandInput, BatchRemoveRoleCommandOutput } from "../commands/BatchRemoveRoleCommand";
|
|
7
|
-
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
|
|
8
|
-
import { CreateSpaceCommandInput, CreateSpaceCommandOutput } from "../commands/CreateSpaceCommand";
|
|
9
|
-
import { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "../commands/DeleteSpaceCommand";
|
|
10
|
-
import { DeregisterAdminCommandInput, DeregisterAdminCommandOutput } from "../commands/DeregisterAdminCommand";
|
|
11
|
-
import { GetChannelCommandInput, GetChannelCommandOutput } from "../commands/GetChannelCommand";
|
|
12
|
-
import { GetSpaceCommandInput, GetSpaceCommandOutput } from "../commands/GetSpaceCommand";
|
|
13
|
-
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
14
|
-
import { ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand";
|
|
15
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
16
|
-
import { RegisterAdminCommandInput, RegisterAdminCommandOutput } from "../commands/RegisterAdminCommand";
|
|
17
|
-
import { SendInvitesCommandInput, SendInvitesCommandOutput } from "../commands/SendInvitesCommand";
|
|
18
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
19
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
|
-
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
|
|
21
|
-
import { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "../commands/UpdateSpaceCommand";
|
|
22
|
-
/**
|
|
23
|
-
* serializeAws_restJson1BatchAddChannelRoleToAccessorsCommand
|
|
24
|
-
*/
|
|
25
|
-
export declare const se_BatchAddChannelRoleToAccessorsCommand: (input: BatchAddChannelRoleToAccessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
/**
|
|
27
|
-
* serializeAws_restJson1BatchAddRoleCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_BatchAddRoleCommand: (input: BatchAddRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_restJson1BatchRemoveChannelRoleFromAccessorsCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_BatchRemoveChannelRoleFromAccessorsCommand: (input: BatchRemoveChannelRoleFromAccessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1BatchRemoveRoleCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_BatchRemoveRoleCommand: (input: BatchRemoveRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1CreateChannelCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1CreateSpaceCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_CreateSpaceCommand: (input: CreateSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1DeleteSpaceCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_DeleteSpaceCommand: (input: DeleteSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1DeregisterAdminCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_DeregisterAdminCommand: (input: DeregisterAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1GetChannelCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_GetChannelCommand: (input: GetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1GetSpaceCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_GetSpaceCommand: (input: GetSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1ListChannelsCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1ListSpacesCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_ListSpacesCommand: (input: ListSpacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1RegisterAdminCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_RegisterAdminCommand: (input: RegisterAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1SendInvitesCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_SendInvitesCommand: (input: SendInvitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1TagResourceCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1UpdateChannelCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1UpdateSpaceCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_UpdateSpaceCommand: (input: UpdateSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* deserializeAws_restJson1BatchAddChannelRoleToAccessorsCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const de_BatchAddChannelRoleToAccessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAddChannelRoleToAccessorsCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* deserializeAws_restJson1BatchAddRoleCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const de_BatchAddRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAddRoleCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* deserializeAws_restJson1BatchRemoveChannelRoleFromAccessorsCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const de_BatchRemoveChannelRoleFromAccessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchRemoveChannelRoleFromAccessorsCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* deserializeAws_restJson1BatchRemoveRoleCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const de_BatchRemoveRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchRemoveRoleCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* deserializeAws_restJson1CreateChannelCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const de_CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* deserializeAws_restJson1CreateSpaceCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const de_CreateSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSpaceCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* deserializeAws_restJson1DeleteSpaceCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const de_DeleteSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSpaceCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* deserializeAws_restJson1DeregisterAdminCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const de_DeregisterAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterAdminCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* deserializeAws_restJson1GetChannelCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const de_GetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* deserializeAws_restJson1GetSpaceCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const de_GetSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpaceCommandOutput>;
|
|
138
|
-
/**
|
|
139
|
-
* deserializeAws_restJson1ListChannelsCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* deserializeAws_restJson1ListSpacesCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const de_ListSpacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpacesCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* deserializeAws_restJson1RegisterAdminCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const de_RegisterAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAdminCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* deserializeAws_restJson1SendInvitesCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const de_SendInvitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendInvitesCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_restJson1UpdateChannelCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_restJson1UpdateSpaceCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_UpdateSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSpaceCommandOutput>;
|
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchAddChannelRoleToAccessorsCommandInput,
|
|
8
|
-
BatchAddChannelRoleToAccessorsCommandOutput,
|
|
9
|
-
} from "../commands/BatchAddChannelRoleToAccessorsCommand";
|
|
10
|
-
import {
|
|
11
|
-
BatchAddRoleCommandInput,
|
|
12
|
-
BatchAddRoleCommandOutput,
|
|
13
|
-
} from "../commands/BatchAddRoleCommand";
|
|
14
|
-
import {
|
|
15
|
-
BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
16
|
-
BatchRemoveChannelRoleFromAccessorsCommandOutput,
|
|
17
|
-
} from "../commands/BatchRemoveChannelRoleFromAccessorsCommand";
|
|
18
|
-
import {
|
|
19
|
-
BatchRemoveRoleCommandInput,
|
|
20
|
-
BatchRemoveRoleCommandOutput,
|
|
21
|
-
} from "../commands/BatchRemoveRoleCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateChannelCommandInput,
|
|
24
|
-
CreateChannelCommandOutput,
|
|
25
|
-
} from "../commands/CreateChannelCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateSpaceCommandInput,
|
|
28
|
-
CreateSpaceCommandOutput,
|
|
29
|
-
} from "../commands/CreateSpaceCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteSpaceCommandInput,
|
|
32
|
-
DeleteSpaceCommandOutput,
|
|
33
|
-
} from "../commands/DeleteSpaceCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeregisterAdminCommandInput,
|
|
36
|
-
DeregisterAdminCommandOutput,
|
|
37
|
-
} from "../commands/DeregisterAdminCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetChannelCommandInput,
|
|
40
|
-
GetChannelCommandOutput,
|
|
41
|
-
} from "../commands/GetChannelCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetSpaceCommandInput,
|
|
44
|
-
GetSpaceCommandOutput,
|
|
45
|
-
} from "../commands/GetSpaceCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListChannelsCommandInput,
|
|
48
|
-
ListChannelsCommandOutput,
|
|
49
|
-
} from "../commands/ListChannelsCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListSpacesCommandInput,
|
|
52
|
-
ListSpacesCommandOutput,
|
|
53
|
-
} from "../commands/ListSpacesCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListTagsForResourceCommandInput,
|
|
56
|
-
ListTagsForResourceCommandOutput,
|
|
57
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
58
|
-
import {
|
|
59
|
-
RegisterAdminCommandInput,
|
|
60
|
-
RegisterAdminCommandOutput,
|
|
61
|
-
} from "../commands/RegisterAdminCommand";
|
|
62
|
-
import {
|
|
63
|
-
SendInvitesCommandInput,
|
|
64
|
-
SendInvitesCommandOutput,
|
|
65
|
-
} from "../commands/SendInvitesCommand";
|
|
66
|
-
import {
|
|
67
|
-
TagResourceCommandInput,
|
|
68
|
-
TagResourceCommandOutput,
|
|
69
|
-
} from "../commands/TagResourceCommand";
|
|
70
|
-
import {
|
|
71
|
-
UntagResourceCommandInput,
|
|
72
|
-
UntagResourceCommandOutput,
|
|
73
|
-
} from "../commands/UntagResourceCommand";
|
|
74
|
-
import {
|
|
75
|
-
UpdateChannelCommandInput,
|
|
76
|
-
UpdateChannelCommandOutput,
|
|
77
|
-
} from "../commands/UpdateChannelCommand";
|
|
78
|
-
import {
|
|
79
|
-
UpdateSpaceCommandInput,
|
|
80
|
-
UpdateSpaceCommandOutput,
|
|
81
|
-
} from "../commands/UpdateSpaceCommand";
|
|
82
|
-
export declare const se_BatchAddChannelRoleToAccessorsCommand: (
|
|
83
|
-
input: BatchAddChannelRoleToAccessorsCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_BatchAddRoleCommand: (
|
|
87
|
-
input: BatchAddRoleCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_BatchRemoveChannelRoleFromAccessorsCommand: (
|
|
91
|
-
input: BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_BatchRemoveRoleCommand: (
|
|
95
|
-
input: BatchRemoveRoleCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_CreateChannelCommand: (
|
|
99
|
-
input: CreateChannelCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_CreateSpaceCommand: (
|
|
103
|
-
input: CreateSpaceCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_DeleteSpaceCommand: (
|
|
107
|
-
input: DeleteSpaceCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_DeregisterAdminCommand: (
|
|
111
|
-
input: DeregisterAdminCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_GetChannelCommand: (
|
|
115
|
-
input: GetChannelCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_GetSpaceCommand: (
|
|
119
|
-
input: GetSpaceCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_ListChannelsCommand: (
|
|
123
|
-
input: ListChannelsCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_ListSpacesCommand: (
|
|
127
|
-
input: ListSpacesCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
131
|
-
input: ListTagsForResourceCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_RegisterAdminCommand: (
|
|
135
|
-
input: RegisterAdminCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_SendInvitesCommand: (
|
|
139
|
-
input: SendInvitesCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_TagResourceCommand: (
|
|
143
|
-
input: TagResourceCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_UntagResourceCommand: (
|
|
147
|
-
input: UntagResourceCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_UpdateChannelCommand: (
|
|
151
|
-
input: UpdateChannelCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_UpdateSpaceCommand: (
|
|
155
|
-
input: UpdateSpaceCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const de_BatchAddChannelRoleToAccessorsCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<BatchAddChannelRoleToAccessorsCommandOutput>;
|
|
162
|
-
export declare const de_BatchAddRoleCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<BatchAddRoleCommandOutput>;
|
|
166
|
-
export declare const de_BatchRemoveChannelRoleFromAccessorsCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<BatchRemoveChannelRoleFromAccessorsCommandOutput>;
|
|
170
|
-
export declare const de_BatchRemoveRoleCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<BatchRemoveRoleCommandOutput>;
|
|
174
|
-
export declare const de_CreateChannelCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<CreateChannelCommandOutput>;
|
|
178
|
-
export declare const de_CreateSpaceCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<CreateSpaceCommandOutput>;
|
|
182
|
-
export declare const de_DeleteSpaceCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<DeleteSpaceCommandOutput>;
|
|
186
|
-
export declare const de_DeregisterAdminCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<DeregisterAdminCommandOutput>;
|
|
190
|
-
export declare const de_GetChannelCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<GetChannelCommandOutput>;
|
|
194
|
-
export declare const de_GetSpaceCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<GetSpaceCommandOutput>;
|
|
198
|
-
export declare const de_ListChannelsCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<ListChannelsCommandOutput>;
|
|
202
|
-
export declare const de_ListSpacesCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<ListSpacesCommandOutput>;
|
|
206
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
210
|
-
export declare const de_RegisterAdminCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<RegisterAdminCommandOutput>;
|
|
214
|
-
export declare const de_SendInvitesCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<SendInvitesCommandOutput>;
|
|
218
|
-
export declare const de_TagResourceCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<TagResourceCommandOutput>;
|
|
222
|
-
export declare const de_UntagResourceCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
226
|
-
export declare const de_UpdateChannelCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<UpdateChannelCommandOutput>;
|
|
230
|
-
export declare const de_UpdateSpaceCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<UpdateSpaceCommandOutput>;
|