|
1 | 1 | const completionSpec: Fig.Spec = { |
2 | 2 | name: "customer-profiles", |
3 | 3 | description: |
4 | | - "Amazon Connect Customer Profiles Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. If you're new to Amazon Connect, you might find it helpful to review the Amazon Connect Administrator Guide", |
| 4 | + "Amazon Connect Customer Profiles Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. For more information about the Amazon Connect Customer Profiles feature, see Use Customer Profiles in the Amazon Connect Administrator's Guide", |
5 | 5 | subcommands: [ |
6 | 6 | { |
7 | 7 | name: "add-profile-key", |
@@ -143,7 +143,7 @@ const completionSpec: Fig.Spec = { |
143 | 143 | { |
144 | 144 | name: "create-domain", |
145 | 145 | description: |
146 | | - "Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply", |
| 146 | + "Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. It is not possible to associate a Customer Profiles domain with an Amazon Connect Instance directly from the API. If you would like to create a domain and associate a Customer Profiles domain, use the Amazon Connect admin website. For more information, see Enable Customer Profiles. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain", |
147 | 147 | options: [ |
148 | 148 | { |
149 | 149 | name: "--domain-name", |
@@ -356,8 +356,7 @@ const completionSpec: Fig.Spec = { |
356 | 356 | }, |
357 | 357 | { |
358 | 358 | name: "--account-number", |
359 | | - description: |
360 | | - "A unique account number that you have given to the customer", |
| 359 | + description: "An account number that you have given to the customer", |
361 | 360 | args: { |
362 | 361 | name: "string", |
363 | 362 | }, |
@@ -2400,6 +2399,14 @@ const completionSpec: Fig.Spec = { |
2400 | 2399 | name: "string", |
2401 | 2400 | }, |
2402 | 2401 | }, |
| 2402 | + { |
| 2403 | + name: "--max-profile-object-count", |
| 2404 | + description: |
| 2405 | + "The amount of profile object max count assigned to the object type", |
| 2406 | + args: { |
| 2407 | + name: "integer", |
| 2408 | + }, |
| 2409 | + }, |
2403 | 2410 | { |
2404 | 2411 | name: "--fields", |
2405 | 2412 | description: "A map of the name and ObjectType field", |
@@ -2766,8 +2773,7 @@ const completionSpec: Fig.Spec = { |
2766 | 2773 | }, |
2767 | 2774 | { |
2768 | 2775 | name: "--account-number", |
2769 | | - description: |
2770 | | - "A unique account number that you have given to the customer", |
| 2776 | + description: "An account number that you have given to the customer", |
2771 | 2777 | args: { |
2772 | 2778 | name: "string", |
2773 | 2779 | }, |
|
0 commit comments