Skip to content

Commit

Permalink
Merge branch 'release-1.35.41'
Browse files Browse the repository at this point in the history
* release-1.35.41:
  Bumping version to 1.35.41
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 15, 2024
2 parents 41d910f + 2899f95 commit 60a882d
Show file tree
Hide file tree
Showing 14 changed files with 1,135 additions and 438 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``amplify``",
"description": "Added sourceUrlType field to StartDeployment request",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "Documentation update for AWS CloudFormation API Reference.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "Enable proxy for reserved capacity fleet.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.",
"type": "api-change"
},
{
"category": "``resiliencehub``",
"description": "AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.35.41
=======

* api-change:``amplify``: Added sourceUrlType field to StartDeployment request
* api-change:``cloudformation``: Documentation update for AWS CloudFormation API Reference.
* api-change:``codebuild``: Enable proxy for reserved capacity fleet.
* api-change:``ivs``: On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.
* api-change:``qbusiness``: Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.
* api-change:``redshift``: This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.
* api-change:``resiliencehub``: AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.
* api-change:``sesv2``: This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.


1.35.40
=======

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.40'
__version__ = '1.35.41'


class NullHandler(logging.Handler):
Expand Down
33 changes: 26 additions & 7 deletions botocore/data/amplify/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{"shape":"InternalFailureException"},
{"shape":"LimitExceededException"}
],
"documentation":"<p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a repository. </p> <p>The maximum duration between the <code>CreateDeployment</code> call and the <code>StartDeployment</code> call cannot exceed 8 hours. If the duration exceeds 8 hours, the <code>StartDeployment</code> call and the associated <code>Job</code> will fail.</p>"
"documentation":"<p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a Git repository. </p> <p>The maximum duration between the <code>CreateDeployment</code> call and the <code>StartDeployment</code> call cannot exceed 8 hours. If the duration exceeds 8 hours, the <code>StartDeployment</code> call and the associated <code>Job</code> will fail.</p>"
},
"CreateDomainAssociation":{
"name":"CreateDomainAssociation",
Expand Down Expand Up @@ -490,7 +490,7 @@
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"}
],
"documentation":"<p>Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a repository. </p> <p>The maximum duration between the <code>CreateDeployment</code> call and the <code>StartDeployment</code> call cannot exceed 8 hours. If the duration exceeds 8 hours, the <code>StartDeployment</code> call and the associated <code>Job</code> will fail.</p>"
"documentation":"<p>Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a Git repository. </p> <p>The maximum duration between the <code>CreateDeployment</code> call and the <code>StartDeployment</code> call cannot exceed 8 hours. If the duration exceeds 8 hours, the <code>StartDeployment</code> call and the associated <code>Job</code> will fail.</p>"
},
"StartJob":{
"name":"StartJob",
Expand Down Expand Up @@ -2326,7 +2326,15 @@
},
"jobType":{
"shape":"JobType",
"documentation":"<p> The type for the job. If the value is <code>RELEASE</code>, the job was manually released from its source by using the <code>StartJob</code> API. If the value is <code>RETRY</code>, the job was manually retried using the <code>StartJob</code> API. If the value is <code>WEB_HOOK</code>, the job was automatically triggered by webhooks. </p>"
"documentation":"<p> The type for the job. If the value is <code>RELEASE</code>, the job was manually released from its source by using the <code>StartJob</code> API. This value is available only for apps that are connected to a repository.</p> <p>If the value is <code>RETRY</code>, the job was manually retried using the <code>StartJob</code> API. If the value is <code>WEB_HOOK</code>, the job was automatically triggered by webhooks. If the value is <code>MANUAL</code>, the job is for a manually deployed app. Manually deployed apps are not connected to a Git repository.</p>"
},
"sourceUrl":{
"shape":"SourceUrl",
"documentation":"<p>The source URL for the files to deploy. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.</p>"
},
"sourceUrlType":{
"shape":"SourceUrlType",
"documentation":"<p>The type of source specified by the <code>sourceURL</code>. If the value is <code>ZIP</code>, the source is a .zip file. If the value is <code>BUCKET_PREFIX</code>, the source is an Amazon S3 bucket and prefix. If no value is specified, the default is <code>ZIP</code>.</p>"
}
},
"documentation":"<p> Describes the summary for an execution job for an Amplify app. </p>"
Expand Down Expand Up @@ -2811,7 +2819,14 @@
"SourceUrl":{
"type":"string",
"max":3000,
"pattern":"(?s).*"
"pattern":"^(s3|https|http)://.*"
},
"SourceUrlType":{
"type":"string",
"enum":[
"ZIP",
"BUCKET_PREFIX"
]
},
"StackArn":{
"type":"string",
Expand Down Expand Up @@ -2850,17 +2865,21 @@
},
"branchName":{
"shape":"BranchName",
"documentation":"<p>The name of the branch to use for the job. </p>",
"documentation":"<p>The name of the branch to use for the deployment job. </p>",
"location":"uri",
"locationName":"branchName"
},
"jobId":{
"shape":"JobId",
"documentation":"<p>The job ID for this deployment, generated by the create deployment request. </p>"
"documentation":"<p>The job ID for this deployment that is generated by the <code>CreateDeployment</code> request. </p>"
},
"sourceUrl":{
"shape":"SourceUrl",
"documentation":"<p>The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file. </p>"
"documentation":"<p>The source URL for the deployment that is used when calling <code>StartDeployment</code> without <code>CreateDeployment</code>. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.</p>"
},
"sourceUrlType":{
"shape":"SourceUrlType",
"documentation":"<p>The type of source specified by the <code>sourceURL</code>. If the value is <code>ZIP</code>, the source is a .zip file. If the value is <code>BUCKET_PREFIX</code>, the source is an Amazon S3 bucket and prefix. If no value is specified, the default is <code>ZIP</code>.</p>"
}
},
"documentation":"<p>The request structure for the start a deployment request. </p>"
Expand Down
Loading

0 comments on commit 60a882d

Please sign in to comment.