@aws-sdk/client-customer-profiles 3.194.0 → 3.197.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 +22 -0
- package/dist-cjs/CustomerProfilesClient.js +11 -8
- package/dist-cjs/commands/AddProfileKeyCommand.js +10 -0
- package/dist-cjs/commands/CreateDomainCommand.js +10 -0
- package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +10 -0
- package/dist-cjs/commands/CreateProfileCommand.js +10 -0
- package/dist-cjs/commands/DeleteDomainCommand.js +10 -0
- package/dist-cjs/commands/DeleteIntegrationCommand.js +10 -0
- package/dist-cjs/commands/DeleteProfileCommand.js +10 -0
- package/dist-cjs/commands/DeleteProfileKeyCommand.js +10 -0
- package/dist-cjs/commands/DeleteProfileObjectCommand.js +10 -0
- package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +10 -0
- package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +10 -0
- package/dist-cjs/commands/GetDomainCommand.js +10 -0
- package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +10 -0
- package/dist-cjs/commands/GetIntegrationCommand.js +10 -0
- package/dist-cjs/commands/GetMatchesCommand.js +10 -0
- package/dist-cjs/commands/GetProfileObjectTypeCommand.js +10 -0
- package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowStepsCommand.js +10 -0
- package/dist-cjs/commands/ListAccountIntegrationsCommand.js +10 -0
- package/dist-cjs/commands/ListDomainsCommand.js +10 -0
- package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListIntegrationsCommand.js +10 -0
- package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListProfileObjectTypesCommand.js +10 -0
- package/dist-cjs/commands/ListProfileObjectsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +10 -0
- package/dist-cjs/commands/MergeProfilesCommand.js +10 -0
- package/dist-cjs/commands/PutIntegrationCommand.js +10 -0
- package/dist-cjs/commands/PutProfileObjectCommand.js +10 -0
- package/dist-cjs/commands/PutProfileObjectTypeCommand.js +10 -0
- package/dist-cjs/commands/SearchProfilesCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateDomainCommand.js +10 -0
- package/dist-cjs/commands/UpdateProfileCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/CustomerProfilesClient.js +12 -9
- package/dist-es/commands/AddProfileKeyCommand.js +10 -0
- package/dist-es/commands/CreateDomainCommand.js +10 -0
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +10 -0
- package/dist-es/commands/CreateProfileCommand.js +10 -0
- package/dist-es/commands/DeleteDomainCommand.js +10 -0
- package/dist-es/commands/DeleteIntegrationCommand.js +10 -0
- package/dist-es/commands/DeleteProfileCommand.js +10 -0
- package/dist-es/commands/DeleteProfileKeyCommand.js +10 -0
- package/dist-es/commands/DeleteProfileObjectCommand.js +10 -0
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +10 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +10 -0
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +10 -0
- package/dist-es/commands/GetDomainCommand.js +10 -0
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +10 -0
- package/dist-es/commands/GetIntegrationCommand.js +10 -0
- package/dist-es/commands/GetMatchesCommand.js +10 -0
- package/dist-es/commands/GetProfileObjectTypeCommand.js +10 -0
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +10 -0
- package/dist-es/commands/GetWorkflowCommand.js +10 -0
- package/dist-es/commands/GetWorkflowStepsCommand.js +10 -0
- package/dist-es/commands/ListAccountIntegrationsCommand.js +10 -0
- package/dist-es/commands/ListDomainsCommand.js +10 -0
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +10 -0
- package/dist-es/commands/ListIntegrationsCommand.js +10 -0
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +10 -0
- package/dist-es/commands/ListProfileObjectTypesCommand.js +10 -0
- package/dist-es/commands/ListProfileObjectsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListWorkflowsCommand.js +10 -0
- package/dist-es/commands/MergeProfilesCommand.js +10 -0
- package/dist-es/commands/PutIntegrationCommand.js +10 -0
- package/dist-es/commands/PutProfileObjectCommand.js +10 -0
- package/dist-es/commands/PutProfileObjectTypeCommand.js +10 -0
- package/dist-es/commands/SearchProfilesCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateDomainCommand.js +10 -0
- package/dist-es/commands/UpdateProfileCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/CustomerProfilesClient.d.ts +6 -9
- package/dist-types/commands/AddProfileKeyCommand.d.ts +2 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -0
- package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileObjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +2 -0
- package/dist-types/commands/GetDomainCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +2 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/GetMatchesCommand.d.ts +2 -0
- package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +2 -0
- package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowStepsCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +2 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -0
- package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListIntegrationsCommand.d.ts +2 -0
- package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +2 -0
- package/dist-types/commands/ListProfileObjectsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/MergeProfilesCommand.d.ts +2 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/PutProfileObjectCommand.d.ts +2 -0
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -0
- package/dist-types/commands/SearchProfilesCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -25,6 +26,7 @@ export interface GetWorkflowStepsCommandOutput extends GetWorkflowStepsResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetWorkflowStepsCommand extends $Command<GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
27
28
|
readonly input: GetWorkflowStepsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetWorkflowStepsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -25,6 +26,7 @@ export interface ListAccountIntegrationsCommandOutput extends ListAccountIntegra
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListAccountIntegrationsCommand extends $Command<ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
27
28
|
readonly input: ListAccountIntegrationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAccountIntegrationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -25,6 +26,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
27
28
|
readonly input: ListDomainsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDomainsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -26,6 +27,7 @@ export interface ListIdentityResolutionJobsCommandOutput extends ListIdentityRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListIdentityResolutionJobsCommand extends $Command<ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
28
29
|
readonly input: ListIdentityResolutionJobsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListIdentityResolutionJobsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -25,6 +26,7 @@ export interface ListIntegrationsCommandOutput extends ListIntegrationsResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListIntegrationsCommand extends $Command<ListIntegrationsCommandInput, ListIntegrationsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
27
28
|
readonly input: ListIntegrationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListIntegrationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -25,6 +26,7 @@ export interface ListProfileObjectTypeTemplatesCommandOutput extends ListProfile
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListProfileObjectTypeTemplatesCommand extends $Command<ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
27
28
|
readonly input: ListProfileObjectTypeTemplatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListProfileObjectTypeTemplatesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -25,6 +26,7 @@ export interface ListProfileObjectTypesCommandOutput extends ListProfileObjectTy
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListProfileObjectTypesCommand extends $Command<ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
27
28
|
readonly input: ListProfileObjectTypesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListProfileObjectTypesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -25,6 +26,7 @@ export interface ListProfileObjectsCommandOutput extends ListProfileObjectsRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListProfileObjectsCommand extends $Command<ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
27
28
|
readonly input: ListProfileObjectsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListProfileObjectsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -26,6 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
28
29
|
readonly input: ListTagsForResourceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -25,6 +26,7 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
27
28
|
readonly input: ListWorkflowsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkflowsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -68,6 +69,7 @@ export interface MergeProfilesCommandOutput extends MergeProfilesResponse, __Met
|
|
|
68
69
|
*/
|
|
69
70
|
export declare class MergeProfilesCommand extends $Command<MergeProfilesCommandInput, MergeProfilesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
70
71
|
readonly input: MergeProfilesCommandInput;
|
|
72
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
73
|
constructor(input: MergeProfilesCommandInput);
|
|
72
74
|
/**
|
|
73
75
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -30,6 +31,7 @@ export interface PutIntegrationCommandOutput extends PutIntegrationResponse, __M
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class PutIntegrationCommand extends $Command<PutIntegrationCommandInput, PutIntegrationCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
32
33
|
readonly input: PutIntegrationCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: PutIntegrationCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -34,6 +35,7 @@ export interface PutProfileObjectCommandOutput extends PutProfileObjectResponse,
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class PutProfileObjectCommand extends $Command<PutProfileObjectCommandInput, PutProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
36
37
|
readonly input: PutProfileObjectCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: PutProfileObjectCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -27,6 +28,7 @@ export interface PutProfileObjectTypeCommandOutput extends PutProfileObjectTypeR
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class PutProfileObjectTypeCommand extends $Command<PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
29
30
|
readonly input: PutProfileObjectTypeCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: PutProfileObjectTypeCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -26,6 +27,7 @@ export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __M
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class SearchProfilesCommand extends $Command<SearchProfilesCommandInput, SearchProfilesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
28
29
|
readonly input: SearchProfilesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: SearchProfilesCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -36,6 +37,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
38
39
|
readonly input: TagResourceCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: TagResourceCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -26,6 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
28
29
|
readonly input: UntagResourceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: UntagResourceCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -33,6 +34,7 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class UpdateDomainCommand extends $Command<UpdateDomainCommandInput, UpdateDomainCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
35
36
|
readonly input: UpdateDomainCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: UpdateDomainCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
@@ -29,6 +30,7 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class UpdateProfileCommand extends $Command<UpdateProfileCommandInput, UpdateProfileCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
31
32
|
readonly input: UpdateProfileCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: UpdateProfileCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) =>
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) =>
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) =>
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { CustomerProfilesClientConfig } from "./CustomerProfilesClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -194,6 +195,11 @@ import {
|
|
|
194
195
|
UpdateProfileCommandInput,
|
|
195
196
|
UpdateProfileCommandOutput,
|
|
196
197
|
} from "./commands/UpdateProfileCommand";
|
|
198
|
+
import {
|
|
199
|
+
ClientInputEndpointParameters,
|
|
200
|
+
ClientResolvedEndpointParameters,
|
|
201
|
+
EndpointParameters,
|
|
202
|
+
} from "./endpoint/EndpointParameters";
|
|
197
203
|
export declare type ServiceInputTypes =
|
|
198
204
|
| AddProfileKeyCommandInput
|
|
199
205
|
| CreateDomainCommandInput
|
|
@@ -293,7 +299,6 @@ export interface ClientDefaults
|
|
|
293
299
|
serviceId?: string;
|
|
294
300
|
region?: string | __Provider<string>;
|
|
295
301
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
296
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
297
302
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
298
303
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
299
304
|
}
|
|
@@ -302,22 +307,24 @@ declare type CustomerProfilesClientConfigType = Partial<
|
|
|
302
307
|
> &
|
|
303
308
|
ClientDefaults &
|
|
304
309
|
RegionInputConfig &
|
|
305
|
-
|
|
310
|
+
EndpointInputConfig<EndpointParameters> &
|
|
306
311
|
RetryInputConfig &
|
|
307
312
|
HostHeaderInputConfig &
|
|
308
313
|
AwsAuthInputConfig &
|
|
309
|
-
UserAgentInputConfig
|
|
314
|
+
UserAgentInputConfig &
|
|
315
|
+
ClientInputEndpointParameters;
|
|
310
316
|
export interface CustomerProfilesClientConfig
|
|
311
317
|
extends CustomerProfilesClientConfigType {}
|
|
312
318
|
declare type CustomerProfilesClientResolvedConfigType =
|
|
313
319
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
314
320
|
Required<ClientDefaults> &
|
|
315
321
|
RegionResolvedConfig &
|
|
316
|
-
|
|
322
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
317
323
|
RetryResolvedConfig &
|
|
318
324
|
HostHeaderResolvedConfig &
|
|
319
325
|
AwsAuthResolvedConfig &
|
|
320
|
-
UserAgentResolvedConfig
|
|
326
|
+
UserAgentResolvedConfig &
|
|
327
|
+
ClientResolvedEndpointParameters;
|
|
321
328
|
export interface CustomerProfilesClientResolvedConfig
|
|
322
329
|
extends CustomerProfilesClientResolvedConfigType {}
|
|
323
330
|
export declare class CustomerProfilesClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class AddProfileKeyCommand extends $Command<
|
|
|
24
25
|
CustomerProfilesClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: AddProfileKeyCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: AddProfileKeyCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateDomainCommand extends $Command<
|
|
|
21
22
|
CustomerProfilesClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateDomainCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateDomainCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateIntegrationWorkflowCommand extends $Command<
|
|
|
25
26
|
CustomerProfilesClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateIntegrationWorkflowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateIntegrationWorkflowCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateProfileCommand extends $Command<
|
|
|
24
25
|
CustomerProfilesClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateProfileCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateProfileCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteDomainCommand extends $Command<
|
|
|
21
22
|
CustomerProfilesClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteDomainCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteDomainCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteIntegrationCommand extends $Command<
|
|
|
25
26
|
CustomerProfilesClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteIntegrationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteIntegrationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteProfileCommand extends $Command<
|
|
|
24
25
|
CustomerProfilesClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteProfileCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteProfileCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteProfileKeyCommand extends $Command<
|
|
|
24
25
|
CustomerProfilesClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteProfileKeyCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteProfileKeyCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteProfileObjectCommand extends $Command<
|
|
|
25
26
|
CustomerProfilesClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteProfileObjectCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteProfileObjectCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteProfileObjectTypeCommand extends $Command<
|
|
|
25
26
|
CustomerProfilesClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteProfileObjectTypeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteProfileObjectTypeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteWorkflowCommand extends $Command<
|
|
|
24
25
|
CustomerProfilesClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteWorkflowCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteWorkflowCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetAutoMergingPreviewCommand extends $Command<
|
|
|
25
26
|
CustomerProfilesClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetAutoMergingPreviewCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAutoMergingPreviewCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetDomainCommand extends $Command<
|
|
|
21
22
|
CustomerProfilesClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetDomainCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetDomainCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetIdentityResolutionJobCommand extends $Command<
|
|
|
25
26
|
CustomerProfilesClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetIdentityResolutionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetIdentityResolutionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|