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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-computeoptimizer/client.rb +4 -4
- data/lib/aws-sdk-computeoptimizer/types.rb +4 -4
- data/lib/aws-sdk-computeoptimizer.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: 2ad6d18444362ef294454943b53390171e9d8a804d508ccecd497cb48759a2b1
|
4
|
+
data.tar.gz: 873e7d8ce149ee20f8575cffa15c6e3735a5cb2058c5fcb57f17cb40eb1d728b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53ad38a86c374f0920d968f2d4e172664120b50edab4cf4133a6ba71a73bd0cb8a309d32d372b1de94601648da4be731228a1700b68f648d288144a109364dd4
|
7
|
+
data.tar.gz: 4f398fc98aa331a91e229740ad56b1bc594d5abc17143e7ef23ac9dad81ae9966145c01082d25e240ed2f469ce67f904e1f051b21ee1ffeb639f7c12c101c452
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
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
|
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
|
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.
|
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
|
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
|
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
|
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
|
5486
|
+
# `arn:aws:rds:{region}:{accountId}:db:{resourceName}`
|
5487
5487
|
# @return [String]
|
5488
5488
|
#
|
5489
5489
|
# @!attribute [rw] account_id
|
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.
|
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-
|
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
|