@aws-sdk/client-qapps 3.1044.0 → 3.1046.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 +86 -87
- package/dist-cjs/models/QAppsServiceException.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/QApps.js +1 -1
- package/dist-es/QAppsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateLibraryItemReviewCommand.js +2 -2
- package/dist-es/commands/AssociateQAppWithUserCommand.js +2 -2
- package/dist-es/commands/BatchCreateCategoryCommand.js +2 -2
- package/dist-es/commands/BatchDeleteCategoryCommand.js +2 -2
- package/dist-es/commands/BatchUpdateCategoryCommand.js +2 -2
- package/dist-es/commands/CreateLibraryItemCommand.js +2 -2
- package/dist-es/commands/CreatePresignedUrlCommand.js +2 -2
- package/dist-es/commands/CreateQAppCommand.js +2 -2
- package/dist-es/commands/DeleteLibraryItemCommand.js +2 -2
- package/dist-es/commands/DeleteQAppCommand.js +2 -2
- package/dist-es/commands/DescribeQAppPermissionsCommand.js +2 -2
- package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +2 -2
- package/dist-es/commands/DisassociateQAppFromUserCommand.js +2 -2
- package/dist-es/commands/ExportQAppSessionDataCommand.js +2 -2
- package/dist-es/commands/GetLibraryItemCommand.js +2 -2
- package/dist-es/commands/GetQAppCommand.js +2 -2
- package/dist-es/commands/GetQAppSessionCommand.js +2 -2
- package/dist-es/commands/GetQAppSessionMetadataCommand.js +2 -2
- package/dist-es/commands/ImportDocumentCommand.js +2 -2
- package/dist-es/commands/ListCategoriesCommand.js +2 -2
- package/dist-es/commands/ListLibraryItemsCommand.js +2 -2
- package/dist-es/commands/ListQAppSessionDataCommand.js +2 -2
- package/dist-es/commands/ListQAppsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PredictQAppCommand.js +2 -2
- package/dist-es/commands/StartQAppSessionCommand.js +2 -2
- package/dist-es/commands/StopQAppSessionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateLibraryItemCommand.js +2 -2
- package/dist-es/commands/UpdateLibraryItemMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateQAppCommand.js +2 -2
- package/dist-es/commands/UpdateQAppPermissionsCommand.js +2 -2
- package/dist-es/commands/UpdateQAppSessionCommand.js +2 -2
- package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/QAppsServiceException.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/QAppsClient.d.ts +5 -5
- package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +6 -4
- package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateCategoryCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteCategoryCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateCategoryCommand.d.ts +6 -4
- package/dist-types/commands/CreateLibraryItemCommand.d.ts +6 -4
- package/dist-types/commands/CreatePresignedUrlCommand.d.ts +6 -4
- package/dist-types/commands/CreateQAppCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLibraryItemCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQAppCommand.d.ts +6 -4
- package/dist-types/commands/DescribeQAppPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +6 -4
- package/dist-types/commands/ExportQAppSessionDataCommand.d.ts +6 -4
- package/dist-types/commands/GetLibraryItemCommand.d.ts +6 -4
- package/dist-types/commands/GetQAppCommand.d.ts +6 -4
- package/dist-types/commands/GetQAppSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetQAppSessionMetadataCommand.d.ts +6 -4
- package/dist-types/commands/ImportDocumentCommand.d.ts +6 -4
- package/dist-types/commands/ListCategoriesCommand.d.ts +6 -4
- package/dist-types/commands/ListLibraryItemsCommand.d.ts +6 -4
- package/dist-types/commands/ListQAppSessionDataCommand.d.ts +6 -4
- package/dist-types/commands/ListQAppsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PredictQAppCommand.d.ts +6 -4
- package/dist-types/commands/StartQAppSessionCommand.d.ts +6 -4
- package/dist-types/commands/StopQAppSessionCommand.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/UpdateLibraryItemCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLibraryItemMetadataCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQAppCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQAppPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQAppSessionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQAppSessionMetadataCommand.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/QAppsServiceException.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/QAppsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateLibraryItemReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateQAppWithUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateCategoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLibraryItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePresignedUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLibraryItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeQAppPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateLibraryItemReviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateQAppFromUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportQAppSessionDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLibraryItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQAppSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQAppSessionMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCategoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLibraryItemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQAppSessionDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQAppsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PredictQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartQAppSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopQAppSessionCommand.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/UpdateLibraryItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLibraryItemMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQAppPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQAppSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQAppSessionMetadataCommand.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/QAppsServiceException.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 { PredictQAppInput, PredictQAppOutput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface PredictQAppCommandInput extends PredictQAppInput {
|
|
|
22
22
|
export interface PredictQAppCommandOutput extends PredictQAppOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PredictQAppCommand_base: {
|
|
25
|
-
new (input: PredictQAppCommandInput): import("@smithy/
|
|
26
|
-
new (input: PredictQAppCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PredictQAppCommandInput): import("@smithy/core/client").CommandImpl<PredictQAppCommandInput, PredictQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PredictQAppCommandInput): import("@smithy/core/client").CommandImpl<PredictQAppCommandInput, PredictQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to call <code>CreateQApp</code>. This API doesn't create Amazon Q Apps directly.</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 { StartQAppSessionInput, StartQAppSessionOutput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface StartQAppSessionCommandInput extends StartQAppSessionInput {
|
|
|
22
22
|
export interface StartQAppSessionCommandOutput extends StartQAppSessionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartQAppSessionCommand_base: {
|
|
25
|
-
new (input: StartQAppSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartQAppSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<StartQAppSessionCommandInput, StartQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<StartQAppSessionCommandInput, StartQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.</p> <note> <p>Each Q App session will be condensed into a single conversation in the web experience.</p> </note>
|
|
@@ -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 { StopQAppSessionInput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface StopQAppSessionCommandInput extends StopQAppSessionInput {
|
|
|
22
22
|
export interface StopQAppSessionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopQAppSessionCommand_base: {
|
|
25
|
-
new (input: StopQAppSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopQAppSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<StopQAppSessionCommandInput, StopQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<StopQAppSessionCommandInput, StopQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses. The results of the session will be persisted as part of the conversation.</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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -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, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates tags with an Amazon Q Apps 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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -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, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates tags from an Amazon Q Apps 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 { UpdateLibraryItemInput, UpdateLibraryItemOutput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateLibraryItemCommandInput extends UpdateLibraryItemInput {
|
|
|
22
22
|
export interface UpdateLibraryItemCommandOutput extends UpdateLibraryItemOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateLibraryItemCommand_base: {
|
|
25
|
-
new (input: UpdateLibraryItemCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateLibraryItemCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateLibraryItemCommandInput, UpdateLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateLibraryItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateLibraryItemCommandInput, UpdateLibraryItemCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the library item for an Amazon Q App.</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 { UpdateLibraryItemMetadataInput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateLibraryItemMetadataCommandInput extends UpdateLibraryItem
|
|
|
22
22
|
export interface UpdateLibraryItemMetadataCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateLibraryItemMetadataCommand_base: {
|
|
25
|
-
new (input: UpdateLibraryItemMetadataCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateLibraryItemMetadataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateLibraryItemMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateLibraryItemMetadataCommandInput, UpdateLibraryItemMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateLibraryItemMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateLibraryItemMetadataCommandInput, UpdateLibraryItemMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the verification status of a library item for an Amazon Q App.</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 { UpdateQAppInput, UpdateQAppOutput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateQAppCommandInput extends UpdateQAppInput {
|
|
|
22
22
|
export interface UpdateQAppCommandOutput extends UpdateQAppOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateQAppCommand_base: {
|
|
25
|
-
new (input: UpdateQAppCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateQAppCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateQAppCommandInput): import("@smithy/core/client").CommandImpl<UpdateQAppCommandInput, UpdateQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateQAppCommandInput): import("@smithy/core/client").CommandImpl<UpdateQAppCommandInput, UpdateQAppCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.</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 { UpdateQAppPermissionsInput, UpdateQAppPermissionsOutput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateQAppPermissionsCommandInput extends UpdateQAppPermissions
|
|
|
22
22
|
export interface UpdateQAppPermissionsCommandOutput extends UpdateQAppPermissionsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateQAppPermissionsCommand_base: {
|
|
25
|
-
new (input: UpdateQAppPermissionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateQAppPermissionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateQAppPermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateQAppPermissionsCommandInput, UpdateQAppPermissionsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateQAppPermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateQAppPermissionsCommandInput, UpdateQAppPermissionsCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates read permissions for a Amazon Q App in Amazon Q Business application environment instance.</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 { UpdateQAppSessionInput, UpdateQAppSessionOutput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateQAppSessionCommandInput extends UpdateQAppSessionInput {
|
|
|
22
22
|
export interface UpdateQAppSessionCommandOutput extends UpdateQAppSessionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateQAppSessionCommand_base: {
|
|
25
|
-
new (input: UpdateQAppSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateQAppSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateQAppSessionCommandInput, UpdateQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateQAppSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateQAppSessionCommandInput, UpdateQAppSessionCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the session for a given Q App <code>sessionId</code>. This is only valid when at least one card of the session is in the <code>WAITING</code> state. Data for each <code>WAITING</code> card can be provided as input. If inputs are not provided, the call will be accepted but session will not move forward. Inputs for cards that are not in the <code>WAITING</code> status will be ignored.</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 { UpdateQAppSessionMetadataInput, UpdateQAppSessionMetadataOutput } from "../models/models_0";
|
|
4
4
|
import type { QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QAppsClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateQAppSessionMetadataCommandInput extends UpdateQAppSession
|
|
|
22
22
|
export interface UpdateQAppSessionMetadataCommandOutput extends UpdateQAppSessionMetadataOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateQAppSessionMetadataCommand_base: {
|
|
25
|
-
new (input: UpdateQAppSessionMetadataCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateQAppSessionMetadataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateQAppSessionMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateQAppSessionMetadataCommandInput, UpdateQAppSessionMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateQAppSessionMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateQAppSessionMetadataCommandInput, UpdateQAppSessionMetadataCommandOutput, QAppsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the configuration metadata of a session for a given Q App <code>sessionId</code>.</p>
|
|
@@ -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 { QAppsServiceException as __BaseException } from "./QAppsServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The client is not authorized to perform the requested operation.</p>
|
|
@@ -5,13 +5,13 @@ import type { QAppsClientConfig } from "./QAppsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
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 { QAppsClientConfig } from "./QAppsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
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 { QAppsClientConfig } from "./QAppsClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: QAppsClientConfig) => {
|
|
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: QAppsClientConfig) => {
|
|
|
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 { AssociateLibraryItemReviewInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface AssociateLibraryItemReviewCommandOutput
|
|
|
15
15
|
declare const AssociateLibraryItemReviewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: AssociateLibraryItemReviewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
AssociateLibraryItemReviewCommandInput,
|
|
20
20
|
AssociateLibraryItemReviewCommandOutput,
|
|
21
21
|
QAppsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const AssociateLibraryItemReviewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: AssociateLibraryItemReviewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
AssociateLibraryItemReviewCommandInput,
|
|
29
29
|
AssociateLibraryItemReviewCommandOutput,
|
|
30
30
|
QAppsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class AssociateLibraryItemReviewCommand extends AssociateLibraryItemReviewCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -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 { AssociateQAppWithUserInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface AssociateQAppWithUserCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const AssociateQAppWithUserCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: AssociateQAppWithUserCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
AssociateQAppWithUserCommandInput,
|
|
19
19
|
AssociateQAppWithUserCommandOutput,
|
|
20
20
|
QAppsClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const AssociateQAppWithUserCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: AssociateQAppWithUserCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
AssociateQAppWithUserCommandInput,
|
|
28
28
|
AssociateQAppWithUserCommandOutput,
|
|
29
29
|
QAppsClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class AssociateQAppWithUserCommand extends AssociateQAppWithUserCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -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 { BatchCreateCategoryInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface BatchCreateCategoryCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const BatchCreateCategoryCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: BatchCreateCategoryCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
BatchCreateCategoryCommandInput,
|
|
19
19
|
BatchCreateCategoryCommandOutput,
|
|
20
20
|
QAppsClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const BatchCreateCategoryCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: BatchCreateCategoryCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
BatchCreateCategoryCommandInput,
|
|
28
28
|
BatchCreateCategoryCommandOutput,
|
|
29
29
|
QAppsClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class BatchCreateCategoryCommand extends BatchCreateCategoryCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -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 { BatchDeleteCategoryInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface BatchDeleteCategoryCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const BatchDeleteCategoryCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: BatchDeleteCategoryCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
BatchDeleteCategoryCommandInput,
|
|
19
19
|
BatchDeleteCategoryCommandOutput,
|
|
20
20
|
QAppsClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const BatchDeleteCategoryCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: BatchDeleteCategoryCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
BatchDeleteCategoryCommandInput,
|
|
28
28
|
BatchDeleteCategoryCommandOutput,
|
|
29
29
|
QAppsClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class BatchDeleteCategoryCommand extends BatchDeleteCategoryCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -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 { BatchUpdateCategoryInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface BatchUpdateCategoryCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const BatchUpdateCategoryCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: BatchUpdateCategoryCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
BatchUpdateCategoryCommandInput,
|
|
19
19
|
BatchUpdateCategoryCommandOutput,
|
|
20
20
|
QAppsClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const BatchUpdateCategoryCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: BatchUpdateCategoryCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
BatchUpdateCategoryCommandInput,
|
|
28
28
|
BatchUpdateCategoryCommandOutput,
|
|
29
29
|
QAppsClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class BatchUpdateCategoryCommand extends BatchUpdateCategoryCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -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
|
CreateLibraryItemInput,
|
|
@@ -18,7 +18,7 @@ export interface CreateLibraryItemCommandOutput
|
|
|
18
18
|
declare const CreateLibraryItemCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateLibraryItemCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateLibraryItemCommandInput,
|
|
23
23
|
CreateLibraryItemCommandOutput,
|
|
24
24
|
QAppsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateLibraryItemCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateLibraryItemCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateLibraryItemCommandInput,
|
|
32
32
|
CreateLibraryItemCommandOutput,
|
|
33
33
|
QAppsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateLibraryItemCommand extends CreateLibraryItemCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -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
|
CreatePresignedUrlInput,
|
|
@@ -19,7 +19,7 @@ export interface CreatePresignedUrlCommandOutput
|
|
|
19
19
|
declare const CreatePresignedUrlCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreatePresignedUrlCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreatePresignedUrlCommandInput,
|
|
24
24
|
CreatePresignedUrlCommandOutput,
|
|
25
25
|
QAppsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreatePresignedUrlCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreatePresignedUrlCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreatePresignedUrlCommandInput,
|
|
33
33
|
CreatePresignedUrlCommandOutput,
|
|
34
34
|
QAppsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreatePresignedUrlCommand extends CreatePresignedUrlCommand_base {
|
|
41
43
|
protected static __types: {
|