@aws-sdk/client-appflow 3.1061.0 → 3.1062.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.
@@ -284,7 +284,7 @@ export interface CancelFlowExecutionsResponse {
284
284
  invalidExecutions?: string[] | undefined;
285
285
  }
286
286
  /**
287
- * <p> The connector metadata specific to Amazon Connect Customer Profiles. </p>
287
+ * <p> The connector metadata specific to Connect Customer Customer Profiles. </p>
288
288
  * @public
289
289
  */
290
290
  export interface CustomerProfilesMetadata {
@@ -569,7 +569,7 @@ export interface ConnectorMetadata {
569
569
  */
570
570
  Upsolver?: UpsolverMetadata | undefined;
571
571
  /**
572
- * <p> The connector metadata specific to Amazon Connect Customer Profiles. </p>
572
+ * <p> The connector metadata specific to Connect Customer Customer Profiles. </p>
573
573
  * @public
574
574
  */
575
575
  CustomerProfiles?: CustomerProfilesMetadata | undefined;
@@ -2620,18 +2620,18 @@ export interface CustomConnectorDestinationProperties {
2620
2620
  customProperties?: Record<string, string> | undefined;
2621
2621
  }
2622
2622
  /**
2623
- * <p> The properties that are applied when Amazon Connect Customer Profiles is used as a
2623
+ * <p> The properties that are applied when Connect Customer Customer Profiles is used as a
2624
2624
  * destination. </p>
2625
2625
  * @public
2626
2626
  */
2627
2627
  export interface CustomerProfilesDestinationProperties {
2628
2628
  /**
2629
- * <p> The unique name of the Amazon Connect Customer Profiles domain. </p>
2629
+ * <p> The unique name of the Connect Customer Customer Profiles domain. </p>
2630
2630
  * @public
2631
2631
  */
2632
2632
  domainName: string | undefined;
2633
2633
  /**
2634
- * <p> The object specified in the Amazon Connect Customer Profiles flow destination.
2634
+ * <p> The object specified in the Connect Customer Customer Profiles flow destination.
2635
2635
  * </p>
2636
2636
  * @public
2637
2637
  */
@@ -3143,7 +3143,7 @@ export interface DestinationConnectorProperties {
3143
3143
  */
3144
3144
  Honeycode?: HoneycodeDestinationProperties | undefined;
3145
3145
  /**
3146
- * <p> The properties required to query Amazon Connect Customer Profiles. </p>
3146
+ * <p> The properties required to query Connect Customer Customer Profiles. </p>
3147
3147
  * @public
3148
3148
  */
3149
3149
  CustomerProfiles?: CustomerProfilesDestinationProperties | undefined;
@@ -4784,7 +4784,7 @@ export interface ResetConnectorMetadataCacheRequest {
4784
4784
  /**
4785
4785
  * <p>The name of the connector profile that you want to reset cached metadata for.</p>
4786
4786
  * <p>You can omit this parameter if you're resetting the cache for any of the following
4787
- * connectors: Amazon Connect, Amazon EventBridge, Amazon Lookout for Metrics, Amazon S3, or Upsolver. If you're resetting the cache for any other connector, you must include this
4787
+ * connectors: Connect Customer, Amazon EventBridge, Amazon Lookout for Metrics, Amazon S3, or Upsolver. If you're resetting the cache for any other connector, you must include this
4788
4788
  * parameter in your request.</p>
4789
4789
  * @public
4790
4790
  */
@@ -4792,7 +4792,7 @@ export interface ResetConnectorMetadataCacheRequest {
4792
4792
  /**
4793
4793
  * <p>The type of connector to reset cached metadata for.</p>
4794
4794
  * <p>You must include this parameter in your request if you're resetting the cache for any of
4795
- * the following connectors: Amazon Connect, Amazon EventBridge, Amazon Lookout for Metrics,
4795
+ * the following connectors: Connect Customer, Amazon EventBridge, Amazon Lookout for Metrics,
4796
4796
  * Amazon S3, or Upsolver. If you're resetting the cache for any other connector, you
4797
4797
  * can omit this parameter from your request. </p>
4798
4798
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appflow",
3
3
  "description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
4
- "version": "3.1061.0",
4
+ "version": "3.1062.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-appflow",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "^3.974.17",
25
- "@aws-sdk/credential-provider-node": "^3.972.50",
25
+ "@aws-sdk/credential-provider-node": "^3.972.51",
26
26
  "@aws-sdk/types": "^3.973.10",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",