@aws-sdk/client-customer-profiles 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/CustomerProfiles.d.ts +0 -170
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +0 -106
- package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -33
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -4
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1845
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -101
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { GetMatchesRequest, GetMatchesResponse } from "../models/models_0";
|
|
5
|
-
export interface GetMatchesCommandInput extends GetMatchesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetMatchesCommandOutput extends GetMatchesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetMatchesCommand extends $Command<GetMatchesCommandInput, GetMatchesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: GetMatchesCommandInput;
|
|
12
|
-
constructor(input: GetMatchesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMatchesCommandInput, GetMatchesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { GetProfileObjectTypeRequest, GetProfileObjectTypeResponse } from "../models/models_0";
|
|
5
|
-
export interface GetProfileObjectTypeCommandInput extends GetProfileObjectTypeRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetProfileObjectTypeCommandOutput extends GetProfileObjectTypeResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetProfileObjectTypeCommand extends $Command<GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: GetProfileObjectTypeCommandInput;
|
|
12
|
-
constructor(input: GetProfileObjectTypeCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { GetProfileObjectTypeTemplateRequest, GetProfileObjectTypeTemplateResponse } from "../models/models_0";
|
|
5
|
-
export interface GetProfileObjectTypeTemplateCommandInput extends GetProfileObjectTypeTemplateRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetProfileObjectTypeTemplateCommandOutput extends GetProfileObjectTypeTemplateResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetProfileObjectTypeTemplateCommand extends $Command<GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: GetProfileObjectTypeTemplateCommandInput;
|
|
12
|
-
constructor(input: GetProfileObjectTypeTemplateCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { ListAccountIntegrationsRequest, ListAccountIntegrationsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListAccountIntegrationsCommandInput extends ListAccountIntegrationsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAccountIntegrationsCommandOutput extends ListAccountIntegrationsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListAccountIntegrationsCommand extends $Command<ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: ListAccountIntegrationsCommandInput;
|
|
12
|
-
constructor(input: ListAccountIntegrationsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListDomainsCommandInput extends ListDomainsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListDomainsCommandOutput extends ListDomainsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: ListDomainsCommandInput;
|
|
12
|
-
constructor(input: ListDomainsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { ListIdentityResolutionJobsRequest, ListIdentityResolutionJobsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListIdentityResolutionJobsCommandInput extends ListIdentityResolutionJobsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListIdentityResolutionJobsCommandOutput extends ListIdentityResolutionJobsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListIdentityResolutionJobsCommand extends $Command<ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: ListIdentityResolutionJobsCommandInput;
|
|
12
|
-
constructor(input: ListIdentityResolutionJobsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { ListIntegrationsRequest, ListIntegrationsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListIntegrationsCommandInput extends ListIntegrationsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListIntegrationsCommandOutput extends ListIntegrationsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListIntegrationsCommand extends $Command<ListIntegrationsCommandInput, ListIntegrationsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: ListIntegrationsCommandInput;
|
|
12
|
-
constructor(input: ListIntegrationsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIntegrationsCommandInput, ListIntegrationsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { ListProfileObjectTypeTemplatesRequest, ListProfileObjectTypeTemplatesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListProfileObjectTypeTemplatesCommandInput extends ListProfileObjectTypeTemplatesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProfileObjectTypeTemplatesCommandOutput extends ListProfileObjectTypeTemplatesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListProfileObjectTypeTemplatesCommand extends $Command<ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: ListProfileObjectTypeTemplatesCommandInput;
|
|
12
|
-
constructor(input: ListProfileObjectTypeTemplatesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { ListProfileObjectTypesRequest, ListProfileObjectTypesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListProfileObjectTypesCommandInput extends ListProfileObjectTypesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProfileObjectTypesCommandOutput extends ListProfileObjectTypesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListProfileObjectTypesCommand extends $Command<ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: ListProfileObjectTypesCommandInput;
|
|
12
|
-
constructor(input: ListProfileObjectTypesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { ListProfileObjectsRequest, ListProfileObjectsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListProfileObjectsCommandInput extends ListProfileObjectsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProfileObjectsCommandOutput extends ListProfileObjectsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListProfileObjectsCommand extends $Command<ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: ListProfileObjectsCommandInput;
|
|
12
|
-
constructor(input: ListProfileObjectsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { MergeProfilesRequest, MergeProfilesResponse } from "../models/models_0";
|
|
5
|
-
export interface MergeProfilesCommandInput extends MergeProfilesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface MergeProfilesCommandOutput extends MergeProfilesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class MergeProfilesCommand extends $Command<MergeProfilesCommandInput, MergeProfilesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: MergeProfilesCommandInput;
|
|
12
|
-
constructor(input: MergeProfilesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergeProfilesCommandInput, MergeProfilesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { PutIntegrationRequest, PutIntegrationResponse } from "../models/models_0";
|
|
5
|
-
export interface PutIntegrationCommandInput extends PutIntegrationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutIntegrationCommandOutput extends PutIntegrationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutIntegrationCommand extends $Command<PutIntegrationCommandInput, PutIntegrationCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: PutIntegrationCommandInput;
|
|
12
|
-
constructor(input: PutIntegrationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIntegrationCommandInput, PutIntegrationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { PutProfileObjectRequest, PutProfileObjectResponse } from "../models/models_0";
|
|
5
|
-
export interface PutProfileObjectCommandInput extends PutProfileObjectRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutProfileObjectCommandOutput extends PutProfileObjectResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutProfileObjectCommand extends $Command<PutProfileObjectCommandInput, PutProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: PutProfileObjectCommandInput;
|
|
12
|
-
constructor(input: PutProfileObjectCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutProfileObjectCommandInput, PutProfileObjectCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { PutProfileObjectTypeRequest, PutProfileObjectTypeResponse } from "../models/models_0";
|
|
5
|
-
export interface PutProfileObjectTypeCommandInput extends PutProfileObjectTypeRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutProfileObjectTypeCommandOutput extends PutProfileObjectTypeResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutProfileObjectTypeCommand extends $Command<PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: PutProfileObjectTypeCommandInput;
|
|
12
|
-
constructor(input: PutProfileObjectTypeCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { SearchProfilesRequest, SearchProfilesResponse } from "../models/models_0";
|
|
5
|
-
export interface SearchProfilesCommandInput extends SearchProfilesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class SearchProfilesCommand extends $Command<SearchProfilesCommandInput, SearchProfilesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: SearchProfilesCommandInput;
|
|
12
|
-
constructor(input: SearchProfilesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchProfilesCommandInput, SearchProfilesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateDomainCommandInput extends UpdateDomainRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateDomainCommand extends $Command<UpdateDomainCommandInput, UpdateDomainCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateDomainCommandInput;
|
|
12
|
-
constructor(input: UpdateDomainCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainCommandInput, UpdateDomainCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateProfileCommandInput extends UpdateProfileRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateProfileCommand extends $Command<UpdateProfileCommandInput, UpdateProfileCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateProfileCommandInput;
|
|
12
|
-
constructor(input: UpdateProfileCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProfileCommandInput, UpdateProfileCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export * from "./AddProfileKeyCommand";
|
|
2
|
-
export * from "./CreateDomainCommand";
|
|
3
|
-
export * from "./CreateProfileCommand";
|
|
4
|
-
export * from "./DeleteDomainCommand";
|
|
5
|
-
export * from "./DeleteIntegrationCommand";
|
|
6
|
-
export * from "./DeleteProfileCommand";
|
|
7
|
-
export * from "./DeleteProfileKeyCommand";
|
|
8
|
-
export * from "./DeleteProfileObjectCommand";
|
|
9
|
-
export * from "./DeleteProfileObjectTypeCommand";
|
|
10
|
-
export * from "./GetAutoMergingPreviewCommand";
|
|
11
|
-
export * from "./GetDomainCommand";
|
|
12
|
-
export * from "./GetIdentityResolutionJobCommand";
|
|
13
|
-
export * from "./GetIntegrationCommand";
|
|
14
|
-
export * from "./GetMatchesCommand";
|
|
15
|
-
export * from "./GetProfileObjectTypeCommand";
|
|
16
|
-
export * from "./GetProfileObjectTypeTemplateCommand";
|
|
17
|
-
export * from "./ListAccountIntegrationsCommand";
|
|
18
|
-
export * from "./ListDomainsCommand";
|
|
19
|
-
export * from "./ListIdentityResolutionJobsCommand";
|
|
20
|
-
export * from "./ListIntegrationsCommand";
|
|
21
|
-
export * from "./ListProfileObjectTypeTemplatesCommand";
|
|
22
|
-
export * from "./ListProfileObjectTypesCommand";
|
|
23
|
-
export * from "./ListProfileObjectsCommand";
|
|
24
|
-
export * from "./ListTagsForResourceCommand";
|
|
25
|
-
export * from "./MergeProfilesCommand";
|
|
26
|
-
export * from "./PutIntegrationCommand";
|
|
27
|
-
export * from "./PutProfileObjectCommand";
|
|
28
|
-
export * from "./PutProfileObjectTypeCommand";
|
|
29
|
-
export * from "./SearchProfilesCommand";
|
|
30
|
-
export * from "./TagResourceCommand";
|
|
31
|
-
export * from "./UntagResourceCommand";
|
|
32
|
-
export * from "./UpdateDomainCommand";
|
|
33
|
-
export * from "./UpdateProfileCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|