@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,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput } from "../commands/ListAppAuthorizationsCommand";
|
|
3
|
+
import { AppFabricPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAppAuthorizations(config: AppFabricPaginationConfiguration, input: ListAppAuthorizationsCommandInput, ...additionalArguments: any): Paginator<ListAppAuthorizationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppBundlesCommandInput, ListAppBundlesCommandOutput } from "../commands/ListAppBundlesCommand";
|
|
3
|
+
import { AppFabricPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAppBundles(config: AppFabricPaginationConfiguration, input: ListAppBundlesCommandInput, ...additionalArguments: any): Paginator<ListAppBundlesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput } from "../commands/ListIngestionDestinationsCommand";
|
|
3
|
+
import { AppFabricPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListIngestionDestinations(config: AppFabricPaginationConfiguration, input: ListIngestionDestinationsCommandInput, ...additionalArguments: any): Paginator<ListIngestionDestinationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "../commands/ListIngestionsCommand";
|
|
3
|
+
import { AppFabricPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListIngestions(config: AppFabricPaginationConfiguration, input: ListIngestionsCommandInput, ...additionalArguments: any): Paginator<ListIngestionsCommandOutput>;
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { BatchGetUserAccessTasksCommandInput, BatchGetUserAccessTasksCommandOutput } from "../commands/BatchGetUserAccessTasksCommand";
|
|
4
|
+
import { ConnectAppAuthorizationCommandInput, ConnectAppAuthorizationCommandOutput } from "../commands/ConnectAppAuthorizationCommand";
|
|
5
|
+
import { CreateAppAuthorizationCommandInput, CreateAppAuthorizationCommandOutput } from "../commands/CreateAppAuthorizationCommand";
|
|
6
|
+
import { CreateAppBundleCommandInput, CreateAppBundleCommandOutput } from "../commands/CreateAppBundleCommand";
|
|
7
|
+
import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "../commands/CreateIngestionCommand";
|
|
8
|
+
import { CreateIngestionDestinationCommandInput, CreateIngestionDestinationCommandOutput } from "../commands/CreateIngestionDestinationCommand";
|
|
9
|
+
import { DeleteAppAuthorizationCommandInput, DeleteAppAuthorizationCommandOutput } from "../commands/DeleteAppAuthorizationCommand";
|
|
10
|
+
import { DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput } from "../commands/DeleteAppBundleCommand";
|
|
11
|
+
import { DeleteIngestionCommandInput, DeleteIngestionCommandOutput } from "../commands/DeleteIngestionCommand";
|
|
12
|
+
import { DeleteIngestionDestinationCommandInput, DeleteIngestionDestinationCommandOutput } from "../commands/DeleteIngestionDestinationCommand";
|
|
13
|
+
import { GetAppAuthorizationCommandInput, GetAppAuthorizationCommandOutput } from "../commands/GetAppAuthorizationCommand";
|
|
14
|
+
import { GetAppBundleCommandInput, GetAppBundleCommandOutput } from "../commands/GetAppBundleCommand";
|
|
15
|
+
import { GetIngestionCommandInput, GetIngestionCommandOutput } from "../commands/GetIngestionCommand";
|
|
16
|
+
import { GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput } from "../commands/GetIngestionDestinationCommand";
|
|
17
|
+
import { ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput } from "../commands/ListAppAuthorizationsCommand";
|
|
18
|
+
import { ListAppBundlesCommandInput, ListAppBundlesCommandOutput } from "../commands/ListAppBundlesCommand";
|
|
19
|
+
import { ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput } from "../commands/ListIngestionDestinationsCommand";
|
|
20
|
+
import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "../commands/ListIngestionsCommand";
|
|
21
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
22
|
+
import { StartIngestionCommandInput, StartIngestionCommandOutput } from "../commands/StartIngestionCommand";
|
|
23
|
+
import { StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput } from "../commands/StartUserAccessTasksCommand";
|
|
24
|
+
import { StopIngestionCommandInput, StopIngestionCommandOutput } from "../commands/StopIngestionCommand";
|
|
25
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
26
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
27
|
+
import { UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput } from "../commands/UpdateAppAuthorizationCommand";
|
|
28
|
+
import { UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput } from "../commands/UpdateIngestionDestinationCommand";
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_restJson1BatchGetUserAccessTasksCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_BatchGetUserAccessTasksCommand: (input: BatchGetUserAccessTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
/**
|
|
34
|
+
* serializeAws_restJson1ConnectAppAuthorizationCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const se_ConnectAppAuthorizationCommand: (input: ConnectAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_restJson1CreateAppAuthorizationCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_CreateAppAuthorizationCommand: (input: CreateAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_restJson1CreateAppBundleCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_CreateAppBundleCommand: (input: CreateAppBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_restJson1CreateIngestionCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_CreateIngestionCommand: (input: CreateIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_restJson1CreateIngestionDestinationCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_CreateIngestionDestinationCommand: (input: CreateIngestionDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_restJson1DeleteAppAuthorizationCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_DeleteAppAuthorizationCommand: (input: DeleteAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_restJson1DeleteAppBundleCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_DeleteAppBundleCommand: (input: DeleteAppBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_restJson1DeleteIngestionCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_DeleteIngestionCommand: (input: DeleteIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_restJson1DeleteIngestionDestinationCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_DeleteIngestionDestinationCommand: (input: DeleteIngestionDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_restJson1GetAppAuthorizationCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_GetAppAuthorizationCommand: (input: GetAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_restJson1GetAppBundleCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_GetAppBundleCommand: (input: GetAppBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_restJson1GetIngestionCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_GetIngestionCommand: (input: GetIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_restJson1GetIngestionDestinationCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_GetIngestionDestinationCommand: (input: GetIngestionDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_restJson1ListAppAuthorizationsCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_ListAppAuthorizationsCommand: (input: ListAppAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_restJson1ListAppBundlesCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_ListAppBundlesCommand: (input: ListAppBundlesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_restJson1ListIngestionDestinationsCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_ListIngestionDestinationsCommand: (input: ListIngestionDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_restJson1ListIngestionsCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_ListIngestionsCommand: (input: ListIngestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_restJson1StartIngestionCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_StartIngestionCommand: (input: StartIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_restJson1StartUserAccessTasksCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_StartUserAccessTasksCommand: (input: StartUserAccessTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_restJson1StopIngestionCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_StopIngestionCommand: (input: StopIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_restJson1TagResourceCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_restJson1UpdateAppAuthorizationCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_UpdateAppAuthorizationCommand: (input: UpdateAppAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_restJson1UpdateIngestionDestinationCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_UpdateIngestionDestinationCommand: (input: UpdateIngestionDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* deserializeAws_restJson1BatchGetUserAccessTasksCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const de_BatchGetUserAccessTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetUserAccessTasksCommandOutput>;
|
|
137
|
+
/**
|
|
138
|
+
* deserializeAws_restJson1ConnectAppAuthorizationCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const de_ConnectAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConnectAppAuthorizationCommandOutput>;
|
|
141
|
+
/**
|
|
142
|
+
* deserializeAws_restJson1CreateAppAuthorizationCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const de_CreateAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppAuthorizationCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* deserializeAws_restJson1CreateAppBundleCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const de_CreateAppBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppBundleCommandOutput>;
|
|
149
|
+
/**
|
|
150
|
+
* deserializeAws_restJson1CreateIngestionCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const de_CreateIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngestionCommandOutput>;
|
|
153
|
+
/**
|
|
154
|
+
* deserializeAws_restJson1CreateIngestionDestinationCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const de_CreateIngestionDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngestionDestinationCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_restJson1DeleteAppAuthorizationCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_DeleteAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppAuthorizationCommandOutput>;
|
|
161
|
+
/**
|
|
162
|
+
* deserializeAws_restJson1DeleteAppBundleCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const de_DeleteAppBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppBundleCommandOutput>;
|
|
165
|
+
/**
|
|
166
|
+
* deserializeAws_restJson1DeleteIngestionCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const de_DeleteIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIngestionCommandOutput>;
|
|
169
|
+
/**
|
|
170
|
+
* deserializeAws_restJson1DeleteIngestionDestinationCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const de_DeleteIngestionDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIngestionDestinationCommandOutput>;
|
|
173
|
+
/**
|
|
174
|
+
* deserializeAws_restJson1GetAppAuthorizationCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const de_GetAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppAuthorizationCommandOutput>;
|
|
177
|
+
/**
|
|
178
|
+
* deserializeAws_restJson1GetAppBundleCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const de_GetAppBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppBundleCommandOutput>;
|
|
181
|
+
/**
|
|
182
|
+
* deserializeAws_restJson1GetIngestionCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const de_GetIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIngestionCommandOutput>;
|
|
185
|
+
/**
|
|
186
|
+
* deserializeAws_restJson1GetIngestionDestinationCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const de_GetIngestionDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIngestionDestinationCommandOutput>;
|
|
189
|
+
/**
|
|
190
|
+
* deserializeAws_restJson1ListAppAuthorizationsCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const de_ListAppAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppAuthorizationsCommandOutput>;
|
|
193
|
+
/**
|
|
194
|
+
* deserializeAws_restJson1ListAppBundlesCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const de_ListAppBundlesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppBundlesCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_restJson1ListIngestionDestinationsCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_ListIngestionDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngestionDestinationsCommandOutput>;
|
|
201
|
+
/**
|
|
202
|
+
* deserializeAws_restJson1ListIngestionsCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const de_ListIngestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngestionsCommandOutput>;
|
|
205
|
+
/**
|
|
206
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
209
|
+
/**
|
|
210
|
+
* deserializeAws_restJson1StartIngestionCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const de_StartIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartIngestionCommandOutput>;
|
|
213
|
+
/**
|
|
214
|
+
* deserializeAws_restJson1StartUserAccessTasksCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const de_StartUserAccessTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartUserAccessTasksCommandOutput>;
|
|
217
|
+
/**
|
|
218
|
+
* deserializeAws_restJson1StopIngestionCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const de_StopIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopIngestionCommandOutput>;
|
|
221
|
+
/**
|
|
222
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
225
|
+
/**
|
|
226
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
229
|
+
/**
|
|
230
|
+
* deserializeAws_restJson1UpdateAppAuthorizationCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const de_UpdateAppAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppAuthorizationCommandOutput>;
|
|
233
|
+
/**
|
|
234
|
+
* deserializeAws_restJson1UpdateIngestionDestinationCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const de_UpdateIngestionDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIngestionDestinationCommandOutput>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { AppFabricClientConfig } from "./AppFabricClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
19
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
|
+
apiVersion: string;
|
|
21
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
22
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
|
+
disableHostPrefix: boolean;
|
|
27
|
+
serviceId: string;
|
|
28
|
+
logger: import("@aws-sdk/types").Logger;
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
33
|
+
tls?: boolean | undefined;
|
|
34
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
35
|
+
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
36
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
37
|
+
signingEscapePath?: boolean | undefined;
|
|
38
|
+
systemClockOffset?: number | undefined;
|
|
39
|
+
signingRegion?: string | undefined;
|
|
40
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
41
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
42
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { AppFabricClientConfig } from "./AppFabricClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
apiVersion: string;
|
|
21
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
22
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
|
+
disableHostPrefix: boolean;
|
|
27
|
+
serviceId: string;
|
|
28
|
+
logger: import("@aws-sdk/types").Logger;
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
33
|
+
tls?: boolean | undefined;
|
|
34
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
35
|
+
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
36
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
37
|
+
signingEscapePath?: boolean | undefined;
|
|
38
|
+
systemClockOffset?: number | undefined;
|
|
39
|
+
signingRegion?: string | undefined;
|
|
40
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
41
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
42
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { AppFabricClientConfig } from "./AppFabricClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
apiVersion: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
17
|
+
disableHostPrefix: boolean;
|
|
18
|
+
serviceId: string;
|
|
19
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
21
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
22
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
23
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
24
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
25
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
|
+
logger: import("@aws-sdk/types").Logger;
|
|
27
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").EndpointV2 | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@smithy/types").Provider<import("@smithy/types").Endpoint>) | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
|
+
tls?: boolean | undefined;
|
|
33
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
34
|
+
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
35
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
36
|
+
signingEscapePath?: boolean | undefined;
|
|
37
|
+
systemClockOffset?: number | undefined;
|
|
38
|
+
signingRegion?: string | undefined;
|
|
39
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
40
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
41
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AppFabricClientConfig } from "./AppFabricClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
6
|
+
apiVersion: string;
|
|
7
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
9
|
+
disableHostPrefix: boolean;
|
|
10
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
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
|
+
};
|