Skip to content

Commit

Permalink
Merge branch 'release-1.34.91' into develop
Browse files Browse the repository at this point in the history
* release-1.34.91:
  Bumping version to 1.34.91
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 24, 2024
2 parents e0998da + 5f568a4 commit 7d062fd
Show file tree
Hide file tree
Showing 14 changed files with 1,854 additions and 136 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.91.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``datasync``",
"description": "This change allows users to disable and enable the schedules associated with their tasks.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface",
"type": "api-change"
},
{
"category": "``emr-containers``",
"description": "EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs.",
"type": "api-change"
},
{
"category": "``entityresolution``",
"description": "Support Batch Unique IDs Deletion.",
"type": "api-change"
},
{
"category": "``gamelift``",
"description": "Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Add SSM DescribeInstanceProperties API to public AWS SDK.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.34.91
=======

* api-change:``datasync``: This change allows users to disable and enable the schedules associated with their tasks.
* api-change:``ec2``: Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface
* api-change:``emr-containers``: EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs.
* api-change:``entityresolution``: Support Batch Unique IDs Deletion.
* api-change:``gamelift``: Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
* api-change:``ssm``: Add SSM DescribeInstanceProperties API to public AWS SDK.


1.34.90
=======

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.34.90'
__version__ = '1.34.91'


class NullHandler(logging.Handler):
Expand Down
129 changes: 87 additions & 42 deletions botocore/data/datasync/2018-11-09/service-2.json

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -22511,6 +22511,11 @@
"shape":"AttributeBooleanValue",
"documentation":"<p>Indicates whether source/destination checking is enabled.</p>",
"locationName":"sourceDestCheck"
},
"AssociatePublicIpAddress":{
"shape":"Boolean",
"documentation":"<p>Indicates whether to assign a public IPv4 address to a network interface. This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>",
"locationName":"associatePublicIpAddress"
}
},
"documentation":"<p>Contains the output of DescribeNetworkInterfaceAttribute.</p>"
Expand Down Expand Up @@ -43077,6 +43082,10 @@
"ConnectionTrackingSpecification":{
"shape":"ConnectionTrackingSpecificationRequest",
"documentation":"<p>A connection tracking specification.</p>"
},
"AssociatePublicIpAddress":{
"shape":"Boolean",
"documentation":"<p>Indicates whether to assign a public IPv4 address to a network interface. This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>"
}
},
"documentation":"<p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>"
Expand Down Expand Up @@ -45886,7 +45895,8 @@
"description",
"groupSet",
"sourceDestCheck",
"attachment"
"attachment",
"associatePublicIpAddress"
]
},
"NetworkInterfaceCount":{
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/emr-containers/2020-10-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "templates"
},
"ListSecurityConfigurations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "securityConfigurations"
}
}
}
Loading

0 comments on commit 7d062fd

Please sign in to comment.