@aws-sdk/client-customer-profiles 3.803.0 → 3.806.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 (150) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/protocols/Aws_restJson1.js +7 -7
  3. package/dist-es/runtimeConfig.js +6 -6
  4. package/dist-types/commands/AddProfileKeyCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +1 -1
  6. package/dist-types/commands/BatchGetProfileCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateEventStreamCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateEventTriggerCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateProfileCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateSegmentEstimateCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateSegmentSnapshotCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteEventStreamCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteEventTriggerCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteProfileKeyCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteProfileObjectCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteSegmentDefinitionCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  27. package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +1 -1
  28. package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +1 -1
  29. package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +1 -1
  30. package/dist-types/commands/GetCalculatedAttributeForProfileCommand.d.ts +1 -1
  31. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  32. package/dist-types/commands/GetEventStreamCommand.d.ts +1 -1
  33. package/dist-types/commands/GetEventTriggerCommand.d.ts +1 -1
  34. package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +1 -1
  35. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  36. package/dist-types/commands/GetMatchesCommand.d.ts +1 -1
  37. package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +1 -1
  38. package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +1 -1
  39. package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +1 -1
  40. package/dist-types/commands/GetSegmentEstimateCommand.d.ts +1 -1
  41. package/dist-types/commands/GetSegmentMembershipCommand.d.ts +1 -1
  42. package/dist-types/commands/GetSegmentSnapshotCommand.d.ts +1 -1
  43. package/dist-types/commands/GetSimilarProfilesCommand.d.ts +1 -1
  44. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
  45. package/dist-types/commands/GetWorkflowStepsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListCalculatedAttributesForProfileCommand.d.ts +1 -1
  49. package/dist-types/commands/ListEventStreamsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListEventTriggersCommand.d.ts +1 -1
  51. package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListIntegrationsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListObjectTypeAttributesCommand.d.ts +1 -1
  54. package/dist-types/commands/ListProfileAttributeValuesCommand.d.ts +1 -1
  55. package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListProfileObjectsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListRuleBasedMatchesCommand.d.ts +1 -1
  58. package/dist-types/commands/ListSegmentDefinitionsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  60. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  61. package/dist-types/commands/MergeProfilesCommand.d.ts +1 -1
  62. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  63. package/dist-types/commands/PutProfileObjectCommand.d.ts +1 -1
  64. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  65. package/dist-types/commands/SearchProfilesCommand.d.ts +1 -1
  66. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  67. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
  72. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  73. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  74. package/dist-types/runtimeConfig.d.ts +16 -16
  75. package/dist-types/runtimeConfig.native.d.ts +18 -18
  76. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  77. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/BatchGetProfileCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/CreateEventStreamCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/CreateEventTriggerCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/CreateSegmentDefinitionCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/CreateSegmentEstimateCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/CreateSegmentSnapshotCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteEventTriggerCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DeleteSegmentDefinitionCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DetectProfileObjectTypeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/GetCalculatedAttributeDefinitionCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/GetCalculatedAttributeForProfileCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/GetEventTriggerCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/GetSegmentDefinitionCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/GetSegmentEstimateCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/GetSegmentMembershipCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/GetSegmentSnapshotCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/GetSimilarProfilesCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/ListCalculatedAttributesForProfileCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/ListEventStreamsCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/ListEventTriggersCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/ListObjectTypeAttributesCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListProfileAttributeValuesCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ListRuleBasedMatchesCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ListSegmentDefinitionsCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  146. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  147. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  148. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  149. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  150. package/package.json +22 -22
@@ -27,7 +27,7 @@ declare const CreateSegmentEstimateCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateSegmentEstimateCommandInput
30
+ input: CreateSegmentEstimateCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateSegmentEstimateCommandInput,
33
33
  CreateSegmentEstimateCommandOutput,
@@ -27,7 +27,7 @@ declare const CreateSegmentSnapshotCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateSegmentSnapshotCommandInput
30
+ input: CreateSegmentSnapshotCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateSegmentSnapshotCommandInput,
33
33
  CreateSegmentSnapshotCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteCalculatedAttributeDefinitionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteCalculatedAttributeDefinitionCommandInput
30
+ input: DeleteCalculatedAttributeDefinitionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteCalculatedAttributeDefinitionCommandInput,
33
33
  DeleteCalculatedAttributeDefinitionCommandOutput,
@@ -23,7 +23,7 @@ declare const DeleteDomainCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DeleteDomainCommandInput
26
+ input: DeleteDomainCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DeleteDomainCommandInput,
29
29
  DeleteDomainCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteEventStreamCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteEventStreamCommandInput
30
+ input: DeleteEventStreamCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteEventStreamCommandInput,
33
33
  DeleteEventStreamCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteEventTriggerCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteEventTriggerCommandInput
30
+ input: DeleteEventTriggerCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteEventTriggerCommandInput,
33
33
  DeleteEventTriggerCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteIntegrationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteIntegrationCommandInput
30
+ input: DeleteIntegrationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteIntegrationCommandInput,
33
33
  DeleteIntegrationCommandOutput,
@@ -26,7 +26,7 @@ declare const DeleteProfileCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DeleteProfileCommandInput
29
+ input: DeleteProfileCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DeleteProfileCommandInput,
32
32
  DeleteProfileCommandOutput,
@@ -26,7 +26,7 @@ declare const DeleteProfileKeyCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DeleteProfileKeyCommandInput
29
+ input: DeleteProfileKeyCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DeleteProfileKeyCommandInput,
32
32
  DeleteProfileKeyCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteProfileObjectCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteProfileObjectCommandInput
30
+ input: DeleteProfileObjectCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteProfileObjectCommandInput,
33
33
  DeleteProfileObjectCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteProfileObjectTypeCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteProfileObjectTypeCommandInput
30
+ input: DeleteProfileObjectTypeCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteProfileObjectTypeCommandInput,
33
33
  DeleteProfileObjectTypeCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteSegmentDefinitionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteSegmentDefinitionCommandInput
30
+ input: DeleteSegmentDefinitionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteSegmentDefinitionCommandInput,
33
33
  DeleteSegmentDefinitionCommandOutput,
@@ -26,7 +26,7 @@ declare const DeleteWorkflowCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DeleteWorkflowCommandInput
29
+ input: DeleteWorkflowCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DeleteWorkflowCommandInput,
32
32
  DeleteWorkflowCommandOutput,
@@ -27,7 +27,7 @@ declare const DetectProfileObjectTypeCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DetectProfileObjectTypeCommandInput
30
+ input: DetectProfileObjectTypeCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DetectProfileObjectTypeCommandInput,
33
33
  DetectProfileObjectTypeCommandOutput,
@@ -27,7 +27,7 @@ declare const GetAutoMergingPreviewCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetAutoMergingPreviewCommandInput
30
+ input: GetAutoMergingPreviewCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetAutoMergingPreviewCommandInput,
33
33
  GetAutoMergingPreviewCommandOutput,
@@ -27,7 +27,7 @@ declare const GetCalculatedAttributeDefinitionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetCalculatedAttributeDefinitionCommandInput
30
+ input: GetCalculatedAttributeDefinitionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetCalculatedAttributeDefinitionCommandInput,
33
33
  GetCalculatedAttributeDefinitionCommandOutput,
@@ -27,7 +27,7 @@ declare const GetCalculatedAttributeForProfileCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetCalculatedAttributeForProfileCommandInput
30
+ input: GetCalculatedAttributeForProfileCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetCalculatedAttributeForProfileCommandInput,
33
33
  GetCalculatedAttributeForProfileCommandOutput,
@@ -23,7 +23,7 @@ declare const GetDomainCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetDomainCommandInput
26
+ input: GetDomainCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetDomainCommandInput,
29
29
  GetDomainCommandOutput,
@@ -26,7 +26,7 @@ declare const GetEventStreamCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetEventStreamCommandInput
29
+ input: GetEventStreamCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetEventStreamCommandInput,
32
32
  GetEventStreamCommandOutput,
@@ -26,7 +26,7 @@ declare const GetEventTriggerCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetEventTriggerCommandInput
29
+ input: GetEventTriggerCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetEventTriggerCommandInput,
32
32
  GetEventTriggerCommandOutput,
@@ -27,7 +27,7 @@ declare const GetIdentityResolutionJobCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetIdentityResolutionJobCommandInput
30
+ input: GetIdentityResolutionJobCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetIdentityResolutionJobCommandInput,
33
33
  GetIdentityResolutionJobCommandOutput,
@@ -26,7 +26,7 @@ declare const GetIntegrationCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetIntegrationCommandInput
29
+ input: GetIntegrationCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetIntegrationCommandInput,
32
32
  GetIntegrationCommandOutput,
@@ -23,7 +23,7 @@ declare const GetMatchesCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetMatchesCommandInput
26
+ input: GetMatchesCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetMatchesCommandInput,
29
29
  GetMatchesCommandOutput,
@@ -27,7 +27,7 @@ declare const GetProfileObjectTypeCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetProfileObjectTypeCommandInput
30
+ input: GetProfileObjectTypeCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetProfileObjectTypeCommandInput,
33
33
  GetProfileObjectTypeCommandOutput,
@@ -27,7 +27,7 @@ declare const GetProfileObjectTypeTemplateCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetProfileObjectTypeTemplateCommandInput
30
+ input: GetProfileObjectTypeTemplateCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetProfileObjectTypeTemplateCommandInput,
33
33
  GetProfileObjectTypeTemplateCommandOutput,
@@ -27,7 +27,7 @@ declare const GetSegmentDefinitionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetSegmentDefinitionCommandInput
30
+ input: GetSegmentDefinitionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetSegmentDefinitionCommandInput,
33
33
  GetSegmentDefinitionCommandOutput,
@@ -27,7 +27,7 @@ declare const GetSegmentEstimateCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetSegmentEstimateCommandInput
30
+ input: GetSegmentEstimateCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetSegmentEstimateCommandInput,
33
33
  GetSegmentEstimateCommandOutput,
@@ -27,7 +27,7 @@ declare const GetSegmentMembershipCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetSegmentMembershipCommandInput
30
+ input: GetSegmentMembershipCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetSegmentMembershipCommandInput,
33
33
  GetSegmentMembershipCommandOutput,
@@ -27,7 +27,7 @@ declare const GetSegmentSnapshotCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetSegmentSnapshotCommandInput
30
+ input: GetSegmentSnapshotCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetSegmentSnapshotCommandInput,
33
33
  GetSegmentSnapshotCommandOutput,
@@ -27,7 +27,7 @@ declare const GetSimilarProfilesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetSimilarProfilesCommandInput
30
+ input: GetSimilarProfilesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetSimilarProfilesCommandInput,
33
33
  GetSimilarProfilesCommandOutput,
@@ -23,7 +23,7 @@ declare const GetWorkflowCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetWorkflowCommandInput
26
+ input: GetWorkflowCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetWorkflowCommandInput,
29
29
  GetWorkflowCommandOutput,
@@ -26,7 +26,7 @@ declare const GetWorkflowStepsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetWorkflowStepsCommandInput
29
+ input: GetWorkflowStepsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetWorkflowStepsCommandInput,
32
32
  GetWorkflowStepsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAccountIntegrationsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAccountIntegrationsCommandInput
30
+ input: ListAccountIntegrationsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAccountIntegrationsCommandInput,
33
33
  ListAccountIntegrationsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListCalculatedAttributeDefinitionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListCalculatedAttributeDefinitionsCommandInput
30
+ input: ListCalculatedAttributeDefinitionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListCalculatedAttributeDefinitionsCommandInput,
33
33
  ListCalculatedAttributeDefinitionsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListCalculatedAttributesForProfileCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListCalculatedAttributesForProfileCommandInput
30
+ input: ListCalculatedAttributesForProfileCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListCalculatedAttributesForProfileCommandInput,
33
33
  ListCalculatedAttributesForProfileCommandOutput,
@@ -26,7 +26,7 @@ declare const ListEventStreamsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ListEventStreamsCommandInput
29
+ input: ListEventStreamsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListEventStreamsCommandInput,
32
32
  ListEventStreamsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListEventTriggersCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListEventTriggersCommandInput
30
+ input: ListEventTriggersCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListEventTriggersCommandInput,
33
33
  ListEventTriggersCommandOutput,
@@ -27,7 +27,7 @@ declare const ListIdentityResolutionJobsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListIdentityResolutionJobsCommandInput
30
+ input: ListIdentityResolutionJobsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListIdentityResolutionJobsCommandInput,
33
33
  ListIdentityResolutionJobsCommandOutput,
@@ -26,7 +26,7 @@ declare const ListIntegrationsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ListIntegrationsCommandInput
29
+ input: ListIntegrationsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListIntegrationsCommandInput,
32
32
  ListIntegrationsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListObjectTypeAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListObjectTypeAttributesCommandInput
30
+ input: ListObjectTypeAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListObjectTypeAttributesCommandInput,
33
33
  ListObjectTypeAttributesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListProfileAttributeValuesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListProfileAttributeValuesCommandInput
30
+ input: ListProfileAttributeValuesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListProfileAttributeValuesCommandInput,
33
33
  ListProfileAttributeValuesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListProfileObjectTypesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListProfileObjectTypesCommandInput
30
+ input: ListProfileObjectTypesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListProfileObjectTypesCommandInput,
33
33
  ListProfileObjectTypesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListProfileObjectsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListProfileObjectsCommandInput
30
+ input: ListProfileObjectsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListProfileObjectsCommandInput,
33
33
  ListProfileObjectsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListRuleBasedMatchesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListRuleBasedMatchesCommandInput
30
+ input: ListRuleBasedMatchesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListRuleBasedMatchesCommandInput,
33
33
  ListRuleBasedMatchesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListSegmentDefinitionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListSegmentDefinitionsCommandInput
30
+ input: ListSegmentDefinitionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListSegmentDefinitionsCommandInput,
33
33
  ListSegmentDefinitionsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTagsForResourceCommandInput
30
+ input: ListTagsForResourceCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
@@ -26,7 +26,7 @@ declare const ListWorkflowsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ListWorkflowsCommandInput
29
+ input: ListWorkflowsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListWorkflowsCommandInput,
32
32
  ListWorkflowsCommandOutput,
@@ -26,7 +26,7 @@ declare const MergeProfilesCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: MergeProfilesCommandInput
29
+ input: MergeProfilesCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  MergeProfilesCommandInput,
32
32
  MergeProfilesCommandOutput,
@@ -26,7 +26,7 @@ declare const PutIntegrationCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: PutIntegrationCommandInput
29
+ input: PutIntegrationCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  PutIntegrationCommandInput,
32
32
  PutIntegrationCommandOutput,
@@ -26,7 +26,7 @@ declare const PutProfileObjectCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: PutProfileObjectCommandInput
29
+ input: PutProfileObjectCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  PutProfileObjectCommandInput,
32
32
  PutProfileObjectCommandOutput,
@@ -27,7 +27,7 @@ declare const PutProfileObjectTypeCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutProfileObjectTypeCommandInput
30
+ input: PutProfileObjectTypeCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutProfileObjectTypeCommandInput,
33
33
  PutProfileObjectTypeCommandOutput,
@@ -26,7 +26,7 @@ declare const SearchProfilesCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: SearchProfilesCommandInput
29
+ input: SearchProfilesCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  SearchProfilesCommandInput,
32
32
  SearchProfilesCommandOutput,
@@ -23,7 +23,7 @@ declare const TagResourceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: TagResourceCommandInput
26
+ input: TagResourceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
@@ -26,7 +26,7 @@ declare const UntagResourceCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UntagResourceCommandInput
29
+ input: UntagResourceCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UntagResourceCommandInput,
32
32
  UntagResourceCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateCalculatedAttributeDefinitionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateCalculatedAttributeDefinitionCommandInput
30
+ input: UpdateCalculatedAttributeDefinitionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateCalculatedAttributeDefinitionCommandInput,
33
33
  UpdateCalculatedAttributeDefinitionCommandOutput,
@@ -23,7 +23,7 @@ declare const UpdateDomainCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UpdateDomainCommandInput
26
+ input: UpdateDomainCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UpdateDomainCommandInput,
29
29
  UpdateDomainCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateEventTriggerCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateEventTriggerCommandInput
30
+ input: UpdateEventTriggerCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateEventTriggerCommandInput,
33
33
  UpdateEventTriggerCommandOutput,
@@ -26,7 +26,7 @@ declare const UpdateProfileCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UpdateProfileCommandInput
29
+ input: UpdateProfileCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UpdateProfileCommandInput,
32
32
  UpdateProfileCommandOutput,
@@ -21,10 +21,7 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
21
21
  };
22
22
  export declare const resolveClientEndpointParameters: <T>(
23
23
  options: T & ClientInputEndpointParameters
24
- ) => T &
25
- ClientInputEndpointParameters & {
26
- defaultSigningName: string;
27
- };
24
+ ) => T & ClientResolvedEndpointParameters;
28
25
  export declare const commonParams: {
29
26
  readonly UseFIPS: {
30
27
  readonly type: "builtInParams";