@aws-sdk/client-connectcases 3.1087.0 → 3.1089.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 (67) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ConnectCases.d.ts +157 -210
  3. package/dist-types/ts3.4/ConnectCasesClient.d.ts +21 -76
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -5
  26. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -5
  28. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -5
  29. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
  33. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  44. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  51. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  52. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  53. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  54. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  55. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  56. package/dist-types/ts3.4/pagination/GetCasePaginator.d.ts +1 -4
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  58. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
  59. package/dist-types/ts3.4/pagination/ListFieldsPaginator.d.ts +1 -4
  60. package/dist-types/ts3.4/pagination/ListLayoutsPaginator.d.ts +1 -4
  61. package/dist-types/ts3.4/pagination/SearchCasesPaginator.d.ts +1 -4
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  66. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  67. package/package.json +38 -38
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
5
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const UntagResourceCommand_base: {
7
7
  new (
8
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UntagResourceCommandInput,
11
11
  UntagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateCaseRequest, UpdateCaseResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateCaseCommandInput extends UpdateCaseRequest {}
5
- export interface UpdateCaseCommandOutput
6
- extends UpdateCaseResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateCaseCommandOutput extends UpdateCaseResponse, __MetadataBearer {}
8
6
  declare const UpdateCaseCommand_base: {
9
7
  new (
10
- input: UpdateCaseCommandInput
8
+ input: UpdateCaseCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateCaseCommandInput,
13
11
  UpdateCaseCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateCaseCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateCaseCommandInput
17
+ input: UpdateCaseCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateCaseCommandInput,
22
20
  UpdateCaseCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateCaseRuleRequest,
4
- UpdateCaseRuleResponse,
5
- } from "../models/models_0";
2
+ import { UpdateCaseRuleRequest, UpdateCaseRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateCaseRuleCommandInput extends UpdateCaseRuleRequest {}
8
- export interface UpdateCaseRuleCommandOutput
9
- extends UpdateCaseRuleResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateCaseRuleCommandOutput extends UpdateCaseRuleResponse, __MetadataBearer {}
11
6
  declare const UpdateCaseRuleCommand_base: {
12
7
  new (
13
- input: UpdateCaseRuleCommandInput
8
+ input: UpdateCaseRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateCaseRuleCommandInput,
16
11
  UpdateCaseRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateCaseRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateCaseRuleCommandInput
17
+ input: UpdateCaseRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateCaseRuleCommandInput,
25
20
  UpdateCaseRuleCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateFieldRequest, UpdateFieldResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateFieldCommandInput extends UpdateFieldRequest {}
5
- export interface UpdateFieldCommandOutput
6
- extends UpdateFieldResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateFieldCommandOutput extends UpdateFieldResponse, __MetadataBearer {}
8
6
  declare const UpdateFieldCommand_base: {
9
7
  new (
10
- input: UpdateFieldCommandInput
8
+ input: UpdateFieldCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateFieldCommandInput,
13
11
  UpdateFieldCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateFieldCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateFieldCommandInput
17
+ input: UpdateFieldCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateFieldCommandInput,
22
20
  UpdateFieldCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateLayoutRequest, UpdateLayoutResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateLayoutCommandInput extends UpdateLayoutRequest {}
5
- export interface UpdateLayoutCommandOutput
6
- extends UpdateLayoutResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateLayoutCommandOutput extends UpdateLayoutResponse, __MetadataBearer {}
8
6
  declare const UpdateLayoutCommand_base: {
9
7
  new (
10
- input: UpdateLayoutCommandInput
8
+ input: UpdateLayoutCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateLayoutCommandInput,
13
11
  UpdateLayoutCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateLayoutCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateLayoutCommandInput
17
+ input: UpdateLayoutCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateLayoutCommandInput,
22
20
  UpdateLayoutCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRelatedItemRequest,
4
- UpdateRelatedItemResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRelatedItemRequest, UpdateRelatedItemResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRelatedItemCommandInput
8
- extends UpdateRelatedItemRequest {}
4
+ export interface UpdateRelatedItemCommandInput extends UpdateRelatedItemRequest {}
9
5
  export interface UpdateRelatedItemCommandOutput
10
- extends UpdateRelatedItemResponse,
11
- __MetadataBearer {}
6
+ extends UpdateRelatedItemResponse, __MetadataBearer {}
12
7
  declare const UpdateRelatedItemCommand_base: {
13
8
  new (
14
- input: UpdateRelatedItemCommandInput
9
+ input: UpdateRelatedItemCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateRelatedItemCommandInput,
17
12
  UpdateRelatedItemCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateRelatedItemCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateRelatedItemCommandInput
18
+ input: UpdateRelatedItemCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateRelatedItemCommandInput,
26
21
  UpdateRelatedItemCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateTemplateRequest,
4
- UpdateTemplateResponse,
5
- } from "../models/models_0";
2
+ import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {}
8
- export interface UpdateTemplateCommandOutput
9
- extends UpdateTemplateResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __MetadataBearer {}
11
6
  declare const UpdateTemplateCommand_base: {
12
7
  new (
13
- input: UpdateTemplateCommandInput
8
+ input: UpdateTemplateCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateTemplateCommandInput,
16
11
  UpdateTemplateCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateTemplateCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateTemplateCommandInput
17
+ input: UpdateTemplateCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateTemplateCommandInput,
25
20
  UpdateTemplateCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface ConnectCasesExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -6,8 +6,7 @@ export declare const RelatedItemType: {
6
6
  readonly FILE: "File";
7
7
  readonly SLA: "Sla";
8
8
  };
9
- export type RelatedItemType =
10
- (typeof RelatedItemType)[keyof typeof RelatedItemType];
9
+ export type RelatedItemType = (typeof RelatedItemType)[keyof typeof RelatedItemType];
11
10
  export declare const AuditEventType: {
12
11
  readonly CASE_CREATED: "Case.Created";
13
12
  readonly CASE_UPDATED: "Case.Updated";
@@ -15,13 +14,11 @@ export declare const AuditEventType: {
15
14
  readonly RELATED_ITEM_DELETED: "RelatedItem.Deleted";
16
15
  readonly RELATED_ITEM_UPDATED: "RelatedItem.Updated";
17
16
  };
18
- export type AuditEventType =
19
- (typeof AuditEventType)[keyof typeof AuditEventType];
17
+ export type AuditEventType = (typeof AuditEventType)[keyof typeof AuditEventType];
20
18
  export declare const CommentBodyTextType: {
21
19
  readonly PLAINTEXT: "Text/Plain";
22
20
  };
23
- export type CommentBodyTextType =
24
- (typeof CommentBodyTextType)[keyof typeof CommentBodyTextType];
21
+ export type CommentBodyTextType = (typeof CommentBodyTextType)[keyof typeof CommentBodyTextType];
25
22
  export declare const SlaType: {
26
23
  readonly CASE_FIELD: "CaseField";
27
24
  };
@@ -60,8 +57,7 @@ export declare const FieldNamespace: {
60
57
  readonly CUSTOM: "Custom";
61
58
  readonly SYSTEM: "System";
62
59
  };
63
- export type FieldNamespace =
64
- (typeof FieldNamespace)[keyof typeof FieldNamespace];
60
+ export type FieldNamespace = (typeof FieldNamespace)[keyof typeof FieldNamespace];
65
61
  export declare const FieldType: {
66
62
  readonly BOOLEAN: "Boolean";
67
63
  readonly DATE_TIME: "DateTime";
@@ -76,8 +72,7 @@ export declare const TemplateStatus: {
76
72
  readonly ACTIVE: "Active";
77
73
  readonly INACTIVE: "Inactive";
78
74
  };
79
- export type TemplateStatus =
80
- (typeof TemplateStatus)[keyof typeof TemplateStatus];
75
+ export type TemplateStatus = (typeof TemplateStatus)[keyof typeof TemplateStatus];
81
76
  export declare const TagPropagationResourceType: {
82
77
  readonly CASES: "Cases";
83
78
  };
@@ -3,9 +3,7 @@ import { ConnectCasesServiceException as __BaseException } from "./ConnectCasesS
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
7
  }
10
8
  export declare class ConflictException extends __BaseException {
11
9
  readonly name: "ConflictException";
@@ -17,38 +15,28 @@ export declare class InternalServerException extends __BaseException {
17
15
  readonly $fault: "server";
18
16
  $retryable: {};
19
17
  retryAfterSeconds?: number | undefined;
20
- constructor(
21
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
22
- );
18
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
23
19
  }
24
20
  export declare class ResourceNotFoundException extends __BaseException {
25
21
  readonly name: "ResourceNotFoundException";
26
22
  readonly $fault: "client";
27
23
  resourceId: string | undefined;
28
24
  resourceType: string | undefined;
29
- constructor(
30
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
31
- );
25
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
32
26
  }
33
27
  export declare class ThrottlingException extends __BaseException {
34
28
  readonly name: "ThrottlingException";
35
29
  readonly $fault: "client";
36
30
  $retryable: {};
37
- constructor(
38
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
39
- );
31
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
40
32
  }
41
33
  export declare class ValidationException extends __BaseException {
42
34
  readonly name: "ValidationException";
43
35
  readonly $fault: "client";
44
- constructor(
45
- opts: __ExceptionOptionType<ValidationException, __BaseException>
46
- );
36
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
47
37
  }
48
38
  export declare class ServiceQuotaExceededException extends __BaseException {
49
39
  readonly name: "ServiceQuotaExceededException";
50
40
  readonly $fault: "client";
51
- constructor(
52
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
53
- );
41
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
54
42
  }
@@ -899,9 +899,7 @@ export interface FieldError {
899
899
  export interface TextAttributes {
900
900
  isMultiline: boolean | undefined;
901
901
  }
902
- export type FieldAttributes =
903
- | FieldAttributes.TextMember
904
- | FieldAttributes.$UnknownMember;
902
+ export type FieldAttributes = FieldAttributes.TextMember | FieldAttributes.$UnknownMember;
905
903
  export declare namespace FieldAttributes {
906
904
  interface TextMember {
907
905
  text: TextAttributes;
@@ -1032,9 +1030,7 @@ export interface BasicLayout {
1032
1030
  topPanel?: LayoutSections | undefined;
1033
1031
  moreInfo?: LayoutSections | undefined;
1034
1032
  }
1035
- export type LayoutContent =
1036
- | LayoutContent.BasicMember
1037
- | LayoutContent.$UnknownMember;
1033
+ export type LayoutContent = LayoutContent.BasicMember | LayoutContent.$UnknownMember;
1038
1034
  export declare namespace LayoutContent {
1039
1035
  interface BasicMember {
1040
1036
  basic: BasicLayout;
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- GetCaseCommandInput,
4
- GetCaseCommandOutput,
5
- } from "../commands/GetCaseCommand";
2
+ import { GetCaseCommandInput, GetCaseCommandOutput } from "../commands/GetCaseCommand";
6
3
  import { ConnectCasesPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateGetCase: (
8
5
  config: ConnectCasesPaginationConfiguration,
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { ConnectCasesClient } from "../ConnectCasesClient";
3
- export interface ConnectCasesPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface ConnectCasesPaginationConfiguration extends PaginationConfiguration {
5
4
  client: ConnectCasesClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListDomainsCommandInput,
4
- ListDomainsCommandOutput,
5
- } from "../commands/ListDomainsCommand";
2
+ import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
6
3
  import { ConnectCasesPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListDomains: (
8
5
  config: ConnectCasesPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListFieldsCommandInput,
4
- ListFieldsCommandOutput,
5
- } from "../commands/ListFieldsCommand";
2
+ import { ListFieldsCommandInput, ListFieldsCommandOutput } from "../commands/ListFieldsCommand";
6
3
  import { ConnectCasesPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListFields: (
8
5
  config: ConnectCasesPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListLayoutsCommandInput,
4
- ListLayoutsCommandOutput,
5
- } from "../commands/ListLayoutsCommand";
2
+ import { ListLayoutsCommandInput, ListLayoutsCommandOutput } from "../commands/ListLayoutsCommand";
6
3
  import { ConnectCasesPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListLayouts: (
8
5
  config: ConnectCasesPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- SearchCasesCommandInput,
4
- SearchCasesCommandOutput,
5
- } from "../commands/SearchCasesCommand";
2
+ import { SearchCasesCommandInput, SearchCasesCommandOutput } from "../commands/SearchCasesCommand";
6
3
  import { ConnectCasesPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateSearchCases: (
8
5
  config: ConnectCasesPaginationConfiguration,
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
53
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
54
48
  defaultsMode:
55
49
  | import("@smithy/core/client").DefaultsMode
56
- | import("@smithy/types").Provider<
57
- import("@smithy/core/client").DefaultsMode
58
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
59
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
60
- userAgentAppId?:
61
- | string
62
- | undefined
63
- | import("@smithy/types").Provider<string | undefined>;
64
- retryStrategy?:
65
- | import("@smithy/types").RetryStrategy
66
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
67
54
  endpoint?:
68
55
  | ((
69
56
  | string
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
85
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
86
73
  context?: {
87
74
  logger?: import("@smithy/types").Logger;
88
- }
75
+ },
89
76
  ) => import("@smithy/types").EndpointV2;
90
77
  tls?: boolean;
91
78
  serviceConfiguredEndpoint?: never;
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
98
85
  signer?:
99
86
  | import("@smithy/types").RequestSigner
100
87
  | ((
101
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
102
89
  ) => Promise<import("@smithy/types").RequestSigner>);
103
90
  signingEscapePath?: boolean;
104
91
  systemClockOffset?: number;
105
92
  signingRegion?: string;
106
93
  signerConstructor?: new (
107
94
  options: import("@smithy/signature-v4").SignatureV4Init &
108
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
109
96
  ) => import("@smithy/types").RequestSigner;
110
97
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: ConnectCasesClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectCasesHttpAuthSchemeProvider;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;