@aws-sdk/client-appfabric 3.478.0 → 3.484.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/commands/BatchGetUserAccessTasksCommand.js +18 -41
- package/dist-cjs/commands/ConnectAppAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/CreateAppAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/CreateAppBundleCommand.js +18 -41
- package/dist-cjs/commands/CreateIngestionCommand.js +18 -41
- package/dist-cjs/commands/CreateIngestionDestinationCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppBundleCommand.js +18 -41
- package/dist-cjs/commands/DeleteIngestionCommand.js +18 -41
- package/dist-cjs/commands/DeleteIngestionDestinationCommand.js +18 -41
- package/dist-cjs/commands/GetAppAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/GetAppBundleCommand.js +18 -41
- package/dist-cjs/commands/GetIngestionCommand.js +18 -41
- package/dist-cjs/commands/GetIngestionDestinationCommand.js +18 -41
- package/dist-cjs/commands/ListAppAuthorizationsCommand.js +18 -41
- package/dist-cjs/commands/ListAppBundlesCommand.js +18 -41
- package/dist-cjs/commands/ListIngestionDestinationsCommand.js +18 -41
- package/dist-cjs/commands/ListIngestionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartIngestionCommand.js +18 -41
- package/dist-cjs/commands/StartUserAccessTasksCommand.js +18 -41
- package/dist-cjs/commands/StopIngestionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/UpdateIngestionDestinationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BatchGetUserAccessTasksCommand.js +18 -41
- package/dist-es/commands/ConnectAppAuthorizationCommand.js +18 -41
- package/dist-es/commands/CreateAppAuthorizationCommand.js +18 -41
- package/dist-es/commands/CreateAppBundleCommand.js +18 -41
- package/dist-es/commands/CreateIngestionCommand.js +18 -41
- package/dist-es/commands/CreateIngestionDestinationCommand.js +18 -41
- package/dist-es/commands/DeleteAppAuthorizationCommand.js +18 -41
- package/dist-es/commands/DeleteAppBundleCommand.js +18 -41
- package/dist-es/commands/DeleteIngestionCommand.js +18 -41
- package/dist-es/commands/DeleteIngestionDestinationCommand.js +18 -41
- package/dist-es/commands/GetAppAuthorizationCommand.js +18 -41
- package/dist-es/commands/GetAppBundleCommand.js +18 -41
- package/dist-es/commands/GetIngestionCommand.js +18 -41
- package/dist-es/commands/GetIngestionDestinationCommand.js +18 -41
- package/dist-es/commands/ListAppAuthorizationsCommand.js +18 -41
- package/dist-es/commands/ListAppBundlesCommand.js +18 -41
- package/dist-es/commands/ListIngestionDestinationsCommand.js +18 -41
- package/dist-es/commands/ListIngestionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartIngestionCommand.js +18 -41
- package/dist-es/commands/StartUserAccessTasksCommand.js +18 -41
- package/dist-es/commands/StopIngestionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAppAuthorizationCommand.js +18 -41
- package/dist-es/commands/UpdateIngestionDestinationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +6 -21
- package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppBundleCommand.d.ts +6 -21
- package/dist-types/commands/CreateIngestionCommand.d.ts +6 -21
- package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppBundleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIngestionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +6 -21
- package/dist-types/commands/GetAppAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/GetAppBundleCommand.d.ts +6 -21
- package/dist-types/commands/GetIngestionCommand.d.ts +6 -21
- package/dist-types/commands/GetIngestionDestinationCommand.d.ts +6 -21
- package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppBundlesCommand.d.ts +6 -21
- package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +6 -21
- package/dist-types/commands/ListIngestionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartIngestionCommand.d.ts +6 -21
- package/dist-types/commands/StartUserAccessTasksCommand.d.ts +6 -21
- package/dist-types/commands/StopIngestionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListIngestionsCommandInput extends ListIngestionsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListIngestionsCommand_base: {
|
|
24
|
+
new (input: ListIngestionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIngestionsCommandInput, ListIngestionsCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all ingestions configured for an app bundle.</p>
|
|
@@ -77,23 +80,5 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListIngestionsCommand extends
|
|
81
|
-
readonly input: ListIngestionsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListIngestionsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIngestionsCommandInput, ListIngestionsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListIngestionsCommand extends ListIngestionsCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of tags for a resource.</p>
|
|
@@ -72,23 +75,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListTagsForResourceCommand extends
|
|
76
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { StartIngestionRequest, StartIngestionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartIngestionCommandInput extends StartIngestionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartIngestionCommandOutput extends StartIngestionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartIngestionCommand_base: {
|
|
24
|
+
new (input: StartIngestionCommandInput): import("@smithy/smithy-client").CommandImpl<StartIngestionCommandInput, StartIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts (enables) an ingestion, which collects data from an application.</p>
|
|
@@ -69,23 +72,5 @@ export interface StartIngestionCommandOutput extends StartIngestionResponse, __M
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class StartIngestionCommand extends
|
|
73
|
-
readonly input: StartIngestionCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: StartIngestionCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartIngestionCommandInput, StartIngestionCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class StartIngestionCommand extends StartIngestionCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { StartUserAccessTasksRequest, StartUserAccessTasksResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartUserAccessTasksCommandInput extends StartUserAccessTasksRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartUserAccessTasksCommandOutput extends StartUserAccessTasksResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartUserAccessTasksCommand_base: {
|
|
24
|
+
new (input: StartUserAccessTasksCommandInput): import("@smithy/smithy-client").CommandImpl<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts the tasks to search user access status for a specific email address.</p>
|
|
@@ -80,23 +83,5 @@ export interface StartUserAccessTasksCommandOutput extends StartUserAccessTasksR
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class StartUserAccessTasksCommand extends
|
|
84
|
-
readonly input: StartUserAccessTasksCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: StartUserAccessTasksCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartUserAccessTasksCommandInput, StartUserAccessTasksCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class StartUserAccessTasksCommand extends StartUserAccessTasksCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { StopIngestionRequest, StopIngestionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopIngestionCommandInput extends StopIngestionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopIngestionCommandOutput extends StopIngestionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopIngestionCommand_base: {
|
|
24
|
+
new (input: StopIngestionCommandInput): import("@smithy/smithy-client").CommandImpl<StopIngestionCommandInput, StopIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops (disables) an ingestion.</p>
|
|
@@ -69,23 +72,5 @@ export interface StopIngestionCommandOutput extends StopIngestionResponse, __Met
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class StopIngestionCommand extends
|
|
73
|
-
readonly input: StopIngestionCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: StopIngestionCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopIngestionCommandInput, StopIngestionCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class StopIngestionCommand extends StopIngestionCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
|
|
@@ -71,23 +74,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class TagResourceCommand extends
|
|
75
|
-
readonly input: TagResourceCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: TagResourceCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes a tag or tags from a resource.</p>
|
|
@@ -68,23 +71,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class UntagResourceCommand extends
|
|
72
|
-
readonly input: UntagResourceCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: UntagResourceCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { UpdateAppAuthorizationRequest, UpdateAppAuthorizationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateAppAuthorizationCommandInput extends UpdateAppAuthorizati
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateAppAuthorizationCommandOutput extends UpdateAppAuthorizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateAppAuthorizationCommand_base: {
|
|
24
|
+
new (input: UpdateAppAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an app authorization within an app bundle, which allows AppFabric to connect to an
|
|
@@ -98,23 +101,5 @@ export interface UpdateAppAuthorizationCommandOutput extends UpdateAppAuthorizat
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class UpdateAppAuthorizationCommand extends
|
|
102
|
-
readonly input: UpdateAppAuthorizationCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: UpdateAppAuthorizationCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class UpdateAppAuthorizationCommand extends UpdateAppAuthorizationCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
5
4
|
import { UpdateIngestionDestinationRequest, UpdateIngestionDestinationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateIngestionDestinationCommandInput extends UpdateIngestionD
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateIngestionDestinationCommandOutput extends UpdateIngestionDestinationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateIngestionDestinationCommand_base: {
|
|
24
|
+
new (input: UpdateIngestionDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an ingestion destination, which specifies how an application's ingested data is
|
|
@@ -115,23 +118,5 @@ export interface UpdateIngestionDestinationCommandOutput extends UpdateIngestion
|
|
|
115
118
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
118
|
-
export declare class UpdateIngestionDestinationCommand extends
|
|
119
|
-
readonly input: UpdateIngestionDestinationCommandInput;
|
|
120
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
-
/**
|
|
122
|
-
* @public
|
|
123
|
-
*/
|
|
124
|
-
constructor(input: UpdateIngestionDestinationCommandInput);
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppFabricClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private serialize;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private deserialize;
|
|
121
|
+
export declare class UpdateIngestionDestinationCommand extends UpdateIngestionDestinationCommand_base {
|
|
137
122
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppFabricClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface BatchGetUserAccessTasksCommandInput
|
|
|
21
15
|
export interface BatchGetUserAccessTasksCommandOutput
|
|
22
16
|
extends BatchGetUserAccessTasksResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: BatchGetUserAccessTasksCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: BatchGetUserAccessTasksCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AppFabricClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const BatchGetUserAccessTasksCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: BatchGetUserAccessTasksCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
BatchGetUserAccessTasksCommandInput,
|
|
38
|
-
BatchGetUserAccessTasksCommandOutput
|
|
23
|
+
BatchGetUserAccessTasksCommandOutput,
|
|
24
|
+
AppFabricClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class BatchGetUserAccessTasksCommand extends BatchGetUserAccessTasksCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppFabricClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ConnectAppAuthorizationCommandInput
|
|
|
21
15
|
export interface ConnectAppAuthorizationCommandOutput
|
|
22
16
|
extends ConnectAppAuthorizationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ConnectAppAuthorizationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ConnectAppAuthorizationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AppFabricClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ConnectAppAuthorizationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ConnectAppAuthorizationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ConnectAppAuthorizationCommandInput,
|
|
38
|
-
ConnectAppAuthorizationCommandOutput
|
|
23
|
+
ConnectAppAuthorizationCommandOutput,
|
|
24
|
+
AppFabricClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ConnectAppAuthorizationCommand extends ConnectAppAuthorizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppFabricClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateAppAuthorizationCommandInput
|
|
|
21
15
|
export interface CreateAppAuthorizationCommandOutput
|
|
22
16
|
extends CreateAppAuthorizationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateAppAuthorizationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateAppAuthorizationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AppFabricClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateAppAuthorizationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateAppAuthorizationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateAppAuthorizationCommandInput,
|
|
38
|
-
CreateAppAuthorizationCommandOutput
|
|
23
|
+
CreateAppAuthorizationCommandOutput,
|
|
24
|
+
AppFabricClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateAppAuthorizationCommand extends CreateAppAuthorizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppFabricClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateAppBundleCommandInput extends CreateAppBundleRequest {}
|
|
|
20
14
|
export interface CreateAppBundleCommandOutput
|
|
21
15
|
extends CreateAppBundleResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateAppBundleCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateAppBundleCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateAppBundleCommandInput,
|
|
22
|
+
CreateAppBundleCommandOutput,
|
|
23
|
+
AppFabricClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateAppBundleCommand extends CreateAppBundleCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppFabricClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateIngestionCommandInput extends CreateIngestionRequest {}
|
|
|
20
14
|
export interface CreateIngestionCommandOutput
|
|
21
15
|
extends CreateIngestionResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateIngestionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateIngestionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateIngestionCommandInput,
|
|
22
|
+
CreateIngestionCommandOutput,
|
|
23
|
+
AppFabricClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateIngestionCommand extends CreateIngestionCommand_base {}
|