aws-sdk-applicationcostprofiler 1.33.0 → 1.34.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51a5eeb3e61d946c3b87242b0af13dac8669a3be20e06fd23d792776d02334ac
4
- data.tar.gz: 106a1913c4af3d285298bcf563d3ec237b59fbb4663082081b561e25d84816c5
3
+ metadata.gz: 7b12518af4585b98febb01bfaec551f673a4129ba9bcc369182c5effd3192e63
4
+ data.tar.gz: 4929f4b894894e62ceb5f839594ec528882e11cc69f763887acedc430e9b92d4
5
5
  SHA512:
6
- metadata.gz: 7860c9a05ecb030efe2ebc97c4701948e7e12ba207df102ce9b4ed2625ffb3c83ef92538abd1c5d43e020e41fa09f882d2af38de20cd92791f7aa1084bc53627
7
- data.tar.gz: 0f5f093f47a73842815b063c62cc6374f5e7309e8434200e045d2653971c687f857735e5752afc4e2ea89ee22fba9731c75b50dc1b2649448a784b94bddb032c
6
+ metadata.gz: 060e27bb92324573dc35f2190621933b0a9d19e4d0ef30a0c7d27a76f4cc74091901534d0bf32a08fcb98f7b13c264db00e23f3c730f115ef4213cba7caf1a67
7
+ data.tar.gz: b00c2c5b8c25b856afccf2a780aedd0433de4993f6993e5b0ba5d1c9aaa44b1a1735297cf7011951364c984e4d91b0ec4589c85982158f2438d779e45205fb4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.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.33.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.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/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:applicationcostprofiler)
40
-
41
39
  module Aws::ApplicationCostProfiler
42
40
  # An API client for ApplicationCostProfiler. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -721,7 +719,7 @@ module Aws::ApplicationCostProfiler
721
719
  tracer: tracer
722
720
  )
723
721
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
724
- context[:gem_version] = '1.33.0'
722
+ context[:gem_version] = '1.34.0'
725
723
  Seahorse::Client::Request.new(handlers, context)
726
724
  end
727
725
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:applicationcostprofiler)
15
+
14
16
  # This module provides support for AWS Application Cost Profiler. This module is available in the
15
17
  # `aws-sdk-applicationcostprofiler` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::ApplicationCostProfiler
52
54
  autoload :EndpointProvider, 'aws-sdk-applicationcostprofiler/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-applicationcostprofiler/endpoints'
54
56
 
55
- GEM_VERSION = '1.33.0'
57
+ GEM_VERSION = '1.34.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-applicationcostprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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