aws-sdk-resourcegroups 1.64.0 → 1.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resourcegroups/client.rb +1 -1
- data/lib/aws-sdk-resourcegroups/client_api.rb +2 -0
- data/lib/aws-sdk-resourcegroups.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: 64e280a33202506d8e72b053518950ade9cf15085adc26044d8a026859eaef4f
|
|
4
|
+
data.tar.gz: 199081071422c05d95b5cb9b611e7f75ef62c505873c9fc352b0fe7a791758e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fab751b9f22ea504b6863edcc0b75a1225a253752ac2c33eeaa1c09b0dc23f0ef099cd1a31af280ab29ed16439314f996a89129090a1e4e8030b3c1d50961376
|
|
7
|
+
data.tar.gz: c5f79bdd45de0ed4c6aceebbf3828c8b26a10b594716383cf699958fa6ff48d6cc9e3c3c2d9425063629d598e70051ad196707cbd015f4adaef2126dd8603066
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -1528,7 +1528,7 @@ module Aws::ResourceGroups
|
|
|
1528
1528
|
params: params,
|
|
1529
1529
|
config: config)
|
|
1530
1530
|
context[:gem_name] = 'aws-sdk-resourcegroups'
|
|
1531
|
-
context[:gem_version] = '1.
|
|
1531
|
+
context[:gem_version] = '1.65.0'
|
|
1532
1532
|
Seahorse::Client::Request.new(handlers, context)
|
|
1533
1533
|
end
|
|
1534
1534
|
|
|
@@ -394,8 +394,10 @@ module Aws::ResourceGroups
|
|
|
394
394
|
|
|
395
395
|
api.metadata = {
|
|
396
396
|
"apiVersion" => "2017-11-27",
|
|
397
|
+
"auth" => ["aws.auth#sigv4"],
|
|
397
398
|
"endpointPrefix" => "resource-groups",
|
|
398
399
|
"protocol" => "rest-json",
|
|
400
|
+
"protocols" => ["rest-json"],
|
|
399
401
|
"serviceAbbreviation" => "Resource Groups",
|
|
400
402
|
"serviceFullName" => "AWS Resource Groups",
|
|
401
403
|
"serviceId" => "Resource Groups",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-resourcegroups
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.65.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-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|