Skip to content

Commit

Permalink
Release v1.51.28 (2024-04-24) (#5241)
Browse files Browse the repository at this point in the history
Release v1.51.28 (2024-04-24)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface
* `service/emr-containers`: Updates service API, documentation, and paginators
* `service/entityresolution`: Updates service API and documentation
* `service/gamelift`: Updates service API, documentation, and paginators
  * Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
* `service/ssm`: Updates service API, documentation, and paginators
  * Add SSM DescribeInstanceProperties API to public AWS SDK.
  • Loading branch information
aws-sdk-go-automation committed Apr 24, 2024
1 parent d28620b commit 1b3096a
Show file tree
Hide file tree
Showing 31 changed files with 8,416 additions and 678 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.51.28 (2024-04-24)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface
* `service/emr-containers`: Updates service API, documentation, and paginators
* `service/entityresolution`: Updates service API and documentation
* `service/gamelift`: Updates service API, documentation, and paginators
* Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
* `service/ssm`: Updates service API, documentation, and paginators
* Add SSM DescribeInstanceProperties API to public AWS SDK.

Release v1.51.27 (2024-04-23)
===

Expand Down
15 changes: 15 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.51.27"
const SDKVersion = "1.51.28"
35 changes: 32 additions & 3 deletions models/apis/datasync/2018-11-09/api-2.json
Expand Up @@ -1674,7 +1674,8 @@
"CreationTime":{"shape":"Time"},
"Includes":{"shape":"FilterList"},
"ManifestConfig":{"shape":"ManifestConfig"},
"TaskReportConfig":{"shape":"TaskReportConfig"}
"TaskReportConfig":{"shape":"TaskReportConfig"},
"ScheduleDetails":{"shape":"TaskScheduleDetails"}
}
},
"DestinationNetworkInterfaceArns":{
Expand Down Expand Up @@ -2794,11 +2795,30 @@
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
},
"ScheduleDisabledBy":{
"type":"string",
"enum":[
"USER",
"SERVICE"
]
},
"ScheduleDisabledReason":{
"type":"string",
"max":8192,
"pattern":"^[\\w\\s.,'?!:;\\/=|<>()-]*$"
},
"ScheduleExpressionCron":{
"type":"string",
"max":256,
"pattern":"^[a-zA-Z0-9\\ \\_\\*\\?\\,\\|\\^\\-\\/\\#\\s\\(\\)\\+]*$"
},
"ScheduleStatus":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"SecretsManagerArn":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -2987,7 +3007,7 @@
"TagValue":{
"type":"string",
"max":256,
"min":1,
"min":0,
"pattern":"^[a-zA-Z0-9\\s+=._:@/-]+$"
},
"TaggableResourceArn":{
Expand Down Expand Up @@ -3099,7 +3119,16 @@
"type":"structure",
"required":["ScheduleExpression"],
"members":{
"ScheduleExpression":{"shape":"ScheduleExpressionCron"}
"ScheduleExpression":{"shape":"ScheduleExpressionCron"},
"Status":{"shape":"ScheduleStatus"}
}
},
"TaskScheduleDetails":{
"type":"structure",
"members":{
"StatusUpdateTime":{"shape":"Time"},
"DisabledReason":{"shape":"ScheduleDisabledReason"},
"DisabledBy":{"shape":"ScheduleDisabledBy"}
}
},
"TaskStatus":{
Expand Down
109 changes: 67 additions & 42 deletions models/apis/datasync/2018-11-09/docs-2.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -17412,6 +17412,10 @@
"SourceDestCheck":{
"shape":"AttributeBooleanValue",
"locationName":"sourceDestCheck"
},
"AssociatePublicIpAddress":{
"shape":"Boolean",
"locationName":"associatePublicIpAddress"
}
}
},
Expand Down Expand Up @@ -33274,7 +33278,8 @@
},
"EnaSrdSpecification":{"shape":"EnaSrdSpecification"},
"EnablePrimaryIpv6":{"shape":"Boolean"},
"ConnectionTrackingSpecification":{"shape":"ConnectionTrackingSpecificationRequest"}
"ConnectionTrackingSpecification":{"shape":"ConnectionTrackingSpecificationRequest"},
"AssociatePublicIpAddress":{"shape":"Boolean"}
}
},
"ModifyPrivateDnsNameOptionsRequest":{
Expand Down Expand Up @@ -35205,7 +35210,8 @@
"description",
"groupSet",
"sourceDestCheck",
"attachment"
"attachment",
"associatePublicIpAddress"
]
},
"NetworkInterfaceCount":{
Expand Down
2 changes: 2 additions & 0 deletions models/apis/ec2/2016-11-15/docs-2.json
Expand Up @@ -2317,6 +2317,7 @@
"DescribeNetworkInsightsAnalysesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"DescribeNetworkInsightsPathsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"DescribeNetworkInterfaceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"DescribeNetworkInterfaceAttributeResult$AssociatePublicIpAddress": "<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>",
"DescribeNetworkInterfacesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"DescribePlacementGroupsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"DescribePrefixListsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
Expand Down Expand Up @@ -2650,6 +2651,7 @@
"ModifyManagedPrefixListRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ModifyNetworkInterfaceAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ModifyNetworkInterfaceAttributeRequest$EnablePrimaryIpv6": "<p>If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.</p>",
"ModifyNetworkInterfaceAttributeRequest$AssociatePublicIpAddress": "<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>",
"ModifyPrivateDnsNameOptionsRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord": "<p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>",
"ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord": "<p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</p>",
Expand Down

0 comments on commit 1b3096a

Please sign in to comment.