@aws-sdk/client-connectcases 3.1045.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 +102 -103
- package/dist-cjs/models/ConnectCasesServiceException.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/ConnectCases.js +1 -1
- package/dist-es/ConnectCasesClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetCaseRuleCommand.js +2 -2
- package/dist-es/commands/BatchGetFieldCommand.js +2 -2
- package/dist-es/commands/BatchPutFieldOptionsCommand.js +2 -2
- package/dist-es/commands/CreateCaseCommand.js +2 -2
- package/dist-es/commands/CreateCaseRuleCommand.js +2 -2
- package/dist-es/commands/CreateDomainCommand.js +2 -2
- package/dist-es/commands/CreateFieldCommand.js +2 -2
- package/dist-es/commands/CreateLayoutCommand.js +2 -2
- package/dist-es/commands/CreateRelatedItemCommand.js +2 -2
- package/dist-es/commands/CreateTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteCaseCommand.js +2 -2
- package/dist-es/commands/DeleteCaseRuleCommand.js +2 -2
- package/dist-es/commands/DeleteDomainCommand.js +2 -2
- package/dist-es/commands/DeleteFieldCommand.js +2 -2
- package/dist-es/commands/DeleteLayoutCommand.js +2 -2
- package/dist-es/commands/DeleteRelatedItemCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateCommand.js +2 -2
- package/dist-es/commands/GetCaseAuditEventsCommand.js +2 -2
- package/dist-es/commands/GetCaseCommand.js +2 -2
- package/dist-es/commands/GetCaseEventConfigurationCommand.js +2 -2
- package/dist-es/commands/GetDomainCommand.js +2 -2
- package/dist-es/commands/GetLayoutCommand.js +2 -2
- package/dist-es/commands/GetTemplateCommand.js +2 -2
- package/dist-es/commands/ListCaseRulesCommand.js +2 -2
- package/dist-es/commands/ListCasesForContactCommand.js +2 -2
- package/dist-es/commands/ListDomainsCommand.js +2 -2
- package/dist-es/commands/ListFieldOptionsCommand.js +2 -2
- package/dist-es/commands/ListFieldsCommand.js +2 -2
- package/dist-es/commands/ListLayoutsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTemplatesCommand.js +2 -2
- package/dist-es/commands/PutCaseEventConfigurationCommand.js +2 -2
- package/dist-es/commands/SearchAllRelatedItemsCommand.js +2 -2
- package/dist-es/commands/SearchCasesCommand.js +2 -2
- package/dist-es/commands/SearchRelatedItemsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCaseCommand.js +2 -2
- package/dist-es/commands/UpdateCaseRuleCommand.js +2 -2
- package/dist-es/commands/UpdateFieldCommand.js +2 -2
- package/dist-es/commands/UpdateLayoutCommand.js +2 -2
- package/dist-es/commands/UpdateRelatedItemCommand.js +2 -2
- package/dist-es/commands/UpdateTemplateCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ConnectCasesServiceException.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/ConnectCasesClient.d.ts +5 -5
- package/dist-types/commands/BatchGetCaseRuleCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetFieldCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +6 -4
- package/dist-types/commands/CreateCaseCommand.d.ts +6 -4
- package/dist-types/commands/CreateCaseRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
- package/dist-types/commands/CreateFieldCommand.d.ts +6 -4
- package/dist-types/commands/CreateLayoutCommand.d.ts +6 -4
- package/dist-types/commands/CreateRelatedItemCommand.d.ts +6 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCaseCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCaseRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFieldCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLayoutCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRelatedItemCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +6 -4
- package/dist-types/commands/GetCaseCommand.d.ts +6 -4
- package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetDomainCommand.d.ts +6 -4
- package/dist-types/commands/GetLayoutCommand.d.ts +6 -4
- package/dist-types/commands/GetTemplateCommand.d.ts +6 -4
- package/dist-types/commands/ListCaseRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListCasesForContactCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
- package/dist-types/commands/ListFieldOptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListFieldsCommand.d.ts +6 -4
- package/dist-types/commands/ListLayoutsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/SearchAllRelatedItemsCommand.d.ts +6 -4
- package/dist-types/commands/SearchCasesCommand.d.ts +6 -4
- package/dist-types/commands/SearchRelatedItemsCommand.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/UpdateCaseCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCaseRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFieldCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLayoutCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRelatedItemCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTemplateCommand.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/ConnectCasesServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.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/ConnectCasesClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.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/UpdateCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.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/ConnectCasesServiceException.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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { GetCaseEventConfigurationRequest, GetCaseEventConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCaseEventConfigurationCommandInput extends GetCaseEventConfi
|
|
|
22
22
|
export interface GetCaseEventConfigurationCommandOutput extends GetCaseEventConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCaseEventConfigurationCommand_base: {
|
|
25
|
-
new (input: GetCaseEventConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCaseEventConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCaseEventConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCaseEventConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the case event publishing configuration.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { GetDomainRequest, GetDomainResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDomainCommandInput extends GetDomainRequest {
|
|
|
22
22
|
export interface GetDomainCommandOutput extends GetDomainResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDomainCommand_base: {
|
|
25
|
-
new (input: GetDomainCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDomainCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a specific domain if it exists. </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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { GetLayoutRequest, GetLayoutResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLayoutCommandInput extends GetLayoutRequest {
|
|
|
22
22
|
export interface GetLayoutCommandOutput extends GetLayoutResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLayoutCommand_base: {
|
|
25
|
-
new (input: GetLayoutCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLayoutCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLayoutCommandInput): import("@smithy/core/client").CommandImpl<GetLayoutCommandInput, GetLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLayoutCommandInput): import("@smithy/core/client").CommandImpl<GetLayoutCommandInput, GetLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details for the requested layout.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetTemplateCommandInput extends GetTemplateRequest {
|
|
|
22
22
|
export interface GetTemplateCommandOutput extends GetTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTemplateCommand_base: {
|
|
25
|
-
new (input: GetTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details for the requested template. Other template APIs are: </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateTemplate.html">CreateTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_DeleteTemplate.html">DeleteTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_ListTemplates.html">ListTemplates</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_UpdateTemplate.html">UpdateTemplate</a> </p> </li> </ul>
|
|
@@ -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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { ListCaseRulesRequest, ListCaseRulesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCaseRulesCommandInput extends ListCaseRulesRequest {
|
|
|
22
22
|
export interface ListCaseRulesCommandOutput extends ListCaseRulesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCaseRulesCommand_base: {
|
|
25
|
-
new (input: ListCaseRulesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCaseRulesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCaseRulesCommandInput): import("@smithy/core/client").CommandImpl<ListCaseRulesCommandInput, ListCaseRulesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCaseRulesCommandInput): import("@smithy/core/client").CommandImpl<ListCaseRulesCommandInput, ListCaseRulesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all case rules in a Cases domain. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { ListCasesForContactRequest, ListCasesForContactResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCasesForContactCommandInput extends ListCasesForContactRequ
|
|
|
22
22
|
export interface ListCasesForContactCommandOutput extends ListCasesForContactResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCasesForContactCommand_base: {
|
|
25
|
-
new (input: ListCasesForContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCasesForContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCasesForContactCommandInput): import("@smithy/core/client").CommandImpl<ListCasesForContactCommandInput, ListCasesForContactCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCasesForContactCommandInput): import("@smithy/core/client").CommandImpl<ListCasesForContactCommandInput, ListCasesForContactCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists cases for a given contact.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
|
|
|
22
22
|
export interface ListDomainsCommandOutput extends ListDomainsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDomainsCommand_base: {
|
|
25
|
-
new (input: ListDomainsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all cases domains in the Amazon Web Services account. Each list item is a condensed summary object of the domain.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { ListFieldOptionsRequest, ListFieldOptionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFieldOptionsCommandInput extends ListFieldOptionsRequest {
|
|
|
22
22
|
export interface ListFieldOptionsCommandOutput extends ListFieldOptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFieldOptionsCommand_base: {
|
|
25
|
-
new (input: ListFieldOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFieldOptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFieldOptionsCommandInput): import("@smithy/core/client").CommandImpl<ListFieldOptionsCommandInput, ListFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFieldOptionsCommandInput): import("@smithy/core/client").CommandImpl<ListFieldOptionsCommandInput, ListFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all of the field options for a field identifier in the domain. </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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { ListFieldsRequest, ListFieldsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFieldsCommandInput extends ListFieldsRequest {
|
|
|
22
22
|
export interface ListFieldsCommandOutput extends ListFieldsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFieldsCommand_base: {
|
|
25
|
-
new (input: ListFieldsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFieldsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFieldsCommandInput): import("@smithy/core/client").CommandImpl<ListFieldsCommandInput, ListFieldsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFieldsCommandInput): import("@smithy/core/client").CommandImpl<ListFieldsCommandInput, ListFieldsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all fields in a Cases domain.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { ListLayoutsRequest, ListLayoutsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLayoutsCommandInput extends ListLayoutsRequest {
|
|
|
22
22
|
export interface ListLayoutsCommandOutput extends ListLayoutsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLayoutsCommand_base: {
|
|
25
|
-
new (input: ListLayoutsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLayoutsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLayoutsCommandInput): import("@smithy/core/client").CommandImpl<ListLayoutsCommandInput, ListLayoutsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLayoutsCommandInput): import("@smithy/core/client").CommandImpl<ListLayoutsCommandInput, ListLayoutsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all layouts in the given cases domain. Each list item is a condensed summary object of the layout.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
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, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists 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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTemplatesCommandInput extends ListTemplatesRequest {
|
|
|
22
22
|
export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTemplatesCommand_base: {
|
|
25
|
-
new (input: ListTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTemplatesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all of the templates in a Cases domain. Each list item is a condensed summary object of the template. </p> <p> Other template APIs are: </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateTemplate.html">CreateTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_DeleteTemplate.html">DeleteTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetTemplate.html">GetTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_UpdateTemplate.html">UpdateTemplate</a> </p> </li> </ul>
|
|
@@ -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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { PutCaseEventConfigurationRequest, PutCaseEventConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutCaseEventConfigurationCommandInput extends PutCaseEventConfi
|
|
|
22
22
|
export interface PutCaseEventConfigurationCommandOutput extends PutCaseEventConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutCaseEventConfigurationCommand_base: {
|
|
25
|
-
new (input: PutCaseEventConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutCaseEventConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutCaseEventConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutCaseEventConfigurationCommandInput, PutCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutCaseEventConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutCaseEventConfigurationCommandInput, PutCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds case event publishing configuration. For a complete list of fields you can add to the event message, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html">Create case fields</a> in the <i>Amazon Connect Administrator Guide</i> </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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { SearchAllRelatedItemsRequest, SearchAllRelatedItemsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchAllRelatedItemsCommandInput extends SearchAllRelatedItems
|
|
|
22
22
|
export interface SearchAllRelatedItemsCommandOutput extends SearchAllRelatedItemsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchAllRelatedItemsCommand_base: {
|
|
25
|
-
new (input: SearchAllRelatedItemsCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchAllRelatedItemsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchAllRelatedItemsCommandInput): import("@smithy/core/client").CommandImpl<SearchAllRelatedItemsCommandInput, SearchAllRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchAllRelatedItemsCommandInput): import("@smithy/core/client").CommandImpl<SearchAllRelatedItemsCommandInput, SearchAllRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches for related items across all cases within a domain. This is a global search operation that returns related items from multiple cases, unlike the case-specific <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_SearchRelatedItems.html">SearchRelatedItems</a> API.</p> <p> <b>Use cases</b> </p> <p>Following are common uses cases for this API:</p> <ul> <li> <p>Find cases with similar issues across the domain. For example, search for all cases containing comments about "product defect" to identify patterns and existing solutions.</p> </li> <li> <p>Locate all cases associated with specific contacts or orders. For example, find all cases linked to a contactArn to understand the complete customer journey. </p> </li> <li> <p>Monitor SLA compliance across cases. For example, search for all cases with "Active" SLA status to prioritize remediation efforts.</p> </li> </ul> <p> <b>Important things to know</b> </p> <ul> <li> <p>This API returns case identifiers, not complete case objects. To retrieve full case details, you must make additional calls to the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetCase.html">GetCase</a> API for each returned case ID. </p> </li> <li> <p>This API searches across related items content, not case fields. Use the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_SearchCases.html">SearchCases</a> API to search within case field values.</p> </li> </ul> <p> <b>Endpoints</b>: See <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and quotas</a>.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { SearchCasesRequest, SearchCasesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchCasesCommandInput extends SearchCasesRequest {
|
|
|
22
22
|
export interface SearchCasesCommandOutput extends SearchCasesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchCasesCommand_base: {
|
|
25
|
-
new (input: SearchCasesCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchCasesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchCasesCommandInput): import("@smithy/core/client").CommandImpl<SearchCasesCommandInput, SearchCasesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchCasesCommandInput): import("@smithy/core/client").CommandImpl<SearchCasesCommandInput, SearchCasesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.</p> <note> <p>For <code>customer_id</code> you must provide the full customer profile ARN in this format: <code> arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID</code>. </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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { SearchRelatedItemsRequest, SearchRelatedItemsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchRelatedItemsCommandInput extends SearchRelatedItemsReques
|
|
|
22
22
|
export interface SearchRelatedItemsCommandOutput extends SearchRelatedItemsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchRelatedItemsCommand_base: {
|
|
25
|
-
new (input: SearchRelatedItemsCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchRelatedItemsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchRelatedItemsCommandInput): import("@smithy/core/client").CommandImpl<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchRelatedItemsCommandInput): import("@smithy/core/client").CommandImpl<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches for related items that are associated with a case.</p> <note> <p>If no filters are provided, this returns all related items associated with a case.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { TagResourceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends __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, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds tags to 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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { UntagResourceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends __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, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Untags 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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { UpdateCaseRequest, UpdateCaseResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateCaseCommandInput extends UpdateCaseRequest {
|
|
|
22
22
|
export interface UpdateCaseCommandOutput extends UpdateCaseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateCaseCommand_base: {
|
|
25
|
-
new (input: UpdateCaseCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateCaseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must also have <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a> permission on the User ARN resource that you provide</p> </note> <p>Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the <code>CreateCase</code> input .</p> <p>If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { UpdateCaseRuleRequest, UpdateCaseRuleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateCaseRuleCommandInput extends UpdateCaseRuleRequest {
|
|
|
22
22
|
export interface UpdateCaseRuleCommandOutput extends UpdateCaseRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateCaseRuleCommand_base: {
|
|
25
|
-
new (input: UpdateCaseRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateCaseRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseRuleCommandInput, UpdateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseRuleCommandInput, UpdateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a case rule. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { UpdateFieldRequest, UpdateFieldResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateFieldCommandInput extends UpdateFieldRequest {
|
|
|
22
22
|
export interface UpdateFieldCommandOutput extends UpdateFieldResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFieldCommand_base: {
|
|
25
|
-
new (input: UpdateFieldCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateFieldCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateFieldCommandInput): import("@smithy/core/client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateFieldCommandInput): import("@smithy/core/client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the properties of an existing field. </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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { UpdateLayoutRequest, UpdateLayoutResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateLayoutCommandInput extends UpdateLayoutRequest {
|
|
|
22
22
|
export interface UpdateLayoutCommandOutput extends UpdateLayoutResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateLayoutCommand_base: {
|
|
25
|
-
new (input: UpdateLayoutCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateLayoutCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateLayoutCommandInput): import("@smithy/core/client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateLayoutCommandInput): import("@smithy/core/client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the attributes of an existing layout.</p> <p>If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.</p> <p>A <code>ValidationException</code> is returned when you add non-existent <code>fieldIds</code> to a layout.</p> <note> <p>Title and Status fields cannot be part of layouts because they are not configurable.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { UpdateRelatedItemRequest, UpdateRelatedItemResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRelatedItemCommandInput extends UpdateRelatedItemRequest
|
|
|
22
22
|
export interface UpdateRelatedItemCommandOutput extends UpdateRelatedItemResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRelatedItemCommand_base: {
|
|
25
|
-
new (input: UpdateRelatedItemCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRelatedItemCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelatedItemCommandInput, UpdateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelatedItemCommandInput, UpdateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the content of a related item associated with a case. The following related item types are supported:</p> <ul> <li> <p> <b>Comment</b> - Update the text content of an existing comment</p> </li> <li> <p> <b>Custom</b> - Update the fields of a custom related item. You can add, modify, and remove fields from a custom related item. There's a quota for the number of fields allowed in a Custom type related item. See <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#cases-quotas">Amazon Connect Cases quotas</a>.</p> </li> </ul> <p> <b>Important things to know</b> </p> <ul> <li> <p>When updating a Custom related item, all existing and new fields, and their associated values should be included in the request. Fields not included as part of this request will be removed.</p> </li> <li> <p>If you provide a value for <code>performedBy.userArn</code> you must also have <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">DescribeUser</a> permission on the ARN of the user that you provide.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html#system-case-fields">System case fields</a> cannot be used in a custom related item.</p> </li> </ul> <p> <b>Endpoints</b>: See <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and quotas</a>.</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 { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
|
|
4
4
|
import type { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {
|
|
|
22
22
|
export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTemplateCommand_base: {
|
|
25
|
-
new (input: UpdateTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the attributes of an existing template. The template attributes that can be modified include <code>name</code>, <code>description</code>, <code>layoutConfiguration</code>, <code>requiredFields</code>, and <code>status</code>. At least one of these attributes must not be null. If a null value is provided for a given attribute, that attribute is ignored and its current value is preserved.</p> <p>Other template APIs are:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateTemplate.html">CreateTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_DeleteTemplate.html">DeleteTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetTemplate.html">GetTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_ListTemplates.html">ListTemplates</a> </p> </li> </ul>
|
|
@@ -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 { ConnectCasesServiceException as __BaseException } from "./ConnectCasesServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You do not have sufficient access to perform this action.</p>
|