Skip to content

Commit bd4b815

Browse files
author
AWS
committed
Amazon Connect Customer Profiles Update: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain.
1 parent 4166fa1 commit bd4b815

File tree

3 files changed

+456
-1
lines changed

3 files changed

+456
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Customer Profiles",
4+
"contributor": "",
5+
"description": "This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain."
6+
}

services/customerprofiles/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
"output_token": "NextToken",
4242
"limit_key": "MaxResults",
4343
"result_key": "Items"
44+
},
45+
"ListUploadJobs": {
46+
"input_token": "NextToken",
47+
"output_token": "NextToken",
48+
"limit_key": "MaxResults",
49+
"result_key": "Items"
4450
}
4551
}
4652
}

0 commit comments

Comments
 (0)