@aws-sdk/client-appfabric 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +37 -265
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetUserAccessTasksCommand.js +2 -14
- package/dist-es/commands/ConnectAppAuthorizationCommand.js +2 -14
- package/dist-es/commands/CreateAppAuthorizationCommand.js +2 -14
- package/dist-es/commands/CreateAppBundleCommand.js +2 -14
- package/dist-es/commands/CreateIngestionCommand.js +2 -14
- package/dist-es/commands/CreateIngestionDestinationCommand.js +2 -14
- package/dist-es/commands/DeleteAppAuthorizationCommand.js +2 -14
- package/dist-es/commands/DeleteAppBundleCommand.js +2 -14
- package/dist-es/commands/DeleteIngestionCommand.js +2 -14
- package/dist-es/commands/DeleteIngestionDestinationCommand.js +2 -14
- package/dist-es/commands/GetAppAuthorizationCommand.js +2 -14
- package/dist-es/commands/GetAppBundleCommand.js +2 -14
- package/dist-es/commands/GetIngestionCommand.js +2 -14
- package/dist-es/commands/GetIngestionDestinationCommand.js +2 -14
- package/dist-es/commands/ListAppAuthorizationsCommand.js +2 -14
- package/dist-es/commands/ListAppBundlesCommand.js +2 -14
- package/dist-es/commands/ListIngestionDestinationsCommand.js +2 -14
- package/dist-es/commands/ListIngestionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartIngestionCommand.js +2 -14
- package/dist-es/commands/StartUserAccessTasksCommand.js +2 -14
- package/dist-es/commands/StopIngestionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAppAuthorizationCommand.js +2 -14
- package/dist-es/commands/UpdateIngestionDestinationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +3 -8
- package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppBundleCommand.d.ts +3 -8
- package/dist-types/commands/CreateIngestionCommand.d.ts +3 -8
- package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppBundleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIngestionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +3 -8
- package/dist-types/commands/GetAppAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/GetAppBundleCommand.d.ts +3 -8
- package/dist-types/commands/GetIngestionCommand.d.ts +3 -8
- package/dist-types/commands/GetIngestionDestinationCommand.d.ts +3 -8
- package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppBundlesCommand.d.ts +3 -8
- package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +3 -8
- package/dist-types/commands/ListIngestionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartIngestionCommand.d.ts +3 -8
- package/dist-types/commands/StartUserAccessTasksCommand.d.ts +3 -8
- package/dist-types/commands/StopIngestionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AppFabricClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./AppFabricClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
AppFabricClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
AppFabricClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchGetUserAccessTasksRequest,
|
|
10
4
|
BatchGetUserAccessTasksResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchGetUserAccessTasksCommandInput
|
|
15
8
|
extends BatchGetUserAccessTasksRequest {}
|
|
16
9
|
export interface BatchGetUserAccessTasksCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchGetUserAccessTasksCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchGetUserAccessTasksCommandInput,
|
|
24
17
|
BatchGetUserAccessTasksCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchGetUserAccessTasksCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchGetUserAccessTasksCommandInput,
|
|
33
26
|
BatchGetUserAccessTasksCommandOutput,
|
|
34
|
-
AppFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppFabricClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchGetUserAccessTasksCommand extends BatchGetUserAccessTasksCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
ConnectAppAuthorizationRequest,
|
|
10
4
|
ConnectAppAuthorizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ConnectAppAuthorizationCommandInput
|
|
15
8
|
extends ConnectAppAuthorizationRequest {}
|
|
16
9
|
export interface ConnectAppAuthorizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ConnectAppAuthorizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ConnectAppAuthorizationCommandInput,
|
|
24
17
|
ConnectAppAuthorizationCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ConnectAppAuthorizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ConnectAppAuthorizationCommandInput,
|
|
33
26
|
ConnectAppAuthorizationCommandOutput,
|
|
34
|
-
AppFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppFabricClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ConnectAppAuthorizationCommand extends ConnectAppAuthorizationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateAppAuthorizationRequest,
|
|
10
4
|
CreateAppAuthorizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateAppAuthorizationCommandInput
|
|
15
8
|
extends CreateAppAuthorizationRequest {}
|
|
16
9
|
export interface CreateAppAuthorizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateAppAuthorizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateAppAuthorizationCommandInput,
|
|
24
17
|
CreateAppAuthorizationCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateAppAuthorizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateAppAuthorizationCommandInput,
|
|
33
26
|
CreateAppAuthorizationCommandOutput,
|
|
34
|
-
AppFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppFabricClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateAppAuthorizationCommand extends CreateAppAuthorizationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateAppBundleRequest,
|
|
10
4
|
CreateAppBundleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateAppBundleCommandInput extends CreateAppBundleRequest {}
|
|
15
8
|
export interface CreateAppBundleCommandOutput
|
|
16
9
|
extends CreateAppBundleResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateAppBundleCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateAppBundleCommandInput,
|
|
23
16
|
CreateAppBundleCommandOutput,
|
|
24
|
-
AppFabricClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppFabricClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [CreateAppBundleCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateAppBundleCommandInput,
|
|
32
25
|
CreateAppBundleCommandOutput,
|
|
33
|
-
AppFabricClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AppFabricClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateAppBundleCommand extends CreateAppBundleCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateIngestionRequest,
|
|
10
4
|
CreateIngestionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIngestionCommandInput extends CreateIngestionRequest {}
|
|
15
8
|
export interface CreateIngestionCommandOutput
|
|
16
9
|
extends CreateIngestionResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateIngestionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateIngestionCommandInput,
|
|
23
16
|
CreateIngestionCommandOutput,
|
|
24
|
-
AppFabricClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppFabricClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateIngestionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateIngestionCommandInput,
|
|
32
25
|
CreateIngestionCommandOutput,
|
|
33
|
-
AppFabricClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AppFabricClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateIngestionCommand extends CreateIngestionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateIngestionDestinationRequest,
|
|
10
4
|
CreateIngestionDestinationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIngestionDestinationCommandInput
|
|
15
8
|
extends CreateIngestionDestinationRequest {}
|
|
16
9
|
export interface CreateIngestionDestinationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateIngestionDestinationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateIngestionDestinationCommandInput,
|
|
24
17
|
CreateIngestionDestinationCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateIngestionDestinationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateIngestionDestinationCommandInput,
|
|
33
26
|
CreateIngestionDestinationCommandOutput,
|
|
34
|
-
AppFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppFabricClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateIngestionDestinationCommand extends CreateIngestionDestinationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAppAuthorizationRequest,
|
|
10
4
|
DeleteAppAuthorizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteAppAuthorizationCommandInput
|
|
15
8
|
extends DeleteAppAuthorizationRequest {}
|
|
16
9
|
export interface DeleteAppAuthorizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteAppAuthorizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteAppAuthorizationCommandInput,
|
|
24
17
|
DeleteAppAuthorizationCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteAppAuthorizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteAppAuthorizationCommandInput,
|
|
33
26
|
DeleteAppAuthorizationCommandOutput,
|
|
34
|
-
AppFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppFabricClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteAppAuthorizationCommand extends DeleteAppAuthorizationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAppBundleRequest,
|
|
10
4
|
DeleteAppBundleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteAppBundleCommandInput extends DeleteAppBundleRequest {}
|
|
15
8
|
export interface DeleteAppBundleCommandOutput
|
|
16
9
|
extends DeleteAppBundleResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteAppBundleCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteAppBundleCommandInput,
|
|
23
16
|
DeleteAppBundleCommandOutput,
|
|
24
|
-
AppFabricClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppFabricClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteAppBundleCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteAppBundleCommandInput,
|
|
32
25
|
DeleteAppBundleCommandOutput,
|
|
33
|
-
AppFabricClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AppFabricClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteAppBundleCommand extends DeleteAppBundleCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIngestionRequest,
|
|
10
4
|
DeleteIngestionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIngestionCommandInput extends DeleteIngestionRequest {}
|
|
15
8
|
export interface DeleteIngestionCommandOutput
|
|
16
9
|
extends DeleteIngestionResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteIngestionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteIngestionCommandInput,
|
|
23
16
|
DeleteIngestionCommandOutput,
|
|
24
|
-
AppFabricClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppFabricClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteIngestionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteIngestionCommandInput,
|
|
32
25
|
DeleteIngestionCommandOutput,
|
|
33
|
-
AppFabricClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AppFabricClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteIngestionCommand extends DeleteIngestionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIngestionDestinationRequest,
|
|
10
4
|
DeleteIngestionDestinationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIngestionDestinationCommandInput
|
|
15
8
|
extends DeleteIngestionDestinationRequest {}
|
|
16
9
|
export interface DeleteIngestionDestinationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteIngestionDestinationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteIngestionDestinationCommandInput,
|
|
24
17
|
DeleteIngestionDestinationCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteIngestionDestinationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteIngestionDestinationCommandInput,
|
|
33
26
|
DeleteIngestionDestinationCommandOutput,
|
|
34
|
-
AppFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppFabricClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteIngestionDestinationCommand extends DeleteIngestionDestinationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import {
|
|
9
3
|
GetAppAuthorizationRequest,
|
|
10
4
|
GetAppAuthorizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAppAuthorizationCommandInput
|
|
15
8
|
extends GetAppAuthorizationRequest {}
|
|
16
9
|
export interface GetAppAuthorizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAppAuthorizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAppAuthorizationCommandInput,
|
|
24
17
|
GetAppAuthorizationCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetAppAuthorizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAppAuthorizationCommandInput,
|
|
33
26
|
GetAppAuthorizationCommandOutput,
|
|
34
|
-
AppFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppFabricClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetAppAuthorizationCommand extends GetAppAuthorizationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import { GetAppBundleRequest, GetAppBundleResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetAppBundleCommandInput extends GetAppBundleRequest {}
|
|
12
5
|
export interface GetAppBundleCommandOutput
|
|
13
6
|
extends GetAppBundleResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetAppBundleCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetAppBundleCommandInput,
|
|
20
13
|
GetAppBundleCommandOutput,
|
|
21
|
-
AppFabricClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppFabricClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetAppBundleCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetAppBundleCommandInput,
|
|
29
22
|
GetAppBundleCommandOutput,
|
|
30
|
-
AppFabricClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppFabricClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetAppBundleCommand extends GetAppBundleCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppFabricClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppFabricClient";
|
|
8
2
|
import { GetIngestionRequest, GetIngestionResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetIngestionCommandInput extends GetIngestionRequest {}
|
|
12
5
|
export interface GetIngestionCommandOutput
|
|
13
6
|
extends GetIngestionResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetIngestionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetIngestionCommandInput,
|
|
20
13
|
GetIngestionCommandOutput,
|
|
21
|
-
AppFabricClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppFabricClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetIngestionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetIngestionCommandInput,
|
|
29
22
|
GetIngestionCommandOutput,
|
|
30
|
-
AppFabricClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppFabricClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetIngestionCommand extends GetIngestionCommand_base {
|
|
39
30
|
protected static __types: {
|