@aws-sdk/client-appfabric 3.1077.0 → 3.1079.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 +34 -263
- 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-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/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/package.json +8 -8
|
@@ -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: {
|
|
@@ -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
|
GetIngestionDestinationRequest,
|
|
10
4
|
GetIngestionDestinationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetIngestionDestinationCommandInput
|
|
15
8
|
extends GetIngestionDestinationRequest {}
|
|
16
9
|
export interface GetIngestionDestinationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetIngestionDestinationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetIngestionDestinationCommandInput,
|
|
24
17
|
GetIngestionDestinationCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetIngestionDestinationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetIngestionDestinationCommandInput,
|
|
33
26
|
GetIngestionDestinationCommandOutput,
|
|
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 GetIngestionDestinationCommand extends GetIngestionDestinationCommand_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
|
ListAppAuthorizationsRequest,
|
|
10
4
|
ListAppAuthorizationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAppAuthorizationsCommandInput
|
|
15
8
|
extends ListAppAuthorizationsRequest {}
|
|
16
9
|
export interface ListAppAuthorizationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAppAuthorizationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAppAuthorizationsCommandInput,
|
|
24
17
|
ListAppAuthorizationsCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAppAuthorizationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAppAuthorizationsCommandInput,
|
|
33
26
|
ListAppAuthorizationsCommandOutput,
|
|
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 ListAppAuthorizationsCommand extends ListAppAuthorizationsCommand_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
|
ListAppBundlesRequest,
|
|
10
4
|
ListAppBundlesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAppBundlesCommandInput extends ListAppBundlesRequest {}
|
|
15
8
|
export interface ListAppBundlesCommandOutput
|
|
16
9
|
extends ListAppBundlesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListAppBundlesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListAppBundlesCommandInput,
|
|
23
16
|
ListAppBundlesCommandOutput,
|
|
24
|
-
AppFabricClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppFabricClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListAppBundlesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListAppBundlesCommandInput,
|
|
32
25
|
ListAppBundlesCommandOutput,
|
|
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 ListAppBundlesCommand extends ListAppBundlesCommand_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
|
ListIngestionDestinationsRequest,
|
|
10
4
|
ListIngestionDestinationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListIngestionDestinationsCommandInput
|
|
15
8
|
extends ListIngestionDestinationsRequest {}
|
|
16
9
|
export interface ListIngestionDestinationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListIngestionDestinationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListIngestionDestinationsCommandInput,
|
|
24
17
|
ListIngestionDestinationsCommandOutput,
|
|
25
|
-
AppFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListIngestionDestinationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListIngestionDestinationsCommandInput,
|
|
33
26
|
ListIngestionDestinationsCommandOutput,
|
|
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 ListIngestionDestinationsCommand extends ListIngestionDestinationsCommand_base {
|
|
43
34
|
protected static __types: {
|