@aws-sdk/client-customer-profiles 3.928.0 → 3.929.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/index.js +4966 -4728
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CustomerProfilesClient.js +2 -0
- package/dist-es/commands/AddProfileKeyCommand.js +3 -9
- package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +3 -10
- package/dist-es/commands/BatchGetProfileCommand.js +3 -10
- package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/CreateDomainCommand.js +3 -9
- package/dist-es/commands/CreateDomainLayoutCommand.js +3 -10
- package/dist-es/commands/CreateEventStreamCommand.js +3 -9
- package/dist-es/commands/CreateEventTriggerCommand.js +3 -10
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -10
- package/dist-es/commands/CreateProfileCommand.js +3 -10
- package/dist-es/commands/CreateSegmentDefinitionCommand.js +3 -10
- package/dist-es/commands/CreateSegmentEstimateCommand.js +3 -10
- package/dist-es/commands/CreateSegmentSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateUploadJobCommand.js +3 -10
- package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteDomainCommand.js +3 -9
- package/dist-es/commands/DeleteDomainLayoutCommand.js +3 -9
- package/dist-es/commands/DeleteEventStreamCommand.js +3 -9
- package/dist-es/commands/DeleteEventTriggerCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteProfileCommand.js +3 -9
- package/dist-es/commands/DeleteProfileKeyCommand.js +3 -9
- package/dist-es/commands/DeleteProfileObjectCommand.js +3 -9
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -9
- package/dist-es/commands/DeleteSegmentDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
- package/dist-es/commands/DetectProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -9
- package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +3 -9
- package/dist-es/commands/GetDomainCommand.js +3 -9
- package/dist-es/commands/GetDomainLayoutCommand.js +3 -10
- package/dist-es/commands/GetEventStreamCommand.js +3 -9
- package/dist-es/commands/GetEventTriggerCommand.js +3 -10
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -9
- package/dist-es/commands/GetIntegrationCommand.js +3 -9
- package/dist-es/commands/GetMatchesCommand.js +3 -9
- package/dist-es/commands/GetProfileHistoryRecordCommand.js +3 -10
- package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -10
- package/dist-es/commands/GetSegmentDefinitionCommand.js +3 -10
- package/dist-es/commands/GetSegmentEstimateCommand.js +3 -9
- package/dist-es/commands/GetSegmentMembershipCommand.js +3 -10
- package/dist-es/commands/GetSegmentSnapshotCommand.js +3 -9
- package/dist-es/commands/GetSimilarProfilesCommand.js +3 -9
- package/dist-es/commands/GetUploadJobCommand.js +3 -10
- package/dist-es/commands/GetUploadJobPathCommand.js +3 -9
- package/dist-es/commands/GetWorkflowCommand.js +3 -9
- package/dist-es/commands/GetWorkflowStepsCommand.js +3 -9
- package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +3 -10
- package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +3 -9
- package/dist-es/commands/ListDomainLayoutsCommand.js +3 -10
- package/dist-es/commands/ListDomainsCommand.js +3 -9
- package/dist-es/commands/ListEventStreamsCommand.js +3 -9
- package/dist-es/commands/ListEventTriggersCommand.js +3 -10
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -9
- package/dist-es/commands/ListIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListObjectTypeAttributesCommand.js +3 -9
- package/dist-es/commands/ListProfileAttributeValuesCommand.js +3 -9
- package/dist-es/commands/ListProfileHistoryRecordsCommand.js +3 -9
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -9
- package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -10
- package/dist-es/commands/ListProfileObjectsCommand.js +3 -10
- package/dist-es/commands/ListRuleBasedMatchesCommand.js +3 -9
- package/dist-es/commands/ListSegmentDefinitionsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListUploadJobsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowsCommand.js +3 -9
- package/dist-es/commands/MergeProfilesCommand.js +3 -9
- package/dist-es/commands/PutIntegrationCommand.js +3 -10
- package/dist-es/commands/PutProfileObjectCommand.js +3 -10
- package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/SearchProfilesCommand.js +3 -10
- package/dist-es/commands/StartUploadJobCommand.js +3 -9
- package/dist-es/commands/StopUploadJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/UpdateDomainCommand.js +3 -9
- package/dist-es/commands/UpdateDomainLayoutCommand.js +3 -10
- package/dist-es/commands/UpdateEventTriggerCommand.js +3 -10
- package/dist-es/commands/UpdateProfileCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -288
- package/dist-es/models/models_1.js +0 -89
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +4609 -0
- package/dist-types/CustomerProfilesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -216
- package/dist-types/models/models_1.d.ts +0 -52
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +456 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -148
- package/dist-types/ts3.4/models/models_1.d.ts +0 -39
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +463 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -3490
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
|
|
11
11
|
import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
|
|
@@ -224,6 +224,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
224
224
|
* Optional extensions
|
|
225
225
|
*/
|
|
226
226
|
extensions?: RuntimeExtension[];
|
|
227
|
+
/**
|
|
228
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
229
|
+
* may be overridden. A default will always be set by the client.
|
|
230
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
231
|
+
* the client.
|
|
232
|
+
* @alpha
|
|
233
|
+
*
|
|
234
|
+
*/
|
|
235
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
227
236
|
/**
|
|
228
237
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
229
238
|
*/
|
|
@@ -7627,219 +7627,3 @@ export interface FieldSourceProfileIds {
|
|
|
7627
7627
|
*/
|
|
7628
7628
|
EngagementPreferences?: string | undefined;
|
|
7629
7629
|
}
|
|
7630
|
-
/**
|
|
7631
|
-
* @internal
|
|
7632
|
-
*/
|
|
7633
|
-
export declare const AddressFilterSensitiveLog: (obj: Address) => any;
|
|
7634
|
-
/**
|
|
7635
|
-
* @internal
|
|
7636
|
-
*/
|
|
7637
|
-
export declare const FlowDefinitionFilterSensitiveLog: (obj: FlowDefinition) => any;
|
|
7638
|
-
/**
|
|
7639
|
-
* @internal
|
|
7640
|
-
*/
|
|
7641
|
-
export declare const AppflowIntegrationFilterSensitiveLog: (obj: AppflowIntegration) => any;
|
|
7642
|
-
/**
|
|
7643
|
-
* @internal
|
|
7644
|
-
*/
|
|
7645
|
-
export declare const AttributeDetailsFilterSensitiveLog: (obj: AttributeDetails) => any;
|
|
7646
|
-
/**
|
|
7647
|
-
* @internal
|
|
7648
|
-
*/
|
|
7649
|
-
export declare const ConditionOverridesFilterSensitiveLog: (obj: ConditionOverrides) => any;
|
|
7650
|
-
/**
|
|
7651
|
-
* @internal
|
|
7652
|
-
*/
|
|
7653
|
-
export declare const BatchGetCalculatedAttributeForProfileRequestFilterSensitiveLog: (obj: BatchGetCalculatedAttributeForProfileRequest) => any;
|
|
7654
|
-
/**
|
|
7655
|
-
* @internal
|
|
7656
|
-
*/
|
|
7657
|
-
export declare const BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog: (obj: BatchGetCalculatedAttributeForProfileResponse) => any;
|
|
7658
|
-
/**
|
|
7659
|
-
* @internal
|
|
7660
|
-
*/
|
|
7661
|
-
export declare const EngagementPreferencesFilterSensitiveLog: (obj: EngagementPreferences) => any;
|
|
7662
|
-
/**
|
|
7663
|
-
* @internal
|
|
7664
|
-
*/
|
|
7665
|
-
export declare const ProfileFilterSensitiveLog: (obj: Profile) => any;
|
|
7666
|
-
/**
|
|
7667
|
-
* @internal
|
|
7668
|
-
*/
|
|
7669
|
-
export declare const BatchGetProfileResponseFilterSensitiveLog: (obj: BatchGetProfileResponse) => any;
|
|
7670
|
-
/**
|
|
7671
|
-
* @internal
|
|
7672
|
-
*/
|
|
7673
|
-
export declare const ListCalculatedAttributeDefinitionItemFilterSensitiveLog: (obj: ListCalculatedAttributeDefinitionItem) => any;
|
|
7674
|
-
/**
|
|
7675
|
-
* @internal
|
|
7676
|
-
*/
|
|
7677
|
-
export declare const CalculatedAttributeDimensionFilterSensitiveLog: (obj: CalculatedAttributeDimension) => any;
|
|
7678
|
-
/**
|
|
7679
|
-
* @internal
|
|
7680
|
-
*/
|
|
7681
|
-
export declare const ConditionsFilterSensitiveLog: (obj: Conditions) => any;
|
|
7682
|
-
/**
|
|
7683
|
-
* @internal
|
|
7684
|
-
*/
|
|
7685
|
-
export declare const CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog: (obj: CreateCalculatedAttributeDefinitionRequest) => any;
|
|
7686
|
-
/**
|
|
7687
|
-
* @internal
|
|
7688
|
-
*/
|
|
7689
|
-
export declare const CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog: (obj: CreateCalculatedAttributeDefinitionResponse) => any;
|
|
7690
|
-
/**
|
|
7691
|
-
* @internal
|
|
7692
|
-
*/
|
|
7693
|
-
export declare const CreateDomainLayoutRequestFilterSensitiveLog: (obj: CreateDomainLayoutRequest) => any;
|
|
7694
|
-
/**
|
|
7695
|
-
* @internal
|
|
7696
|
-
*/
|
|
7697
|
-
export declare const CreateDomainLayoutResponseFilterSensitiveLog: (obj: CreateDomainLayoutResponse) => any;
|
|
7698
|
-
/**
|
|
7699
|
-
* @internal
|
|
7700
|
-
*/
|
|
7701
|
-
export declare const CreateEventTriggerRequestFilterSensitiveLog: (obj: CreateEventTriggerRequest) => any;
|
|
7702
|
-
/**
|
|
7703
|
-
* @internal
|
|
7704
|
-
*/
|
|
7705
|
-
export declare const CreateEventTriggerResponseFilterSensitiveLog: (obj: CreateEventTriggerResponse) => any;
|
|
7706
|
-
/**
|
|
7707
|
-
* @internal
|
|
7708
|
-
*/
|
|
7709
|
-
export declare const IntegrationConfigFilterSensitiveLog: (obj: IntegrationConfig) => any;
|
|
7710
|
-
/**
|
|
7711
|
-
* @internal
|
|
7712
|
-
*/
|
|
7713
|
-
export declare const CreateIntegrationWorkflowRequestFilterSensitiveLog: (obj: CreateIntegrationWorkflowRequest) => any;
|
|
7714
|
-
/**
|
|
7715
|
-
* @internal
|
|
7716
|
-
*/
|
|
7717
|
-
export declare const CreateProfileRequestFilterSensitiveLog: (obj: CreateProfileRequest) => any;
|
|
7718
|
-
/**
|
|
7719
|
-
* @internal
|
|
7720
|
-
*/
|
|
7721
|
-
export declare const ProfileTypeDimensionFilterSensitiveLog: (obj: ProfileTypeDimension) => any;
|
|
7722
|
-
/**
|
|
7723
|
-
* @internal
|
|
7724
|
-
*/
|
|
7725
|
-
export declare const ProfileAttributesFilterSensitiveLog: (obj: ProfileAttributes) => any;
|
|
7726
|
-
/**
|
|
7727
|
-
* @internal
|
|
7728
|
-
*/
|
|
7729
|
-
export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
|
|
7730
|
-
/**
|
|
7731
|
-
* @internal
|
|
7732
|
-
*/
|
|
7733
|
-
export declare const GroupFilterSensitiveLog: (obj: Group) => any;
|
|
7734
|
-
/**
|
|
7735
|
-
* @internal
|
|
7736
|
-
*/
|
|
7737
|
-
export declare const SegmentGroupFilterSensitiveLog: (obj: SegmentGroup) => any;
|
|
7738
|
-
/**
|
|
7739
|
-
* @internal
|
|
7740
|
-
*/
|
|
7741
|
-
export declare const CreateSegmentDefinitionRequestFilterSensitiveLog: (obj: CreateSegmentDefinitionRequest) => any;
|
|
7742
|
-
/**
|
|
7743
|
-
* @internal
|
|
7744
|
-
*/
|
|
7745
|
-
export declare const CreateSegmentDefinitionResponseFilterSensitiveLog: (obj: CreateSegmentDefinitionResponse) => any;
|
|
7746
|
-
/**
|
|
7747
|
-
* @internal
|
|
7748
|
-
*/
|
|
7749
|
-
export declare const SegmentGroupStructureFilterSensitiveLog: (obj: SegmentGroupStructure) => any;
|
|
7750
|
-
/**
|
|
7751
|
-
* @internal
|
|
7752
|
-
*/
|
|
7753
|
-
export declare const CreateSegmentEstimateRequestFilterSensitiveLog: (obj: CreateSegmentEstimateRequest) => any;
|
|
7754
|
-
/**
|
|
7755
|
-
* @internal
|
|
7756
|
-
*/
|
|
7757
|
-
export declare const CreateUploadJobRequestFilterSensitiveLog: (obj: CreateUploadJobRequest) => any;
|
|
7758
|
-
/**
|
|
7759
|
-
* @internal
|
|
7760
|
-
*/
|
|
7761
|
-
export declare const DetectProfileObjectTypeRequestFilterSensitiveLog: (obj: DetectProfileObjectTypeRequest) => any;
|
|
7762
|
-
/**
|
|
7763
|
-
* @internal
|
|
7764
|
-
*/
|
|
7765
|
-
export declare const DetectedProfileObjectTypeFilterSensitiveLog: (obj: DetectedProfileObjectType) => any;
|
|
7766
|
-
/**
|
|
7767
|
-
* @internal
|
|
7768
|
-
*/
|
|
7769
|
-
export declare const DetectProfileObjectTypeResponseFilterSensitiveLog: (obj: DetectProfileObjectTypeResponse) => any;
|
|
7770
|
-
/**
|
|
7771
|
-
* @internal
|
|
7772
|
-
*/
|
|
7773
|
-
export declare const GetCalculatedAttributeDefinitionResponseFilterSensitiveLog: (obj: GetCalculatedAttributeDefinitionResponse) => any;
|
|
7774
|
-
/**
|
|
7775
|
-
* @internal
|
|
7776
|
-
*/
|
|
7777
|
-
export declare const GetDomainLayoutResponseFilterSensitiveLog: (obj: GetDomainLayoutResponse) => any;
|
|
7778
|
-
/**
|
|
7779
|
-
* @internal
|
|
7780
|
-
*/
|
|
7781
|
-
export declare const GetEventTriggerResponseFilterSensitiveLog: (obj: GetEventTriggerResponse) => any;
|
|
7782
|
-
/**
|
|
7783
|
-
* @internal
|
|
7784
|
-
*/
|
|
7785
|
-
export declare const GetProfileHistoryRecordResponseFilterSensitiveLog: (obj: GetProfileHistoryRecordResponse) => any;
|
|
7786
|
-
/**
|
|
7787
|
-
* @internal
|
|
7788
|
-
*/
|
|
7789
|
-
export declare const GetProfileObjectTypeResponseFilterSensitiveLog: (obj: GetProfileObjectTypeResponse) => any;
|
|
7790
|
-
/**
|
|
7791
|
-
* @internal
|
|
7792
|
-
*/
|
|
7793
|
-
export declare const GetProfileObjectTypeTemplateResponseFilterSensitiveLog: (obj: GetProfileObjectTypeTemplateResponse) => any;
|
|
7794
|
-
/**
|
|
7795
|
-
* @internal
|
|
7796
|
-
*/
|
|
7797
|
-
export declare const GetSegmentDefinitionResponseFilterSensitiveLog: (obj: GetSegmentDefinitionResponse) => any;
|
|
7798
|
-
/**
|
|
7799
|
-
* @internal
|
|
7800
|
-
*/
|
|
7801
|
-
export declare const ProfileQueryResultFilterSensitiveLog: (obj: ProfileQueryResult) => any;
|
|
7802
|
-
/**
|
|
7803
|
-
* @internal
|
|
7804
|
-
*/
|
|
7805
|
-
export declare const GetSegmentMembershipResponseFilterSensitiveLog: (obj: GetSegmentMembershipResponse) => any;
|
|
7806
|
-
/**
|
|
7807
|
-
* @internal
|
|
7808
|
-
*/
|
|
7809
|
-
export declare const GetUploadJobResponseFilterSensitiveLog: (obj: GetUploadJobResponse) => any;
|
|
7810
|
-
/**
|
|
7811
|
-
* @internal
|
|
7812
|
-
*/
|
|
7813
|
-
export declare const ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog: (obj: ListCalculatedAttributeDefinitionsResponse) => any;
|
|
7814
|
-
/**
|
|
7815
|
-
* @internal
|
|
7816
|
-
*/
|
|
7817
|
-
export declare const LayoutItemFilterSensitiveLog: (obj: LayoutItem) => any;
|
|
7818
|
-
/**
|
|
7819
|
-
* @internal
|
|
7820
|
-
*/
|
|
7821
|
-
export declare const ListDomainLayoutsResponseFilterSensitiveLog: (obj: ListDomainLayoutsResponse) => any;
|
|
7822
|
-
/**
|
|
7823
|
-
* @internal
|
|
7824
|
-
*/
|
|
7825
|
-
export declare const ListEventTriggersResponseFilterSensitiveLog: (obj: ListEventTriggersResponse) => any;
|
|
7826
|
-
/**
|
|
7827
|
-
* @internal
|
|
7828
|
-
*/
|
|
7829
|
-
export declare const ListProfileObjectsItemFilterSensitiveLog: (obj: ListProfileObjectsItem) => any;
|
|
7830
|
-
/**
|
|
7831
|
-
* @internal
|
|
7832
|
-
*/
|
|
7833
|
-
export declare const ListProfileObjectsResponseFilterSensitiveLog: (obj: ListProfileObjectsResponse) => any;
|
|
7834
|
-
/**
|
|
7835
|
-
* @internal
|
|
7836
|
-
*/
|
|
7837
|
-
export declare const ListProfileObjectTypesResponseFilterSensitiveLog: (obj: ListProfileObjectTypesResponse) => any;
|
|
7838
|
-
/**
|
|
7839
|
-
* @internal
|
|
7840
|
-
*/
|
|
7841
|
-
export declare const SegmentDefinitionItemFilterSensitiveLog: (obj: SegmentDefinitionItem) => any;
|
|
7842
|
-
/**
|
|
7843
|
-
* @internal
|
|
7844
|
-
*/
|
|
7845
|
-
export declare const ListSegmentDefinitionsResponseFilterSensitiveLog: (obj: ListSegmentDefinitionsResponse) => any;
|
|
@@ -1148,55 +1148,3 @@ export interface UpdateProfileResponse {
|
|
|
1148
1148
|
*/
|
|
1149
1149
|
ProfileId: string | undefined;
|
|
1150
1150
|
}
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
|
-
export declare const PutIntegrationRequestFilterSensitiveLog: (obj: PutIntegrationRequest) => any;
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
export declare const PutProfileObjectRequestFilterSensitiveLog: (obj: PutProfileObjectRequest) => any;
|
|
1159
|
-
/**
|
|
1160
|
-
* @internal
|
|
1161
|
-
*/
|
|
1162
|
-
export declare const PutProfileObjectTypeRequestFilterSensitiveLog: (obj: PutProfileObjectTypeRequest) => any;
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
export declare const PutProfileObjectTypeResponseFilterSensitiveLog: (obj: PutProfileObjectTypeResponse) => any;
|
|
1167
|
-
/**
|
|
1168
|
-
* @internal
|
|
1169
|
-
*/
|
|
1170
|
-
export declare const SearchProfilesResponseFilterSensitiveLog: (obj: SearchProfilesResponse) => any;
|
|
1171
|
-
/**
|
|
1172
|
-
* @internal
|
|
1173
|
-
*/
|
|
1174
|
-
export declare const UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog: (obj: UpdateCalculatedAttributeDefinitionRequest) => any;
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
export declare const UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog: (obj: UpdateCalculatedAttributeDefinitionResponse) => any;
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
|
-
export declare const UpdateDomainLayoutRequestFilterSensitiveLog: (obj: UpdateDomainLayoutRequest) => any;
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
|
-
export declare const UpdateDomainLayoutResponseFilterSensitiveLog: (obj: UpdateDomainLayoutResponse) => any;
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
|
-
export declare const UpdateEventTriggerRequestFilterSensitiveLog: (obj: UpdateEventTriggerRequest) => any;
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
1194
|
-
export declare const UpdateEventTriggerResponseFilterSensitiveLog: (obj: UpdateEventTriggerResponse) => any;
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
export declare const UpdateAddressFilterSensitiveLog: (obj: UpdateAddress) => any;
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
|
-
export declare const UpdateProfileRequestFilterSensitiveLog: (obj: UpdateProfileRequest) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) =>
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) =>
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) =>
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) =>
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CustomerProfilesHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|