Skip to content

Commit 825250a

Browse files
Release v1.55.5 (2024-07-30) (#5323)
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
1 parent aa1178f commit 825250a

File tree

39 files changed

+5362
-283
lines changed

39 files changed

+5362
-283
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release v1.55.5 (2024-07-30)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appstream`: Updates service API and documentation
6+
* Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
7+
* `service/autoscaling`: Updates service API and documentation
8+
* Increase the length limit for VPCZoneIdentifier from 2047 to 5000
9+
* `service/codepipeline`: Updates service API, documentation, and paginators
10+
* AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
11+
* `service/elasticache`: Updates service documentation
12+
* Doc only update for changes to deletion API.
13+
* `service/elasticloadbalancing`: Updates service API
14+
* `service/eventbridge`: Updates service API
15+
* `service/logs`: Updates service API
16+
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
17+
* `service/models.lex.v2`: Updates service API and documentation
18+
* `service/rolesanywhere`: Updates service API and documentation
19+
* `service/tnb`: Updates service API and documentation
20+
* `service/workspaces`: Updates service documentation
21+
* Removing multi-session as it isn't supported for pools
22+
123
Release v1.55.4 (2024-07-29)
224
===
325

aws/endpoints/defaults.go

+6
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.55.4"
8+
const SDKVersion = "1.55.5"

models/apis/appstream/2016-12-01/api-2.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"appstream2",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"Amazon AppStream",
910
"serviceId":"AppStream",
1011
"signatureVersion":"v4",
1112
"signingName":"appstream",
1213
"targetPrefix":"PhotonAdminProxyService",
13-
"uid":"appstream-2016-12-01"
14+
"uid":"appstream-2016-12-01",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AssociateAppBlockBuilderAppBlock":{
@@ -2929,7 +2931,8 @@
29292931
"WINDOWS_SERVER_2016",
29302932
"WINDOWS_SERVER_2019",
29312933
"WINDOWS_SERVER_2022",
2932-
"AMAZON_LINUX2"
2934+
"AMAZON_LINUX2",
2935+
"RHEL8"
29332936
]
29342937
},
29352938
"Platforms":{

models/apis/appstream/2016-12-01/docs-2.json

+7-7
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "DescribeStacksSuccess",
6+
"operationName": "DescribeStacks",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
}
15+
]
16+
}

models/apis/autoscaling/2011-01-01/api-2.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
"CreatedTime":{"shape":"TimestampType"},
12331233
"SuspendedProcesses":{"shape":"SuspendedProcesses"},
12341234
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
1235-
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
1235+
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
12361236
"EnabledMetrics":{"shape":"EnabledMetrics"},
12371237
"Status":{"shape":"XmlStringMaxLen255"},
12381238
"Tags":{"shape":"TagDescriptionList"},
@@ -1514,7 +1514,7 @@
15141514
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
15151515
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
15161516
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
1517-
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
1517+
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
15181518
"TerminationPolicies":{"shape":"TerminationPolicies"},
15191519
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
15201520
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
@@ -3540,7 +3540,7 @@
35403540
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
35413541
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
35423542
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
3543-
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
3543+
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
35443544
"TerminationPolicies":{"shape":"TerminationPolicies"},
35453545
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
35463546
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
@@ -3631,6 +3631,12 @@
36313631
"min":1,
36323632
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
36333633
},
3634+
"XmlStringMaxLen5000":{
3635+
"type":"string",
3636+
"max":5000,
3637+
"min":1,
3638+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
3639+
},
36343640
"XmlStringMaxLen511":{
36353641
"type":"string",
36363642
"max":511,

models/apis/autoscaling/2011-01-01/docs-2.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -2469,10 +2469,7 @@
24692469
"XmlStringMaxLen2047": {
24702470
"base": null,
24712471
"refs": {
2472-
"AutoScalingGroup$VPCZoneIdentifier": "<p>One or more subnet IDs, if applicable, separated by commas.</p>",
2473-
"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>",
2474-
"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>",
2475-
"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>"
2472+
"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>"
24762473
}
24772474
},
24782475
"XmlStringMaxLen255": {
@@ -2651,6 +2648,14 @@
26512648
"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>"
26522649
}
26532650
},
2651+
"XmlStringMaxLen5000": {
2652+
"base": null,
2653+
"refs": {
2654+
"AutoScalingGroup$VPCZoneIdentifier": "<p>One or more subnet IDs, if applicable, separated by commas.</p>",
2655+
"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>",
2656+
"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>"
2657+
}
2658+
},
26542659
"XmlStringMaxLen511": {
26552660
"base": null,
26562661
"refs": {

0 commit comments

Comments
 (0)