Skip to content

Commit

Permalink
Merge branch 'release-1.35.29'
Browse files Browse the repository at this point in the history
* release-1.35.29:
  Bumping version to 1.35.29
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 27, 2024
2 parents 69b94ee + 7c6966c commit 892c64b
Show file tree
Hide file tree
Showing 9 changed files with 266 additions and 58 deletions.
22 changes: 22 additions & 0 deletions .changes/1.35.29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``customer-profiles``",
"description": "Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Documentation updates for AWS Security Hub",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "This release adds support for engagement tracking over Https using custom domains.",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.35.29
=======

* api-change:``customer-profiles``: Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
* api-change:``quicksight``: Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
* api-change:``securityhub``: Documentation updates for AWS Security Hub
* api-change:``sesv2``: This release adds support for engagement tracking over Https using custom domains.


1.35.28
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.28'
__version__ = '1.35.29'


class NullHandler(logging.Handler):
Expand Down
18 changes: 17 additions & 1 deletion botocore/data/customer-profiles/2020-08-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2844,6 +2844,10 @@
"IsUnstructured":{
"shape":"optionalBoolean",
"documentation":"<p>Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.</p>"
},
"RoleArn":{
"shape":"RoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.</p>"
}
}
},
Expand Down Expand Up @@ -3710,6 +3714,10 @@
"IsUnstructured":{
"shape":"optionalBoolean",
"documentation":"<p>Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.</p>"
},
"RoleArn":{
"shape":"RoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.</p>"
}
},
"documentation":"<p>An integration in list of integrations.</p>"
Expand Down Expand Up @@ -4579,6 +4587,10 @@
"ObjectTypeNames":{
"shape":"ObjectTypeNames",
"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. It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>, <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.</p>"
},
"RoleArn":{
"shape":"RoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.</p>"
}
}
},
Expand Down Expand Up @@ -4626,6 +4638,10 @@
"IsUnstructured":{
"shape":"optionalBoolean",
"documentation":"<p>Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.</p>"
},
"RoleArn":{
"shape":"RoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.</p>"
}
}
},
Expand Down Expand Up @@ -6030,5 +6046,5 @@
"pattern":"[a-f0-9]{32}"
}
},
"documentation":"<fullname>Amazon Connect Customer Profiles</fullname> <p>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. </p> <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 Profiles</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>"
"documentation":"<fullname>Amazon Connect Customer Profiles</fullname> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Customer_Profiles.html\">Customer Profiles actions</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Customer_Profiles.html\">Customer Profiles data types</a> </p> </li> </ul> <p>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. </p> <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 Profiles</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>"
}
42 changes: 39 additions & 3 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -29169,8 +29169,32 @@
},
"ds" : {
"endpoints" : {
"us-iso-east-1" : { },
"us-iso-west-1" : { }
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"dynamodb" : {
Expand Down Expand Up @@ -29990,7 +30014,19 @@
},
"ds" : {
"endpoints" : {
"us-isob-east-1" : { }
"fips-us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"dynamodb" : {
Expand Down
111 changes: 111 additions & 0 deletions botocore/data/quicksight/2018-04-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,24 @@
],
"documentation":"<p>Describes the current namespace.</p>"
},
"DescribeQPersonalizationConfiguration":{
"name":"DescribeQPersonalizationConfiguration",
"http":{
"method":"GET",
"requestUri":"/accounts/{AwsAccountId}/q-personalization-configuration"
},
"input":{"shape":"DescribeQPersonalizationConfigurationRequest"},
"output":{"shape":"DescribeQPersonalizationConfigurationResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InternalFailureException"}
],
"documentation":"<p>Describes a personalization configuration.</p>"
},
"DescribeRefreshSchedule":{
"name":"DescribeRefreshSchedule",
"http":{
Expand Down Expand Up @@ -3073,6 +3091,25 @@
],
"documentation":"<p>Use the <code>UpdatePublicSharingSettings</code> operation to turn on or turn off the public sharing settings of an Amazon QuickSight dashboard.</p> <p>To use this operation, turn on session capacity pricing for your Amazon QuickSight account.</p> <p>Before you can turn on public sharing on your account, make sure to give public sharing permissions to an administrative user in the Identity and Access Management (IAM) console. For more information on using IAM with Amazon QuickSight, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html\">Using Amazon QuickSight with IAM</a> in the <i>Amazon QuickSight User Guide</i>.</p>"
},
"UpdateQPersonalizationConfiguration":{
"name":"UpdateQPersonalizationConfiguration",
"http":{
"method":"PUT",
"requestUri":"/accounts/{AwsAccountId}/q-personalization-configuration"
},
"input":{"shape":"UpdateQPersonalizationConfigurationRequest"},
"output":{"shape":"UpdateQPersonalizationConfigurationResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalFailureException"},
{"shape":"ResourceUnavailableException"}
],
"documentation":"<p>Updates a personalization configuration.</p>"
},
"UpdateRefreshSchedule":{
"name":"UpdateRefreshSchedule",
"http":{
Expand Down Expand Up @@ -14520,6 +14557,36 @@
}
}
},
"DescribeQPersonalizationConfigurationRequest":{
"type":"structure",
"required":["AwsAccountId"],
"members":{
"AwsAccountId":{
"shape":"AwsAccountId",
"documentation":"<p>The ID of the Amazon Web Services account that contains the personalization configuration that the user wants described.</p>",
"location":"uri",
"locationName":"AwsAccountId"
}
}
},
"DescribeQPersonalizationConfigurationResponse":{
"type":"structure",
"members":{
"PersonalizationMode":{
"shape":"PersonalizationMode",
"documentation":"<p>A value that indicates whether personalization is enabled or not.</p>"
},
"RequestId":{
"shape":"String",
"documentation":"<p>The Amazon Web Services request ID for this operation.</p>"
},
"Status":{
"shape":"StatusCode",
"documentation":"<p>The HTTP status of the request.</p>",
"location":"statusCode"
}
}
},
"DescribeRefreshScheduleRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -23390,6 +23457,13 @@
"max":1000,
"min":1
},
"PersonalizationMode":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"PhysicalTable":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -32461,6 +32535,43 @@
}
}
},
"UpdateQPersonalizationConfigurationRequest":{
"type":"structure",
"required":[
"AwsAccountId",
"PersonalizationMode"
],
"members":{
"AwsAccountId":{
"shape":"AwsAccountId",
"documentation":"<p>The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.</p>",
"location":"uri",
"locationName":"AwsAccountId"
},
"PersonalizationMode":{
"shape":"PersonalizationMode",
"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>"
}
}
},
"UpdateQPersonalizationConfigurationResponse":{
"type":"structure",
"members":{
"PersonalizationMode":{
"shape":"PersonalizationMode",
"documentation":"<p>The personalization mode that is used for the personalization configuration.</p>"
},
"RequestId":{
"shape":"String",
"documentation":"<p>The Amazon Web Services request ID for this operation.</p>"
},
"Status":{
"shape":"StatusCode",
"documentation":"<p>The HTTP status of the request.</p>",
"location":"statusCode"
}
}
},
"UpdateRefreshScheduleRequest":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit 892c64b

Please sign in to comment.