aws-sdk-applicationcostprofiler 1.32.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: fbc020b8f54e20407f10e9cdcc121f9630ff8ba3ce3ee6208f1c95814d02265a
4
- data.tar.gz: e6be90730efe9a04c4778c1b310955b92fa824c7264e967885b29f97b3559f4c
3
+ metadata.gz: 7b12518af4585b98febb01bfaec551f673a4129ba9bcc369182c5effd3192e63
4
+ data.tar.gz: 4929f4b894894e62ceb5f839594ec528882e11cc69f763887acedc430e9b92d4
5
5
  SHA512:
6
- metadata.gz: 3fc06be8a053ddcf09854c454fed673bb35866e65a87f742204f468357ba58aca689c9854c7697f354c6229c9d2d36068c7ebf590ed890bd48fb88a01548c3cd
7
- data.tar.gz: 908fcef4795350535f09732fe12efe20344595fea772891ecaa220cc121cc9bc97a152536c173ce8c744056587553b34bf3df9b2e291f754faa1f980f9a8a9b5
6
+ metadata.gz: 060e27bb92324573dc35f2190621933b0a9d19e4d0ef30a0c7d27a76f4cc74091901534d0bf32a08fcb98f7b13c264db00e23f3c730f115ef4213cba7caf1a67
7
+ data.tar.gz: b00c2c5b8c25b856afccf2a780aedd0433de4993f6993e5b0ba5d1c9aaa44b1a1735297cf7011951364c984e4d91b0ec4589c85982158f2438d779e45205fb4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.33.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.32.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.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.32.0'
722
+ context[:gem_version] = '1.34.0'
725
723
  Seahorse::Client::Request.new(handlers, context)
726
724
  end
727
725
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::ApplicationCostProfiler
11
12
  # @api private
12
13
  module ClientApi
@@ -408,3 +408,4 @@ module Aws::ApplicationCostProfiler
408
408
 
409
409
  end
410
410
  end
411
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-applicationcostprofiler/types'
15
- require_relative 'aws-sdk-applicationcostprofiler/client_api'
16
- require_relative 'aws-sdk-applicationcostprofiler/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-applicationcostprofiler/client'
18
- require_relative 'aws-sdk-applicationcostprofiler/errors'
19
- require_relative 'aws-sdk-applicationcostprofiler/resource'
20
- require_relative 'aws-sdk-applicationcostprofiler/endpoint_parameters'
21
- require_relative 'aws-sdk-applicationcostprofiler/endpoint_provider'
22
- require_relative 'aws-sdk-applicationcostprofiler/endpoints'
23
- require_relative 'aws-sdk-applicationcostprofiler/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:applicationcostprofiler)
24
15
 
25
16
  # This module provides support for AWS Application Cost Profiler. This module is available in the
26
17
  # `aws-sdk-applicationcostprofiler` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-applicationcostprofiler/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::ApplicationCostProfiler
45
+ autoload :Types, 'aws-sdk-applicationcostprofiler/types'
46
+ autoload :ClientApi, 'aws-sdk-applicationcostprofiler/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-applicationcostprofiler/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-applicationcostprofiler/client'
51
+ autoload :Errors, 'aws-sdk-applicationcostprofiler/errors'
52
+ autoload :Resource, 'aws-sdk-applicationcostprofiler/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-applicationcostprofiler/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-applicationcostprofiler/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-applicationcostprofiler/endpoints'
54
56
 
55
- GEM_VERSION = '1.32.0'
57
+ GEM_VERSION = '1.34.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-applicationcostprofiler/customizations'
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.32.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-20 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