Skip to content

Commit

Permalink
Merge branch 'release-1.35.33'
Browse files Browse the repository at this point in the history
* release-1.35.33:
  Bumping version to 1.35.33
  Update endpoints model
  Update to latest models
  Update awscrt version to 0.22.0 (#3274)
  • Loading branch information
aws-sdk-python-automation committed Oct 3, 2024
2 parents add9f36 + b034a51 commit 90e4953
Show file tree
Hide file tree
Showing 18 changed files with 1,291 additions and 60 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``codepipeline``",
"description": "AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Public GetMetricDataV2 Grouping increase from 3 to 4",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release includes a new API for modifying instance cpu-options after launch.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.",
"type": "api-change"
},
{
"category": "``marketplace-reporting``",
"description": "The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.",
"type": "api-change"
},
{
"category": "``mediapackagev2``",
"description": "Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "QuickSight: Add support for exporting and importing folders in AssetBundle APIs",
"type": "api-change"
},
{
"category": "AWSCRT",
"description": "Update awscrt version to 0.22.0",
"type": "enhancement"
}
]
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.33
=======

* api-change:``codepipeline``: AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.
* api-change:``connect``: Public GetMetricDataV2 Grouping increase from 3 to 4
* api-change:``ec2``: This release includes a new API for modifying instance cpu-options after launch.
* api-change:``iot``: This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.
* api-change:``marketplace-reporting``: The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.
* api-change:``mediapackagev2``: Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.
* api-change:``quicksight``: QuickSight: Add support for exporting and importing folders in AssetBundle APIs
* enhancement:AWSCRT: Update awscrt version to 0.22.0


1.35.32
=======

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.32'
__version__ = '1.35.33'


class NullHandler(logging.Handler):
Expand Down
45 changes: 45 additions & 0 deletions botocore/data/codepipeline/2015-07-09/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,10 @@
"shape":"ActionConfigurationMap",
"documentation":"<p>The action's configuration. These are key-value pairs that specify input values for an action. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements\">Action Structure Requirements in CodePipeline</a>. For the list of configuration properties for the CloudFormation action type in CodePipeline, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html\">Configuration Properties Reference</a> in the <i>CloudFormation User Guide</i>. For template snippets with examples, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html\">Using Parameter Override Functions with CodePipeline Pipelines</a> in the <i>CloudFormation User Guide</i>.</p> <p>The values can be represented in either JSON or YAML format. For example, the JSON configuration item format is as follows: </p> <p> <i>JSON:</i> </p> <p> <code>\"Configuration\" : { Key : Value },</code> </p>"
},
"commands":{
"shape":"CommandList",
"documentation":"<p>The shell commands to run with your compute action in CodePipeline. All commands are supported except multi-line formats. While CodeBuild logs and permissions are used, you do not need to create any resources in CodeBuild.</p> <note> <p>Using compute time for this action will incur separate charges in CodeBuild.</p> </note>"
},
"outputArtifacts":{
"shape":"OutputArtifactList",
"documentation":"<p>The name or ID of the result of the action declaration, such as a test or build artifact.</p>"
Expand All @@ -926,6 +930,10 @@
"shape":"InputArtifactList",
"documentation":"<p>The name or ID of the artifact consumed by the action, such as a test or build artifact.</p>"
},
"outputVariables":{
"shape":"OutputVariableList",
"documentation":"<p>The list of variables that are to be exported from the compute action. This is specifically CodeBuild environment variables as used for that action.</p>"
},
"roleArn":{
"shape":"RoleArn",
"documentation":"<p>The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.</p>"
Expand Down Expand Up @@ -1792,6 +1800,17 @@
"min":1
},
"Code":{"type":"string"},
"Command":{
"type":"string",
"max":1000,
"min":1
},
"CommandList":{
"type":"list",
"member":{"shape":"Command"},
"max":50,
"min":1
},
"ConcurrentModificationException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2321,6 +2340,17 @@
"SystemUnavailable"
]
},
"FilePath":{
"type":"string",
"max":128,
"min":1
},
"FilePathList":{
"type":"list",
"member":{"shape":"FilePath"},
"max":10,
"min":1
},
"GetActionTypeInput":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3301,6 +3331,10 @@
"name":{
"shape":"ArtifactName",
"documentation":"<p>The name of the output of an artifact, such as \"My App\".</p> <p>The input artifact of an action must exactly match the output artifact declared in a preceding action, but the input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.</p> <p>Output artifact names must be unique within a pipeline.</p>"
},
"files":{
"shape":"FilePathList",
"documentation":"<p>The files that you want to associate with the output artifact that will be exported from the compute action.</p>"
}
},
"documentation":"<p>Represents information about the output of an action.</p>"
Expand All @@ -3309,6 +3343,17 @@
"type":"list",
"member":{"shape":"OutputArtifact"}
},
"OutputVariable":{
"type":"string",
"max":128,
"min":1
},
"OutputVariableList":{
"type":"list",
"member":{"shape":"OutputVariable"},
"max":15,
"min":1
},
"OutputVariablesKey":{
"type":"string",
"pattern":"[A-Za-z0-9@\\-_]+"
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/connect/2017-08-08/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12155,7 +12155,7 @@
"GroupingsV2":{
"type":"list",
"member":{"shape":"GroupingV2"},
"max":3
"max":4
},
"HierarchyGroup":{
"type":"structure",
Expand Down
Loading

0 comments on commit 90e4953

Please sign in to comment.