@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { GetIngestionRequest, GetIngestionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetIngestionCommandInput extends GetIngestionRequest {
|
|
|
22
19
|
export interface GetIngestionCommandOutput extends GetIngestionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetIngestionCommand_base: {
|
|
25
|
-
new (input: GetIngestionCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionCommandInput, GetIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetIngestionCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionCommandInput, GetIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetIngestionCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionCommandInput, GetIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetIngestionCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionCommandInput, GetIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an ingestion.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { GetIngestionDestinationRequest, GetIngestionDestinationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetIngestionDestinationCommandInput extends GetIngestionDestina
|
|
|
22
19
|
export interface GetIngestionDestinationCommandOutput extends GetIngestionDestinationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetIngestionDestinationCommand_base: {
|
|
25
|
-
new (input: GetIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestionDestinationCommandInput, GetIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an ingestion destination.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { ListAppAuthorizationsRequest, ListAppAuthorizationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAppAuthorizationsCommandInput extends ListAppAuthorizations
|
|
|
22
19
|
export interface ListAppAuthorizationsCommandOutput extends ListAppAuthorizationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAppAuthorizationsCommand_base: {
|
|
25
|
-
new (input: ListAppAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAppAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAppAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAppAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<ListAppAuthorizationsCommandInput, ListAppAuthorizationsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all app authorizations configured for an app bundle.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { ListAppBundlesRequest, ListAppBundlesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAppBundlesCommandInput extends ListAppBundlesRequest {
|
|
|
22
19
|
export interface ListAppBundlesCommandOutput extends ListAppBundlesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAppBundlesCommand_base: {
|
|
25
|
-
new (input: ListAppBundlesCommandInput): import("@smithy/core/client").CommandImpl<ListAppBundlesCommandInput, ListAppBundlesCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListAppBundlesCommandInput]): import("@smithy/core/client").CommandImpl<ListAppBundlesCommandInput, ListAppBundlesCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAppBundlesCommandInput): import("@smithy/core/client").CommandImpl<ListAppBundlesCommandInput, ListAppBundlesCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAppBundlesCommandInput]): import("@smithy/core/client").CommandImpl<ListAppBundlesCommandInput, ListAppBundlesCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of app bundles.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { ListIngestionDestinationsRequest, ListIngestionDestinationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListIngestionDestinationsCommandInput extends ListIngestionDest
|
|
|
22
19
|
export interface ListIngestionDestinationsCommandOutput extends ListIngestionDestinationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListIngestionDestinationsCommand_base: {
|
|
25
|
-
new (input: ListIngestionDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListIngestionDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListIngestionDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListIngestionDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionDestinationsCommandInput, ListIngestionDestinationsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all ingestion destinations configured for an ingestion.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListIngestionsCommandInput extends ListIngestionsRequest {
|
|
|
22
19
|
export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListIngestionsCommand_base: {
|
|
25
|
-
new (input: ListIngestionsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListIngestionsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListIngestionsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListIngestionsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all ingestions configured for an app bundle.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of tags for a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { StartIngestionRequest, StartIngestionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartIngestionCommandInput extends StartIngestionRequest {
|
|
|
22
19
|
export interface StartIngestionCommandOutput extends StartIngestionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartIngestionCommand_base: {
|
|
25
|
-
new (input: StartIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts (enables) an ingestion, which collects data from an application.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { StartUserAccessTasksRequest, StartUserAccessTasksResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartUserAccessTasksCommandInput extends StartUserAccessTasksRe
|
|
|
22
19
|
export interface StartUserAccessTasksCommandOutput extends StartUserAccessTasksResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartUserAccessTasksCommand_base: {
|
|
25
|
-
new (input: StartUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartUserAccessTasksCommandInput): import("@smithy/core/client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts the tasks to search user access status for a specific email address.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { StopIngestionRequest, StopIngestionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopIngestionCommandInput extends StopIngestionRequest {
|
|
|
22
19
|
export interface StopIngestionCommandOutput extends StopIngestionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopIngestionCommand_base: {
|
|
25
|
-
new (input: StopIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops (disables) an ingestion.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes a tag or tags from a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { UpdateAppAuthorizationRequest, UpdateAppAuthorizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAppAuthorizationCommandInput extends UpdateAppAuthorizati
|
|
|
22
19
|
export interface UpdateAppAuthorizationCommandOutput extends UpdateAppAuthorizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAppAuthorizationCommand_base: {
|
|
25
|
-
new (input: UpdateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an app authorization within an app bundle, which allows AppFabric to connect to an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
2
|
import type { UpdateIngestionDestinationRequest, UpdateIngestionDestinationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateIngestionDestinationCommandInput extends UpdateIngestionD
|
|
|
22
19
|
export interface UpdateIngestionDestinationCommandOutput extends UpdateIngestionDestinationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateIngestionDestinationCommand_base: {
|
|
25
|
-
new (input: UpdateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, import("..").AppFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an ingestion destination, which specifies how an application's ingested data is
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
17
17
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
18
18
|
export type { AppFabricExtensionConfiguration } from "./extensionConfiguration";
|
|
19
19
|
export * from "./commands";
|
|
20
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
20
21
|
export * from "./schemas/schemas_0";
|
|
21
22
|
export * from "./pagination";
|
|
22
23
|
export * from "./models/enums";
|
|
@@ -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: {
|