@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,317 @@
|
|
|
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>;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { AppFabricClientConfig } from "./AppFabricClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
9
|
+
credentialDefaultProvider: (
|
|
10
|
+
input: any
|
|
11
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
13
|
+
import("@aws-sdk/types").UserAgent
|
|
14
|
+
>;
|
|
15
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) &
|
|
16
|
+
(number | import("@aws-sdk/types").Provider<number>);
|
|
17
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
18
|
+
requestHandler:
|
|
19
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
20
|
+
any,
|
|
21
|
+
any,
|
|
22
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
23
|
+
> &
|
|
24
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
25
|
+
| RequestHandler;
|
|
26
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
28
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
29
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
31
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
32
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
33
|
+
apiVersion: string;
|
|
34
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
35
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
36
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
37
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
38
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
39
|
+
disableHostPrefix: boolean;
|
|
40
|
+
serviceId: string;
|
|
41
|
+
logger: import("@aws-sdk/types").Logger;
|
|
42
|
+
endpoint?:
|
|
43
|
+
| ((
|
|
44
|
+
| string
|
|
45
|
+
| import("@aws-sdk/types").Endpoint
|
|
46
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
47
|
+
| import("@aws-sdk/types").EndpointV2
|
|
48
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
49
|
+
) &
|
|
50
|
+
(
|
|
51
|
+
| string
|
|
52
|
+
| import("@smithy/types").Provider<string>
|
|
53
|
+
| import("@smithy/types").Endpoint
|
|
54
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
55
|
+
| import("@aws-sdk/types").EndpointV2
|
|
56
|
+
| import("@smithy/types").Provider<
|
|
57
|
+
import("@aws-sdk/types").EndpointV2
|
|
58
|
+
>
|
|
59
|
+
))
|
|
60
|
+
| undefined;
|
|
61
|
+
endpointProvider: (
|
|
62
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
63
|
+
context?: {
|
|
64
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
65
|
+
}
|
|
66
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
67
|
+
tls?: boolean | undefined;
|
|
68
|
+
retryStrategy?:
|
|
69
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
70
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
71
|
+
| undefined;
|
|
72
|
+
credentials?:
|
|
73
|
+
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
74
|
+
| import("@aws-sdk/types").Provider<
|
|
75
|
+
import("@aws-sdk/types").AwsCredentialIdentity
|
|
76
|
+
>
|
|
77
|
+
| undefined;
|
|
78
|
+
signer?:
|
|
79
|
+
| import("@aws-sdk/types").RequestSigner
|
|
80
|
+
| ((
|
|
81
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
82
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
83
|
+
| undefined;
|
|
84
|
+
signingEscapePath?: boolean | undefined;
|
|
85
|
+
systemClockOffset?: number | undefined;
|
|
86
|
+
signingRegion?: string | undefined;
|
|
87
|
+
signerConstructor?:
|
|
88
|
+
| (new (
|
|
89
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
90
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
92
|
+
| undefined;
|
|
93
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
94
|
+
};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { AppFabricClientConfig } from "./AppFabricClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
9
|
+
credentialDefaultProvider: (
|
|
10
|
+
input: any
|
|
11
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
13
|
+
import("@aws-sdk/types").UserAgent
|
|
14
|
+
>;
|
|
15
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
16
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
requestHandler:
|
|
18
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
19
|
+
any,
|
|
20
|
+
any,
|
|
21
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
22
|
+
> &
|
|
23
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
24
|
+
| RequestHandler;
|
|
25
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
27
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
28
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
|
+
apiVersion: string;
|
|
31
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
32
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
33
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
34
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
serviceId: string;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
endpoint?:
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(
|
|
48
|
+
| string
|
|
49
|
+
| import("@smithy/types").Provider<string>
|
|
50
|
+
| import("@smithy/types").Endpoint
|
|
51
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
52
|
+
| import("@aws-sdk/types").EndpointV2
|
|
53
|
+
| import("@smithy/types").Provider<
|
|
54
|
+
import("@aws-sdk/types").EndpointV2
|
|
55
|
+
>
|
|
56
|
+
))
|
|
57
|
+
| undefined;
|
|
58
|
+
endpointProvider: (
|
|
59
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
60
|
+
context?: {
|
|
61
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
62
|
+
}
|
|
63
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
64
|
+
tls?: boolean | undefined;
|
|
65
|
+
retryStrategy?:
|
|
66
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
67
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
68
|
+
| undefined;
|
|
69
|
+
credentials?:
|
|
70
|
+
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
71
|
+
| import("@aws-sdk/types").Provider<
|
|
72
|
+
import("@aws-sdk/types").AwsCredentialIdentity
|
|
73
|
+
>
|
|
74
|
+
| undefined;
|
|
75
|
+
signer?:
|
|
76
|
+
| import("@aws-sdk/types").RequestSigner
|
|
77
|
+
| ((
|
|
78
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
79
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
80
|
+
| undefined;
|
|
81
|
+
signingEscapePath?: boolean | undefined;
|
|
82
|
+
systemClockOffset?: number | undefined;
|
|
83
|
+
signingRegion?: string | undefined;
|
|
84
|
+
signerConstructor?:
|
|
85
|
+
| (new (
|
|
86
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
87
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
88
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
89
|
+
| undefined;
|
|
90
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
91
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { AppFabricClientConfig } from "./AppFabricClient";
|
|
2
|
+
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
3
|
+
runtime: string;
|
|
4
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
5
|
+
requestHandler:
|
|
6
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
7
|
+
any,
|
|
8
|
+
any,
|
|
9
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
10
|
+
> &
|
|
11
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
12
|
+
| import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
13
|
+
apiVersion: string;
|
|
14
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
15
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
16
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
18
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
19
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
serviceId: string;
|
|
23
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
24
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
25
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
26
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
27
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
28
|
+
credentialDefaultProvider: (
|
|
29
|
+
input: any
|
|
30
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
31
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
32
|
+
import("@aws-sdk/types").UserAgent
|
|
33
|
+
>;
|
|
34
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) &
|
|
35
|
+
(number | import("@aws-sdk/types").Provider<number>);
|
|
36
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
37
|
+
logger: import("@aws-sdk/types").Logger;
|
|
38
|
+
defaultsMode:
|
|
39
|
+
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
40
|
+
| import("@smithy/types").Provider<
|
|
41
|
+
import("@aws-sdk/smithy-client").DefaultsMode
|
|
42
|
+
>;
|
|
43
|
+
endpoint?:
|
|
44
|
+
| string
|
|
45
|
+
| import("@aws-sdk/types").EndpointV2
|
|
46
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
47
|
+
import("@smithy/types").Provider<import("@smithy/types").Endpoint>)
|
|
48
|
+
| (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint)
|
|
49
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
50
|
+
import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
|
|
51
|
+
| undefined;
|
|
52
|
+
endpointProvider: (
|
|
53
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
54
|
+
context?: {
|
|
55
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
56
|
+
}
|
|
57
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
58
|
+
tls?: boolean | undefined;
|
|
59
|
+
retryStrategy?:
|
|
60
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
61
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
62
|
+
| undefined;
|
|
63
|
+
credentials?:
|
|
64
|
+
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
65
|
+
| import("@aws-sdk/types").Provider<
|
|
66
|
+
import("@aws-sdk/types").AwsCredentialIdentity
|
|
67
|
+
>
|
|
68
|
+
| undefined;
|
|
69
|
+
signer?:
|
|
70
|
+
| import("@aws-sdk/types").RequestSigner
|
|
71
|
+
| ((
|
|
72
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
73
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
74
|
+
| undefined;
|
|
75
|
+
signingEscapePath?: boolean | undefined;
|
|
76
|
+
systemClockOffset?: number | undefined;
|
|
77
|
+
signingRegion?: string | undefined;
|
|
78
|
+
signerConstructor?:
|
|
79
|
+
| (new (
|
|
80
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
81
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
82
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
83
|
+
| undefined;
|
|
84
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
85
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AppFabricClientConfig } from "./AppFabricClient";
|
|
2
|
+
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
3
|
+
apiVersion: string;
|
|
4
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
endpointProvider: (
|
|
8
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
9
|
+
context?: {
|
|
10
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
11
|
+
}
|
|
12
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
13
|
+
logger: import("@aws-sdk/types").Logger;
|
|
14
|
+
serviceId: string;
|
|
15
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
|
+
};
|