@aws-sdk/client-appfabric 3.361.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/LICENSE +201 -0
- package/README.md +421 -0
- package/dist-cjs/AppFabric.js +63 -0
- package/dist-cjs/AppFabricClient.js +41 -0
- package/dist-cjs/commands/BatchGetUserAccessTasksCommand.js +47 -0
- package/dist-cjs/commands/ConnectAppAuthorizationCommand.js +47 -0
- package/dist-cjs/commands/CreateAppAuthorizationCommand.js +47 -0
- package/dist-cjs/commands/CreateAppBundleCommand.js +46 -0
- package/dist-cjs/commands/CreateIngestionCommand.js +46 -0
- package/dist-cjs/commands/CreateIngestionDestinationCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppAuthorizationCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppBundleCommand.js +46 -0
- package/dist-cjs/commands/DeleteIngestionCommand.js +46 -0
- package/dist-cjs/commands/DeleteIngestionDestinationCommand.js +46 -0
- package/dist-cjs/commands/GetAppAuthorizationCommand.js +46 -0
- package/dist-cjs/commands/GetAppBundleCommand.js +46 -0
- package/dist-cjs/commands/GetIngestionCommand.js +46 -0
- package/dist-cjs/commands/GetIngestionDestinationCommand.js +46 -0
- package/dist-cjs/commands/ListAppAuthorizationsCommand.js +46 -0
- package/dist-cjs/commands/ListAppBundlesCommand.js +46 -0
- package/dist-cjs/commands/ListIngestionDestinationsCommand.js +46 -0
- package/dist-cjs/commands/ListIngestionsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/StartIngestionCommand.js +46 -0
- package/dist-cjs/commands/StartUserAccessTasksCommand.js +47 -0
- package/dist-cjs/commands/StopIngestionCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppAuthorizationCommand.js +47 -0
- package/dist-cjs/commands/UpdateIngestionDestinationCommand.js +46 -0
- package/dist-cjs/commands/index.js +29 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/AppFabricServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +255 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAppAuthorizationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAppBundlesPaginator.js +29 -0
- package/dist-cjs/pagination/ListIngestionDestinationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIngestionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1988 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-es/AppFabric.js +59 -0
- package/dist-es/AppFabricClient.js +37 -0
- package/dist-es/commands/BatchGetUserAccessTasksCommand.js +43 -0
- package/dist-es/commands/ConnectAppAuthorizationCommand.js +43 -0
- package/dist-es/commands/CreateAppAuthorizationCommand.js +43 -0
- package/dist-es/commands/CreateAppBundleCommand.js +42 -0
- package/dist-es/commands/CreateIngestionCommand.js +42 -0
- package/dist-es/commands/CreateIngestionDestinationCommand.js +42 -0
- package/dist-es/commands/DeleteAppAuthorizationCommand.js +42 -0
- package/dist-es/commands/DeleteAppBundleCommand.js +42 -0
- package/dist-es/commands/DeleteIngestionCommand.js +42 -0
- package/dist-es/commands/DeleteIngestionDestinationCommand.js +42 -0
- package/dist-es/commands/GetAppAuthorizationCommand.js +42 -0
- package/dist-es/commands/GetAppBundleCommand.js +42 -0
- package/dist-es/commands/GetIngestionCommand.js +42 -0
- package/dist-es/commands/GetIngestionDestinationCommand.js +42 -0
- package/dist-es/commands/ListAppAuthorizationsCommand.js +42 -0
- package/dist-es/commands/ListAppBundlesCommand.js +42 -0
- package/dist-es/commands/ListIngestionDestinationsCommand.js +42 -0
- package/dist-es/commands/ListIngestionsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/StartIngestionCommand.js +42 -0
- package/dist-es/commands/StartUserAccessTasksCommand.js +43 -0
- package/dist-es/commands/StopIngestionCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/UpdateAppAuthorizationCommand.js +43 -0
- package/dist-es/commands/UpdateIngestionDestinationCommand.js +42 -0
- package/dist-es/commands/index.js +26 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/AppFabricServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +235 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAppAuthorizationsPaginator.js +25 -0
- package/dist-es/pagination/ListAppBundlesPaginator.js +25 -0
- package/dist-es/pagination/ListIngestionDestinationsPaginator.js +25 -0
- package/dist-es/pagination/ListIngestionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +1932 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +17 -0
- package/dist-types/AppFabric.d.ts +200 -0
- package/dist-types/AppFabricClient.d.ts +196 -0
- package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +112 -0
- package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +105 -0
- package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +132 -0
- package/dist-types/commands/CreateAppBundleCommand.d.ts +102 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +111 -0
- package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +146 -0
- package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteAppBundleCommand.d.ts +88 -0
- package/dist-types/commands/DeleteIngestionCommand.d.ts +89 -0
- package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +93 -0
- package/dist-types/commands/GetAppAuthorizationCommand.d.ts +104 -0
- package/dist-types/commands/GetAppBundleCommand.d.ts +92 -0
- package/dist-types/commands/GetIngestionCommand.d.ts +99 -0
- package/dist-types/commands/GetIngestionDestinationCommand.d.ts +117 -0
- package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +104 -0
- package/dist-types/commands/ListAppBundlesCommand.d.ts +92 -0
- package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +99 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +94 -0
- package/dist-types/commands/StartIngestionCommand.d.ts +91 -0
- package/dist-types/commands/StartUserAccessTasksCommand.d.ts +102 -0
- package/dist-types/commands/StopIngestionCommand.d.ts +91 -0
- package/dist-types/commands/TagResourceCommand.d.ts +93 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
- package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +120 -0
- package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +137 -0
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +19 -0
- package/dist-types/models/AppFabricServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1860 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAppAuthorizationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAppBundlesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIngestionDestinationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +236 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +18 -0
- package/dist-types/ts3.4/AppFabric.d.ts +447 -0
- package/dist-types/ts3.4/AppFabricClient.d.ts +270 -0
- package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/AppFabricServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +551 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAppAuthorizationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAppBundlesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIngestionDestinationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +94 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +85 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +101 -0
|
@@ -0,0 +1,447 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AppFabricClient } from "./AppFabricClient";
|
|
3
|
+
import {
|
|
4
|
+
BatchGetUserAccessTasksCommandInput,
|
|
5
|
+
BatchGetUserAccessTasksCommandOutput,
|
|
6
|
+
} from "./commands/BatchGetUserAccessTasksCommand";
|
|
7
|
+
import {
|
|
8
|
+
ConnectAppAuthorizationCommandInput,
|
|
9
|
+
ConnectAppAuthorizationCommandOutput,
|
|
10
|
+
} from "./commands/ConnectAppAuthorizationCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateAppAuthorizationCommandInput,
|
|
13
|
+
CreateAppAuthorizationCommandOutput,
|
|
14
|
+
} from "./commands/CreateAppAuthorizationCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateAppBundleCommandInput,
|
|
17
|
+
CreateAppBundleCommandOutput,
|
|
18
|
+
} from "./commands/CreateAppBundleCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateIngestionCommandInput,
|
|
21
|
+
CreateIngestionCommandOutput,
|
|
22
|
+
} from "./commands/CreateIngestionCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateIngestionDestinationCommandInput,
|
|
25
|
+
CreateIngestionDestinationCommandOutput,
|
|
26
|
+
} from "./commands/CreateIngestionDestinationCommand";
|
|
27
|
+
import {
|
|
28
|
+
DeleteAppAuthorizationCommandInput,
|
|
29
|
+
DeleteAppAuthorizationCommandOutput,
|
|
30
|
+
} from "./commands/DeleteAppAuthorizationCommand";
|
|
31
|
+
import {
|
|
32
|
+
DeleteAppBundleCommandInput,
|
|
33
|
+
DeleteAppBundleCommandOutput,
|
|
34
|
+
} from "./commands/DeleteAppBundleCommand";
|
|
35
|
+
import {
|
|
36
|
+
DeleteIngestionCommandInput,
|
|
37
|
+
DeleteIngestionCommandOutput,
|
|
38
|
+
} from "./commands/DeleteIngestionCommand";
|
|
39
|
+
import {
|
|
40
|
+
DeleteIngestionDestinationCommandInput,
|
|
41
|
+
DeleteIngestionDestinationCommandOutput,
|
|
42
|
+
} from "./commands/DeleteIngestionDestinationCommand";
|
|
43
|
+
import {
|
|
44
|
+
GetAppAuthorizationCommandInput,
|
|
45
|
+
GetAppAuthorizationCommandOutput,
|
|
46
|
+
} from "./commands/GetAppAuthorizationCommand";
|
|
47
|
+
import {
|
|
48
|
+
GetAppBundleCommandInput,
|
|
49
|
+
GetAppBundleCommandOutput,
|
|
50
|
+
} from "./commands/GetAppBundleCommand";
|
|
51
|
+
import {
|
|
52
|
+
GetIngestionCommandInput,
|
|
53
|
+
GetIngestionCommandOutput,
|
|
54
|
+
} from "./commands/GetIngestionCommand";
|
|
55
|
+
import {
|
|
56
|
+
GetIngestionDestinationCommandInput,
|
|
57
|
+
GetIngestionDestinationCommandOutput,
|
|
58
|
+
} from "./commands/GetIngestionDestinationCommand";
|
|
59
|
+
import {
|
|
60
|
+
ListAppAuthorizationsCommandInput,
|
|
61
|
+
ListAppAuthorizationsCommandOutput,
|
|
62
|
+
} from "./commands/ListAppAuthorizationsCommand";
|
|
63
|
+
import {
|
|
64
|
+
ListAppBundlesCommandInput,
|
|
65
|
+
ListAppBundlesCommandOutput,
|
|
66
|
+
} from "./commands/ListAppBundlesCommand";
|
|
67
|
+
import {
|
|
68
|
+
ListIngestionDestinationsCommandInput,
|
|
69
|
+
ListIngestionDestinationsCommandOutput,
|
|
70
|
+
} from "./commands/ListIngestionDestinationsCommand";
|
|
71
|
+
import {
|
|
72
|
+
ListIngestionsCommandInput,
|
|
73
|
+
ListIngestionsCommandOutput,
|
|
74
|
+
} from "./commands/ListIngestionsCommand";
|
|
75
|
+
import {
|
|
76
|
+
ListTagsForResourceCommandInput,
|
|
77
|
+
ListTagsForResourceCommandOutput,
|
|
78
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
79
|
+
import {
|
|
80
|
+
StartIngestionCommandInput,
|
|
81
|
+
StartIngestionCommandOutput,
|
|
82
|
+
} from "./commands/StartIngestionCommand";
|
|
83
|
+
import {
|
|
84
|
+
StartUserAccessTasksCommandInput,
|
|
85
|
+
StartUserAccessTasksCommandOutput,
|
|
86
|
+
} from "./commands/StartUserAccessTasksCommand";
|
|
87
|
+
import {
|
|
88
|
+
StopIngestionCommandInput,
|
|
89
|
+
StopIngestionCommandOutput,
|
|
90
|
+
} from "./commands/StopIngestionCommand";
|
|
91
|
+
import {
|
|
92
|
+
TagResourceCommandInput,
|
|
93
|
+
TagResourceCommandOutput,
|
|
94
|
+
} from "./commands/TagResourceCommand";
|
|
95
|
+
import {
|
|
96
|
+
UntagResourceCommandInput,
|
|
97
|
+
UntagResourceCommandOutput,
|
|
98
|
+
} from "./commands/UntagResourceCommand";
|
|
99
|
+
import {
|
|
100
|
+
UpdateAppAuthorizationCommandInput,
|
|
101
|
+
UpdateAppAuthorizationCommandOutput,
|
|
102
|
+
} from "./commands/UpdateAppAuthorizationCommand";
|
|
103
|
+
import {
|
|
104
|
+
UpdateIngestionDestinationCommandInput,
|
|
105
|
+
UpdateIngestionDestinationCommandOutput,
|
|
106
|
+
} from "./commands/UpdateIngestionDestinationCommand";
|
|
107
|
+
export interface AppFabric {
|
|
108
|
+
batchGetUserAccessTasks(
|
|
109
|
+
args: BatchGetUserAccessTasksCommandInput,
|
|
110
|
+
options?: __HttpHandlerOptions
|
|
111
|
+
): Promise<BatchGetUserAccessTasksCommandOutput>;
|
|
112
|
+
batchGetUserAccessTasks(
|
|
113
|
+
args: BatchGetUserAccessTasksCommandInput,
|
|
114
|
+
cb: (err: any, data?: BatchGetUserAccessTasksCommandOutput) => void
|
|
115
|
+
): void;
|
|
116
|
+
batchGetUserAccessTasks(
|
|
117
|
+
args: BatchGetUserAccessTasksCommandInput,
|
|
118
|
+
options: __HttpHandlerOptions,
|
|
119
|
+
cb: (err: any, data?: BatchGetUserAccessTasksCommandOutput) => void
|
|
120
|
+
): void;
|
|
121
|
+
connectAppAuthorization(
|
|
122
|
+
args: ConnectAppAuthorizationCommandInput,
|
|
123
|
+
options?: __HttpHandlerOptions
|
|
124
|
+
): Promise<ConnectAppAuthorizationCommandOutput>;
|
|
125
|
+
connectAppAuthorization(
|
|
126
|
+
args: ConnectAppAuthorizationCommandInput,
|
|
127
|
+
cb: (err: any, data?: ConnectAppAuthorizationCommandOutput) => void
|
|
128
|
+
): void;
|
|
129
|
+
connectAppAuthorization(
|
|
130
|
+
args: ConnectAppAuthorizationCommandInput,
|
|
131
|
+
options: __HttpHandlerOptions,
|
|
132
|
+
cb: (err: any, data?: ConnectAppAuthorizationCommandOutput) => void
|
|
133
|
+
): void;
|
|
134
|
+
createAppAuthorization(
|
|
135
|
+
args: CreateAppAuthorizationCommandInput,
|
|
136
|
+
options?: __HttpHandlerOptions
|
|
137
|
+
): Promise<CreateAppAuthorizationCommandOutput>;
|
|
138
|
+
createAppAuthorization(
|
|
139
|
+
args: CreateAppAuthorizationCommandInput,
|
|
140
|
+
cb: (err: any, data?: CreateAppAuthorizationCommandOutput) => void
|
|
141
|
+
): void;
|
|
142
|
+
createAppAuthorization(
|
|
143
|
+
args: CreateAppAuthorizationCommandInput,
|
|
144
|
+
options: __HttpHandlerOptions,
|
|
145
|
+
cb: (err: any, data?: CreateAppAuthorizationCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
createAppBundle(
|
|
148
|
+
args: CreateAppBundleCommandInput,
|
|
149
|
+
options?: __HttpHandlerOptions
|
|
150
|
+
): Promise<CreateAppBundleCommandOutput>;
|
|
151
|
+
createAppBundle(
|
|
152
|
+
args: CreateAppBundleCommandInput,
|
|
153
|
+
cb: (err: any, data?: CreateAppBundleCommandOutput) => void
|
|
154
|
+
): void;
|
|
155
|
+
createAppBundle(
|
|
156
|
+
args: CreateAppBundleCommandInput,
|
|
157
|
+
options: __HttpHandlerOptions,
|
|
158
|
+
cb: (err: any, data?: CreateAppBundleCommandOutput) => void
|
|
159
|
+
): void;
|
|
160
|
+
createIngestion(
|
|
161
|
+
args: CreateIngestionCommandInput,
|
|
162
|
+
options?: __HttpHandlerOptions
|
|
163
|
+
): Promise<CreateIngestionCommandOutput>;
|
|
164
|
+
createIngestion(
|
|
165
|
+
args: CreateIngestionCommandInput,
|
|
166
|
+
cb: (err: any, data?: CreateIngestionCommandOutput) => void
|
|
167
|
+
): void;
|
|
168
|
+
createIngestion(
|
|
169
|
+
args: CreateIngestionCommandInput,
|
|
170
|
+
options: __HttpHandlerOptions,
|
|
171
|
+
cb: (err: any, data?: CreateIngestionCommandOutput) => void
|
|
172
|
+
): void;
|
|
173
|
+
createIngestionDestination(
|
|
174
|
+
args: CreateIngestionDestinationCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<CreateIngestionDestinationCommandOutput>;
|
|
177
|
+
createIngestionDestination(
|
|
178
|
+
args: CreateIngestionDestinationCommandInput,
|
|
179
|
+
cb: (err: any, data?: CreateIngestionDestinationCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
createIngestionDestination(
|
|
182
|
+
args: CreateIngestionDestinationCommandInput,
|
|
183
|
+
options: __HttpHandlerOptions,
|
|
184
|
+
cb: (err: any, data?: CreateIngestionDestinationCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
deleteAppAuthorization(
|
|
187
|
+
args: DeleteAppAuthorizationCommandInput,
|
|
188
|
+
options?: __HttpHandlerOptions
|
|
189
|
+
): Promise<DeleteAppAuthorizationCommandOutput>;
|
|
190
|
+
deleteAppAuthorization(
|
|
191
|
+
args: DeleteAppAuthorizationCommandInput,
|
|
192
|
+
cb: (err: any, data?: DeleteAppAuthorizationCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
deleteAppAuthorization(
|
|
195
|
+
args: DeleteAppAuthorizationCommandInput,
|
|
196
|
+
options: __HttpHandlerOptions,
|
|
197
|
+
cb: (err: any, data?: DeleteAppAuthorizationCommandOutput) => void
|
|
198
|
+
): void;
|
|
199
|
+
deleteAppBundle(
|
|
200
|
+
args: DeleteAppBundleCommandInput,
|
|
201
|
+
options?: __HttpHandlerOptions
|
|
202
|
+
): Promise<DeleteAppBundleCommandOutput>;
|
|
203
|
+
deleteAppBundle(
|
|
204
|
+
args: DeleteAppBundleCommandInput,
|
|
205
|
+
cb: (err: any, data?: DeleteAppBundleCommandOutput) => void
|
|
206
|
+
): void;
|
|
207
|
+
deleteAppBundle(
|
|
208
|
+
args: DeleteAppBundleCommandInput,
|
|
209
|
+
options: __HttpHandlerOptions,
|
|
210
|
+
cb: (err: any, data?: DeleteAppBundleCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
deleteIngestion(
|
|
213
|
+
args: DeleteIngestionCommandInput,
|
|
214
|
+
options?: __HttpHandlerOptions
|
|
215
|
+
): Promise<DeleteIngestionCommandOutput>;
|
|
216
|
+
deleteIngestion(
|
|
217
|
+
args: DeleteIngestionCommandInput,
|
|
218
|
+
cb: (err: any, data?: DeleteIngestionCommandOutput) => void
|
|
219
|
+
): void;
|
|
220
|
+
deleteIngestion(
|
|
221
|
+
args: DeleteIngestionCommandInput,
|
|
222
|
+
options: __HttpHandlerOptions,
|
|
223
|
+
cb: (err: any, data?: DeleteIngestionCommandOutput) => void
|
|
224
|
+
): void;
|
|
225
|
+
deleteIngestionDestination(
|
|
226
|
+
args: DeleteIngestionDestinationCommandInput,
|
|
227
|
+
options?: __HttpHandlerOptions
|
|
228
|
+
): Promise<DeleteIngestionDestinationCommandOutput>;
|
|
229
|
+
deleteIngestionDestination(
|
|
230
|
+
args: DeleteIngestionDestinationCommandInput,
|
|
231
|
+
cb: (err: any, data?: DeleteIngestionDestinationCommandOutput) => void
|
|
232
|
+
): void;
|
|
233
|
+
deleteIngestionDestination(
|
|
234
|
+
args: DeleteIngestionDestinationCommandInput,
|
|
235
|
+
options: __HttpHandlerOptions,
|
|
236
|
+
cb: (err: any, data?: DeleteIngestionDestinationCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
getAppAuthorization(
|
|
239
|
+
args: GetAppAuthorizationCommandInput,
|
|
240
|
+
options?: __HttpHandlerOptions
|
|
241
|
+
): Promise<GetAppAuthorizationCommandOutput>;
|
|
242
|
+
getAppAuthorization(
|
|
243
|
+
args: GetAppAuthorizationCommandInput,
|
|
244
|
+
cb: (err: any, data?: GetAppAuthorizationCommandOutput) => void
|
|
245
|
+
): void;
|
|
246
|
+
getAppAuthorization(
|
|
247
|
+
args: GetAppAuthorizationCommandInput,
|
|
248
|
+
options: __HttpHandlerOptions,
|
|
249
|
+
cb: (err: any, data?: GetAppAuthorizationCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
getAppBundle(
|
|
252
|
+
args: GetAppBundleCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<GetAppBundleCommandOutput>;
|
|
255
|
+
getAppBundle(
|
|
256
|
+
args: GetAppBundleCommandInput,
|
|
257
|
+
cb: (err: any, data?: GetAppBundleCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
getAppBundle(
|
|
260
|
+
args: GetAppBundleCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: GetAppBundleCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
getIngestion(
|
|
265
|
+
args: GetIngestionCommandInput,
|
|
266
|
+
options?: __HttpHandlerOptions
|
|
267
|
+
): Promise<GetIngestionCommandOutput>;
|
|
268
|
+
getIngestion(
|
|
269
|
+
args: GetIngestionCommandInput,
|
|
270
|
+
cb: (err: any, data?: GetIngestionCommandOutput) => void
|
|
271
|
+
): void;
|
|
272
|
+
getIngestion(
|
|
273
|
+
args: GetIngestionCommandInput,
|
|
274
|
+
options: __HttpHandlerOptions,
|
|
275
|
+
cb: (err: any, data?: GetIngestionCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
getIngestionDestination(
|
|
278
|
+
args: GetIngestionDestinationCommandInput,
|
|
279
|
+
options?: __HttpHandlerOptions
|
|
280
|
+
): Promise<GetIngestionDestinationCommandOutput>;
|
|
281
|
+
getIngestionDestination(
|
|
282
|
+
args: GetIngestionDestinationCommandInput,
|
|
283
|
+
cb: (err: any, data?: GetIngestionDestinationCommandOutput) => void
|
|
284
|
+
): void;
|
|
285
|
+
getIngestionDestination(
|
|
286
|
+
args: GetIngestionDestinationCommandInput,
|
|
287
|
+
options: __HttpHandlerOptions,
|
|
288
|
+
cb: (err: any, data?: GetIngestionDestinationCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
listAppAuthorizations(
|
|
291
|
+
args: ListAppAuthorizationsCommandInput,
|
|
292
|
+
options?: __HttpHandlerOptions
|
|
293
|
+
): Promise<ListAppAuthorizationsCommandOutput>;
|
|
294
|
+
listAppAuthorizations(
|
|
295
|
+
args: ListAppAuthorizationsCommandInput,
|
|
296
|
+
cb: (err: any, data?: ListAppAuthorizationsCommandOutput) => void
|
|
297
|
+
): void;
|
|
298
|
+
listAppAuthorizations(
|
|
299
|
+
args: ListAppAuthorizationsCommandInput,
|
|
300
|
+
options: __HttpHandlerOptions,
|
|
301
|
+
cb: (err: any, data?: ListAppAuthorizationsCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
listAppBundles(
|
|
304
|
+
args: ListAppBundlesCommandInput,
|
|
305
|
+
options?: __HttpHandlerOptions
|
|
306
|
+
): Promise<ListAppBundlesCommandOutput>;
|
|
307
|
+
listAppBundles(
|
|
308
|
+
args: ListAppBundlesCommandInput,
|
|
309
|
+
cb: (err: any, data?: ListAppBundlesCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
listAppBundles(
|
|
312
|
+
args: ListAppBundlesCommandInput,
|
|
313
|
+
options: __HttpHandlerOptions,
|
|
314
|
+
cb: (err: any, data?: ListAppBundlesCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
listIngestionDestinations(
|
|
317
|
+
args: ListIngestionDestinationsCommandInput,
|
|
318
|
+
options?: __HttpHandlerOptions
|
|
319
|
+
): Promise<ListIngestionDestinationsCommandOutput>;
|
|
320
|
+
listIngestionDestinations(
|
|
321
|
+
args: ListIngestionDestinationsCommandInput,
|
|
322
|
+
cb: (err: any, data?: ListIngestionDestinationsCommandOutput) => void
|
|
323
|
+
): void;
|
|
324
|
+
listIngestionDestinations(
|
|
325
|
+
args: ListIngestionDestinationsCommandInput,
|
|
326
|
+
options: __HttpHandlerOptions,
|
|
327
|
+
cb: (err: any, data?: ListIngestionDestinationsCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
listIngestions(
|
|
330
|
+
args: ListIngestionsCommandInput,
|
|
331
|
+
options?: __HttpHandlerOptions
|
|
332
|
+
): Promise<ListIngestionsCommandOutput>;
|
|
333
|
+
listIngestions(
|
|
334
|
+
args: ListIngestionsCommandInput,
|
|
335
|
+
cb: (err: any, data?: ListIngestionsCommandOutput) => void
|
|
336
|
+
): void;
|
|
337
|
+
listIngestions(
|
|
338
|
+
args: ListIngestionsCommandInput,
|
|
339
|
+
options: __HttpHandlerOptions,
|
|
340
|
+
cb: (err: any, data?: ListIngestionsCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
listTagsForResource(
|
|
343
|
+
args: ListTagsForResourceCommandInput,
|
|
344
|
+
options?: __HttpHandlerOptions
|
|
345
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
346
|
+
listTagsForResource(
|
|
347
|
+
args: ListTagsForResourceCommandInput,
|
|
348
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
349
|
+
): void;
|
|
350
|
+
listTagsForResource(
|
|
351
|
+
args: ListTagsForResourceCommandInput,
|
|
352
|
+
options: __HttpHandlerOptions,
|
|
353
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
startIngestion(
|
|
356
|
+
args: StartIngestionCommandInput,
|
|
357
|
+
options?: __HttpHandlerOptions
|
|
358
|
+
): Promise<StartIngestionCommandOutput>;
|
|
359
|
+
startIngestion(
|
|
360
|
+
args: StartIngestionCommandInput,
|
|
361
|
+
cb: (err: any, data?: StartIngestionCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
startIngestion(
|
|
364
|
+
args: StartIngestionCommandInput,
|
|
365
|
+
options: __HttpHandlerOptions,
|
|
366
|
+
cb: (err: any, data?: StartIngestionCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
startUserAccessTasks(
|
|
369
|
+
args: StartUserAccessTasksCommandInput,
|
|
370
|
+
options?: __HttpHandlerOptions
|
|
371
|
+
): Promise<StartUserAccessTasksCommandOutput>;
|
|
372
|
+
startUserAccessTasks(
|
|
373
|
+
args: StartUserAccessTasksCommandInput,
|
|
374
|
+
cb: (err: any, data?: StartUserAccessTasksCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
startUserAccessTasks(
|
|
377
|
+
args: StartUserAccessTasksCommandInput,
|
|
378
|
+
options: __HttpHandlerOptions,
|
|
379
|
+
cb: (err: any, data?: StartUserAccessTasksCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
stopIngestion(
|
|
382
|
+
args: StopIngestionCommandInput,
|
|
383
|
+
options?: __HttpHandlerOptions
|
|
384
|
+
): Promise<StopIngestionCommandOutput>;
|
|
385
|
+
stopIngestion(
|
|
386
|
+
args: StopIngestionCommandInput,
|
|
387
|
+
cb: (err: any, data?: StopIngestionCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
stopIngestion(
|
|
390
|
+
args: StopIngestionCommandInput,
|
|
391
|
+
options: __HttpHandlerOptions,
|
|
392
|
+
cb: (err: any, data?: StopIngestionCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
tagResource(
|
|
395
|
+
args: TagResourceCommandInput,
|
|
396
|
+
options?: __HttpHandlerOptions
|
|
397
|
+
): Promise<TagResourceCommandOutput>;
|
|
398
|
+
tagResource(
|
|
399
|
+
args: TagResourceCommandInput,
|
|
400
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
401
|
+
): void;
|
|
402
|
+
tagResource(
|
|
403
|
+
args: TagResourceCommandInput,
|
|
404
|
+
options: __HttpHandlerOptions,
|
|
405
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
untagResource(
|
|
408
|
+
args: UntagResourceCommandInput,
|
|
409
|
+
options?: __HttpHandlerOptions
|
|
410
|
+
): Promise<UntagResourceCommandOutput>;
|
|
411
|
+
untagResource(
|
|
412
|
+
args: UntagResourceCommandInput,
|
|
413
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
414
|
+
): void;
|
|
415
|
+
untagResource(
|
|
416
|
+
args: UntagResourceCommandInput,
|
|
417
|
+
options: __HttpHandlerOptions,
|
|
418
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
419
|
+
): void;
|
|
420
|
+
updateAppAuthorization(
|
|
421
|
+
args: UpdateAppAuthorizationCommandInput,
|
|
422
|
+
options?: __HttpHandlerOptions
|
|
423
|
+
): Promise<UpdateAppAuthorizationCommandOutput>;
|
|
424
|
+
updateAppAuthorization(
|
|
425
|
+
args: UpdateAppAuthorizationCommandInput,
|
|
426
|
+
cb: (err: any, data?: UpdateAppAuthorizationCommandOutput) => void
|
|
427
|
+
): void;
|
|
428
|
+
updateAppAuthorization(
|
|
429
|
+
args: UpdateAppAuthorizationCommandInput,
|
|
430
|
+
options: __HttpHandlerOptions,
|
|
431
|
+
cb: (err: any, data?: UpdateAppAuthorizationCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
updateIngestionDestination(
|
|
434
|
+
args: UpdateIngestionDestinationCommandInput,
|
|
435
|
+
options?: __HttpHandlerOptions
|
|
436
|
+
): Promise<UpdateIngestionDestinationCommandOutput>;
|
|
437
|
+
updateIngestionDestination(
|
|
438
|
+
args: UpdateIngestionDestinationCommandInput,
|
|
439
|
+
cb: (err: any, data?: UpdateIngestionDestinationCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
updateIngestionDestination(
|
|
442
|
+
args: UpdateIngestionDestinationCommandInput,
|
|
443
|
+
options: __HttpHandlerOptions,
|
|
444
|
+
cb: (err: any, data?: UpdateIngestionDestinationCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
}
|
|
447
|
+
export declare class AppFabric extends AppFabricClient implements AppFabric {}
|