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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79719d50f93b0827c841a7e6cb866d4ed9ae476cd2118cb3351698533ce8245e
4
- data.tar.gz: 55f15c7210ae15827b27891e0d6491f712fd89bd8e6ed7309f3fed0536696a74
3
+ metadata.gz: 8f2b6195fb22727790b1dc762ffb967da5c8f4471720a064c8f8542d9cbf1c54
4
+ data.tar.gz: e859884ac23f42fdbd8dd082fe0a0efcd7812908a44c833712415ed17a52ef14
5
5
  SHA512:
6
- metadata.gz: 071d91ff6d9c2975358d6fd7c0976057b2a6678f3ec27b52d99040ab0d3cb0ecb9f6832ab90a2c12e5110ffe84f5e96d1c661939fd7188a3d8f6ff8b735cd1b3
7
- data.tar.gz: d5924c9ff26dee7d714c9fbfb9af750c36a0141259b8962d5596df61ee5916ea29cdacab435b87c273686b12d077e93de6bf002f0ea729e038f1b8f0a56241d4
6
+ metadata.gz: 6fc4bfdeafd3c7fc219b5ba5a485f47db3f6716fdf15380722fbd4ed9de45a15df02cbc5898ca418f36622d6e9d1a4abbb0876ed067f27a9a98892db9f78e0c6
7
+ data.tar.gz: f0bc820f4c6b745fe78ba95b49cd1a5971ec5aaaa9efc051efab634eb54642892b215b47e79fb0d74c4446394474d084a4630a373d805646c53e912e25f98a0b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-09-24)
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-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
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.69.0'
1730
+ context[:gem_version] = '1.70.0'
1733
1731
  Seahorse::Client::Request.new(handlers, context)
1734
1732
  end
1735
1733
 
@@ -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.69.0'
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.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-09-23 00:00:00.000000000 Z
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