@aws-sdk/client-qconnect 3.938.0 → 3.939.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.
Files changed (52) hide show
  1. package/dist-cjs/index.js +415 -16
  2. package/dist-es/index.js +1 -0
  3. package/dist-es/models/enums.js +337 -0
  4. package/dist-es/models/models_0.js +1 -288
  5. package/dist-es/models/models_1.js +1 -49
  6. package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateMessageTemplateCommand.d.ts +1 -2
  8. package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -1
  10. package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteImportJobCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +1 -1
  16. package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
  17. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +1 -1
  18. package/dist-types/commands/GetMessageTemplateCommand.d.ts +1 -1
  19. package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -1
  20. package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +1 -1
  22. package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListMessageTemplatesCommand.d.ts +1 -1
  24. package/dist-types/commands/RenderMessageTemplateCommand.d.ts +2 -1
  25. package/dist-types/index.d.ts +1 -0
  26. package/dist-types/models/enums.d.ts +825 -0
  27. package/dist-types/models/models_0.d.ts +1381 -685
  28. package/dist-types/models/models_1.d.ts +2 -1521
  29. package/dist-types/ts3.4/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/CreateMessageTemplateCommand.d.ts +4 -2
  31. package/dist-types/ts3.4/commands/CreateMessageTemplateVersionCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/index.d.ts +1 -0
  49. package/dist-types/ts3.4/models/enums.d.ts +442 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +411 -376
  51. package/dist-types/ts3.4/models/models_1.d.ts +21 -435
  52. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateQuickResponseRequest, CreateQuickResponseResponse } from "../models/models_1";
3
+ import { CreateQuickResponseRequest, CreateQuickResponseResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeactivateMessageTemplateRequest, DeactivateMessageTemplateResponse } from "../models/models_1";
3
+ import { DeactivateMessageTemplateRequest, DeactivateMessageTemplateResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteImportJobRequest, DeleteImportJobResponse } from "../models/models_1";
3
+ import { DeleteImportJobRequest, DeleteImportJobResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../models/models_1";
3
+ import { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteMessageTemplateAttachmentRequest, DeleteMessageTemplateAttachmentResponse } from "../models/models_1";
3
+ import { DeleteMessageTemplateAttachmentRequest, DeleteMessageTemplateAttachmentResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteMessageTemplateRequest, DeleteMessageTemplateResponse } from "../models/models_1";
3
+ import { DeleteMessageTemplateRequest, DeleteMessageTemplateResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteQuickResponseRequest, DeleteQuickResponseResponse } from "../models/models_1";
3
+ import { DeleteQuickResponseRequest, DeleteQuickResponseResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetImportJobRequest, GetImportJobResponse } from "../models/models_1";
3
+ import { GetImportJobRequest, GetImportJobResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_1";
3
+ import { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetMessageTemplateRequest, GetMessageTemplateResponse } from "../models/models_1";
3
+ import { GetMessageTemplateRequest, GetMessageTemplateResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetQuickResponseRequest, GetQuickResponseResponse } from "../models/models_1";
3
+ import { GetQuickResponseRequest, GetQuickResponseResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListImportJobsRequest, ListImportJobsResponse } from "../models/models_1";
3
+ import { ListImportJobsRequest, ListImportJobsResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListKnowledgeBasesRequest, ListKnowledgeBasesResponse } from "../models/models_1";
3
+ import { ListKnowledgeBasesRequest, ListKnowledgeBasesResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMessageTemplateVersionsRequest, ListMessageTemplateVersionsResponse } from "../models/models_1";
3
+ import { ListMessageTemplateVersionsRequest, ListMessageTemplateVersionsResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMessageTemplatesRequest, ListMessageTemplatesResponse } from "../models/models_1";
3
+ import { ListMessageTemplatesRequest, ListMessageTemplatesResponse } from "../models/models_0";
4
4
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RenderMessageTemplateRequest, RenderMessageTemplateResponse } from "../models/models_1";
3
+ import { RenderMessageTemplateRequest } from "../models/models_0";
4
+ import { RenderMessageTemplateResponse } from "../models/models_1";
4
5
  import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
5
6
  /**
6
7
  * @public
@@ -10,6 +10,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { QConnectExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
+ export * from "./models/enums";
13
14
  export * from "./models/errors";
14
15
  export type * from "./models/models_0";
15
16
  export type * from "./models/models_1";