|
28 | 28 | {"shape":"ThrottlingException"},
|
29 | 29 | {"shape":"InternalServerException"}
|
30 | 30 | ],
|
31 |
| - "documentation":"<p>Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId.</p> <p>A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.</p>" |
| 31 | + "documentation":"<p>Associates a new key value with a specific profile, such as a Contact Record ContactId.</p> <p>A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.</p>" |
32 | 32 | },
|
33 | 33 | "CreateDomain":{
|
34 | 34 | "name":"CreateDomain",
|
|
535 | 535 | {"shape":"ThrottlingException"},
|
536 | 536 | {"shape":"InternalServerException"}
|
537 | 537 | ],
|
538 |
| - "documentation":"<p>Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.</p> <p>An integration can belong to only one domain.</p>" |
| 538 | + "documentation":"<p>Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.</p> <p>An integration can belong to only one domain.</p> <p>To add or remove tags on an existing Integration, see <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html\"> TagResource </a>/<a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html\"> UntagResource</a>.</p>" |
539 | 539 | },
|
540 | 540 | "PutProfileObject":{
|
541 | 541 | "name":"PutProfileObject",
|
|
552 | 552 | {"shape":"ThrottlingException"},
|
553 | 553 | {"shape":"InternalServerException"}
|
554 | 554 | ],
|
555 |
| - "documentation":"<p>Adds additional objects to customer profiles of a given ObjectType.</p> <p>When adding a specific profile object, like a Contact Trace Record (CTR), an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional CTRs with the same phone number will be mapped to the same inferred profile.</p> <p>When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.</p> <p>PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.</p>" |
| 555 | + "documentation":"<p>Adds additional objects to customer profiles of a given ObjectType.</p> <p>When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile.</p> <p>When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.</p> <p>PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.</p>" |
556 | 556 | },
|
557 | 557 | "PutProfileObjectType":{
|
558 | 558 | "name":"PutProfileObjectType",
|
|
569 | 569 | {"shape":"ThrottlingException"},
|
570 | 570 | {"shape":"InternalServerException"}
|
571 | 571 | ],
|
572 |
| - "documentation":"<p>Defines a ProfileObjectType.</p>" |
| 572 | + "documentation":"<p>Defines a ProfileObjectType.</p> <p>To add or remove tags on an existing ObjectType, see <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html\"> TagResource</a>/<a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html\">UntagResource</a>.</p>" |
573 | 573 | },
|
574 | 574 | "SearchProfiles":{
|
575 | 575 | "name":"SearchProfiles",
|
|
633 | 633 | {"shape":"ThrottlingException"},
|
634 | 634 | {"shape":"InternalServerException"}
|
635 | 635 | ],
|
636 |
| - "documentation":"<p>Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.</p> <p>After a domain is created, the name can’t be changed.</p> <p>Use this API or <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html\">CreateDomain</a> to enable <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">identity resolution</a>: set <code>Matching</code> to true. </p> <p>To prevent cross-service impersonation when you call this API, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html\">Cross-service confused deputy prevention</a> for sample policies that you should apply. </p>" |
| 636 | + "documentation":"<p>Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.</p> <p>After a domain is created, the name can’t be changed.</p> <p>Use this API or <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html\">CreateDomain</a> to enable <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">identity resolution</a>: set <code>Matching</code> to true. </p> <p>To prevent cross-service impersonation when you call this API, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html\">Cross-service confused deputy prevention</a> for sample policies that you should apply. </p> <p>To add or remove tags on an existing Domain, see <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html\">TagResource</a>/<a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html\">UntagResource</a>.</p>" |
637 | 637 | },
|
638 | 638 | "UpdateProfile":{
|
639 | 639 | "name":"UpdateProfile",
|
|
1923 | 1923 | "WorkflowId":{
|
1924 | 1924 | "shape":"string1To255",
|
1925 | 1925 | "documentation":"<p>Unique identifier for the workflow.</p>"
|
| 1926 | + }, |
| 1927 | + "IsUnstructured":{ |
| 1928 | + "shape":"optionalBoolean", |
| 1929 | + "documentation":"<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>" |
1926 | 1930 | }
|
1927 | 1931 | }
|
1928 | 1932 | },
|
|
2534 | 2538 | "WorkflowId":{
|
2535 | 2539 | "shape":"string1To255",
|
2536 | 2540 | "documentation":"<p>Unique identifier for the workflow.</p>"
|
| 2541 | + }, |
| 2542 | + "IsUnstructured":{ |
| 2543 | + "shape":"optionalBoolean", |
| 2544 | + "documentation":"<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>" |
2537 | 2545 | }
|
2538 | 2546 | },
|
2539 | 2547 | "documentation":"<p>An integration in list of integrations.</p>"
|
|
3315 | 3323 | "WorkflowId":{
|
3316 | 3324 | "shape":"string1To255",
|
3317 | 3325 | "documentation":"<p>Unique identifier for the workflow.</p>"
|
| 3326 | + }, |
| 3327 | + "IsUnstructured":{ |
| 3328 | + "shape":"optionalBoolean", |
| 3329 | + "documentation":"<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>" |
3318 | 3330 | }
|
3319 | 3331 | }
|
3320 | 3332 | },
|
|
0 commit comments