Skip to content

Commit

Permalink
Merge branch 'main' into feat-dropxnet
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed May 9, 2024
2 parents ce72661 + 1c71d2f commit 7fd121f
Show file tree
Hide file tree
Showing 60 changed files with 3,466 additions and 203 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release (2024-05-09)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.9.0](service/bedrockagentruntime/CHANGELOG.md#v190-2024-05-09)
* **Feature**: This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
* `github.com/aws/aws-sdk-go-v2/service/pinpoint`: [v1.30.0](service/pinpoint/CHANGELOG.md#v1300-2024-05-09)
* **Feature**: This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
* `github.com/aws/aws-sdk-go-v2/service/route53resolver`: [v1.28.2](service/route53resolver/CHANGELOG.md#v1282-2024-05-09)
* **Documentation**: Update the DNS Firewall settings to correct a spelling issue.
* `github.com/aws/aws-sdk-go-v2/service/ssmsap`: [v1.13.0](service/ssmsap/CHANGELOG.md#v1130-2024-05-09)
* **Feature**: Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP
* `github.com/aws/aws-sdk-go-v2/service/verifiedpermissions`: [v1.14.0](service/verifiedpermissions/CHANGELOG.md#v1140-2024-05-09)
* **Feature**: Adds policy effect and actions fields to Policy API's.

# Release (2024-05-08)

## General Highlights
Expand Down
236 changes: 210 additions & 26 deletions codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions codegen/sdk-codegen/aws-models/pinpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -1939,6 +1939,12 @@
"smithy.api#documentation": "<p>The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.</p>"
}
},
"Headers": {
"target": "com.amazonaws.pinpoint#ListOfMessageHeader",
"traits": {
"smithy.api#documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-campaigns-campaign-id.html#apps-application-id-campaigns-campaign-id-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 MessageHeaders for each email.</p>"
}
},
"HtmlBody": {
"target": "com.amazonaws.pinpoint#__string",
"traits": {
Expand Down Expand Up @@ -6133,6 +6139,12 @@
"smithy.api#documentation": "<p>The subject line, or title, to use in email messages that are based on the message template.</p>"
}
},
"Headers": {
"target": "com.amazonaws.pinpoint#ListOfMessageHeader",
"traits": {
"smithy.api#documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/templates-template-name-email.html#templates-template-name-email-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 Headers.</p>"
}
},
"tags": {
"target": "com.amazonaws.pinpoint#MapOf__string",
"traits": {
Expand Down Expand Up @@ -6206,6 +6218,12 @@
"smithy.api#documentation": "<p>The subject line, or title, that's used in email messages that are based on the message template.</p>"
}
},
"Headers": {
"target": "com.amazonaws.pinpoint#ListOfMessageHeader",
"traits": {
"smithy.api#documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/templates-template-name-email.html#templates-template-name-email-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 Headers.</p>"
}
},
"tags": {
"target": "com.amazonaws.pinpoint#MapOf__string",
"traits": {
Expand Down Expand Up @@ -13509,6 +13527,12 @@
"target": "com.amazonaws.pinpoint#JourneyRunResponse"
}
},
"com.amazonaws.pinpoint#ListOfMessageHeader": {
"type": "list",
"member": {
"target": "com.amazonaws.pinpoint#MessageHeader"
}
},
"com.amazonaws.pinpoint#ListOfMultiConditionalBranch": {
"type": "list",
"member": {
Expand Down Expand Up @@ -14202,6 +14226,26 @@
"smithy.api#documentation": "<p>Specifies the message configuration settings for a campaign.</p>"
}
},
"com.amazonaws.pinpoint#MessageHeader": {
"type": "structure",
"members": {
"Name": {
"target": "com.amazonaws.pinpoint#__string",
"traits": {
"smithy.api#documentation": "<p>The name of the message header. The header name can contain up to 126 characters.</p>"
}
},
"Value": {
"target": "com.amazonaws.pinpoint#__string",
"traits": {
"smithy.api#documentation": "<p>The value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the name and value pair of an email header to add to your email. You can have up to 15 MessageHeaders. A header can contain information such as the sender, receiver, route, or timestamp.</p>"
}
},
"com.amazonaws.pinpoint#MessageRequest": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -18128,6 +18172,12 @@
"traits": {
"smithy.api#documentation": "<p>The body of the email message, in plain text format. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.</p>"
}
},
"Headers": {
"target": "com.amazonaws.pinpoint#ListOfMessageHeader",
"traits": {
"smithy.api#documentation": "<p>The list of MessageHeaders for the email. You can have up to 15 Headers.</p>"
}
}
},
"traits": {
Expand Down
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/route53resolver.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@
"FirewallDomainRedirectionAction": {
"target": "com.amazonaws.route53resolver#FirewallDomainRedirectionAction",
"traits": {
"smithy.api#documentation": "<p>\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. \n\t\t</p>\n <p>\n <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the allow domain list.</p>\n <p>\n <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the redirection list to \n\t\tthe domain alloww list.</p>"
"smithy.api#documentation": "<p>\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t</p>\n <p>\n <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.</p>\n <p>\n <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.</p>"
}
},
"Qtype": {
Expand Down Expand Up @@ -2326,7 +2326,7 @@
"FirewallDomainRedirectionAction": {
"target": "com.amazonaws.route53resolver#FirewallDomainRedirectionAction",
"traits": {
"smithy.api#documentation": "<p>\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. \n\t\t</p>\n <p>\n <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the allow domain list.</p>\n <p>\n <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain alloww list.</p>"
"smithy.api#documentation": "<p>\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t</p>\n <p>\n <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.</p>\n <p>\n <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.</p>"
}
},
"Qtype": {
Expand Down Expand Up @@ -8629,7 +8629,7 @@
"FirewallDomainRedirectionAction": {
"target": "com.amazonaws.route53resolver#FirewallDomainRedirectionAction",
"traits": {
"smithy.api#documentation": "<p>\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. \n\t\t</p>\n <p>\n <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the allow domain list.</p>\n <p>\n <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain alloww list.</p>"
"smithy.api#documentation": "<p>\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t</p>\n <p>\n <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.</p>\n <p>\n <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.</p>"
}
},
"Qtype": {
Expand Down
Loading

0 comments on commit 7fd121f

Please sign in to comment.