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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c29ef92c05f14c746ce2f0b9a8b89a9ce5fcae7cd55e823731596485a3749a4
4
- data.tar.gz: e6aef5d78ac262ec1cc3e06b2c0ecb163b7d88fa995927dc3fded9c4e89109fc
3
+ metadata.gz: ae67503f84643f9bedd9ec6b5174d44ab6fb4b8f962b26647d54ea41968c6187
4
+ data.tar.gz: 3bc201398d5fd7b311f245e37203e9d25932f00a1c4005348970f6e282b7e91d
5
5
  SHA512:
6
- metadata.gz: 160be4a1decc911cf1b9c5f5311ed10ac5417b60726267ba81f632c57ce83730093dd2a3f12060b409c9b687f58d45adbb22fe124f8d7e4fe7259fe05226430e
7
- data.tar.gz: 115d8571532befd59f9ccca4bbbbfcb84d6546ddfe6bfce8c4b949bd5a1e82fdccec6d5680af6db3b4ef7361d0b720b469e2c8ddabb47d979b4d9bd96bdb9d94
6
+ metadata.gz: b2df1e0038f0e92e89dfabfc097ec34dfcfafc8850b649dc45eab9f61ea95f1acee748444e7b587bd086adc87146132b8315ddf30b96b1e20722ff4f2ab7b9a5
7
+ data.tar.gz: d2eefc2f79a7ed152af8e7fc692136380b006059a654ea5eb1cbbce455221af2d3344d283874c49bee9a6aae2609011c338b343be0c27c21f98b1e9f1b3588fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.15.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -545,7 +545,7 @@ module Aws::FreeTier
545
545
  tracer: tracer
546
546
  )
547
547
  context[:gem_name] = 'aws-sdk-freetier'
548
- context[:gem_version] = '1.15.0'
548
+ context[:gem_version] = '1.16.0'
549
549
  Seahorse::Client::Request.new(handlers, context)
550
550
  end
551
551
 
@@ -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": \{ "Key": "REGION", "Values": [ "us-east-1", "us-west-1"
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: `\{ "And":
74
- # [ \{"Or": [ \{"Dimensions": \{ "Key": "REGION", "Values": [
75
- # "us-east-1", "us-west-1" ], "MatchOptions": ["EQUALS"] \}\},
76
- # \{"Dimensions": \{ "Key": "SERVICE", "Values": ["AWSLambda"],
77
- # "MatchOptions": ["CONTAINS"] \} \} ]\}, \{"Not": \{"Dimensions": \{
78
- # "Key": "USAGE_TYPE", "Values": ["DataTransfer"], "MatchOptions":
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.
@@ -54,7 +54,7 @@ module Aws::FreeTier
54
54
  autoload :EndpointProvider, 'aws-sdk-freetier/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-freetier/endpoints'
56
56
 
57
- GEM_VERSION = '1.15.0'
57
+ GEM_VERSION = '1.16.0'
58
58
 
59
59
  end
60
60
 
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.15.0
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-10-18 00:00:00.000000000 Z
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