@aws-sdk/client-connectcases 3.337.0 → 3.341.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/ConnectCasesClient.js +2 -1
- package/dist-cjs/commands/BatchGetFieldCommand.js +2 -1
- package/dist-cjs/commands/BatchPutFieldOptionsCommand.js +2 -1
- package/dist-cjs/commands/CreateCaseCommand.js +2 -1
- package/dist-cjs/commands/CreateDomainCommand.js +2 -1
- package/dist-cjs/commands/CreateFieldCommand.js +2 -1
- package/dist-cjs/commands/CreateLayoutCommand.js +2 -1
- package/dist-cjs/commands/CreateRelatedItemCommand.js +2 -1
- package/dist-cjs/commands/CreateTemplateCommand.js +2 -1
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -1
- package/dist-cjs/commands/GetCaseCommand.js +2 -1
- package/dist-cjs/commands/GetCaseEventConfigurationCommand.js +2 -1
- package/dist-cjs/commands/GetDomainCommand.js +2 -1
- package/dist-cjs/commands/GetLayoutCommand.js +2 -1
- package/dist-cjs/commands/GetTemplateCommand.js +2 -1
- package/dist-cjs/commands/ListCasesForContactCommand.js +2 -1
- package/dist-cjs/commands/ListDomainsCommand.js +2 -1
- package/dist-cjs/commands/ListFieldOptionsCommand.js +2 -1
- package/dist-cjs/commands/ListFieldsCommand.js +2 -1
- package/dist-cjs/commands/ListLayoutsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -1
- package/dist-cjs/commands/PutCaseEventConfigurationCommand.js +2 -1
- package/dist-cjs/commands/SearchCasesCommand.js +2 -1
- package/dist-cjs/commands/SearchRelatedItemsCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCaseCommand.js +2 -1
- package/dist-cjs/commands/UpdateFieldCommand.js +2 -1
- package/dist-cjs/commands/UpdateLayoutCommand.js +2 -1
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ConnectCasesServiceException.js +2 -1
- package/dist-es/ConnectCasesClient.js +1 -0
- package/dist-es/commands/BatchGetFieldCommand.js +1 -0
- package/dist-es/commands/BatchPutFieldOptionsCommand.js +1 -0
- package/dist-es/commands/CreateCaseCommand.js +1 -0
- package/dist-es/commands/CreateDomainCommand.js +1 -0
- package/dist-es/commands/CreateFieldCommand.js +1 -0
- package/dist-es/commands/CreateLayoutCommand.js +1 -0
- package/dist-es/commands/CreateRelatedItemCommand.js +1 -0
- package/dist-es/commands/CreateTemplateCommand.js +1 -0
- package/dist-es/commands/DeleteDomainCommand.js +1 -0
- package/dist-es/commands/GetCaseCommand.js +1 -0
- package/dist-es/commands/GetCaseEventConfigurationCommand.js +1 -0
- package/dist-es/commands/GetDomainCommand.js +1 -0
- package/dist-es/commands/GetLayoutCommand.js +1 -0
- package/dist-es/commands/GetTemplateCommand.js +1 -0
- package/dist-es/commands/ListCasesForContactCommand.js +1 -0
- package/dist-es/commands/ListDomainsCommand.js +1 -0
- package/dist-es/commands/ListFieldOptionsCommand.js +1 -0
- package/dist-es/commands/ListFieldsCommand.js +1 -0
- package/dist-es/commands/ListLayoutsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTemplatesCommand.js +1 -0
- package/dist-es/commands/PutCaseEventConfigurationCommand.js +1 -0
- package/dist-es/commands/SearchCasesCommand.js +1 -0
- package/dist-es/commands/SearchRelatedItemsCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCaseCommand.js +1 -0
- package/dist-es/commands/UpdateFieldCommand.js +1 -0
- package/dist-es/commands/UpdateLayoutCommand.js +1 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ConnectCasesServiceException.js +1 -0
- package/dist-types/ConnectCasesClient.d.ts +3 -3
- package/dist-types/commands/BatchGetFieldCommand.d.ts +4 -0
- package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +4 -0
- package/dist-types/commands/CreateCaseCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
- package/dist-types/commands/CreateFieldCommand.d.ts +4 -0
- package/dist-types/commands/CreateLayoutCommand.d.ts +4 -0
- package/dist-types/commands/CreateRelatedItemCommand.d.ts +4 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +4 -0
- package/dist-types/commands/GetCaseCommand.d.ts +4 -0
- package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetDomainCommand.d.ts +4 -0
- package/dist-types/commands/GetLayoutCommand.d.ts +4 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +4 -0
- package/dist-types/commands/ListCasesForContactCommand.d.ts +4 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +4 -0
- package/dist-types/commands/ListFieldOptionsCommand.d.ts +4 -0
- package/dist-types/commands/ListFieldsCommand.d.ts +4 -0
- package/dist-types/commands/ListLayoutsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/SearchCasesCommand.d.ts +4 -0
- package/dist-types/commands/SearchRelatedItemsCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCaseCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFieldCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLayoutCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +4 -0
- package/dist-types/index.d.ts +11 -2
- package/dist-types/models/ConnectCasesServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ConnectCasesClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ConnectCasesServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { CreateFieldRequest, CreateFieldResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateFieldCommandInput extends CreateFieldRequest {}
|
|
16
17
|
export interface CreateFieldCommandOutput
|
|
17
18
|
extends CreateFieldResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { CreateLayoutRequest, CreateLayoutResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateLayoutCommandInput extends CreateLayoutRequest {}
|
|
16
17
|
export interface CreateLayoutCommandOutput
|
|
17
18
|
extends CreateLayoutResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateRelatedItemRequest,
|
|
16
16
|
CreateRelatedItemResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateRelatedItemCommandInput
|
|
19
20
|
extends CreateRelatedItemRequest {}
|
|
20
21
|
export interface CreateRelatedItemCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateTemplateRequest,
|
|
16
16
|
CreateTemplateResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
|
|
19
20
|
export interface CreateTemplateCommandOutput
|
|
20
21
|
extends CreateTemplateResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
16
17
|
export interface DeleteDomainCommandOutput
|
|
17
18
|
extends DeleteDomainResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { GetCaseRequest, GetCaseResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetCaseCommandInput extends GetCaseRequest {}
|
|
16
17
|
export interface GetCaseCommandOutput
|
|
17
18
|
extends GetCaseResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCaseEventConfigurationRequest,
|
|
16
16
|
GetCaseEventConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCaseEventConfigurationCommandInput
|
|
19
20
|
extends GetCaseEventConfigurationRequest {}
|
|
20
21
|
export interface GetCaseEventConfigurationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { GetDomainRequest, GetDomainResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetDomainCommandInput extends GetDomainRequest {}
|
|
16
17
|
export interface GetDomainCommandOutput
|
|
17
18
|
extends GetDomainResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { GetLayoutRequest, GetLayoutResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetLayoutCommandInput extends GetLayoutRequest {}
|
|
16
17
|
export interface GetLayoutCommandOutput
|
|
17
18
|
extends GetLayoutResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetTemplateCommandInput extends GetTemplateRequest {}
|
|
16
17
|
export interface GetTemplateCommandOutput
|
|
17
18
|
extends GetTemplateResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCasesForContactRequest,
|
|
16
16
|
ListCasesForContactResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCasesForContactCommandInput
|
|
19
20
|
extends ListCasesForContactRequest {}
|
|
20
21
|
export interface ListCasesForContactCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDomainsCommandInput extends ListDomainsRequest {}
|
|
16
17
|
export interface ListDomainsCommandOutput
|
|
17
18
|
extends ListDomainsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListFieldOptionsRequest,
|
|
16
16
|
ListFieldOptionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListFieldOptionsCommandInput extends ListFieldOptionsRequest {}
|
|
19
20
|
export interface ListFieldOptionsCommandOutput
|
|
20
21
|
extends ListFieldOptionsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { ListFieldsRequest, ListFieldsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListFieldsCommandInput extends ListFieldsRequest {}
|
|
16
17
|
export interface ListFieldsCommandOutput
|
|
17
18
|
extends ListFieldsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { ListLayoutsRequest, ListLayoutsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListLayoutsCommandInput extends ListLayoutsRequest {}
|
|
16
17
|
export interface ListLayoutsCommandOutput
|
|
17
18
|
extends ListLayoutsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTemplatesRequest,
|
|
16
16
|
ListTemplatesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTemplatesCommandInput extends ListTemplatesRequest {}
|
|
19
20
|
export interface ListTemplatesCommandOutput
|
|
20
21
|
extends ListTemplatesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutCaseEventConfigurationRequest,
|
|
16
16
|
PutCaseEventConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutCaseEventConfigurationCommandInput
|
|
19
20
|
extends PutCaseEventConfigurationRequest {}
|
|
20
21
|
export interface PutCaseEventConfigurationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { SearchCasesRequest, SearchCasesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface SearchCasesCommandInput extends SearchCasesRequest {}
|
|
16
17
|
export interface SearchCasesCommandOutput
|
|
17
18
|
extends SearchCasesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SearchRelatedItemsRequest,
|
|
16
16
|
SearchRelatedItemsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SearchRelatedItemsCommandInput
|
|
19
20
|
extends SearchRelatedItemsRequest {}
|
|
20
21
|
export interface SearchRelatedItemsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { TagResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class TagResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { UntagResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
16
17
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UntagResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { UpdateCaseRequest, UpdateCaseResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateCaseCommandInput extends UpdateCaseRequest {}
|
|
16
17
|
export interface UpdateCaseCommandOutput
|
|
17
18
|
extends UpdateCaseResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { UpdateFieldRequest, UpdateFieldResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateFieldCommandInput extends UpdateFieldRequest {}
|
|
16
17
|
export interface UpdateFieldCommandOutput
|
|
17
18
|
extends UpdateFieldResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectCasesClient";
|
|
14
14
|
import { UpdateLayoutRequest, UpdateLayoutResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateLayoutCommandInput extends UpdateLayoutRequest {}
|
|
16
17
|
export interface UpdateLayoutCommandOutput
|
|
17
18
|
extends UpdateLayoutResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateTemplateRequest,
|
|
16
16
|
UpdateTemplateResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {}
|
|
19
20
|
export interface UpdateTemplateCommandOutput
|
|
20
21
|
extends UpdateTemplateResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./ConnectCases";
|
|
2
1
|
export * from "./ConnectCasesClient";
|
|
2
|
+
export * from "./ConnectCases";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { ConnectCasesServiceException } from "./models/ConnectCasesServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class ConnectCasesServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcases",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|