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 for Ruby authored and Nobody committed Nov 28, 2023
1 parent fa325b6 commit 0921a7f
Show file tree
Hide file tree
Showing 17 changed files with 3,205 additions and 179 deletions.
557 changes: 556 additions & 1 deletion apis/elasticache/2015-02-02/api-2.json

Large diffs are not rendered by default.

320 changes: 306 additions & 14 deletions apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions apis/elasticache/2015-02-02/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,18 +212,17 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
"aws-us-gov",
{
"fn": "getAttr",
"argv": [
Expand All @@ -236,7 +231,8 @@
},
"name"
]
}
},
"aws-us-gov"
]
}
],
Expand All @@ -256,14 +252,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -277,7 +275,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -297,7 +294,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -308,14 +304,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -326,9 +324,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
12 changes: 12 additions & 0 deletions apis/elasticache/2015-02-02/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@
"output_token": "Marker",
"result_key": "ReservedCacheNodesOfferings"
},
"DescribeServerlessCacheSnapshots": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ServerlessCacheSnapshots"
},
"DescribeServerlessCaches": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ServerlessCaches"
},
"DescribeServiceUpdates": {
"input_token": "Marker",
"limit_key": "MaxRecords",
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.859.0 (2023-11-28)
------------------

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

1.858.0 (2023-11-27)
------------------

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.858.0
1.859.0
11 changes: 11 additions & 0 deletions gems/aws-partitions/partitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17210,6 +17210,17 @@
}
}
},
"thinclient" : {
"endpoints" : {
"ap-south-1" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
"tnb" : {
"endpoints" : {
"ap-northeast-2" : { },
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.94.0 (2023-11-28)
------------------

* Feature - Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements.

1.93.0 (2023-11-22)
------------------

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.93.0
1.94.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.93.0'
GEM_VERSION = '1.94.0'

end
Loading

0 comments on commit 0921a7f

Please sign in to comment.