Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 27, 2024
1 parent 9306dbe commit a912d17
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 52 deletions.
26 changes: 25 additions & 1 deletion codegen/sdk-codegen/aws-models/customer-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@
"name": "profile"
},
"aws.protocols#restJson1": {},
"smithy.api#documentation": "<fullname>Amazon Connect Customer Profiles</fullname>\n <p>Amazon Connect Customer Profiles is a unified customer profile for your contact\n center that has pre-built connectors powered by AppFlow that make it easy to combine\n customer information from third party applications, such as Salesforce (CRM), ServiceNow\n (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. </p>\n <p>For more information about the Amazon Connect Customer Profiles feature, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/customer-profiles.html\">Use Customer\n Profiles</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>",
"smithy.api#documentation": "<fullname>Amazon Connect Customer Profiles</fullname>\n <ul>\n <li>\n <p>\n <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Customer_Profiles.html\">Customer Profiles actions</a>\n </p>\n </li>\n <li>\n <p>\n <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Customer_Profiles.html\">Customer Profiles data types</a>\n </p>\n </li>\n </ul>\n <p>Amazon Connect Customer Profiles is a unified customer profile for your contact\n center that has pre-built connectors powered by AppFlow that make it easy to combine\n customer information from third party applications, such as Salesforce (CRM), ServiceNow\n (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. </p>\n <p>For more information about the Amazon Connect Customer Profiles feature, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/customer-profiles.html\">Use Customer\n Profiles</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>",
"smithy.api#title": "Amazon Connect Customer Profiles",
"smithy.rules#endpointRuleSet": {
"version": "1.0",
Expand Down Expand Up @@ -4524,6 +4524,12 @@
"traits": {
"smithy.api#documentation": "<p>Boolean that shows if the Flow that's associated with the Integration is created in\n Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in\n flowDefinition.</p>"
}
},
"RoleArn": {
"target": "com.amazonaws.customerprofiles#RoleArn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make\n Customer Profiles requests on your behalf.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -6200,6 +6206,12 @@
"traits": {
"smithy.api#documentation": "<p>Boolean that shows if the Flow that's associated with the Integration is created in\n Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in\n flowDefinition.</p>"
}
},
"RoleArn": {
"target": "com.amazonaws.customerprofiles#RoleArn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make\n Customer Profiles requests on your behalf.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7922,6 +7934,12 @@
"traits": {
"smithy.api#documentation": "<p>A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event.\nIt supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>, \n<code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.</p>"
}
},
"RoleArn": {
"target": "com.amazonaws.customerprofiles#RoleArn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make\n Customer Profiles requests on your behalf.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7988,6 +8006,12 @@
"traits": {
"smithy.api#documentation": "<p>Boolean that shows if the Flow that's associated with the Integration is created in\n Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in\n flowDefinition.</p>"
}
},
"RoleArn": {
"target": "com.amazonaws.customerprofiles#RoleArn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make\n Customer Profiles requests on your behalf.</p>"
}
}
},
"traits": {
Expand Down
195 changes: 195 additions & 0 deletions codegen/sdk-codegen/aws-models/quicksight.json
Original file line number Diff line number Diff line change
Expand Up @@ -20450,6 +20450,87 @@
"smithy.api#output": {}
}
},
"com.amazonaws.quicksight#DescribeQPersonalizationConfiguration": {
"type": "operation",
"input": {
"target": "com.amazonaws.quicksight#DescribeQPersonalizationConfigurationRequest"
},
"output": {
"target": "com.amazonaws.quicksight#DescribeQPersonalizationConfigurationResponse"
},
"errors": [
{
"target": "com.amazonaws.quicksight#AccessDeniedException"
},
{
"target": "com.amazonaws.quicksight#ConflictException"
},
{
"target": "com.amazonaws.quicksight#InternalFailureException"
},
{
"target": "com.amazonaws.quicksight#InvalidParameterValueException"
},
{
"target": "com.amazonaws.quicksight#ResourceNotFoundException"
},
{
"target": "com.amazonaws.quicksight#ThrottlingException"
}
],
"traits": {
"smithy.api#documentation": "<p>Describes a personalization configuration.</p>",
"smithy.api#http": {
"method": "GET",
"uri": "/accounts/{AwsAccountId}/q-personalization-configuration",
"code": 200
}
}
},
"com.amazonaws.quicksight#DescribeQPersonalizationConfigurationRequest": {
"type": "structure",
"members": {
"AwsAccountId": {
"target": "com.amazonaws.quicksight#AwsAccountId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services account that contains the personalization configuration that the user wants described.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.quicksight#DescribeQPersonalizationConfigurationResponse": {
"type": "structure",
"members": {
"PersonalizationMode": {
"target": "com.amazonaws.quicksight#PersonalizationMode",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether personalization is enabled or not.</p>"
}
},
"RequestId": {
"target": "com.amazonaws.quicksight#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Web Services request ID for this operation.</p>"
}
},
"Status": {
"target": "com.amazonaws.quicksight#StatusCode",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The HTTP status of the request.</p>",
"smithy.api#httpResponseCode": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.quicksight#DescribeRefreshSchedule": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -36483,6 +36564,23 @@
}
}
},
"com.amazonaws.quicksight#PersonalizationMode": {
"type": "enum",
"members": {
"ENABLED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ENABLED"
}
},
"DISABLED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DISABLED"
}
}
}
},
"com.amazonaws.quicksight#PhysicalTable": {
"type": "union",
"members": {
Expand Down Expand Up @@ -38319,6 +38417,9 @@
{
"target": "com.amazonaws.quicksight#DescribeNamespace"
},
{
"target": "com.amazonaws.quicksight#DescribeQPersonalizationConfiguration"
},
{
"target": "com.amazonaws.quicksight#DescribeRefreshSchedule"
},
Expand Down Expand Up @@ -38574,6 +38675,9 @@
{
"target": "com.amazonaws.quicksight#UpdatePublicSharingSettings"
},
{
"target": "com.amazonaws.quicksight#UpdateQPersonalizationConfiguration"
},
{
"target": "com.amazonaws.quicksight#UpdateRefreshSchedule"
},
Expand Down Expand Up @@ -53441,6 +53545,97 @@
"smithy.api#output": {}
}
},
"com.amazonaws.quicksight#UpdateQPersonalizationConfiguration": {
"type": "operation",
"input": {
"target": "com.amazonaws.quicksight#UpdateQPersonalizationConfigurationRequest"
},
"output": {
"target": "com.amazonaws.quicksight#UpdateQPersonalizationConfigurationResponse"
},
"errors": [
{
"target": "com.amazonaws.quicksight#AccessDeniedException"
},
{
"target": "com.amazonaws.quicksight#ConflictException"
},
{
"target": "com.amazonaws.quicksight#InternalFailureException"
},
{
"target": "com.amazonaws.quicksight#InvalidParameterValueException"
},
{
"target": "com.amazonaws.quicksight#ResourceNotFoundException"
},
{
"target": "com.amazonaws.quicksight#ResourceUnavailableException"
},
{
"target": "com.amazonaws.quicksight#ThrottlingException"
}
],
"traits": {
"smithy.api#documentation": "<p>Updates a personalization configuration.</p>",
"smithy.api#http": {
"method": "PUT",
"uri": "/accounts/{AwsAccountId}/q-personalization-configuration",
"code": 200
}
}
},
"com.amazonaws.quicksight#UpdateQPersonalizationConfigurationRequest": {
"type": "structure",
"members": {
"AwsAccountId": {
"target": "com.amazonaws.quicksight#AwsAccountId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
},
"PersonalizationMode": {
"target": "com.amazonaws.quicksight#PersonalizationMode",
"traits": {
"smithy.api#documentation": "<p>An option to allow Amazon QuickSight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.quicksight#UpdateQPersonalizationConfigurationResponse": {
"type": "structure",
"members": {
"PersonalizationMode": {
"target": "com.amazonaws.quicksight#PersonalizationMode",
"traits": {
"smithy.api#documentation": "<p>The personalization mode that is used for the personalization configuration.</p>"
}
},
"RequestId": {
"target": "com.amazonaws.quicksight#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Web Services request ID for this operation.</p>"
}
},
"Status": {
"target": "com.amazonaws.quicksight#StatusCode",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The HTTP status of the request.</p>",
"smithy.api#httpResponseCode": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.quicksight#UpdateRefreshSchedule": {
"type": "operation",
"input": {
Expand Down
Loading

0 comments on commit a912d17

Please sign in to comment.