@aws-sdk/client-appfabric 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +68 -69
- package/dist-cjs/models/AppFabricServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AppFabric.js +1 -1
- package/dist-es/AppFabricClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetUserAccessTasksCommand.js +2 -2
- package/dist-es/commands/ConnectAppAuthorizationCommand.js +2 -2
- package/dist-es/commands/CreateAppAuthorizationCommand.js +2 -2
- package/dist-es/commands/CreateAppBundleCommand.js +2 -2
- package/dist-es/commands/CreateIngestionCommand.js +2 -2
- package/dist-es/commands/CreateIngestionDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteAppAuthorizationCommand.js +2 -2
- package/dist-es/commands/DeleteAppBundleCommand.js +2 -2
- package/dist-es/commands/DeleteIngestionCommand.js +2 -2
- package/dist-es/commands/DeleteIngestionDestinationCommand.js +2 -2
- package/dist-es/commands/GetAppAuthorizationCommand.js +2 -2
- package/dist-es/commands/GetAppBundleCommand.js +2 -2
- package/dist-es/commands/GetIngestionCommand.js +2 -2
- package/dist-es/commands/GetIngestionDestinationCommand.js +2 -2
- package/dist-es/commands/ListAppAuthorizationsCommand.js +2 -2
- package/dist-es/commands/ListAppBundlesCommand.js +2 -2
- package/dist-es/commands/ListIngestionDestinationsCommand.js +2 -2
- package/dist-es/commands/ListIngestionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartIngestionCommand.js +2 -2
- package/dist-es/commands/StartUserAccessTasksCommand.js +2 -2
- package/dist-es/commands/StopIngestionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAppAuthorizationCommand.js +2 -2
- package/dist-es/commands/UpdateIngestionDestinationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AppFabricServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AppFabricClient.d.ts +5 -5
- package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +6 -4
- package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppBundleCommand.d.ts +6 -4
- package/dist-types/commands/CreateIngestionCommand.d.ts +6 -4
- package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppBundleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIngestionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +6 -4
- package/dist-types/commands/GetAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/commands/GetAppBundleCommand.d.ts +6 -4
- package/dist-types/commands/GetIngestionCommand.d.ts +6 -4
- package/dist-types/commands/GetIngestionDestinationCommand.d.ts +6 -4
- package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppBundlesCommand.d.ts +6 -4
- package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +6 -4
- package/dist-types/commands/ListIngestionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/StartIngestionCommand.d.ts +6 -4
- package/dist-types/commands/StartUserAccessTasksCommand.d.ts +6 -4
- package/dist-types/commands/StopIngestionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AppFabricServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AppFabricClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppFabricServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { DeleteAppBundleRequest, DeleteAppBundleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppBundleCommandInput extends DeleteAppBundleRequest {
|
|
|
22
22
|
export interface DeleteAppBundleCommandOutput extends DeleteAppBundleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppBundleCommand_base: {
|
|
25
|
-
new (input: DeleteAppBundleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppBundleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppBundleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppBundleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppBundleCommandInput, DeleteAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an app bundle. You must delete all associated app authorizations before you can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { DeleteIngestionRequest, DeleteIngestionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIngestionCommandInput extends DeleteIngestionRequest {
|
|
|
22
22
|
export interface DeleteIngestionCommandOutput extends DeleteIngestionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIngestionCommand_base: {
|
|
25
|
-
new (input: DeleteIngestionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIngestionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteIngestionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionCommandInput, DeleteIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteIngestionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionCommandInput, DeleteIngestionCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an ingestion. You must stop (disable) the ingestion and you must delete all
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { DeleteIngestionDestinationRequest, DeleteIngestionDestinationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIngestionDestinationCommandInput extends DeleteIngestionD
|
|
|
22
22
|
export interface DeleteIngestionDestinationCommandOutput extends DeleteIngestionDestinationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIngestionDestinationCommand_base: {
|
|
25
|
-
new (input: DeleteIngestionDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIngestionDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionDestinationCommandInput, DeleteIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteIngestionDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestionDestinationCommandInput, DeleteIngestionDestinationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an ingestion destination.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { GetAppAuthorizationRequest, GetAppAuthorizationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAppAuthorizationCommandInput extends GetAppAuthorizationRequ
|
|
|
22
22
|
export interface GetAppAuthorizationCommandOutput extends GetAppAuthorizationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAppAuthorizationCommand_base: {
|
|
25
|
-
new (input: GetAppAuthorizationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAppAuthorizationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<GetAppAuthorizationCommandInput, GetAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAppAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<GetAppAuthorizationCommandInput, GetAppAuthorizationCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an app authorization.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { GetAppBundleRequest, GetAppBundleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAppBundleCommandInput extends GetAppBundleRequest {
|
|
|
22
22
|
export interface GetAppBundleCommandOutput extends GetAppBundleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAppBundleCommand_base: {
|
|
25
|
-
new (input: GetAppBundleCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAppBundleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAppBundleCommandInput): import("@smithy/core/client").CommandImpl<GetAppBundleCommandInput, GetAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAppBundleCommandInput): import("@smithy/core/client").CommandImpl<GetAppBundleCommandInput, GetAppBundleCommandOutput, AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an app bundle.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { GetIngestionRequest, GetIngestionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIngestionCommandInput extends GetIngestionRequest {
|
|
|
22
22
|
export interface GetIngestionCommandOutput extends GetIngestionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIngestionCommand_base: {
|
|
25
|
-
new (input: GetIngestionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIngestionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an ingestion.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { GetIngestionDestinationRequest, GetIngestionDestinationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIngestionDestinationCommandInput extends GetIngestionDestina
|
|
|
22
22
|
export interface GetIngestionDestinationCommandOutput extends GetIngestionDestinationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIngestionDestinationCommand_base: {
|
|
25
|
-
new (input: GetIngestionDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIngestionDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an ingestion destination.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { ListAppAuthorizationsRequest, ListAppAuthorizationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAppAuthorizationsCommandInput extends ListAppAuthorizations
|
|
|
22
22
|
export interface ListAppAuthorizationsCommandOutput extends ListAppAuthorizationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAppAuthorizationsCommand_base: {
|
|
25
|
-
new (input: ListAppAuthorizationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAppAuthorizationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all app authorizations configured for an app bundle.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { ListAppBundlesRequest, ListAppBundlesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAppBundlesCommandInput extends ListAppBundlesRequest {
|
|
|
22
22
|
export interface ListAppBundlesCommandOutput extends ListAppBundlesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAppBundlesCommand_base: {
|
|
25
|
-
new (input: ListAppBundlesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAppBundlesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of app bundles.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { ListIngestionDestinationsRequest, ListIngestionDestinationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListIngestionDestinationsCommandInput extends ListIngestionDest
|
|
|
22
22
|
export interface ListIngestionDestinationsCommandOutput extends ListIngestionDestinationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIngestionDestinationsCommand_base: {
|
|
25
|
-
new (input: ListIngestionDestinationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListIngestionDestinationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all ingestion destinations configured for an ingestion.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListIngestionsCommandInput extends ListIngestionsRequest {
|
|
|
22
22
|
export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIngestionsCommand_base: {
|
|
25
|
-
new (input: ListIngestionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListIngestionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all ingestions configured for an app bundle.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of tags for a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { StartIngestionRequest, StartIngestionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartIngestionCommandInput extends StartIngestionRequest {
|
|
|
22
22
|
export interface StartIngestionCommandOutput extends StartIngestionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartIngestionCommand_base: {
|
|
25
|
-
new (input: StartIngestionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartIngestionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts (enables) an ingestion, which collects data from an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { StartUserAccessTasksRequest, StartUserAccessTasksResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartUserAccessTasksCommandInput extends StartUserAccessTasksRe
|
|
|
22
22
|
export interface StartUserAccessTasksCommandOutput extends StartUserAccessTasksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartUserAccessTasksCommand_base: {
|
|
25
|
-
new (input: StartUserAccessTasksCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartUserAccessTasksCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts the tasks to search user access status for a specific email address.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { StopIngestionRequest, StopIngestionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopIngestionCommandInput extends StopIngestionRequest {
|
|
|
22
22
|
export interface StopIngestionCommandOutput extends StopIngestionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopIngestionCommand_base: {
|
|
25
|
-
new (input: StopIngestionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopIngestionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops (disables) an ingestion.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a tag or tags from a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { UpdateAppAuthorizationRequest, UpdateAppAuthorizationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAppAuthorizationCommandInput extends UpdateAppAuthorizati
|
|
|
22
22
|
export interface UpdateAppAuthorizationCommandOutput extends UpdateAppAuthorizationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAppAuthorizationCommand_base: {
|
|
25
|
-
new (input: UpdateAppAuthorizationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAppAuthorizationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an app authorization within an app bundle, which allows AppFabric to connect to an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
4
|
import type { UpdateIngestionDestinationRequest, UpdateIngestionDestinationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateIngestionDestinationCommandInput extends UpdateIngestionD
|
|
|
22
22
|
export interface UpdateIngestionDestinationCommandOutput extends UpdateIngestionDestinationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateIngestionDestinationCommand_base: {
|
|
25
|
-
new (input: UpdateIngestionDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateIngestionDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an ingestion destination, which specifies how an application's ingested data is
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { AppFabricServiceException as __BaseException } from "./AppFabricServiceException";
|
|
3
3
|
import type { ValidationExceptionReason } from "./enums";
|
|
4
4
|
import type { ValidationExceptionField } from "./models_0";
|
|
@@ -5,13 +5,13 @@ import type { AppFabricClientConfig } from "./AppFabricClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { AppFabricClientConfig } from "./AppFabricClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { AppFabricClientConfig } from "./AppFabricClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppFabricClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchGetUserAccessTasksCommandOutput
|
|
|
19
19
|
declare const BatchGetUserAccessTasksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchGetUserAccessTasksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchGetUserAccessTasksCommandInput,
|
|
24
24
|
BatchGetUserAccessTasksCommandOutput,
|
|
25
25
|
AppFabricClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchGetUserAccessTasksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchGetUserAccessTasksCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchGetUserAccessTasksCommandInput,
|
|
33
33
|
BatchGetUserAccessTasksCommandOutput,
|
|
34
34
|
AppFabricClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchGetUserAccessTasksCommand extends BatchGetUserAccessTasksCommand_base {
|
|
41
43
|
protected static __types: {
|