Skip to content

Commit 915cbf3

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent ac82667 commit 915cbf3

File tree

6 files changed

+833
-33
lines changed

6 files changed

+833
-33
lines changed

codegen/sdk-codegen/aws-models/application-auto-scaling.json

+50-32
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/elasticache.json

+33-1
Original file line numberDiff line numberDiff line change
@@ -11347,7 +11347,7 @@
1134711347
"Engine": {
1134811348
"target": "com.amazonaws.elasticache#String",
1134911349
"traits": {
11350-
"smithy.api#documentation": "<p>Modifies the engine listed in a cluster message. The options are redis, memcached or valkey.</p>"
11350+
"smithy.api#documentation": "<p>The engine type used by the cache cluster. The options are valkey, memcached or redis.</p>"
1135111351
}
1135211352
},
1135311353
"EngineVersion": {
@@ -11403,6 +11403,12 @@
1140311403
"traits": {
1140411404
"smithy.api#documentation": "<p>The network type you choose when modifying a cluster, either <code>ipv4</code> |\n <code>ipv6</code>. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2\n to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the <a href=\"http://aws.amazon.com/ec2/nitro/\">Nitro system</a>.</p>"
1140511405
}
11406+
},
11407+
"ScaleConfig": {
11408+
"target": "com.amazonaws.elasticache#ScaleConfig",
11409+
"traits": {
11410+
"smithy.api#documentation": "<p>Configures horizontal or vertical scaling for Memcached clusters, specifying the scaling percentage and interval.</p>"
11411+
}
1140611412
}
1140711413
},
1140811414
"traits": {
@@ -13226,6 +13232,12 @@
1322613232
"traits": {
1322713233
"smithy.api#documentation": "<p>A setting that allows you to migrate your clients to use in-transit encryption, with\n no downtime.</p>"
1322813234
}
13235+
},
13236+
"ScaleConfig": {
13237+
"target": "com.amazonaws.elasticache#ScaleConfig",
13238+
"traits": {
13239+
"smithy.api#documentation": "<p>The scaling configuration changes that are pending for the Memcached cluster.</p>"
13240+
}
1322913241
}
1323013242
},
1323113243
"traits": {
@@ -14591,6 +14603,26 @@
1459114603
"smithy.api#output": {}
1459214604
}
1459314605
},
14606+
"com.amazonaws.elasticache#ScaleConfig": {
14607+
"type": "structure",
14608+
"members": {
14609+
"ScalePercentage": {
14610+
"target": "com.amazonaws.elasticache#IntegerOptional",
14611+
"traits": {
14612+
"smithy.api#documentation": "<p>The percentage by which to scale the Memcached cluster, either horizontally by adding nodes or vertically by increasing resources.</p>"
14613+
}
14614+
},
14615+
"ScaleIntervalMinutes": {
14616+
"target": "com.amazonaws.elasticache#IntegerOptional",
14617+
"traits": {
14618+
"smithy.api#documentation": "<p>The time interval in seconds between scaling operations when performing gradual scaling for a Memcached cluster.</p>"
14619+
}
14620+
}
14621+
},
14622+
"traits": {
14623+
"smithy.api#documentation": "<p>Configuration settings for horizontal or vertical scaling operations on Memcached clusters.</p>"
14624+
}
14625+
},
1459414626
"com.amazonaws.elasticache#SecurityGroupIdsList": {
1459514627
"type": "list",
1459614628
"member": {

0 commit comments

Comments
 (0)