Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jul 29, 2024
1 parent 8f10f29 commit 6ab370d
Show file tree
Hide file tree
Showing 19 changed files with 834 additions and 775 deletions.
360 changes: 180 additions & 180 deletions apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions apis/memorydb/2021-01-01/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.</p>",
"service": "<p>MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis OSS, a popular open source data store, enabling you to leverage Redis OSS’ flexible and friendly data structures, APIs, and commands.</p>",
"operations": {
"BatchUpdateCluster": "<p>Apply the service update to a list of clusters supplied. For more information on service updates and applying them, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/managing-updates.html#applying-updates\">Applying the service updates</a>.</p>",
"CopySnapshot": "<p>Makes a copy of an existing snapshot.</p>",
Expand All @@ -18,7 +18,7 @@
"DeleteUser": "<p>Deletes a user. The user will be removed from all ACLs and in turn removed from all clusters.</p>",
"DescribeACLs": "<p>Returns a list of ACLs</p>",
"DescribeClusters": "<p>Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.</p>",
"DescribeEngineVersions": "<p>Returns a list of the available Redis engine versions.</p>",
"DescribeEngineVersions": "<p>Returns a list of the available Redis OSS engine versions.</p>",
"DescribeEvents": "<p>Returns events related to clusters, security groups, and parameter groups. You can obtain events specific to a particular cluster, security group, or parameter group by providing the name as a parameter. By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.</p>",
"DescribeParameterGroups": "<p>Returns a list of parameter group descriptions. If a parameter group name is specified, the list contains only the descriptions for that group.</p>",
"DescribeParameters": "<p>Returns the detailed parameter list for a particular parameter group.</p>",
Expand Down Expand Up @@ -520,7 +520,7 @@
}
},
"EngineVersionInfo": {
"base": "<p>Provides details of the Redis engine version</p>",
"base": "<p>Provides details of the Redis OSS engine version</p>",
"refs": {
"EngineVersionInfoList$member": null
}
Expand Down Expand Up @@ -1112,8 +1112,8 @@
"Cluster$Description": "<p>A description of the cluster</p>",
"Cluster$Status": "<p>The status of the cluster. For example, Available, Updating, Creating.</p>",
"Cluster$NodeType": "<p>The cluster's node type</p>",
"Cluster$EngineVersion": "<p>The Redis engine version used by the cluster</p>",
"Cluster$EnginePatchVersion": "<p>The Redis engine patch version used by the cluster</p>",
"Cluster$EngineVersion": "<p>The Redis OSS engine version used by the cluster</p>",
"Cluster$EnginePatchVersion": "<p>The Redis OSS engine patch version used by the cluster</p>",
"Cluster$ParameterGroupName": "<p>The name of the parameter group used by the cluster</p>",
"Cluster$ParameterGroupStatus": "<p>The status of the parameter group used by the cluster, for example 'active' or 'applying'.</p>",
"Cluster$SubnetGroupName": "<p>The name of the subnet group used by the cluster</p>",
Expand All @@ -1126,7 +1126,7 @@
"ClusterConfiguration$Name": "<p>The name of the cluster</p>",
"ClusterConfiguration$Description": "<p>The description of the cluster configuration</p>",
"ClusterConfiguration$NodeType": "<p>The node type used for the cluster</p>",
"ClusterConfiguration$EngineVersion": "<p>The Redis engine version used by the cluster</p>",
"ClusterConfiguration$EngineVersion": "<p>The Redis OSS engine version used by the cluster</p>",
"ClusterConfiguration$MaintenanceWindow": "<p>The specified maintenance window for the cluster</p>",
"ClusterConfiguration$TopicArn": "<p>The Amazon Resource Name (ARN) of the SNS notification topic for the cluster</p>",
"ClusterConfiguration$ParameterGroupName": "<p>The name of parameter group used by the cluster</p>",
Expand All @@ -1147,7 +1147,7 @@
"CreateClusterRequest$KmsKeyId": "<p>The ID of the KMS key used to encrypt the cluster.</p>",
"CreateClusterRequest$SnapshotName": "<p>The name of a snapshot from which to restore data into the new cluster. The snapshot status changes to restoring while the new cluster is being created.</p>",
"CreateClusterRequest$SnapshotWindow": "<p>The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.</p> <p> Example: 05:00-09:00</p> <p> If you do not specify this parameter, MemoryDB automatically chooses an appropriate time range.</p>",
"CreateClusterRequest$EngineVersion": "<p>The version number of the Redis engine to be used for the cluster.</p>",
"CreateClusterRequest$EngineVersion": "<p>The version number of the Redis OSS engine to be used for the cluster.</p>",
"CreateParameterGroupRequest$ParameterGroupName": "<p>The name of the parameter group.</p>",
"CreateParameterGroupRequest$Family": "<p>The name of the parameter group family that the parameter group can be used with.</p>",
"CreateParameterGroupRequest$Description": "<p>An optional description of the parameter group.</p>",
Expand All @@ -1168,7 +1168,7 @@
"DescribeClustersRequest$ClusterName": "<p>The name of the cluster</p>",
"DescribeClustersRequest$NextToken": "<p>An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. </p>",
"DescribeClustersResponse$NextToken": "<p>An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. </p>",
"DescribeEngineVersionsRequest$EngineVersion": "<p>The Redis engine version</p>",
"DescribeEngineVersionsRequest$EngineVersion": "<p>The Redis OSS engine version</p>",
"DescribeEngineVersionsRequest$ParameterGroupFamily": "<p>The name of a specific parameter group family to return details for.</p>",
"DescribeEngineVersionsRequest$NextToken": "<p>An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. </p>",
"DescribeEngineVersionsResponse$NextToken": "<p>An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. </p>",
Expand Down
40 changes: 20 additions & 20 deletions apis/memorydb/2021-01-01/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand Down Expand Up @@ -328,9 +326,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-partitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.959.0 (2024-07-29)
------------------

* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.958.0 (2024-07-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-partitions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.958.0
1.959.0
1 change: 1 addition & 0 deletions gems/aws-partitions/partitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -19056,6 +19056,7 @@
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-elasticache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.108.0 (2024-07-29)
------------------

* Feature - Renaming full service name as it appears in developer documentation.

1.107.0 (2024-07-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-elasticache/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.107.0
1.108.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-elasticache/lib/aws-sdk-elasticache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
# @!group service
module Aws::ElastiCache

GEM_VERSION = '1.107.0'
GEM_VERSION = '1.108.0'

end
Loading

0 comments on commit 6ab370d

Please sign in to comment.