aws-sdk-servicequotas 1.40.0 → 1.41.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-servicequotas/client.rb +1 -1
- data/lib/aws-sdk-servicequotas/client_api.rb +2 -0
- data/lib/aws-sdk-servicequotas.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: 8ce55000a8daedf257310a66c1354ebe81b2a5998526f1f4cb0d9f429d06691c
|
4
|
+
data.tar.gz: bec85dbd0900ada7baac62d95df6f074d633a0bddc84877b8d0aaaa451be450e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edb557433c69d713a7a3fde114961fc37c06de3ddf0843bb109dd3778a688b8a90d3f147033ecfc97baa4e12a92675342c1c12e6827ac4504b4556cac0b25a90
|
7
|
+
data.tar.gz: 7d78f7a6fe3f88de209ea16fc63089f91d60f2ed525bc9db55afac9ce45e17fdb5a3272fc819a3f113d94e07a00b7c4f3ea66539a020ff5b27686463e4bd072a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|
@@ -1441,7 +1441,7 @@ module Aws::ServiceQuotas
|
|
1441
1441
|
params: params,
|
1442
1442
|
config: config)
|
1443
1443
|
context[:gem_name] = 'aws-sdk-servicequotas'
|
1444
|
-
context[:gem_version] = '1.
|
1444
|
+
context[:gem_version] = '1.41.0'
|
1445
1445
|
Seahorse::Client::Request.new(handlers, context)
|
1446
1446
|
end
|
1447
1447
|
|
@@ -414,9 +414,11 @@ module Aws::ServiceQuotas
|
|
414
414
|
|
415
415
|
api.metadata = {
|
416
416
|
"apiVersion" => "2019-06-24",
|
417
|
+
"auth" => ["aws.auth#sigv4"],
|
417
418
|
"endpointPrefix" => "servicequotas",
|
418
419
|
"jsonVersion" => "1.1",
|
419
420
|
"protocol" => "json",
|
421
|
+
"protocols" => ["json"],
|
420
422
|
"serviceFullName" => "Service Quotas",
|
421
423
|
"serviceId" => "Service Quotas",
|
422
424
|
"signatureVersion" => "v4",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-servicequotas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.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
|