Skip to content

Commit b261695

Browse files
Updated API models and rebuilt service gems.
1 parent 4184b3c commit b261695

File tree

153 files changed

+19757
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+19757
-225
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ RubyGems.org page under "LINKS" section.
685685
| MailManager | Aws::MailManager | aws-sdk-mailmanager | 2023-10-17 |
686686
| Managed Streaming for Kafka | Aws::Kafka | aws-sdk-kafka | 2018-11-14 |
687687
| Managed Streaming for Kafka Connect | Aws::KafkaConnect | aws-sdk-kafkaconnect | 2021-09-14 |
688+
| Managed integrations for AWS IoT Device Management | Aws::IoTManagedIntegrations | aws-sdk-iotmanagedintegrations | 2025-03-03 |
688689
| Migration Hub Strategy Recommendations | Aws::MigrationHubStrategyRecommendations | aws-sdk-migrationhubstrategyrecommendations | 2020-02-19 |
689690
| Network Flow Monitor | Aws::NetworkFlowMonitor | aws-sdk-networkflowmonitor | 2023-04-19 |
690691
| OpenSearch Service Serverless | Aws::OpenSearchServerless | aws-sdk-opensearchserverless | 2021-11-01 |

apis/elasticache/2015-02-02/docs-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@
18941894
"ReplicaConfigurationList": {
18951895
"base": null,
18961896
"refs": {
1897-
"DecreaseReplicaCountMessage$ReplicaConfiguration": "<p>A list of <code>ConfigureShard</code> objects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group. The <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>, <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>",
1897+
"DecreaseReplicaCountMessage$ReplicaConfiguration": "<p>A list of <code>ConfigureShard</code> objects that can be used to configure each shard in a Valkey or Redis OSS replication group. The <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>, <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>",
18981898
"IncreaseReplicaCountMessage$ReplicaConfiguration": "<p>A list of <code>ConfigureShard</code> objects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group. The <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>, <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>"
18991899
}
19001900
},
@@ -2368,7 +2368,7 @@
23682368
"CreateCacheClusterMessage$AuthToken": "<p> <b>Reserved parameter.</b> The password used to access a password protected server.</p> <p>Password constraints:</p> <ul> <li> <p>Must be only printable ASCII characters.</p> </li> <li> <p>Must be at least 16 characters and no more than 128 characters in length.</p> </li> <li> <p>The only permitted printable special characters are !, &amp;, #, $, ^, &lt;, &gt;, and -. Other printable special characters cannot be used in the AUTH token.</p> </li> </ul> <p>For more information, see <a href=\"http://redis.io/commands/AUTH\">AUTH password</a> at http://redis.io/commands/AUTH.</p>",
23692369
"CreateCacheClusterMessage$PreferredOutpostArn": "<p>The outpost ARN in which the cache cluster is created.</p>",
23702370
"CreateCacheParameterGroupMessage$CacheParameterGroupName": "<p>A user-specified name for the cache parameter group.</p>",
2371-
"CreateCacheParameterGroupMessage$CacheParameterGroupFamily": "<p>The name of the cache parameter group family that the cache parameter group can be used with.</p> <p>Valid values are: <code>memcached1.4</code> | <code>memcached1.5</code> | <code>memcached1.6</code> | <code>redis2.6</code> | <code>redis2.8</code> | <code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> | <code>redis6.x</code> | <code>redis7</code> </p>",
2371+
"CreateCacheParameterGroupMessage$CacheParameterGroupFamily": "<p>The name of the cache parameter group family that the cache parameter group can be used with.</p> <p>Valid values are: <code>valkey8</code> | <code>valkey7</code> | <code>memcached1.4</code> | <code>memcached1.5</code> | <code>memcached1.6</code> | <code>redis2.6</code> | <code>redis2.8</code> | <code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> | <code>redis6.x</code> | <code>redis7</code> </p>",
23722372
"CreateCacheParameterGroupMessage$Description": "<p>A user-specified description for the cache parameter group.</p>",
23732373
"CreateCacheSecurityGroupMessage$CacheSecurityGroupName": "<p>A name for the cache security group. This value is stored as a lowercase string.</p> <p>Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".</p> <p>Example: <code>mysecuritygroup</code> </p>",
23742374
"CreateCacheSecurityGroupMessage$Description": "<p>A description for the cache security group.</p>",

0 commit comments

Comments
 (0)