@aws-sdk/client-elementalinference 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/ElementalInference.d.ts +57 -81
- package/dist-types/ts3.4/ElementalInferenceClient.d.ts +11 -39
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateFeedCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDictionaryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFeedCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDictionaryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFeedCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisassociateFeedCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExportDictionaryEntriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDictionaryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetFeedCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListDictionariesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFeedsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateDictionaryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFeedCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListFeedsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/waiters/waitForFeedDeleted.d.ts +4 -9
- package/package.json +39 -39
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDictionaryRequest,
|
|
4
|
-
DeleteDictionaryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDictionaryRequest, DeleteDictionaryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDictionaryCommandInput extends DeleteDictionaryRequest {}
|
|
8
|
-
export interface DeleteDictionaryCommandOutput
|
|
9
|
-
extends DeleteDictionaryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDictionaryCommandOutput extends DeleteDictionaryResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDictionaryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDictionaryCommandInput
|
|
8
|
+
input: DeleteDictionaryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDictionaryCommandInput,
|
|
16
11
|
DeleteDictionaryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDictionaryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDictionaryCommandInput
|
|
17
|
+
input: DeleteDictionaryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDictionaryCommandInput,
|
|
25
20
|
DeleteDictionaryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteFeedRequest, DeleteFeedResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteFeedCommandInput extends DeleteFeedRequest {}
|
|
5
|
-
export interface DeleteFeedCommandOutput
|
|
6
|
-
extends DeleteFeedResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteFeedCommandOutput extends DeleteFeedResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteFeedCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteFeedCommandInput
|
|
8
|
+
input: DeleteFeedCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteFeedCommandInput,
|
|
13
11
|
DeleteFeedCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteFeedCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteFeedCommandInput
|
|
17
|
+
input: DeleteFeedCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteFeedCommandInput,
|
|
22
20
|
DeleteFeedCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DisassociateFeedRequest,
|
|
4
|
-
DisassociateFeedResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DisassociateFeedRequest, DisassociateFeedResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DisassociateFeedCommandInput extends DisassociateFeedRequest {}
|
|
8
|
-
export interface DisassociateFeedCommandOutput
|
|
9
|
-
extends DisassociateFeedResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DisassociateFeedCommandOutput extends DisassociateFeedResponse, __MetadataBearer {}
|
|
11
6
|
declare const DisassociateFeedCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DisassociateFeedCommandInput
|
|
8
|
+
input: DisassociateFeedCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DisassociateFeedCommandInput,
|
|
16
11
|
DisassociateFeedCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DisassociateFeedCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DisassociateFeedCommandInput
|
|
17
|
+
input: DisassociateFeedCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DisassociateFeedCommandInput,
|
|
25
20
|
DisassociateFeedCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ExportDictionaryEntriesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ExportDictionaryEntriesCommandInput
|
|
8
|
-
extends ExportDictionaryEntriesRequest {}
|
|
7
|
+
export interface ExportDictionaryEntriesCommandInput extends ExportDictionaryEntriesRequest {}
|
|
9
8
|
export interface ExportDictionaryEntriesCommandOutput
|
|
10
|
-
extends ExportDictionaryEntriesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ExportDictionaryEntriesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ExportDictionaryEntriesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ExportDictionaryEntriesCommandInput
|
|
12
|
+
input: ExportDictionaryEntriesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ExportDictionaryEntriesCommandInput,
|
|
17
15
|
ExportDictionaryEntriesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ExportDictionaryEntriesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ExportDictionaryEntriesCommandInput
|
|
21
|
+
input: ExportDictionaryEntriesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ExportDictionaryEntriesCommandInput,
|
|
26
24
|
ExportDictionaryEntriesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDictionaryRequest,
|
|
4
|
-
GetDictionaryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDictionaryRequest, GetDictionaryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetDictionaryCommandInput extends GetDictionaryRequest {}
|
|
8
|
-
export interface GetDictionaryCommandOutput
|
|
9
|
-
extends GetDictionaryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDictionaryCommandOutput extends GetDictionaryResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetDictionaryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetDictionaryCommandInput
|
|
8
|
+
input: GetDictionaryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetDictionaryCommandInput,
|
|
16
11
|
GetDictionaryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetDictionaryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetDictionaryCommandInput
|
|
17
|
+
input: GetDictionaryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetDictionaryCommandInput,
|
|
25
20
|
GetDictionaryCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetFeedRequest, GetFeedResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetFeedCommandInput extends GetFeedRequest {}
|
|
5
|
-
export interface GetFeedCommandOutput
|
|
6
|
-
extends GetFeedResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetFeedCommandOutput extends GetFeedResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetFeedCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetFeedCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetFeedCommandInput,
|
|
11
11
|
GetFeedCommandOutput,
|
|
12
12
|
import("..").ElementalInferenceClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetFeedCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetFeedCommandInput,
|
|
18
20
|
GetFeedCommandOutput,
|
|
19
21
|
import("..").ElementalInferenceClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDictionariesRequest,
|
|
4
|
-
ListDictionariesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDictionariesRequest, ListDictionariesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDictionariesCommandInput extends ListDictionariesRequest {}
|
|
8
|
-
export interface ListDictionariesCommandOutput
|
|
9
|
-
extends ListDictionariesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDictionariesCommandOutput extends ListDictionariesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDictionariesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDictionariesCommandInput
|
|
8
|
+
input: ListDictionariesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDictionariesCommandInput,
|
|
16
11
|
ListDictionariesCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListFeedsRequest, ListFeedsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListFeedsCommandInput extends ListFeedsRequest {}
|
|
5
|
-
export interface ListFeedsCommandOutput
|
|
6
|
-
extends ListFeedsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListFeedsCommandOutput extends ListFeedsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListFeedsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListFeedsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListFeedsCommandInput,
|
|
11
11
|
ListFeedsCommandOutput,
|
|
12
12
|
import("..").ElementalInferenceClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDictionaryRequest,
|
|
4
|
-
UpdateDictionaryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDictionaryRequest, UpdateDictionaryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDictionaryCommandInput extends UpdateDictionaryRequest {}
|
|
8
|
-
export interface UpdateDictionaryCommandOutput
|
|
9
|
-
extends UpdateDictionaryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDictionaryCommandOutput extends UpdateDictionaryResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDictionaryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDictionaryCommandInput
|
|
8
|
+
input: UpdateDictionaryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDictionaryCommandInput,
|
|
16
11
|
UpdateDictionaryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDictionaryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDictionaryCommandInput
|
|
17
|
+
input: UpdateDictionaryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDictionaryCommandInput,
|
|
25
20
|
UpdateDictionaryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateFeedRequest, UpdateFeedResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateFeedCommandInput extends UpdateFeedRequest {}
|
|
5
|
-
export interface UpdateFeedCommandOutput
|
|
6
|
-
extends UpdateFeedResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateFeedCommandOutput extends UpdateFeedResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateFeedCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateFeedCommandInput
|
|
8
|
+
input: UpdateFeedCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateFeedCommandInput,
|
|
13
11
|
UpdateFeedCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateFeedCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateFeedCommandInput
|
|
17
|
+
input: UpdateFeedCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateFeedCommandInput,
|
|
22
20
|
UpdateFeedCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ElementalInferenceExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -16,8 +16,7 @@ export declare const ProfanityFilterMode: {
|
|
|
16
16
|
readonly DISABLED: "DISABLED";
|
|
17
17
|
readonly DROP: "DROP";
|
|
18
18
|
};
|
|
19
|
-
export type ProfanityFilterMode =
|
|
20
|
-
(typeof ProfanityFilterMode)[keyof typeof ProfanityFilterMode];
|
|
19
|
+
export type ProfanityFilterMode = (typeof ProfanityFilterMode)[keyof typeof ProfanityFilterMode];
|
|
21
20
|
export declare const OutputStatus: {
|
|
22
21
|
readonly DISABLED: "DISABLED";
|
|
23
22
|
readonly ENABLED: "ENABLED";
|
|
@@ -31,8 +30,7 @@ export declare const DictionaryLanguage: {
|
|
|
31
30
|
readonly POR: "por";
|
|
32
31
|
readonly SPA: "spa";
|
|
33
32
|
};
|
|
34
|
-
export type DictionaryLanguage =
|
|
35
|
-
(typeof DictionaryLanguage)[keyof typeof DictionaryLanguage];
|
|
33
|
+
export type DictionaryLanguage = (typeof DictionaryLanguage)[keyof typeof DictionaryLanguage];
|
|
36
34
|
export declare const DictionaryStatus: {
|
|
37
35
|
readonly AVAILABLE: "AVAILABLE";
|
|
38
36
|
readonly CREATING: "CREATING";
|
|
@@ -40,8 +38,7 @@ export declare const DictionaryStatus: {
|
|
|
40
38
|
readonly DELETING: "DELETING";
|
|
41
39
|
readonly REFERENCED: "REFERENCED";
|
|
42
40
|
};
|
|
43
|
-
export type DictionaryStatus =
|
|
44
|
-
(typeof DictionaryStatus)[keyof typeof DictionaryStatus];
|
|
41
|
+
export type DictionaryStatus = (typeof DictionaryStatus)[keyof typeof DictionaryStatus];
|
|
45
42
|
export declare const FeedStatus: {
|
|
46
43
|
readonly ACTIVE: "ACTIVE";
|
|
47
44
|
readonly ARCHIVED: "ARCHIVED";
|
|
@@ -3,9 +3,7 @@ import { ElementalInferenceServiceException as __BaseException } from "./Element
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class ConflictException extends __BaseException {
|
|
11
9
|
readonly name: "ConflictException";
|
|
@@ -17,36 +15,26 @@ export declare class InternalServerErrorException extends __BaseException {
|
|
|
17
15
|
readonly name: "InternalServerErrorException";
|
|
18
16
|
readonly $fault: "server";
|
|
19
17
|
$retryable: {};
|
|
20
|
-
constructor(
|
|
21
|
-
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
22
|
-
);
|
|
18
|
+
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
23
19
|
}
|
|
24
20
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
25
21
|
readonly name: "ResourceNotFoundException";
|
|
26
22
|
readonly $fault: "client";
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
29
|
-
);
|
|
23
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
30
24
|
}
|
|
31
25
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
32
26
|
readonly name: "ServiceQuotaExceededException";
|
|
33
27
|
readonly $fault: "client";
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
36
|
-
);
|
|
28
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
37
29
|
}
|
|
38
30
|
export declare class TooManyRequestException extends __BaseException {
|
|
39
31
|
readonly name: "TooManyRequestException";
|
|
40
32
|
readonly $fault: "client";
|
|
41
33
|
$retryable: {};
|
|
42
|
-
constructor(
|
|
43
|
-
opts: __ExceptionOptionType<TooManyRequestException, __BaseException>
|
|
44
|
-
);
|
|
34
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestException, __BaseException>);
|
|
45
35
|
}
|
|
46
36
|
export declare class ValidationException extends __BaseException {
|
|
47
37
|
readonly name: "ValidationException";
|
|
48
38
|
readonly $fault: "client";
|
|
49
|
-
constructor(
|
|
50
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
51
|
-
);
|
|
39
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
52
40
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { ElementalInferenceClient } from "../ElementalInferenceClient";
|
|
3
|
-
export interface ElementalInferencePaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface ElementalInferencePaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: ElementalInferenceClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFeedsCommandInput,
|
|
4
|
-
ListFeedsCommandOutput,
|
|
5
|
-
} from "../commands/ListFeedsCommand";
|
|
2
|
+
import { ListFeedsCommandInput, ListFeedsCommandOutput } from "../commands/ListFeedsCommand";
|
|
6
3
|
import { ElementalInferencePaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListFeeds: (
|
|
8
5
|
config: ElementalInferencePaginationConfiguration,
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { ElementalInferenceClientConfig } from "./ElementalInferenceClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ElementalInferenceClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ElementalInferenceClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider:
|
|
12
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
-
| ((
|
|
14
|
-
_: unknown
|
|
15
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
12
|
defaultUserAgentProvider: (
|
|
17
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
18
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
-
requestHandler:
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
24
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
19
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
21
|
) => Promise<Uint8Array>;
|
|
32
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
|
|
|
55
45
|
logger: import("@smithy/types").Logger;
|
|
56
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
userAgentAppId?:
|
|
59
|
-
|
|
60
|
-
| undefined
|
|
61
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
50
|
endpoint?:
|
|
66
51
|
| ((
|
|
67
52
|
| string
|
|
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
83
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
69
|
context?: {
|
|
85
70
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
71
|
+
},
|
|
87
72
|
) => import("@smithy/types").EndpointV2;
|
|
88
73
|
tls?: boolean;
|
|
89
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
96
81
|
signer?:
|
|
97
82
|
| import("@smithy/types").RequestSigner
|
|
98
83
|
| ((
|
|
99
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
100
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
86
|
signingEscapePath?: boolean;
|
|
102
87
|
systemClockOffset?: number;
|
|
103
88
|
signingRegion?: string;
|
|
104
89
|
signerConstructor?: new (
|
|
105
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
107
92
|
) => import("@smithy/types").RequestSigner;
|
|
108
93
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { ElementalInferenceClientConfig } from "./ElementalInferenceClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ElementalInferenceClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ElementalInferenceClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
|
|
|
12
10
|
credentialDefaultProvider:
|
|
13
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
12
|
| ((
|
|
15
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
16
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
15
|
defaultUserAgentProvider: (
|
|
18
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
19
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
| RequestHandler
|
|
24
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
22
|
streamCollector: (
|
|
27
|
-
stream:
|
|
28
|
-
| import("stream").Readable
|
|
29
|
-
| import("stream/web").ReadableStream
|
|
30
|
-
| ReadableStream
|
|
31
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
32
24
|
) => Promise<Uint8Array>;
|
|
33
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
|
|
|
55
47
|
logger: import("@smithy/types").Logger;
|
|
56
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
retryStrategy?:
|
|
59
|
-
| import("@smithy/types").RetryStrategy
|
|
60
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
61
51
|
endpoint?:
|
|
62
52
|
| ((
|
|
63
53
|
| string
|
|
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
|
|
|
79
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
70
|
context?: {
|
|
81
71
|
logger?: import("@smithy/types").Logger;
|
|
82
|
-
}
|
|
72
|
+
},
|
|
83
73
|
) => import("@smithy/types").EndpointV2;
|
|
84
74
|
tls?: boolean;
|
|
85
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
91
81
|
signer?:
|
|
92
82
|
| import("@smithy/types").RequestSigner
|
|
93
83
|
| ((
|
|
94
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
95
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
96
86
|
signingEscapePath?: boolean;
|
|
97
87
|
systemClockOffset?: number;
|
|
98
88
|
signingRegion?: string;
|
|
99
89
|
signerConstructor?: new (
|
|
100
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
101
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
102
92
|
) => import("@smithy/types").RequestSigner;
|
|
103
93
|
};
|