Skip to content

Commit

Permalink
Merge branch 'release-1.35.84'
Browse files Browse the repository at this point in the history
* release-1.35.84:
  Bumping version to 1.35.84
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 18, 2024
2 parents 440bde2 + ee6d5ef commit 529ae09
Show file tree
Hide file tree
Showing 16 changed files with 1,248 additions and 83 deletions.
52 changes: 52 additions & 0 deletions .changes/1.35.84.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``amplify``",
"description": "Added WAF Configuration to Amplify Apps",
"type": "api-change"
},
{
"category": "``budgets``",
"description": "Releasing minor partition endpoint updates",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.",
"type": "api-change"
},
{
"category": "``connectparticipant``",
"description": "This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "AWS DataSync introduces the ability to update attributes for in-cloud locations.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "Added support for Apache Airflow version 2.10.3 to MWAA.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.",
"type": "api-change"
},
{
"category": "``resiliencehub``",
"description": "AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.35.84
=======

* api-change:``amplify``: Added WAF Configuration to Amplify Apps
* api-change:``budgets``: Releasing minor partition endpoint updates
* api-change:``connect``: This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
* api-change:``connectparticipant``: This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.
* api-change:``datasync``: AWS DataSync introduces the ability to update attributes for in-cloud locations.
* api-change:``iot``: Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.
* api-change:``mwaa``: Added support for Apache Airflow version 2.10.3 to MWAA.
* api-change:``quicksight``: Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
* api-change:``resiliencehub``: AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.
* api-change:``transfer``: Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.


1.35.83
=======

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.83'
__version__ = '1.35.84'


class NullHandler(logging.Handler):
Expand Down
60 changes: 52 additions & 8 deletions botocore/data/amplify/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,11 @@
},
"createTime":{
"shape":"CreateTime",
"documentation":"<p>Creates a date and time for the Amplify app. </p>"
"documentation":"<p>A timestamp of when Amplify created the application.</p>"
},
"updateTime":{
"shape":"UpdateTime",
"documentation":"<p>Updates the date and time for the Amplify app. </p>"
"documentation":"<p>A timestamp of when Amplify updated the application.</p>"
},
"iamServiceRoleArn":{
"shape":"ServiceRoleArn",
Expand Down Expand Up @@ -752,6 +752,14 @@
"cacheConfig":{
"shape":"CacheConfig",
"documentation":"<p>The cache configuration for the Amplify app. If you don't specify the cache configuration <code>type</code>, Amplify uses the default <code>AMPLIFY_MANAGED</code> setting.</p>"
},
"webhookCreateTime":{
"shape":"webhookCreateTime",
"documentation":"<p>A timestamp of when Amplify created the webhook in your Git repository.</p>"
},
"wafConfiguration":{
"shape":"WafConfiguration",
"documentation":"<p>Describes the Firewall configuration for the Amplify app. Firewall support enables you to protect your hosted applications with a direct integration with WAF.</p>"
}
},
"documentation":"<p>Represents the different branches of a repository for building, deploying, and hosting an Amplify app. </p>"
Expand Down Expand Up @@ -1012,11 +1020,11 @@
},
"createTime":{
"shape":"CreateTime",
"documentation":"<p> The creation date and time for a branch that is part of an Amplify app. </p>"
"documentation":"<p>A timestamp of when Amplify created the branch.</p>"
},
"updateTime":{
"shape":"UpdateTime",
"documentation":"<p> The last updated date and time for a branch that is part of an Amplify app. </p>"
"documentation":"<p>A timestamp for the last updated time for a branch.</p>"
},
"environmentVariables":{
"shape":"EnvironmentVariables",
Expand Down Expand Up @@ -2266,6 +2274,7 @@
"JobStatus":{
"type":"string",
"enum":[
"CREATED",
"PENDING",
"PROVISIONING",
"RUNNING",
Expand Down Expand Up @@ -2310,7 +2319,7 @@
},
"commitTime":{
"shape":"CommitTime",
"documentation":"<p> The commit date and time for the job. </p>"
"documentation":"<p>The commit date and time for the job. </p>"
},
"startTime":{
"shape":"StartTime",
Expand Down Expand Up @@ -3540,6 +3549,40 @@
"max":1000
},
"Verified":{"type":"boolean"},
"WafConfiguration":{
"type":"structure",
"members":{
"webAclArn":{
"shape":"WebAclArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.</p>"
},
"wafStatus":{
"shape":"WafStatus",
"documentation":"<p>The status of the process to associate or disassociate a web ACL to an Amplify app.</p>"
},
"statusReason":{
"shape":"StatusReason",
"documentation":"<p>The reason for the current status of the Firewall configuration.</p>"
}
},
"documentation":"<p>Describes the Firewall configuration for a hosted Amplify application. Firewall support enables you to protect your web applications with a direct integration with WAF. For more information about using WAF protections for an Amplify application, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/WAF-integration.html\">Firewall support for hosted sites</a> in the <i>Amplify User Guide</i>. </p>"
},
"WafStatus":{
"type":"string",
"enum":[
"ASSOCIATING",
"ASSOCIATION_FAILED",
"ASSOCIATION_SUCCESS",
"DISASSOCIATING",
"DISASSOCIATION_FAILED"
]
},
"WebAclArn":{
"type":"string",
"max":512,
"min":0,
"pattern":"^arn:aws:wafv2:.*"
},
"Webhook":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3574,11 +3617,11 @@
},
"createTime":{
"shape":"CreateTime",
"documentation":"<p>The create date and time for a webhook. </p>"
"documentation":"<p>A timestamp of when Amplify created the webhook in your Git repository.</p>"
},
"updateTime":{
"shape":"UpdateTime",
"documentation":"<p>Updates the date and time for a webhook. </p>"
"documentation":"<p>A timestamp of when Amplify updated the webhook in your Git repository.</p>"
}
},
"documentation":"<p>Describes a webhook that connects repository events to an Amplify app. </p>"
Expand All @@ -3599,7 +3642,8 @@
"Webhooks":{
"type":"list",
"member":{"shape":"Webhook"}
}
},
"webhookCreateTime":{"type":"timestamp"}
},
"documentation":"<p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps. Amplify Hosting provides a continuous delivery and hosting service for web applications. For more information, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify Hosting User Guide</a>. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework.</a> </p>"
}
102 changes: 102 additions & 0 deletions botocore/data/budgets/2016-10-20/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,108 @@
},
"type": "endpoint"
},
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"name"
]
},
"aws-iso"
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
false
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
false
]
}
],
"endpoint": {
"url": "https://budgets.c2s.ic.gov",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingName": "budgets",
"signingRegion": "us-iso-east-1"
}
]
},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"name"
]
},
"aws-iso-b"
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
false
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
false
]
}
],
"endpoint": {
"url": "https://budgets.global.sc2s.sgov.gov",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingName": "budgets",
"signingRegion": "us-isob-east-1"
}
]
},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [
{
Expand Down
Loading

0 comments on commit 529ae09

Please sign in to comment.