@aws-sdk/client-connectcases 3.296.0 → 3.298.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/commands/BatchGetFieldCommand.js +2 -3
- package/dist-cjs/commands/BatchPutFieldOptionsCommand.js +2 -3
- package/dist-cjs/commands/CreateCaseCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainCommand.js +2 -3
- package/dist-cjs/commands/CreateFieldCommand.js +2 -3
- package/dist-cjs/commands/CreateLayoutCommand.js +2 -3
- package/dist-cjs/commands/CreateRelatedItemCommand.js +2 -3
- package/dist-cjs/commands/CreateTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
- package/dist-cjs/commands/GetCaseCommand.js +2 -3
- package/dist-cjs/commands/GetCaseEventConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetDomainCommand.js +2 -3
- package/dist-cjs/commands/GetLayoutCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateCommand.js +2 -3
- package/dist-cjs/commands/ListCasesForContactCommand.js +2 -3
- package/dist-cjs/commands/ListDomainsCommand.js +2 -3
- package/dist-cjs/commands/ListFieldOptionsCommand.js +2 -3
- package/dist-cjs/commands/ListFieldsCommand.js +2 -3
- package/dist-cjs/commands/ListLayoutsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -3
- package/dist-cjs/commands/PutCaseEventConfigurationCommand.js +2 -3
- package/dist-cjs/commands/SearchCasesCommand.js +2 -3
- package/dist-cjs/commands/SearchRelatedItemsCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateCaseCommand.js +2 -3
- package/dist-cjs/commands/UpdateFieldCommand.js +2 -3
- package/dist-cjs/commands/UpdateLayoutCommand.js +2 -3
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -449
- package/dist-es/commands/BatchGetFieldCommand.js +2 -3
- package/dist-es/commands/BatchPutFieldOptionsCommand.js +2 -3
- package/dist-es/commands/CreateCaseCommand.js +2 -3
- package/dist-es/commands/CreateDomainCommand.js +2 -3
- package/dist-es/commands/CreateFieldCommand.js +2 -3
- package/dist-es/commands/CreateLayoutCommand.js +2 -3
- package/dist-es/commands/CreateRelatedItemCommand.js +2 -3
- package/dist-es/commands/CreateTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteDomainCommand.js +2 -3
- package/dist-es/commands/GetCaseCommand.js +2 -3
- package/dist-es/commands/GetCaseEventConfigurationCommand.js +2 -3
- package/dist-es/commands/GetDomainCommand.js +2 -3
- package/dist-es/commands/GetLayoutCommand.js +2 -3
- package/dist-es/commands/GetTemplateCommand.js +2 -3
- package/dist-es/commands/ListCasesForContactCommand.js +2 -3
- package/dist-es/commands/ListDomainsCommand.js +2 -3
- package/dist-es/commands/ListFieldOptionsCommand.js +2 -3
- package/dist-es/commands/ListFieldsCommand.js +2 -3
- package/dist-es/commands/ListLayoutsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTemplatesCommand.js +2 -3
- package/dist-es/commands/PutCaseEventConfigurationCommand.js +2 -3
- package/dist-es/commands/SearchCasesCommand.js +2 -3
- package/dist-es/commands/SearchRelatedItemsCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateCaseCommand.js +2 -3
- package/dist-es/commands/UpdateFieldCommand.js +2 -3
- package/dist-es/commands/UpdateLayoutCommand.js +2 -3
- package/dist-es/commands/UpdateTemplateCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -351
- package/dist-types/ConnectCases.d.ts +31 -0
- package/dist-types/ConnectCasesClient.d.ts +24 -4
- package/dist-types/commands/BatchGetFieldCommand.d.ts +16 -0
- package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +16 -0
- package/dist-types/commands/CreateCaseCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
- package/dist-types/commands/CreateFieldCommand.d.ts +16 -0
- package/dist-types/commands/CreateLayoutCommand.d.ts +16 -0
- package/dist-types/commands/CreateRelatedItemCommand.d.ts +16 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
- package/dist-types/commands/GetCaseCommand.d.ts +16 -0
- package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainCommand.d.ts +16 -0
- package/dist-types/commands/GetLayoutCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListCasesForContactCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListFieldOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ListFieldsCommand.d.ts +16 -0
- package/dist-types/commands/ListLayoutsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/SearchCasesCommand.d.ts +16 -0
- package/dist-types/commands/SearchRelatedItemsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCaseCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFieldCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLayoutCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +16 -0
- package/dist-types/models/ConnectCasesServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +263 -380
- package/dist-types/pagination/GetCasePaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCasesForContactPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFieldOptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFieldsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLayoutsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchCasesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchRelatedItemsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -259
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetCaseCommandInput, GetCaseCommandOutput } from "../commands/GetCaseCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetCase(config: ConnectCasesPaginationConfiguration, input: GetCaseCommandInput, ...additionalArguments: any): Paginator<GetCaseCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCasesForContactCommandInput, ListCasesForContactCommandOutput } from "../commands/ListCasesForContactCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCasesForContact(config: ConnectCasesPaginationConfiguration, input: ListCasesForContactCommandInput, ...additionalArguments: any): Paginator<ListCasesForContactCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDomains(config: ConnectCasesPaginationConfiguration, input: ListDomainsCommandInput, ...additionalArguments: any): Paginator<ListDomainsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListFieldOptionsCommandInput, ListFieldOptionsCommandOutput } from "../commands/ListFieldOptionsCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListFieldOptions(config: ConnectCasesPaginationConfiguration, input: ListFieldOptionsCommandInput, ...additionalArguments: any): Paginator<ListFieldOptionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListFieldsCommandInput, ListFieldsCommandOutput } from "../commands/ListFieldsCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListFields(config: ConnectCasesPaginationConfiguration, input: ListFieldsCommandInput, ...additionalArguments: any): Paginator<ListFieldsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListLayoutsCommandInput, ListLayoutsCommandOutput } from "../commands/ListLayoutsCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListLayouts(config: ConnectCasesPaginationConfiguration, input: ListLayoutsCommandInput, ...additionalArguments: any): Paginator<ListLayoutsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListTemplates(config: ConnectCasesPaginationConfiguration, input: ListTemplatesCommandInput, ...additionalArguments: any): Paginator<ListTemplatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchCasesCommandInput, SearchCasesCommandOutput } from "../commands/SearchCasesCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchCases(config: ConnectCasesPaginationConfiguration, input: SearchCasesCommandInput, ...additionalArguments: any): Paginator<SearchCasesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput } from "../commands/SearchRelatedItemsCommand";
|
|
3
3
|
import { ConnectCasesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchRelatedItems(config: ConnectCasesPaginationConfiguration, input: SearchRelatedItemsCommandInput, ...additionalArguments: any): Paginator<SearchRelatedItemsCommandOutput>;
|
|
@@ -746,262 +746,3 @@ export interface SearchCasesRequest {
|
|
|
746
746
|
sorts?: Sort[];
|
|
747
747
|
fields?: FieldIdentifier[];
|
|
748
748
|
}
|
|
749
|
-
export declare const FieldValueUnionFilterSensitiveLog: (
|
|
750
|
-
obj: FieldValueUnion
|
|
751
|
-
) => any;
|
|
752
|
-
export declare const FieldValueFilterSensitiveLog: (obj: FieldValue) => any;
|
|
753
|
-
export declare const CreateCaseRequestFilterSensitiveLog: (
|
|
754
|
-
obj: CreateCaseRequest
|
|
755
|
-
) => any;
|
|
756
|
-
export declare const CreateCaseResponseFilterSensitiveLog: (
|
|
757
|
-
obj: CreateCaseResponse
|
|
758
|
-
) => any;
|
|
759
|
-
export declare const FieldIdentifierFilterSensitiveLog: (
|
|
760
|
-
obj: FieldIdentifier
|
|
761
|
-
) => any;
|
|
762
|
-
export declare const GetCaseRequestFilterSensitiveLog: (
|
|
763
|
-
obj: GetCaseRequest
|
|
764
|
-
) => any;
|
|
765
|
-
export declare const GetCaseResponseFilterSensitiveLog: (
|
|
766
|
-
obj: GetCaseResponse
|
|
767
|
-
) => any;
|
|
768
|
-
export declare const ListCasesForContactRequestFilterSensitiveLog: (
|
|
769
|
-
obj: ListCasesForContactRequest
|
|
770
|
-
) => any;
|
|
771
|
-
export declare const CaseSummaryFilterSensitiveLog: (obj: CaseSummary) => any;
|
|
772
|
-
export declare const ListCasesForContactResponseFilterSensitiveLog: (
|
|
773
|
-
obj: ListCasesForContactResponse
|
|
774
|
-
) => any;
|
|
775
|
-
export declare const CommentContentFilterSensitiveLog: (
|
|
776
|
-
obj: CommentContent
|
|
777
|
-
) => any;
|
|
778
|
-
export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
|
|
779
|
-
export declare const RelatedItemInputContentFilterSensitiveLog: (
|
|
780
|
-
obj: RelatedItemInputContent
|
|
781
|
-
) => any;
|
|
782
|
-
export declare const CreateRelatedItemRequestFilterSensitiveLog: (
|
|
783
|
-
obj: CreateRelatedItemRequest
|
|
784
|
-
) => any;
|
|
785
|
-
export declare const CreateRelatedItemResponseFilterSensitiveLog: (
|
|
786
|
-
obj: CreateRelatedItemResponse
|
|
787
|
-
) => any;
|
|
788
|
-
export declare const CommentFilterFilterSensitiveLog: (
|
|
789
|
-
obj: CommentFilter
|
|
790
|
-
) => any;
|
|
791
|
-
export declare const ContactFilterFilterSensitiveLog: (
|
|
792
|
-
obj: ContactFilter
|
|
793
|
-
) => any;
|
|
794
|
-
export declare const RelatedItemTypeFilterFilterSensitiveLog: (
|
|
795
|
-
obj: RelatedItemTypeFilter
|
|
796
|
-
) => any;
|
|
797
|
-
export declare const SearchRelatedItemsRequestFilterSensitiveLog: (
|
|
798
|
-
obj: SearchRelatedItemsRequest
|
|
799
|
-
) => any;
|
|
800
|
-
export declare const ContactContentFilterSensitiveLog: (
|
|
801
|
-
obj: ContactContent
|
|
802
|
-
) => any;
|
|
803
|
-
export declare const RelatedItemContentFilterSensitiveLog: (
|
|
804
|
-
obj: RelatedItemContent
|
|
805
|
-
) => any;
|
|
806
|
-
export declare const SearchRelatedItemsResponseItemFilterSensitiveLog: (
|
|
807
|
-
obj: SearchRelatedItemsResponseItem
|
|
808
|
-
) => any;
|
|
809
|
-
export declare const SearchRelatedItemsResponseFilterSensitiveLog: (
|
|
810
|
-
obj: SearchRelatedItemsResponse
|
|
811
|
-
) => any;
|
|
812
|
-
export declare const FieldFilterFilterSensitiveLog: (obj: FieldFilter) => any;
|
|
813
|
-
export declare const SortFilterSensitiveLog: (obj: Sort) => any;
|
|
814
|
-
export declare const SearchCasesResponseItemFilterSensitiveLog: (
|
|
815
|
-
obj: SearchCasesResponseItem
|
|
816
|
-
) => any;
|
|
817
|
-
export declare const SearchCasesResponseFilterSensitiveLog: (
|
|
818
|
-
obj: SearchCasesResponse
|
|
819
|
-
) => any;
|
|
820
|
-
export declare const UpdateCaseRequestFilterSensitiveLog: (
|
|
821
|
-
obj: UpdateCaseRequest
|
|
822
|
-
) => any;
|
|
823
|
-
export declare const UpdateCaseResponseFilterSensitiveLog: (
|
|
824
|
-
obj: UpdateCaseResponse
|
|
825
|
-
) => any;
|
|
826
|
-
export declare const CreateDomainRequestFilterSensitiveLog: (
|
|
827
|
-
obj: CreateDomainRequest
|
|
828
|
-
) => any;
|
|
829
|
-
export declare const CreateDomainResponseFilterSensitiveLog: (
|
|
830
|
-
obj: CreateDomainResponse
|
|
831
|
-
) => any;
|
|
832
|
-
export declare const DeleteDomainRequestFilterSensitiveLog: (
|
|
833
|
-
obj: DeleteDomainRequest
|
|
834
|
-
) => any;
|
|
835
|
-
export declare const DeleteDomainResponseFilterSensitiveLog: (
|
|
836
|
-
obj: DeleteDomainResponse
|
|
837
|
-
) => any;
|
|
838
|
-
export declare const GetCaseEventConfigurationRequestFilterSensitiveLog: (
|
|
839
|
-
obj: GetCaseEventConfigurationRequest
|
|
840
|
-
) => any;
|
|
841
|
-
export declare const CaseEventIncludedDataFilterSensitiveLog: (
|
|
842
|
-
obj: CaseEventIncludedData
|
|
843
|
-
) => any;
|
|
844
|
-
export declare const RelatedItemEventIncludedDataFilterSensitiveLog: (
|
|
845
|
-
obj: RelatedItemEventIncludedData
|
|
846
|
-
) => any;
|
|
847
|
-
export declare const EventIncludedDataFilterSensitiveLog: (
|
|
848
|
-
obj: EventIncludedData
|
|
849
|
-
) => any;
|
|
850
|
-
export declare const EventBridgeConfigurationFilterSensitiveLog: (
|
|
851
|
-
obj: EventBridgeConfiguration
|
|
852
|
-
) => any;
|
|
853
|
-
export declare const GetCaseEventConfigurationResponseFilterSensitiveLog: (
|
|
854
|
-
obj: GetCaseEventConfigurationResponse
|
|
855
|
-
) => any;
|
|
856
|
-
export declare const GetDomainRequestFilterSensitiveLog: (
|
|
857
|
-
obj: GetDomainRequest
|
|
858
|
-
) => any;
|
|
859
|
-
export declare const GetDomainResponseFilterSensitiveLog: (
|
|
860
|
-
obj: GetDomainResponse
|
|
861
|
-
) => any;
|
|
862
|
-
export declare const ListDomainsRequestFilterSensitiveLog: (
|
|
863
|
-
obj: ListDomainsRequest
|
|
864
|
-
) => any;
|
|
865
|
-
export declare const DomainSummaryFilterSensitiveLog: (
|
|
866
|
-
obj: DomainSummary
|
|
867
|
-
) => any;
|
|
868
|
-
export declare const ListDomainsResponseFilterSensitiveLog: (
|
|
869
|
-
obj: ListDomainsResponse
|
|
870
|
-
) => any;
|
|
871
|
-
export declare const PutCaseEventConfigurationRequestFilterSensitiveLog: (
|
|
872
|
-
obj: PutCaseEventConfigurationRequest
|
|
873
|
-
) => any;
|
|
874
|
-
export declare const PutCaseEventConfigurationResponseFilterSensitiveLog: (
|
|
875
|
-
obj: PutCaseEventConfigurationResponse
|
|
876
|
-
) => any;
|
|
877
|
-
export declare const BatchGetFieldRequestFilterSensitiveLog: (
|
|
878
|
-
obj: BatchGetFieldRequest
|
|
879
|
-
) => any;
|
|
880
|
-
export declare const FieldErrorFilterSensitiveLog: (obj: FieldError) => any;
|
|
881
|
-
export declare const GetFieldResponseFilterSensitiveLog: (
|
|
882
|
-
obj: GetFieldResponse
|
|
883
|
-
) => any;
|
|
884
|
-
export declare const BatchGetFieldResponseFilterSensitiveLog: (
|
|
885
|
-
obj: BatchGetFieldResponse
|
|
886
|
-
) => any;
|
|
887
|
-
export declare const FieldOptionFilterSensitiveLog: (obj: FieldOption) => any;
|
|
888
|
-
export declare const BatchPutFieldOptionsRequestFilterSensitiveLog: (
|
|
889
|
-
obj: BatchPutFieldOptionsRequest
|
|
890
|
-
) => any;
|
|
891
|
-
export declare const FieldOptionErrorFilterSensitiveLog: (
|
|
892
|
-
obj: FieldOptionError
|
|
893
|
-
) => any;
|
|
894
|
-
export declare const BatchPutFieldOptionsResponseFilterSensitiveLog: (
|
|
895
|
-
obj: BatchPutFieldOptionsResponse
|
|
896
|
-
) => any;
|
|
897
|
-
export declare const CreateFieldRequestFilterSensitiveLog: (
|
|
898
|
-
obj: CreateFieldRequest
|
|
899
|
-
) => any;
|
|
900
|
-
export declare const CreateFieldResponseFilterSensitiveLog: (
|
|
901
|
-
obj: CreateFieldResponse
|
|
902
|
-
) => any;
|
|
903
|
-
export declare const ListFieldOptionsRequestFilterSensitiveLog: (
|
|
904
|
-
obj: ListFieldOptionsRequest
|
|
905
|
-
) => any;
|
|
906
|
-
export declare const ListFieldOptionsResponseFilterSensitiveLog: (
|
|
907
|
-
obj: ListFieldOptionsResponse
|
|
908
|
-
) => any;
|
|
909
|
-
export declare const ListFieldsRequestFilterSensitiveLog: (
|
|
910
|
-
obj: ListFieldsRequest
|
|
911
|
-
) => any;
|
|
912
|
-
export declare const FieldSummaryFilterSensitiveLog: (obj: FieldSummary) => any;
|
|
913
|
-
export declare const ListFieldsResponseFilterSensitiveLog: (
|
|
914
|
-
obj: ListFieldsResponse
|
|
915
|
-
) => any;
|
|
916
|
-
export declare const UpdateFieldRequestFilterSensitiveLog: (
|
|
917
|
-
obj: UpdateFieldRequest
|
|
918
|
-
) => any;
|
|
919
|
-
export declare const UpdateFieldResponseFilterSensitiveLog: (
|
|
920
|
-
obj: UpdateFieldResponse
|
|
921
|
-
) => any;
|
|
922
|
-
export declare const FieldItemFilterSensitiveLog: (obj: FieldItem) => any;
|
|
923
|
-
export declare const FieldGroupFilterSensitiveLog: (obj: FieldGroup) => any;
|
|
924
|
-
export declare const SectionFilterSensitiveLog: (obj: Section) => any;
|
|
925
|
-
export declare const LayoutSectionsFilterSensitiveLog: (
|
|
926
|
-
obj: LayoutSections
|
|
927
|
-
) => any;
|
|
928
|
-
export declare const BasicLayoutFilterSensitiveLog: (obj: BasicLayout) => any;
|
|
929
|
-
export declare const LayoutContentFilterSensitiveLog: (
|
|
930
|
-
obj: LayoutContent
|
|
931
|
-
) => any;
|
|
932
|
-
export declare const CreateLayoutRequestFilterSensitiveLog: (
|
|
933
|
-
obj: CreateLayoutRequest
|
|
934
|
-
) => any;
|
|
935
|
-
export declare const CreateLayoutResponseFilterSensitiveLog: (
|
|
936
|
-
obj: CreateLayoutResponse
|
|
937
|
-
) => any;
|
|
938
|
-
export declare const GetLayoutRequestFilterSensitiveLog: (
|
|
939
|
-
obj: GetLayoutRequest
|
|
940
|
-
) => any;
|
|
941
|
-
export declare const GetLayoutResponseFilterSensitiveLog: (
|
|
942
|
-
obj: GetLayoutResponse
|
|
943
|
-
) => any;
|
|
944
|
-
export declare const ListLayoutsRequestFilterSensitiveLog: (
|
|
945
|
-
obj: ListLayoutsRequest
|
|
946
|
-
) => any;
|
|
947
|
-
export declare const LayoutSummaryFilterSensitiveLog: (
|
|
948
|
-
obj: LayoutSummary
|
|
949
|
-
) => any;
|
|
950
|
-
export declare const ListLayoutsResponseFilterSensitiveLog: (
|
|
951
|
-
obj: ListLayoutsResponse
|
|
952
|
-
) => any;
|
|
953
|
-
export declare const UpdateLayoutRequestFilterSensitiveLog: (
|
|
954
|
-
obj: UpdateLayoutRequest
|
|
955
|
-
) => any;
|
|
956
|
-
export declare const UpdateLayoutResponseFilterSensitiveLog: (
|
|
957
|
-
obj: UpdateLayoutResponse
|
|
958
|
-
) => any;
|
|
959
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
960
|
-
obj: ListTagsForResourceRequest
|
|
961
|
-
) => any;
|
|
962
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
963
|
-
obj: ListTagsForResourceResponse
|
|
964
|
-
) => any;
|
|
965
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
966
|
-
obj: TagResourceRequest
|
|
967
|
-
) => any;
|
|
968
|
-
export declare const LayoutConfigurationFilterSensitiveLog: (
|
|
969
|
-
obj: LayoutConfiguration
|
|
970
|
-
) => any;
|
|
971
|
-
export declare const RequiredFieldFilterSensitiveLog: (
|
|
972
|
-
obj: RequiredField
|
|
973
|
-
) => any;
|
|
974
|
-
export declare const CreateTemplateRequestFilterSensitiveLog: (
|
|
975
|
-
obj: CreateTemplateRequest
|
|
976
|
-
) => any;
|
|
977
|
-
export declare const CreateTemplateResponseFilterSensitiveLog: (
|
|
978
|
-
obj: CreateTemplateResponse
|
|
979
|
-
) => any;
|
|
980
|
-
export declare const GetTemplateRequestFilterSensitiveLog: (
|
|
981
|
-
obj: GetTemplateRequest
|
|
982
|
-
) => any;
|
|
983
|
-
export declare const GetTemplateResponseFilterSensitiveLog: (
|
|
984
|
-
obj: GetTemplateResponse
|
|
985
|
-
) => any;
|
|
986
|
-
export declare const ListTemplatesRequestFilterSensitiveLog: (
|
|
987
|
-
obj: ListTemplatesRequest
|
|
988
|
-
) => any;
|
|
989
|
-
export declare const TemplateSummaryFilterSensitiveLog: (
|
|
990
|
-
obj: TemplateSummary
|
|
991
|
-
) => any;
|
|
992
|
-
export declare const ListTemplatesResponseFilterSensitiveLog: (
|
|
993
|
-
obj: ListTemplatesResponse
|
|
994
|
-
) => any;
|
|
995
|
-
export declare const UpdateTemplateRequestFilterSensitiveLog: (
|
|
996
|
-
obj: UpdateTemplateRequest
|
|
997
|
-
) => any;
|
|
998
|
-
export declare const UpdateTemplateResponseFilterSensitiveLog: (
|
|
999
|
-
obj: UpdateTemplateResponse
|
|
1000
|
-
) => any;
|
|
1001
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1002
|
-
obj: UntagResourceRequest
|
|
1003
|
-
) => any;
|
|
1004
|
-
export declare const CaseFilterFilterSensitiveLog: (obj: CaseFilter) => any;
|
|
1005
|
-
export declare const SearchCasesRequestFilterSensitiveLog: (
|
|
1006
|
-
obj: SearchCasesRequest
|
|
1007
|
-
) => any;
|
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.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo connectcases"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|