@aws-sdk/client-customer-profiles 3.588.0 → 3.592.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/dist-cjs/index.js +0 -52
  2. package/dist-types/CustomerProfilesClient.d.ts +4 -4
  3. package/dist-types/commands/AddProfileKeyCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateEventStreamCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteEventStreamCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteProfileKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteProfileObjectCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  18. package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +2 -1
  19. package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +2 -1
  20. package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +2 -1
  21. package/dist-types/commands/GetCalculatedAttributeForProfileCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDomainCommand.d.ts +2 -1
  23. package/dist-types/commands/GetEventStreamCommand.d.ts +2 -1
  24. package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +2 -1
  25. package/dist-types/commands/GetIntegrationCommand.d.ts +2 -1
  26. package/dist-types/commands/GetMatchesCommand.d.ts +2 -1
  27. package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +2 -1
  28. package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +2 -1
  29. package/dist-types/commands/GetSimilarProfilesCommand.d.ts +2 -1
  30. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  31. package/dist-types/commands/GetWorkflowStepsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListCalculatedAttributesForProfileCommand.d.ts +2 -1
  35. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListEventStreamsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListIntegrationsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListProfileObjectsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListRuleBasedMatchesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  45. package/dist-types/commands/MergeProfilesCommand.d.ts +2 -1
  46. package/dist-types/commands/PutIntegrationCommand.d.ts +2 -1
  47. package/dist-types/commands/PutProfileObjectCommand.d.ts +2 -1
  48. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchProfilesCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateDomainCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  55. package/dist-types/index.d.ts +2 -2
  56. package/dist-types/models/CustomerProfilesServiceException.d.ts +2 -1
  57. package/dist-types/runtimeConfig.native.d.ts +1 -1
  58. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateEventStreamCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DetectProfileObjectTypeCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/GetCalculatedAttributeDefinitionCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/GetCalculatedAttributeForProfileCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/GetSimilarProfilesCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListCalculatedAttributesForProfileCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListEventStreamsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListRuleBasedMatchesCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +2 -1
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  113. package/package.json +6 -6
@@ -9,7 +9,8 @@ import {
9
9
  GetProfileObjectTypeTemplateRequest,
10
10
  GetProfileObjectTypeTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetProfileObjectTypeTemplateCommandInput
14
15
  extends GetProfileObjectTypeTemplateRequest {}
15
16
  export interface GetProfileObjectTypeTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetSimilarProfilesRequest,
10
10
  GetSimilarProfilesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSimilarProfilesCommandInput
14
15
  extends GetSimilarProfilesRequest {}
15
16
  export interface GetSimilarProfilesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CustomerProfilesClient";
8
8
  import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetWorkflowCommandInput extends GetWorkflowRequest {}
11
12
  export interface GetWorkflowCommandOutput
12
13
  extends GetWorkflowResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetWorkflowStepsRequest,
10
10
  GetWorkflowStepsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetWorkflowStepsCommandInput extends GetWorkflowStepsRequest {}
14
15
  export interface GetWorkflowStepsCommandOutput
15
16
  extends GetWorkflowStepsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListAccountIntegrationsRequest,
10
10
  ListAccountIntegrationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAccountIntegrationsCommandInput
14
15
  extends ListAccountIntegrationsRequest {}
15
16
  export interface ListAccountIntegrationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListCalculatedAttributeDefinitionsRequest,
10
10
  ListCalculatedAttributeDefinitionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListCalculatedAttributeDefinitionsCommandInput
14
15
  extends ListCalculatedAttributeDefinitionsRequest {}
15
16
  export interface ListCalculatedAttributeDefinitionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListCalculatedAttributesForProfileRequest,
10
10
  ListCalculatedAttributesForProfileResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListCalculatedAttributesForProfileCommandInput
14
15
  extends ListCalculatedAttributesForProfileRequest {}
15
16
  export interface ListCalculatedAttributesForProfileCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CustomerProfilesClient";
8
8
  import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListDomainsCommandInput extends ListDomainsRequest {}
11
12
  export interface ListDomainsCommandOutput
12
13
  extends ListDomainsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListEventStreamsRequest,
10
10
  ListEventStreamsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEventStreamsCommandInput extends ListEventStreamsRequest {}
14
15
  export interface ListEventStreamsCommandOutput
15
16
  extends ListEventStreamsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListIdentityResolutionJobsRequest,
10
10
  ListIdentityResolutionJobsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListIdentityResolutionJobsCommandInput
14
15
  extends ListIdentityResolutionJobsRequest {}
15
16
  export interface ListIdentityResolutionJobsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListIntegrationsRequest,
10
10
  ListIntegrationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListIntegrationsCommandInput extends ListIntegrationsRequest {}
14
15
  export interface ListIntegrationsCommandOutput
15
16
  extends ListIntegrationsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListProfileObjectTypeTemplatesRequest,
10
10
  ListProfileObjectTypeTemplatesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListProfileObjectTypeTemplatesCommandInput
14
15
  extends ListProfileObjectTypeTemplatesRequest {}
15
16
  export interface ListProfileObjectTypeTemplatesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListProfileObjectTypesRequest,
10
10
  ListProfileObjectTypesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListProfileObjectTypesCommandInput
14
15
  extends ListProfileObjectTypesRequest {}
15
16
  export interface ListProfileObjectTypesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListProfileObjectsRequest,
10
10
  ListProfileObjectsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListProfileObjectsCommandInput
14
15
  extends ListProfileObjectsRequest {}
15
16
  export interface ListProfileObjectsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListRuleBasedMatchesRequest,
10
10
  ListRuleBasedMatchesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRuleBasedMatchesCommandInput
14
15
  extends ListRuleBasedMatchesRequest {}
15
16
  export interface ListRuleBasedMatchesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListWorkflowsRequest,
10
10
  ListWorkflowsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {}
14
15
  export interface ListWorkflowsCommandOutput
15
16
  extends ListWorkflowsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  MergeProfilesRequest,
10
10
  MergeProfilesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface MergeProfilesCommandInput extends MergeProfilesRequest {}
14
15
  export interface MergeProfilesCommandOutput
15
16
  extends MergeProfilesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  PutIntegrationRequest,
10
10
  PutIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutIntegrationCommandInput extends PutIntegrationRequest {}
14
15
  export interface PutIntegrationCommandOutput
15
16
  extends PutIntegrationResponse,
@@ -9,7 +9,8 @@ import {
9
9
  PutProfileObjectRequest,
10
10
  PutProfileObjectResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutProfileObjectCommandInput extends PutProfileObjectRequest {}
14
15
  export interface PutProfileObjectCommandOutput
15
16
  extends PutProfileObjectResponse,
@@ -9,7 +9,8 @@ import {
9
9
  PutProfileObjectTypeRequest,
10
10
  PutProfileObjectTypeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutProfileObjectTypeCommandInput
14
15
  extends PutProfileObjectTypeRequest {}
15
16
  export interface PutProfileObjectTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  SearchProfilesRequest,
10
10
  SearchProfilesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchProfilesCommandInput extends SearchProfilesRequest {}
14
15
  export interface SearchProfilesCommandOutput
15
16
  extends SearchProfilesResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CustomerProfilesClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateCalculatedAttributeDefinitionRequest,
10
10
  UpdateCalculatedAttributeDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateCalculatedAttributeDefinitionCommandInput
14
15
  extends UpdateCalculatedAttributeDefinitionRequest {}
15
16
  export interface UpdateCalculatedAttributeDefinitionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CustomerProfilesClient";
8
8
  import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateDomainCommandInput extends UpdateDomainRequest {}
11
12
  export interface UpdateDomainCommandOutput
12
13
  extends UpdateDomainResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateProfileRequest,
10
10
  UpdateProfileResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateProfileCommandInput extends UpdateProfileRequest {}
14
15
  export interface UpdateProfileCommandOutput
15
16
  extends UpdateProfileResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class CustomerProfilesServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-customer-profiles",
3
3
  "description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-customer-profiles",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",