Skip to content

Commit 1b3096a

Browse files
Release v1.51.28 (2024-04-24) (#5241)
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.
1 parent d28620b commit 1b3096a

File tree

31 files changed

+8416
-678
lines changed

31 files changed

+8416
-678
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.51.28 (2024-04-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/datasync`: Updates service API and documentation
6+
* `service/ec2`: Updates service API and documentation
7+
* Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface
8+
* `service/emr-containers`: Updates service API, documentation, and paginators
9+
* `service/entityresolution`: Updates service API and documentation
10+
* `service/gamelift`: Updates service API, documentation, and paginators
11+
* Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
12+
* `service/ssm`: Updates service API, documentation, and paginators
13+
* Add SSM DescribeInstanceProperties API to public AWS SDK.
14+
115
Release v1.51.27 (2024-04-23)
216
===
317

aws/endpoints/defaults.go

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.51.27"
8+
const SDKVersion = "1.51.28"

models/apis/datasync/2018-11-09/api-2.json

+32-3
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,8 @@
16741674
"CreationTime":{"shape":"Time"},
16751675
"Includes":{"shape":"FilterList"},
16761676
"ManifestConfig":{"shape":"ManifestConfig"},
1677-
"TaskReportConfig":{"shape":"TaskReportConfig"}
1677+
"TaskReportConfig":{"shape":"TaskReportConfig"},
1678+
"ScheduleDetails":{"shape":"TaskScheduleDetails"}
16781679
}
16791680
},
16801681
"DestinationNetworkInterfaceArns":{
@@ -2794,11 +2795,30 @@
27942795
"max":4096,
27952796
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
27962797
},
2798+
"ScheduleDisabledBy":{
2799+
"type":"string",
2800+
"enum":[
2801+
"USER",
2802+
"SERVICE"
2803+
]
2804+
},
2805+
"ScheduleDisabledReason":{
2806+
"type":"string",
2807+
"max":8192,
2808+
"pattern":"^[\\w\\s.,'?!:;\\/=|<>()-]*$"
2809+
},
27972810
"ScheduleExpressionCron":{
27982811
"type":"string",
27992812
"max":256,
28002813
"pattern":"^[a-zA-Z0-9\\ \\_\\*\\?\\,\\|\\^\\-\\/\\#\\s\\(\\)\\+]*$"
28012814
},
2815+
"ScheduleStatus":{
2816+
"type":"string",
2817+
"enum":[
2818+
"ENABLED",
2819+
"DISABLED"
2820+
]
2821+
},
28022822
"SecretsManagerArn":{
28032823
"type":"string",
28042824
"max":2048,
@@ -2987,7 +3007,7 @@
29873007
"TagValue":{
29883008
"type":"string",
29893009
"max":256,
2990-
"min":1,
3010+
"min":0,
29913011
"pattern":"^[a-zA-Z0-9\\s+=._:@/-]+$"
29923012
},
29933013
"TaggableResourceArn":{
@@ -3099,7 +3119,16 @@
30993119
"type":"structure",
31003120
"required":["ScheduleExpression"],
31013121
"members":{
3102-
"ScheduleExpression":{"shape":"ScheduleExpressionCron"}
3122+
"ScheduleExpression":{"shape":"ScheduleExpressionCron"},
3123+
"Status":{"shape":"ScheduleStatus"}
3124+
}
3125+
},
3126+
"TaskScheduleDetails":{
3127+
"type":"structure",
3128+
"members":{
3129+
"StatusUpdateTime":{"shape":"Time"},
3130+
"DisabledReason":{"shape":"ScheduleDisabledReason"},
3131+
"DisabledBy":{"shape":"ScheduleDisabledBy"}
31033132
}
31043133
},
31053134
"TaskStatus":{

models/apis/datasync/2018-11-09/docs-2.json

+67-42
Large diffs are not rendered by default.

models/apis/ec2/2016-11-15/api-2.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -17412,6 +17412,10 @@
1741217412
"SourceDestCheck":{
1741317413
"shape":"AttributeBooleanValue",
1741417414
"locationName":"sourceDestCheck"
17415+
},
17416+
"AssociatePublicIpAddress":{
17417+
"shape":"Boolean",
17418+
"locationName":"associatePublicIpAddress"
1741517419
}
1741617420
}
1741717421
},
@@ -33274,7 +33278,8 @@
3327433278
},
3327533279
"EnaSrdSpecification":{"shape":"EnaSrdSpecification"},
3327633280
"EnablePrimaryIpv6":{"shape":"Boolean"},
33277-
"ConnectionTrackingSpecification":{"shape":"ConnectionTrackingSpecificationRequest"}
33281+
"ConnectionTrackingSpecification":{"shape":"ConnectionTrackingSpecificationRequest"},
33282+
"AssociatePublicIpAddress":{"shape":"Boolean"}
3327833283
}
3327933284
},
3328033285
"ModifyPrivateDnsNameOptionsRequest":{
@@ -35205,7 +35210,8 @@
3520535210
"description",
3520635211
"groupSet",
3520735212
"sourceDestCheck",
35208-
"attachment"
35213+
"attachment",
35214+
"associatePublicIpAddress"
3520935215
]
3521035216
},
3521135217
"NetworkInterfaceCount":{

models/apis/ec2/2016-11-15/docs-2.json

+2
Original file line numberDiff line numberDiff line change
@@ -2317,6 +2317,7 @@
23172317
"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>",
23182318
"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>",
23192319
"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>",
2320+
"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>",
23202321
"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>",
23212322
"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>",
23222323
"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>",
@@ -2650,6 +2651,7 @@
26502651
"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>",
26512652
"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>",
26522653
"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>",
2654+
"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>",
26532655
"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>",
26542656
"ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord": "<p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>",
26552657
"ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord": "<p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</p>",

0 commit comments

Comments
 (0)