@aws-sdk/client-appfabric 3.927.0 → 3.929.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 +1127 -1145
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/AppFabricClient.js +2 -0
- package/dist-es/commands/BatchGetUserAccessTasksCommand.js +3 -10
- package/dist-es/commands/ConnectAppAuthorizationCommand.js +3 -10
- package/dist-es/commands/CreateAppAuthorizationCommand.js +3 -10
- package/dist-es/commands/CreateAppBundleCommand.js +3 -9
- package/dist-es/commands/CreateIngestionCommand.js +3 -9
- package/dist-es/commands/CreateIngestionDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteAppAuthorizationCommand.js +3 -9
- package/dist-es/commands/DeleteAppBundleCommand.js +3 -9
- package/dist-es/commands/DeleteIngestionCommand.js +3 -9
- package/dist-es/commands/DeleteIngestionDestinationCommand.js +3 -9
- package/dist-es/commands/GetAppAuthorizationCommand.js +3 -9
- package/dist-es/commands/GetAppBundleCommand.js +3 -9
- package/dist-es/commands/GetIngestionCommand.js +3 -9
- package/dist-es/commands/GetIngestionDestinationCommand.js +3 -9
- package/dist-es/commands/ListAppAuthorizationsCommand.js +3 -9
- package/dist-es/commands/ListAppBundlesCommand.js +3 -9
- package/dist-es/commands/ListIngestionDestinationsCommand.js +3 -9
- package/dist-es/commands/ListIngestionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartIngestionCommand.js +3 -9
- package/dist-es/commands/StartUserAccessTasksCommand.js +3 -10
- package/dist-es/commands/StopIngestionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAppAuthorizationCommand.js +3 -10
- package/dist-es/commands/UpdateIngestionDestinationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -51
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1059 -0
- package/dist-types/AppFabricClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -40
- 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 +2 -5
- package/dist-types/schemas/schemas_0.d.ts +125 -0
- package/dist-types/ts3.4/AppFabricClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -26
- 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 +131 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -887
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -236
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -317
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchGetUserAccessTasksCommandInput, BatchGetUserAccessTasksCommandOutput } from "../commands/BatchGetUserAccessTasksCommand";
|
|
4
|
-
import { ConnectAppAuthorizationCommandInput, ConnectAppAuthorizationCommandOutput } from "../commands/ConnectAppAuthorizationCommand";
|
|
5
|
-
import { CreateAppAuthorizationCommandInput, CreateAppAuthorizationCommandOutput } from "../commands/CreateAppAuthorizationCommand";
|
|
6
|
-
import { CreateAppBundleCommandInput, CreateAppBundleCommandOutput } from "../commands/CreateAppBundleCommand";
|
|
7
|
-
import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "../commands/CreateIngestionCommand";
|
|
8
|
-
import { CreateIngestionDestinationCommandInput, CreateIngestionDestinationCommandOutput } from "../commands/CreateIngestionDestinationCommand";
|
|
9
|
-
import { DeleteAppAuthorizationCommandInput, DeleteAppAuthorizationCommandOutput } from "../commands/DeleteAppAuthorizationCommand";
|
|
10
|
-
import { DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput } from "../commands/DeleteAppBundleCommand";
|
|
11
|
-
import { DeleteIngestionCommandInput, DeleteIngestionCommandOutput } from "../commands/DeleteIngestionCommand";
|
|
12
|
-
import { DeleteIngestionDestinationCommandInput, DeleteIngestionDestinationCommandOutput } from "../commands/DeleteIngestionDestinationCommand";
|
|
13
|
-
import { GetAppAuthorizationCommandInput, GetAppAuthorizationCommandOutput } from "../commands/GetAppAuthorizationCommand";
|
|
14
|
-
import { GetAppBundleCommandInput, GetAppBundleCommandOutput } from "../commands/GetAppBundleCommand";
|
|
15
|
-
import { GetIngestionCommandInput, GetIngestionCommandOutput } from "../commands/GetIngestionCommand";
|
|
16
|
-
import { GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput } from "../commands/GetIngestionDestinationCommand";
|
|
17
|
-
import { ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput } from "../commands/ListAppAuthorizationsCommand";
|
|
18
|
-
import { ListAppBundlesCommandInput, ListAppBundlesCommandOutput } from "../commands/ListAppBundlesCommand";
|
|
19
|
-
import { ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput } from "../commands/ListIngestionDestinationsCommand";
|
|
20
|
-
import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "../commands/ListIngestionsCommand";
|
|
21
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
22
|
-
import { StartIngestionCommandInput, StartIngestionCommandOutput } from "../commands/StartIngestionCommand";
|
|
23
|
-
import { StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput } from "../commands/StartUserAccessTasksCommand";
|
|
24
|
-
import { StopIngestionCommandInput, StopIngestionCommandOutput } from "../commands/StopIngestionCommand";
|
|
25
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
26
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
27
|
-
import { UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput } from "../commands/UpdateAppAuthorizationCommand";
|
|
28
|
-
import { UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput } from "../commands/UpdateIngestionDestinationCommand";
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_restJson1BatchGetUserAccessTasksCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_BatchGetUserAccessTasksCommand: (input: BatchGetUserAccessTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_restJson1ConnectAppAuthorizationCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_ConnectAppAuthorizationCommand: (input: ConnectAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_restJson1CreateAppAuthorizationCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_CreateAppAuthorizationCommand: (input: CreateAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_restJson1CreateAppBundleCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_CreateAppBundleCommand: (input: CreateAppBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_restJson1CreateIngestionCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_CreateIngestionCommand: (input: CreateIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_restJson1CreateIngestionDestinationCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_CreateIngestionDestinationCommand: (input: CreateIngestionDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_restJson1DeleteAppAuthorizationCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_DeleteAppAuthorizationCommand: (input: DeleteAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_restJson1DeleteAppBundleCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_DeleteAppBundleCommand: (input: DeleteAppBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_restJson1DeleteIngestionCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_DeleteIngestionCommand: (input: DeleteIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_restJson1DeleteIngestionDestinationCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_DeleteIngestionDestinationCommand: (input: DeleteIngestionDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_restJson1GetAppAuthorizationCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_GetAppAuthorizationCommand: (input: GetAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_restJson1GetAppBundleCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_GetAppBundleCommand: (input: GetAppBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restJson1GetIngestionCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_GetIngestionCommand: (input: GetIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_restJson1GetIngestionDestinationCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_GetIngestionDestinationCommand: (input: GetIngestionDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_restJson1ListAppAuthorizationsCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_ListAppAuthorizationsCommand: (input: ListAppAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_restJson1ListAppBundlesCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_ListAppBundlesCommand: (input: ListAppBundlesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_restJson1ListIngestionDestinationsCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_ListIngestionDestinationsCommand: (input: ListIngestionDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_restJson1ListIngestionsCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_ListIngestionsCommand: (input: ListIngestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_restJson1StartIngestionCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_StartIngestionCommand: (input: StartIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_restJson1StartUserAccessTasksCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_StartUserAccessTasksCommand: (input: StartUserAccessTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_restJson1StopIngestionCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_StopIngestionCommand: (input: StopIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_restJson1TagResourceCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_restJson1UpdateAppAuthorizationCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_UpdateAppAuthorizationCommand: (input: UpdateAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_restJson1UpdateIngestionDestinationCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_UpdateIngestionDestinationCommand: (input: UpdateIngestionDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* deserializeAws_restJson1BatchGetUserAccessTasksCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const de_BatchGetUserAccessTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetUserAccessTasksCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* deserializeAws_restJson1ConnectAppAuthorizationCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const de_ConnectAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConnectAppAuthorizationCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* deserializeAws_restJson1CreateAppAuthorizationCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const de_CreateAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppAuthorizationCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* deserializeAws_restJson1CreateAppBundleCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const de_CreateAppBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppBundleCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* deserializeAws_restJson1CreateIngestionCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const de_CreateIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngestionCommandOutput>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_restJson1CreateIngestionDestinationCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_CreateIngestionDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngestionDestinationCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_restJson1DeleteAppAuthorizationCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_DeleteAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppAuthorizationCommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_restJson1DeleteAppBundleCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_DeleteAppBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppBundleCommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* deserializeAws_restJson1DeleteIngestionCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const de_DeleteIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIngestionCommandOutput>;
|
|
169
|
-
/**
|
|
170
|
-
* deserializeAws_restJson1DeleteIngestionDestinationCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const de_DeleteIngestionDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIngestionDestinationCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_restJson1GetAppAuthorizationCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_GetAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppAuthorizationCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* deserializeAws_restJson1GetAppBundleCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const de_GetAppBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppBundleCommandOutput>;
|
|
181
|
-
/**
|
|
182
|
-
* deserializeAws_restJson1GetIngestionCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const de_GetIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIngestionCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* deserializeAws_restJson1GetIngestionDestinationCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const de_GetIngestionDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIngestionDestinationCommandOutput>;
|
|
189
|
-
/**
|
|
190
|
-
* deserializeAws_restJson1ListAppAuthorizationsCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const de_ListAppAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppAuthorizationsCommandOutput>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_restJson1ListAppBundlesCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_ListAppBundlesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppBundlesCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_restJson1ListIngestionDestinationsCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_ListIngestionDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngestionDestinationsCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* deserializeAws_restJson1ListIngestionsCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const de_ListIngestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngestionsCommandOutput>;
|
|
205
|
-
/**
|
|
206
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
209
|
-
/**
|
|
210
|
-
* deserializeAws_restJson1StartIngestionCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const de_StartIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartIngestionCommandOutput>;
|
|
213
|
-
/**
|
|
214
|
-
* deserializeAws_restJson1StartUserAccessTasksCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const de_StartUserAccessTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartUserAccessTasksCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* deserializeAws_restJson1StopIngestionCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const de_StopIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopIngestionCommandOutput>;
|
|
221
|
-
/**
|
|
222
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
229
|
-
/**
|
|
230
|
-
* deserializeAws_restJson1UpdateAppAuthorizationCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const de_UpdateAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppAuthorizationCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_restJson1UpdateIngestionDestinationCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_UpdateIngestionDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIngestionDestinationCommandOutput>;
|
|
@@ -1,317 +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
|
-
BatchGetUserAccessTasksCommandInput,
|
|
8
|
-
BatchGetUserAccessTasksCommandOutput,
|
|
9
|
-
} from "../commands/BatchGetUserAccessTasksCommand";
|
|
10
|
-
import {
|
|
11
|
-
ConnectAppAuthorizationCommandInput,
|
|
12
|
-
ConnectAppAuthorizationCommandOutput,
|
|
13
|
-
} from "../commands/ConnectAppAuthorizationCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateAppAuthorizationCommandInput,
|
|
16
|
-
CreateAppAuthorizationCommandOutput,
|
|
17
|
-
} from "../commands/CreateAppAuthorizationCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateAppBundleCommandInput,
|
|
20
|
-
CreateAppBundleCommandOutput,
|
|
21
|
-
} from "../commands/CreateAppBundleCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateIngestionCommandInput,
|
|
24
|
-
CreateIngestionCommandOutput,
|
|
25
|
-
} from "../commands/CreateIngestionCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateIngestionDestinationCommandInput,
|
|
28
|
-
CreateIngestionDestinationCommandOutput,
|
|
29
|
-
} from "../commands/CreateIngestionDestinationCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteAppAuthorizationCommandInput,
|
|
32
|
-
DeleteAppAuthorizationCommandOutput,
|
|
33
|
-
} from "../commands/DeleteAppAuthorizationCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteAppBundleCommandInput,
|
|
36
|
-
DeleteAppBundleCommandOutput,
|
|
37
|
-
} from "../commands/DeleteAppBundleCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteIngestionCommandInput,
|
|
40
|
-
DeleteIngestionCommandOutput,
|
|
41
|
-
} from "../commands/DeleteIngestionCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteIngestionDestinationCommandInput,
|
|
44
|
-
DeleteIngestionDestinationCommandOutput,
|
|
45
|
-
} from "../commands/DeleteIngestionDestinationCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetAppAuthorizationCommandInput,
|
|
48
|
-
GetAppAuthorizationCommandOutput,
|
|
49
|
-
} from "../commands/GetAppAuthorizationCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetAppBundleCommandInput,
|
|
52
|
-
GetAppBundleCommandOutput,
|
|
53
|
-
} from "../commands/GetAppBundleCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetIngestionCommandInput,
|
|
56
|
-
GetIngestionCommandOutput,
|
|
57
|
-
} from "../commands/GetIngestionCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetIngestionDestinationCommandInput,
|
|
60
|
-
GetIngestionDestinationCommandOutput,
|
|
61
|
-
} from "../commands/GetIngestionDestinationCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListAppAuthorizationsCommandInput,
|
|
64
|
-
ListAppAuthorizationsCommandOutput,
|
|
65
|
-
} from "../commands/ListAppAuthorizationsCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListAppBundlesCommandInput,
|
|
68
|
-
ListAppBundlesCommandOutput,
|
|
69
|
-
} from "../commands/ListAppBundlesCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListIngestionDestinationsCommandInput,
|
|
72
|
-
ListIngestionDestinationsCommandOutput,
|
|
73
|
-
} from "../commands/ListIngestionDestinationsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListIngestionsCommandInput,
|
|
76
|
-
ListIngestionsCommandOutput,
|
|
77
|
-
} from "../commands/ListIngestionsCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListTagsForResourceCommandInput,
|
|
80
|
-
ListTagsForResourceCommandOutput,
|
|
81
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
82
|
-
import {
|
|
83
|
-
StartIngestionCommandInput,
|
|
84
|
-
StartIngestionCommandOutput,
|
|
85
|
-
} from "../commands/StartIngestionCommand";
|
|
86
|
-
import {
|
|
87
|
-
StartUserAccessTasksCommandInput,
|
|
88
|
-
StartUserAccessTasksCommandOutput,
|
|
89
|
-
} from "../commands/StartUserAccessTasksCommand";
|
|
90
|
-
import {
|
|
91
|
-
StopIngestionCommandInput,
|
|
92
|
-
StopIngestionCommandOutput,
|
|
93
|
-
} from "../commands/StopIngestionCommand";
|
|
94
|
-
import {
|
|
95
|
-
TagResourceCommandInput,
|
|
96
|
-
TagResourceCommandOutput,
|
|
97
|
-
} from "../commands/TagResourceCommand";
|
|
98
|
-
import {
|
|
99
|
-
UntagResourceCommandInput,
|
|
100
|
-
UntagResourceCommandOutput,
|
|
101
|
-
} from "../commands/UntagResourceCommand";
|
|
102
|
-
import {
|
|
103
|
-
UpdateAppAuthorizationCommandInput,
|
|
104
|
-
UpdateAppAuthorizationCommandOutput,
|
|
105
|
-
} from "../commands/UpdateAppAuthorizationCommand";
|
|
106
|
-
import {
|
|
107
|
-
UpdateIngestionDestinationCommandInput,
|
|
108
|
-
UpdateIngestionDestinationCommandOutput,
|
|
109
|
-
} from "../commands/UpdateIngestionDestinationCommand";
|
|
110
|
-
export declare const se_BatchGetUserAccessTasksCommand: (
|
|
111
|
-
input: BatchGetUserAccessTasksCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_ConnectAppAuthorizationCommand: (
|
|
115
|
-
input: ConnectAppAuthorizationCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_CreateAppAuthorizationCommand: (
|
|
119
|
-
input: CreateAppAuthorizationCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_CreateAppBundleCommand: (
|
|
123
|
-
input: CreateAppBundleCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_CreateIngestionCommand: (
|
|
127
|
-
input: CreateIngestionCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_CreateIngestionDestinationCommand: (
|
|
131
|
-
input: CreateIngestionDestinationCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DeleteAppAuthorizationCommand: (
|
|
135
|
-
input: DeleteAppAuthorizationCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_DeleteAppBundleCommand: (
|
|
139
|
-
input: DeleteAppBundleCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DeleteIngestionCommand: (
|
|
143
|
-
input: DeleteIngestionCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_DeleteIngestionDestinationCommand: (
|
|
147
|
-
input: DeleteIngestionDestinationCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_GetAppAuthorizationCommand: (
|
|
151
|
-
input: GetAppAuthorizationCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_GetAppBundleCommand: (
|
|
155
|
-
input: GetAppBundleCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_GetIngestionCommand: (
|
|
159
|
-
input: GetIngestionCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_GetIngestionDestinationCommand: (
|
|
163
|
-
input: GetIngestionDestinationCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListAppAuthorizationsCommand: (
|
|
167
|
-
input: ListAppAuthorizationsCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListAppBundlesCommand: (
|
|
171
|
-
input: ListAppBundlesCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListIngestionDestinationsCommand: (
|
|
175
|
-
input: ListIngestionDestinationsCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_ListIngestionsCommand: (
|
|
179
|
-
input: ListIngestionsCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
183
|
-
input: ListTagsForResourceCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_StartIngestionCommand: (
|
|
187
|
-
input: StartIngestionCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_StartUserAccessTasksCommand: (
|
|
191
|
-
input: StartUserAccessTasksCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_StopIngestionCommand: (
|
|
195
|
-
input: StopIngestionCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_TagResourceCommand: (
|
|
199
|
-
input: TagResourceCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_UntagResourceCommand: (
|
|
203
|
-
input: UntagResourceCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_UpdateAppAuthorizationCommand: (
|
|
207
|
-
input: UpdateAppAuthorizationCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_UpdateIngestionDestinationCommand: (
|
|
211
|
-
input: UpdateIngestionDestinationCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const de_BatchGetUserAccessTasksCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<BatchGetUserAccessTasksCommandOutput>;
|
|
218
|
-
export declare const de_ConnectAppAuthorizationCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<ConnectAppAuthorizationCommandOutput>;
|
|
222
|
-
export declare const de_CreateAppAuthorizationCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<CreateAppAuthorizationCommandOutput>;
|
|
226
|
-
export declare const de_CreateAppBundleCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<CreateAppBundleCommandOutput>;
|
|
230
|
-
export declare const de_CreateIngestionCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<CreateIngestionCommandOutput>;
|
|
234
|
-
export declare const de_CreateIngestionDestinationCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<CreateIngestionDestinationCommandOutput>;
|
|
238
|
-
export declare const de_DeleteAppAuthorizationCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<DeleteAppAuthorizationCommandOutput>;
|
|
242
|
-
export declare const de_DeleteAppBundleCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<DeleteAppBundleCommandOutput>;
|
|
246
|
-
export declare const de_DeleteIngestionCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<DeleteIngestionCommandOutput>;
|
|
250
|
-
export declare const de_DeleteIngestionDestinationCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<DeleteIngestionDestinationCommandOutput>;
|
|
254
|
-
export declare const de_GetAppAuthorizationCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<GetAppAuthorizationCommandOutput>;
|
|
258
|
-
export declare const de_GetAppBundleCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<GetAppBundleCommandOutput>;
|
|
262
|
-
export declare const de_GetIngestionCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<GetIngestionCommandOutput>;
|
|
266
|
-
export declare const de_GetIngestionDestinationCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<GetIngestionDestinationCommandOutput>;
|
|
270
|
-
export declare const de_ListAppAuthorizationsCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<ListAppAuthorizationsCommandOutput>;
|
|
274
|
-
export declare const de_ListAppBundlesCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<ListAppBundlesCommandOutput>;
|
|
278
|
-
export declare const de_ListIngestionDestinationsCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<ListIngestionDestinationsCommandOutput>;
|
|
282
|
-
export declare const de_ListIngestionsCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<ListIngestionsCommandOutput>;
|
|
286
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
290
|
-
export declare const de_StartIngestionCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<StartIngestionCommandOutput>;
|
|
294
|
-
export declare const de_StartUserAccessTasksCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<StartUserAccessTasksCommandOutput>;
|
|
298
|
-
export declare const de_StopIngestionCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<StopIngestionCommandOutput>;
|
|
302
|
-
export declare const de_TagResourceCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<TagResourceCommandOutput>;
|
|
306
|
-
export declare const de_UntagResourceCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
310
|
-
export declare const de_UpdateAppAuthorizationCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<UpdateAppAuthorizationCommandOutput>;
|
|
314
|
-
export declare const de_UpdateIngestionDestinationCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<UpdateIngestionDestinationCommandOutput>;
|