aws-sdk-computeoptimizer 1.69.0 → 1.70.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: 49a8560528101c3fb3474105182bd8d4b1438668265587b670644c91eed9450e
4
- data.tar.gz: 0c31ff60975572ae61288bf40c5e9caeceff35b684581959c4611c0794993aaf
3
+ metadata.gz: 2ad6d18444362ef294454943b53390171e9d8a804d508ccecd497cb48759a2b1
4
+ data.tar.gz: 873e7d8ce149ee20f8575cffa15c6e3735a5cb2058c5fcb57f17cb40eb1d728b
5
5
  SHA512:
6
- metadata.gz: 6eebc8f1f498fa5818714111c53eb62b22893d73495b1927a6199e4f5a2fde0e8999d3a89b3b8051780ffc6c744ac702b2c169e2f1d7a922731aa8078bf19879
7
- data.tar.gz: c4851d41ef8d7d0186b0f14e8dd90313fd3c91ebe58284bc6777645dfbe482c50b25d5cddff50888e38a4a0c319cc4f1cea72bf649a6be9346a119c0abb6bcea
6
+ metadata.gz: 53ad38a86c374f0920d968f2d4e172664120b50edab4cf4133a6ba71a73bd0cb8a309d32d372b1de94601648da4be731228a1700b68f648d288144a109364dd4
7
+ data.tar.gz: 4f398fc98aa331a91e229740ad56b1bc594d5abc17143e7ef23ac9dad81ae9966145c01082d25e240ed2f469ce67f904e1f051b21ee1ffeb639f7c12c101c452
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.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.69.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -2574,7 +2574,7 @@ module Aws::ComputeOptimizer
2574
2574
  #
2575
2575
  # The following is the format of the ARN:
2576
2576
  #
2577
- # `arn:aws:rds:\{region\}:\{accountId\}:db:\{resourceName\}`
2577
+ # `arn:aws:rds:{region}:{accountId}:db:{resourceName}`
2578
2578
  #
2579
2579
  # @option params [required, String] :stat
2580
2580
  # The statistic of the projected metrics.
@@ -2647,11 +2647,11 @@ module Aws::ComputeOptimizer
2647
2647
  #
2648
2648
  # The following is the format of the ARN:
2649
2649
  #
2650
- # `arn:aws:rds:\{region\}:\{accountId\}:db:\{resourceName\}`
2650
+ # `arn:aws:rds:{region}:{accountId}:db:{resourceName}`
2651
2651
  #
2652
2652
  # The following is the format of a DB Cluster ARN:
2653
2653
  #
2654
- # `arn:aws:rds:\{region\}:\{accountId\}:cluster:\{resourceName\}`
2654
+ # `arn:aws:rds:{region}:{accountId}:cluster:{resourceName}`
2655
2655
  #
2656
2656
  # @option params [String] :next_token
2657
2657
  # The token to advance to the next page of Amazon RDS recommendations.
@@ -3273,7 +3273,7 @@ module Aws::ComputeOptimizer
3273
3273
  tracer: tracer
3274
3274
  )
3275
3275
  context[:gem_name] = 'aws-sdk-computeoptimizer'
3276
- context[:gem_version] = '1.69.0'
3276
+ context[:gem_version] = '1.70.0'
3277
3277
  Seahorse::Client::Request.new(handlers, context)
3278
3278
  end
3279
3279
 
@@ -3322,7 +3322,7 @@ module Aws::ComputeOptimizer
3322
3322
  #
3323
3323
  # The following is the format of the ARN:
3324
3324
  #
3325
- # `arn:aws:rds:\{region\}:\{accountId\}:db:\{resourceName\}`
3325
+ # `arn:aws:rds:{region}:{accountId}:db:{resourceName}`
3326
3326
  # @return [String]
3327
3327
  #
3328
3328
  # @!attribute [rw] stat
@@ -3379,11 +3379,11 @@ module Aws::ComputeOptimizer
3379
3379
  #
3380
3380
  # The following is the format of the ARN:
3381
3381
  #
3382
- # `arn:aws:rds:\{region\}:\{accountId\}:db:\{resourceName\}`
3382
+ # `arn:aws:rds:{region}:{accountId}:db:{resourceName}`
3383
3383
  #
3384
3384
  # The following is the format of a DB Cluster ARN:
3385
3385
  #
3386
- # `arn:aws:rds:\{region\}:\{accountId\}:cluster:\{resourceName\}`
3386
+ # `arn:aws:rds:{region}:{accountId}:cluster:{resourceName}`
3387
3387
  # @return [Array<String>]
3388
3388
  #
3389
3389
  # @!attribute [rw] next_token
@@ -5483,7 +5483,7 @@ module Aws::ComputeOptimizer
5483
5483
  #
5484
5484
  # The following is the format of the ARN:
5485
5485
  #
5486
- # `arn:aws:rds:\{region\}:\{accountId\}:db:\{resourceName\}`
5486
+ # `arn:aws:rds:{region}:{accountId}:db:{resourceName}`
5487
5487
  # @return [String]
5488
5488
  #
5489
5489
  # @!attribute [rw] account_id
@@ -54,7 +54,7 @@ module Aws::ComputeOptimizer
54
54
  autoload :EndpointProvider, 'aws-sdk-computeoptimizer/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-computeoptimizer/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.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-computeoptimizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.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