Skip to content

Commit

Permalink
Merge branch 'main' into feat-flex-checksum
Browse files Browse the repository at this point in the history
merge main into current branch
  • Loading branch information
Tianyi Wang committed Sep 29, 2024
2 parents 72c3ba6 + 22efd77 commit f70fb1d
Show file tree
Hide file tree
Showing 1,368 changed files with 5,582 additions and 31,779 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# Release (2024-09-27)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/customerprofiles`: [v1.41.0](service/customerprofiles/CHANGELOG.md#v1410-2024-09-27)
* **Feature**: Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.74.0](service/quicksight/CHANGELOG.md#v1740-2024-09-27)
* **Feature**: Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.53.3](service/securityhub/CHANGELOG.md#v1533-2024-09-27)
* **Documentation**: Documentation updates for AWS Security Hub
* `github.com/aws/aws-sdk-go-v2/service/sesv2`: [v1.35.0](service/sesv2/CHANGELOG.md#v1350-2024-09-27)
* **Feature**: This release adds support for engagement tracking over Https using custom domains.

# Release (2024-09-26)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/chatbot`: [v1.7.0](service/chatbot/CHANGELOG.md#v170-2024-09-26)
* **Feature**: Return State and StateReason fields for Chatbot Channel Configurations.
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.62.0](service/lambda/CHANGELOG.md#v1620-2024-09-26)
* **Feature**: Reverting Lambda resource-based policy and block public access APIs.
* `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.33.0](service/organizations/CHANGELOG.md#v1330-2024-09-26)
* **Feature**: Add support for policy operations on the CHATBOT_POLICY policy type.
* `github.com/aws/aws-sdk-go-v2/service/pcs`: [v1.1.3](service/pcs/CHANGELOG.md#v113-2024-09-26)
* **Documentation**: AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
* `github.com/aws/aws-sdk-go-v2/service/rdsdata`: [v1.24.3](service/rdsdata/CHANGELOG.md#v1243-2024-09-26)
* **Documentation**: Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.161.0](service/sagemaker/CHANGELOG.md#v11610-2024-09-26)
* **Feature**: Adding `TagPropagation` attribute to Sagemaker API

# Release (2024-09-25)

## General Highlights
Expand Down
69 changes: 69 additions & 0 deletions codegen/sdk-codegen/aws-models/chatbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,18 @@
"traits": {
"smithy.api#documentation": "<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#documentation": "<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -177,6 +189,18 @@
"traits": {
"smithy.api#documentation": "<p>The name of the Microsoft Teams Team.</p>"
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#documentation": "<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2030,6 +2054,12 @@
"smithy.api#httpError": 404
}
},
"com.amazonaws.chatbot#ResourceState": {
"type": "string",
"traits": {
"smithy.api#pattern": "^(ENABLED|DISABLED)$"
}
},
"com.amazonaws.chatbot#ServiceUnavailableException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2124,6 +2154,18 @@
"traits": {
"smithy.api#documentation": "<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#documentation": "<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2249,6 +2291,18 @@
"smithy.api#documentation": "<p>The name of the Slack workspace.</p>",
"smithy.api#required": {}
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#documentation": "<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand All @@ -2267,6 +2321,9 @@
"target": "com.amazonaws.chatbot#Arn"
}
},
"com.amazonaws.chatbot#String": {
"type": "string"
},
"com.amazonaws.chatbot#Tag": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2500,6 +2557,18 @@
"traits": {
"smithy.api#documentation": "<p>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</p>"
}
},
"State": {
"target": "com.amazonaws.chatbot#ResourceState",
"traits": {
"smithy.api#documentation": "<p>Either <code>ENABLED</code> or <code>DISABLED</code>. The resource returns <code>DISABLED</code> if the organization's AWS Chatbot policy has explicitly denied that configuration.\n\t For example, if Amazon Chime is disabled.</p>"
}
},
"StateReason": {
"target": "com.amazonaws.chatbot#String",
"traits": {
"smithy.api#documentation": "<p>Provided if State is <code>DISABLED</code>. Provides context as to why the resource is disabled.</p>"
}
}
},
"traits": {
Expand Down
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
Loading

0 comments on commit f70fb1d

Please sign in to comment.