@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,270 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RegionInputConfig,
|
|
3
|
+
RegionResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
9
|
+
import {
|
|
10
|
+
HostHeaderInputConfig,
|
|
11
|
+
HostHeaderResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-host-header";
|
|
13
|
+
import {
|
|
14
|
+
RetryInputConfig,
|
|
15
|
+
RetryResolvedConfig,
|
|
16
|
+
} from "@aws-sdk/middleware-retry";
|
|
17
|
+
import {
|
|
18
|
+
AwsAuthInputConfig,
|
|
19
|
+
AwsAuthResolvedConfig,
|
|
20
|
+
} from "@aws-sdk/middleware-signing";
|
|
21
|
+
import {
|
|
22
|
+
UserAgentInputConfig,
|
|
23
|
+
UserAgentResolvedConfig,
|
|
24
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
+
import {
|
|
26
|
+
Client as __Client,
|
|
27
|
+
DefaultsMode as __DefaultsMode,
|
|
28
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
29
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
30
|
+
} from "@aws-sdk/smithy-client";
|
|
31
|
+
import {
|
|
32
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
33
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
34
|
+
Credentials as __Credentials,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider,
|
|
39
|
+
UrlParser as __UrlParser,
|
|
40
|
+
UserAgent as __UserAgent,
|
|
41
|
+
} from "@aws-sdk/types";
|
|
42
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
43
|
+
import {
|
|
44
|
+
Decoder as __Decoder,
|
|
45
|
+
Encoder as __Encoder,
|
|
46
|
+
Provider as __Provider,
|
|
47
|
+
StreamCollector as __StreamCollector,
|
|
48
|
+
} from "@smithy/types";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetUserAccessTasksCommandInput,
|
|
51
|
+
BatchGetUserAccessTasksCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetUserAccessTasksCommand";
|
|
53
|
+
import {
|
|
54
|
+
ConnectAppAuthorizationCommandInput,
|
|
55
|
+
ConnectAppAuthorizationCommandOutput,
|
|
56
|
+
} from "./commands/ConnectAppAuthorizationCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateAppAuthorizationCommandInput,
|
|
59
|
+
CreateAppAuthorizationCommandOutput,
|
|
60
|
+
} from "./commands/CreateAppAuthorizationCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateAppBundleCommandInput,
|
|
63
|
+
CreateAppBundleCommandOutput,
|
|
64
|
+
} from "./commands/CreateAppBundleCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateIngestionCommandInput,
|
|
67
|
+
CreateIngestionCommandOutput,
|
|
68
|
+
} from "./commands/CreateIngestionCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateIngestionDestinationCommandInput,
|
|
71
|
+
CreateIngestionDestinationCommandOutput,
|
|
72
|
+
} from "./commands/CreateIngestionDestinationCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteAppAuthorizationCommandInput,
|
|
75
|
+
DeleteAppAuthorizationCommandOutput,
|
|
76
|
+
} from "./commands/DeleteAppAuthorizationCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteAppBundleCommandInput,
|
|
79
|
+
DeleteAppBundleCommandOutput,
|
|
80
|
+
} from "./commands/DeleteAppBundleCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteIngestionCommandInput,
|
|
83
|
+
DeleteIngestionCommandOutput,
|
|
84
|
+
} from "./commands/DeleteIngestionCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteIngestionDestinationCommandInput,
|
|
87
|
+
DeleteIngestionDestinationCommandOutput,
|
|
88
|
+
} from "./commands/DeleteIngestionDestinationCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetAppAuthorizationCommandInput,
|
|
91
|
+
GetAppAuthorizationCommandOutput,
|
|
92
|
+
} from "./commands/GetAppAuthorizationCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetAppBundleCommandInput,
|
|
95
|
+
GetAppBundleCommandOutput,
|
|
96
|
+
} from "./commands/GetAppBundleCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetIngestionCommandInput,
|
|
99
|
+
GetIngestionCommandOutput,
|
|
100
|
+
} from "./commands/GetIngestionCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetIngestionDestinationCommandInput,
|
|
103
|
+
GetIngestionDestinationCommandOutput,
|
|
104
|
+
} from "./commands/GetIngestionDestinationCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListAppAuthorizationsCommandInput,
|
|
107
|
+
ListAppAuthorizationsCommandOutput,
|
|
108
|
+
} from "./commands/ListAppAuthorizationsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListAppBundlesCommandInput,
|
|
111
|
+
ListAppBundlesCommandOutput,
|
|
112
|
+
} from "./commands/ListAppBundlesCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListIngestionDestinationsCommandInput,
|
|
115
|
+
ListIngestionDestinationsCommandOutput,
|
|
116
|
+
} from "./commands/ListIngestionDestinationsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListIngestionsCommandInput,
|
|
119
|
+
ListIngestionsCommandOutput,
|
|
120
|
+
} from "./commands/ListIngestionsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListTagsForResourceCommandInput,
|
|
123
|
+
ListTagsForResourceCommandOutput,
|
|
124
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
StartIngestionCommandInput,
|
|
127
|
+
StartIngestionCommandOutput,
|
|
128
|
+
} from "./commands/StartIngestionCommand";
|
|
129
|
+
import {
|
|
130
|
+
StartUserAccessTasksCommandInput,
|
|
131
|
+
StartUserAccessTasksCommandOutput,
|
|
132
|
+
} from "./commands/StartUserAccessTasksCommand";
|
|
133
|
+
import {
|
|
134
|
+
StopIngestionCommandInput,
|
|
135
|
+
StopIngestionCommandOutput,
|
|
136
|
+
} from "./commands/StopIngestionCommand";
|
|
137
|
+
import {
|
|
138
|
+
TagResourceCommandInput,
|
|
139
|
+
TagResourceCommandOutput,
|
|
140
|
+
} from "./commands/TagResourceCommand";
|
|
141
|
+
import {
|
|
142
|
+
UntagResourceCommandInput,
|
|
143
|
+
UntagResourceCommandOutput,
|
|
144
|
+
} from "./commands/UntagResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateAppAuthorizationCommandInput,
|
|
147
|
+
UpdateAppAuthorizationCommandOutput,
|
|
148
|
+
} from "./commands/UpdateAppAuthorizationCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateIngestionDestinationCommandInput,
|
|
151
|
+
UpdateIngestionDestinationCommandOutput,
|
|
152
|
+
} from "./commands/UpdateIngestionDestinationCommand";
|
|
153
|
+
import {
|
|
154
|
+
ClientInputEndpointParameters,
|
|
155
|
+
ClientResolvedEndpointParameters,
|
|
156
|
+
EndpointParameters,
|
|
157
|
+
} from "./endpoint/EndpointParameters";
|
|
158
|
+
export { __Client };
|
|
159
|
+
export type ServiceInputTypes =
|
|
160
|
+
| BatchGetUserAccessTasksCommandInput
|
|
161
|
+
| ConnectAppAuthorizationCommandInput
|
|
162
|
+
| CreateAppAuthorizationCommandInput
|
|
163
|
+
| CreateAppBundleCommandInput
|
|
164
|
+
| CreateIngestionCommandInput
|
|
165
|
+
| CreateIngestionDestinationCommandInput
|
|
166
|
+
| DeleteAppAuthorizationCommandInput
|
|
167
|
+
| DeleteAppBundleCommandInput
|
|
168
|
+
| DeleteIngestionCommandInput
|
|
169
|
+
| DeleteIngestionDestinationCommandInput
|
|
170
|
+
| GetAppAuthorizationCommandInput
|
|
171
|
+
| GetAppBundleCommandInput
|
|
172
|
+
| GetIngestionCommandInput
|
|
173
|
+
| GetIngestionDestinationCommandInput
|
|
174
|
+
| ListAppAuthorizationsCommandInput
|
|
175
|
+
| ListAppBundlesCommandInput
|
|
176
|
+
| ListIngestionDestinationsCommandInput
|
|
177
|
+
| ListIngestionsCommandInput
|
|
178
|
+
| ListTagsForResourceCommandInput
|
|
179
|
+
| StartIngestionCommandInput
|
|
180
|
+
| StartUserAccessTasksCommandInput
|
|
181
|
+
| StopIngestionCommandInput
|
|
182
|
+
| TagResourceCommandInput
|
|
183
|
+
| UntagResourceCommandInput
|
|
184
|
+
| UpdateAppAuthorizationCommandInput
|
|
185
|
+
| UpdateIngestionDestinationCommandInput;
|
|
186
|
+
export type ServiceOutputTypes =
|
|
187
|
+
| BatchGetUserAccessTasksCommandOutput
|
|
188
|
+
| ConnectAppAuthorizationCommandOutput
|
|
189
|
+
| CreateAppAuthorizationCommandOutput
|
|
190
|
+
| CreateAppBundleCommandOutput
|
|
191
|
+
| CreateIngestionCommandOutput
|
|
192
|
+
| CreateIngestionDestinationCommandOutput
|
|
193
|
+
| DeleteAppAuthorizationCommandOutput
|
|
194
|
+
| DeleteAppBundleCommandOutput
|
|
195
|
+
| DeleteIngestionCommandOutput
|
|
196
|
+
| DeleteIngestionDestinationCommandOutput
|
|
197
|
+
| GetAppAuthorizationCommandOutput
|
|
198
|
+
| GetAppBundleCommandOutput
|
|
199
|
+
| GetIngestionCommandOutput
|
|
200
|
+
| GetIngestionDestinationCommandOutput
|
|
201
|
+
| ListAppAuthorizationsCommandOutput
|
|
202
|
+
| ListAppBundlesCommandOutput
|
|
203
|
+
| ListIngestionDestinationsCommandOutput
|
|
204
|
+
| ListIngestionsCommandOutput
|
|
205
|
+
| ListTagsForResourceCommandOutput
|
|
206
|
+
| StartIngestionCommandOutput
|
|
207
|
+
| StartUserAccessTasksCommandOutput
|
|
208
|
+
| StopIngestionCommandOutput
|
|
209
|
+
| TagResourceCommandOutput
|
|
210
|
+
| UntagResourceCommandOutput
|
|
211
|
+
| UpdateAppAuthorizationCommandOutput
|
|
212
|
+
| UpdateIngestionDestinationCommandOutput;
|
|
213
|
+
export interface ClientDefaults
|
|
214
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
215
|
+
requestHandler?: __HttpHandler;
|
|
216
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
217
|
+
urlParser?: __UrlParser;
|
|
218
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
219
|
+
streamCollector?: __StreamCollector;
|
|
220
|
+
base64Decoder?: __Decoder;
|
|
221
|
+
base64Encoder?: __Encoder;
|
|
222
|
+
utf8Decoder?: __Decoder;
|
|
223
|
+
utf8Encoder?: __Encoder;
|
|
224
|
+
runtime?: string;
|
|
225
|
+
disableHostPrefix?: boolean;
|
|
226
|
+
serviceId?: string;
|
|
227
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
228
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
229
|
+
region?: string | __Provider<string>;
|
|
230
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
231
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
232
|
+
maxAttempts?: number | __Provider<number>;
|
|
233
|
+
retryMode?: string | __Provider<string>;
|
|
234
|
+
logger?: __Logger;
|
|
235
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
236
|
+
}
|
|
237
|
+
export type AppFabricClientConfigType = Partial<
|
|
238
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
239
|
+
> &
|
|
240
|
+
ClientDefaults &
|
|
241
|
+
RegionInputConfig &
|
|
242
|
+
EndpointInputConfig<EndpointParameters> &
|
|
243
|
+
RetryInputConfig &
|
|
244
|
+
HostHeaderInputConfig &
|
|
245
|
+
AwsAuthInputConfig &
|
|
246
|
+
UserAgentInputConfig &
|
|
247
|
+
ClientInputEndpointParameters;
|
|
248
|
+
export interface AppFabricClientConfig extends AppFabricClientConfigType {}
|
|
249
|
+
export type AppFabricClientResolvedConfigType =
|
|
250
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
251
|
+
Required<ClientDefaults> &
|
|
252
|
+
RegionResolvedConfig &
|
|
253
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
254
|
+
RetryResolvedConfig &
|
|
255
|
+
HostHeaderResolvedConfig &
|
|
256
|
+
AwsAuthResolvedConfig &
|
|
257
|
+
UserAgentResolvedConfig &
|
|
258
|
+
ClientResolvedEndpointParameters;
|
|
259
|
+
export interface AppFabricClientResolvedConfig
|
|
260
|
+
extends AppFabricClientResolvedConfigType {}
|
|
261
|
+
export declare class AppFabricClient extends __Client<
|
|
262
|
+
__HttpHandlerOptions,
|
|
263
|
+
ServiceInputTypes,
|
|
264
|
+
ServiceOutputTypes,
|
|
265
|
+
AppFabricClientResolvedConfig
|
|
266
|
+
> {
|
|
267
|
+
readonly config: AppFabricClientResolvedConfig;
|
|
268
|
+
constructor(configuration: AppFabricClientConfig);
|
|
269
|
+
destroy(): void;
|
|
270
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
BatchGetUserAccessTasksRequest,
|
|
16
|
+
BatchGetUserAccessTasksResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface BatchGetUserAccessTasksCommandInput
|
|
20
|
+
extends BatchGetUserAccessTasksRequest {}
|
|
21
|
+
export interface BatchGetUserAccessTasksCommandOutput
|
|
22
|
+
extends BatchGetUserAccessTasksResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class BatchGetUserAccessTasksCommand extends $Command<
|
|
25
|
+
BatchGetUserAccessTasksCommandInput,
|
|
26
|
+
BatchGetUserAccessTasksCommandOutput,
|
|
27
|
+
AppFabricClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: BatchGetUserAccessTasksCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: BatchGetUserAccessTasksCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppFabricClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
BatchGetUserAccessTasksCommandInput,
|
|
38
|
+
BatchGetUserAccessTasksCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
ConnectAppAuthorizationRequest,
|
|
16
|
+
ConnectAppAuthorizationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ConnectAppAuthorizationCommandInput
|
|
20
|
+
extends ConnectAppAuthorizationRequest {}
|
|
21
|
+
export interface ConnectAppAuthorizationCommandOutput
|
|
22
|
+
extends ConnectAppAuthorizationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ConnectAppAuthorizationCommand extends $Command<
|
|
25
|
+
ConnectAppAuthorizationCommandInput,
|
|
26
|
+
ConnectAppAuthorizationCommandOutput,
|
|
27
|
+
AppFabricClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ConnectAppAuthorizationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ConnectAppAuthorizationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppFabricClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ConnectAppAuthorizationCommandInput,
|
|
38
|
+
ConnectAppAuthorizationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateAppAuthorizationRequest,
|
|
16
|
+
CreateAppAuthorizationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateAppAuthorizationCommandInput
|
|
20
|
+
extends CreateAppAuthorizationRequest {}
|
|
21
|
+
export interface CreateAppAuthorizationCommandOutput
|
|
22
|
+
extends CreateAppAuthorizationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateAppAuthorizationCommand extends $Command<
|
|
25
|
+
CreateAppAuthorizationCommandInput,
|
|
26
|
+
CreateAppAuthorizationCommandOutput,
|
|
27
|
+
AppFabricClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateAppAuthorizationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateAppAuthorizationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppFabricClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateAppAuthorizationCommandInput,
|
|
38
|
+
CreateAppAuthorizationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateAppBundleRequest,
|
|
16
|
+
CreateAppBundleResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateAppBundleCommandInput extends CreateAppBundleRequest {}
|
|
20
|
+
export interface CreateAppBundleCommandOutput
|
|
21
|
+
extends CreateAppBundleResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateAppBundleCommand extends $Command<
|
|
24
|
+
CreateAppBundleCommandInput,
|
|
25
|
+
CreateAppBundleCommandOutput,
|
|
26
|
+
AppFabricClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAppBundleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateAppBundleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppFabricClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateAppBundleCommandInput, CreateAppBundleCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateIngestionRequest,
|
|
16
|
+
CreateIngestionResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateIngestionCommandInput extends CreateIngestionRequest {}
|
|
20
|
+
export interface CreateIngestionCommandOutput
|
|
21
|
+
extends CreateIngestionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateIngestionCommand extends $Command<
|
|
24
|
+
CreateIngestionCommandInput,
|
|
25
|
+
CreateIngestionCommandOutput,
|
|
26
|
+
AppFabricClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateIngestionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateIngestionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppFabricClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateIngestionCommandInput, CreateIngestionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateIngestionDestinationRequest,
|
|
16
|
+
CreateIngestionDestinationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateIngestionDestinationCommandInput
|
|
20
|
+
extends CreateIngestionDestinationRequest {}
|
|
21
|
+
export interface CreateIngestionDestinationCommandOutput
|
|
22
|
+
extends CreateIngestionDestinationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateIngestionDestinationCommand extends $Command<
|
|
25
|
+
CreateIngestionDestinationCommandInput,
|
|
26
|
+
CreateIngestionDestinationCommandOutput,
|
|
27
|
+
AppFabricClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateIngestionDestinationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateIngestionDestinationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppFabricClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateIngestionDestinationCommandInput,
|
|
38
|
+
CreateIngestionDestinationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteAppAuthorizationRequest,
|
|
16
|
+
DeleteAppAuthorizationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteAppAuthorizationCommandInput
|
|
20
|
+
extends DeleteAppAuthorizationRequest {}
|
|
21
|
+
export interface DeleteAppAuthorizationCommandOutput
|
|
22
|
+
extends DeleteAppAuthorizationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteAppAuthorizationCommand extends $Command<
|
|
25
|
+
DeleteAppAuthorizationCommandInput,
|
|
26
|
+
DeleteAppAuthorizationCommandOutput,
|
|
27
|
+
AppFabricClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteAppAuthorizationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteAppAuthorizationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppFabricClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteAppAuthorizationCommandInput,
|
|
38
|
+
DeleteAppAuthorizationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteAppBundleRequest,
|
|
16
|
+
DeleteAppBundleResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteAppBundleCommandInput extends DeleteAppBundleRequest {}
|
|
20
|
+
export interface DeleteAppBundleCommandOutput
|
|
21
|
+
extends DeleteAppBundleResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteAppBundleCommand extends $Command<
|
|
24
|
+
DeleteAppBundleCommandInput,
|
|
25
|
+
DeleteAppBundleCommandOutput,
|
|
26
|
+
AppFabricClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAppBundleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteAppBundleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppFabricClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteIngestionRequest,
|
|
16
|
+
DeleteIngestionResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteIngestionCommandInput extends DeleteIngestionRequest {}
|
|
20
|
+
export interface DeleteIngestionCommandOutput
|
|
21
|
+
extends DeleteIngestionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteIngestionCommand extends $Command<
|
|
24
|
+
DeleteIngestionCommandInput,
|
|
25
|
+
DeleteIngestionCommandOutput,
|
|
26
|
+
AppFabricClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteIngestionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteIngestionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppFabricClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteIngestionCommandInput, DeleteIngestionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppFabricClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppFabricClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteIngestionDestinationRequest,
|
|
16
|
+
DeleteIngestionDestinationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteIngestionDestinationCommandInput
|
|
20
|
+
extends DeleteIngestionDestinationRequest {}
|
|
21
|
+
export interface DeleteIngestionDestinationCommandOutput
|
|
22
|
+
extends DeleteIngestionDestinationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteIngestionDestinationCommand extends $Command<
|
|
25
|
+
DeleteIngestionDestinationCommandInput,
|
|
26
|
+
DeleteIngestionDestinationCommandOutput,
|
|
27
|
+
AppFabricClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteIngestionDestinationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteIngestionDestinationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppFabricClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteIngestionDestinationCommandInput,
|
|
38
|
+
DeleteIngestionDestinationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|