aws-sdk-resourcegroupstaggingapi 1.57.0 → 1.58.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: 108b84bb4e06e61f0da63926b938cf35da0c2f81c1745649893665f2db3e36d6
4
- data.tar.gz: dc40b478b1a15f1e35877914b07978fb891f45bee26008dcbb6d686b23812f72
3
+ metadata.gz: 7a9791b4abfd9237cd16515efbe02d104535e78b9f60ef54dd2b0061eb208259
4
+ data.tar.gz: d6fd0df9b3eac655dbd952201aff1cb420383f9194e13bc1736d8954bedcfa62
5
5
  SHA512:
6
- metadata.gz: 60874223e673c9f3a4ef2d3537d142d46d32ee85fb9e71a0a89a9c64648168bf43be7c2be66baf1029878b6b42548b237bf7fc106ba1d0c2082a540dc214bd25
7
- data.tar.gz: c82495fa9deec9ccc036f53620b5fbe50a3a400e7d23d3ceb8b5dfd92b46ec221384b2fe9d04a4701228af3fb09556912d0fecec56898801c5690a6086714194
6
+ metadata.gz: 730133b0c0c3a37633cda6f5fa32b27739fcabe60b4142f122ac8d41607d0916109c1d0f8676f095c5a04b2826cc7cd941ed1c3f16be18d43e29c9a7bd44d271
7
+ data.tar.gz: f90c91fb66aabf5a05ce57a3353291f8bc079a2a7fc2751af3b7ac93f7f67055546d63dc7802be39a0afb30dfa0e5928a2be1e647cdda7b5f4f53e1b31bfea6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.57.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -1054,7 +1054,7 @@ module Aws::ResourceGroupsTaggingAPI
1054
1054
  params: params,
1055
1055
  config: config)
1056
1056
  context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
1057
- context[:gem_version] = '1.57.0'
1057
+ context[:gem_version] = '1.58.0'
1058
1058
  Seahorse::Client::Request.new(handlers, context)
1059
1059
  end
1060
1060
 
@@ -25,16 +25,17 @@ module Aws::ResourceGroupsTaggingAPI
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
52
52
  # @!group service
53
53
  module Aws::ResourceGroupsTaggingAPI
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourcegroupstaggingapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core