Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.55.5 #5323

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.55.5 (2024-07-30)
===

### Service Client Updates
* `service/appstream`: Updates service API and documentation
* Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
* `service/autoscaling`: Updates service API and documentation
* Increase the length limit for VPCZoneIdentifier from 2047 to 5000
* `service/codepipeline`: Updates service API, documentation, and paginators
* AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
* `service/elasticache`: Updates service documentation
* Doc only update for changes to deletion API.
* `service/elasticloadbalancing`: Updates service API
* `service/eventbridge`: Updates service API
* `service/logs`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/models.lex.v2`: Updates service API and documentation
* `service/rolesanywhere`: Updates service API and documentation
* `service/tnb`: Updates service API and documentation
* `service/workspaces`: Updates service documentation
* Removing multi-session as it isn't supported for pools

Release v1.55.4 (2024-07-29)
===

Expand Down
6 changes: 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.55.4"
const SDKVersion = "1.55.5"
7 changes: 5 additions & 2 deletions models/apis/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"appstream2",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"Amazon AppStream",
"serviceId":"AppStream",
"signatureVersion":"v4",
"signingName":"appstream",
"targetPrefix":"PhotonAdminProxyService",
"uid":"appstream-2016-12-01"
"uid":"appstream-2016-12-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateAppBlockBuilderAppBlock":{
Expand Down Expand Up @@ -2929,7 +2931,8 @@
"WINDOWS_SERVER_2016",
"WINDOWS_SERVER_2019",
"WINDOWS_SERVER_2022",
"AMAZON_LINUX2"
"AMAZON_LINUX2",
"RHEL8"
]
},
"Platforms":{
Expand Down
14 changes: 7 additions & 7 deletions models/apis/appstream/2016-12-01/docs-2.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions models/apis/appstream/2016-12-01/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeStacksSuccess",
"operationName": "DescribeStacks",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
12 changes: 9 additions & 3 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
"CreatedTime":{"shape":"TimestampType"},
"SuspendedProcesses":{"shape":"SuspendedProcesses"},
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
"EnabledMetrics":{"shape":"EnabledMetrics"},
"Status":{"shape":"XmlStringMaxLen255"},
"Tags":{"shape":"TagDescriptionList"},
Expand Down Expand Up @@ -1514,7 +1514,7 @@
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
"TerminationPolicies":{"shape":"TerminationPolicies"},
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
Expand Down Expand Up @@ -3540,7 +3540,7 @@
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
"TerminationPolicies":{"shape":"TerminationPolicies"},
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
Expand Down Expand Up @@ -3631,6 +3631,12 @@
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"XmlStringMaxLen5000":{
"type":"string",
"max":5000,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"XmlStringMaxLen511":{
"type":"string",
"max":511,
Expand Down
13 changes: 9 additions & 4 deletions models/apis/autoscaling/2011-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2469,10 +2469,7 @@
"XmlStringMaxLen2047": {
"base": null,
"refs": {
"AutoScalingGroup$VPCZoneIdentifier": "<p>One or more subnet IDs, if applicable, separated by commas.</p>",
"CreateAutoScalingGroupType$VPCZoneIdentifier": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>",
"TargetTrackingMetricDataQuery$Expression": "<p>The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the <code>Id</code> of the other metrics to refer to those metrics, and can also use the <code>Id</code> of other expressions to use the result of those expressions. </p> <p>Conditional: Within each <code>TargetTrackingMetricDataQuery</code> object, you must specify either <code>Expression</code> or <code>MetricStat</code>, but not both.</p>",
"UpdateAutoScalingGroupType$VPCZoneIdentifier": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>"
"TargetTrackingMetricDataQuery$Expression": "<p>The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the <code>Id</code> of the other metrics to refer to those metrics, and can also use the <code>Id</code> of other expressions to use the result of those expressions. </p> <p>Conditional: Within each <code>TargetTrackingMetricDataQuery</code> object, you must specify either <code>Expression</code> or <code>MetricStat</code>, but not both.</p>"
}
},
"XmlStringMaxLen255": {
Expand Down Expand Up @@ -2651,6 +2648,14 @@
"UpdateAutoScalingGroupType$HealthCheckType": "<p>A comma-separated value string of one or more health check types.</p> <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be disabled. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html\">Health checks for instances in an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Only specify <code>EC2</code> if you must clear a value that was previously set.</p>"
}
},
"XmlStringMaxLen5000": {
"base": null,
"refs": {
"AutoScalingGroup$VPCZoneIdentifier": "<p>One or more subnet IDs, if applicable, separated by commas.</p>",
"CreateAutoScalingGroupType$VPCZoneIdentifier": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>",
"UpdateAutoScalingGroupType$VPCZoneIdentifier": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>"
}
},
"XmlStringMaxLen511": {
"base": null,
"refs": {
Expand Down
Loading
Loading