aws-sdk-freetier 1.15.0 → 1.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-freetier/client.rb +1 -1
- data/lib/aws-sdk-freetier/types.rb +9 -10
- data/lib/aws-sdk-freetier.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae67503f84643f9bedd9ec6b5174d44ab6fb4b8f962b26647d54ea41968c6187
|
4
|
+
data.tar.gz: 3bc201398d5fd7b311f245e37203e9d25932f00a1c4005348970f6e282b7e91d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2df1e0038f0e92e89dfabfc097ec34dfcfafc8850b649dc45eab9f61ea95f1acee748444e7b587bd086adc87146132b8315ddf30b96b1e20722ff4f2ab7b9a5
|
7
|
+
data.tar.gz: d2eefc2f79a7ed152af8e7fc692136380b006059a654ea5eb1cbbce455221af2d3344d283874c49bee9a6aae2609011c338b343be0c27c21f98b1e9f1b3588fc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|
@@ -53,9 +53,9 @@ module Aws::FreeTier
|
|
53
53
|
# You can filter to match exactly for `REGION==us-east-1 OR
|
54
54
|
# REGION==us-west-1`.
|
55
55
|
#
|
56
|
-
# The corresponding `Expression` appears like the following:
|
57
|
-
# "Dimensions":
|
58
|
-
# ], "MatchOptions": ["EQUALS"]
|
56
|
+
# The corresponding `Expression` appears like the following: `{
|
57
|
+
# "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", "us-west-1"
|
58
|
+
# ], "MatchOptions": ["EQUALS"] } }`
|
59
59
|
#
|
60
60
|
# As shown in the previous example, lists of dimension values are
|
61
61
|
# combined with `OR` when you apply the filter.
|
@@ -70,13 +70,12 @@ module Aws::FreeTier
|
|
70
70
|
# (SERVICE CONTAINS AWSLambda)) AND (USAGE_TYPE !CONTAINS
|
71
71
|
# DataTransfer)`.
|
72
72
|
#
|
73
|
-
# The corresponding `Expression` appears like the following:
|
74
|
-
#
|
75
|
-
# "us-
|
76
|
-
#
|
77
|
-
#
|
78
|
-
# "
|
79
|
-
# ["CONTAINS"] \}\}\} ] \}`
|
73
|
+
# The corresponding `Expression` appears like the following: `{ "And": [
|
74
|
+
# {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1",
|
75
|
+
# "us-west-1" ], "MatchOptions": ["EQUALS"] }}, {"Dimensions": { "Key":
|
76
|
+
# "SERVICE", "Values": ["AWSLambda"], "MatchOptions": ["CONTAINS"] } }
|
77
|
+
# ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values":
|
78
|
+
# ["DataTransfer"], "MatchOptions": ["CONTAINS"] }}} ] }`
|
80
79
|
#
|
81
80
|
# In the following **Contents**, you must specify exactly one of the
|
82
81
|
# following root operators.
|
data/lib/aws-sdk-freetier.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-freetier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|