aws-sdk-support 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-support/client.rb +1 -3
- data/lib/aws-sdk-support.rb +3 -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: 8f2b6195fb22727790b1dc762ffb967da5c8f4471720a064c8f8542d9cbf1c54
|
4
|
+
data.tar.gz: e859884ac23f42fdbd8dd082fe0a0efcd7812908a44c833712415ed17a52ef14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fc4bfdeafd3c7fc219b5ba5a485f47db3f6716fdf15380722fbd4ed9de45a15df02cbc5898ca418f36622d6e9d1a4abbb0876ed067f27a9a98892db9f78e0c6
|
7
|
+
data.tar.gz: f0bc820f4c6b745fe78ba95b49cd1a5971ec5aaaa9efc051efab634eb54642892b215b47e79fb0d74c4446394474d084a4630a373d805646c53e912e25f98a0b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:support)
|
40
|
-
|
41
39
|
module Aws::Support
|
42
40
|
# An API client for Support. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -1729,7 +1727,7 @@ module Aws::Support
|
|
1729
1727
|
tracer: tracer
|
1730
1728
|
)
|
1731
1729
|
context[:gem_name] = 'aws-sdk-support'
|
1732
|
-
context[:gem_version] = '1.
|
1730
|
+
context[:gem_version] = '1.70.0'
|
1733
1731
|
Seahorse::Client::Request.new(handlers, context)
|
1734
1732
|
end
|
1735
1733
|
|
data/lib/aws-sdk-support.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:support)
|
15
|
+
|
14
16
|
# This module provides support for AWS Support. This module is available in the
|
15
17
|
# `aws-sdk-support` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::Support
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-support/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-support/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.70.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-support
|
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-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|