aws-sdk-codeguruprofiler 1.46.0 → 1.47.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codeguruprofiler/client.rb +1 -1
- data/lib/aws-sdk-codeguruprofiler/client_api.rb +1 -0
- data/lib/aws-sdk-codeguruprofiler/types.rb +1 -0
- data/lib/aws-sdk-codeguruprofiler.rb +14 -12
- 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: f72f6b3a67977e85283473f7498f732c1296a159f13177f07d51ffc7cc6a71de
|
|
4
|
+
data.tar.gz: acf6798911f7911a90741fbf800ac4390d7409b27d21cade2d022460c9dbd622
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4de28f1610036bedffbb4198576ece613ff93db25fb2730c03720fb0ab9e6b3dc4e8c4e2fc83bcb4a3ccc2da28287eb37764f9bd584e06371ab4863d8275f750
|
|
7
|
+
data.tar.gz: f8c2ed7e6cfe507422154771595f17ea3bb994cd5d64dd4e4b45b837656d4d7f664d5f3f9d9f3af4c689a0b87ea89abf413259244ea7bf2802301f21e936e16f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.47.0
|
|
@@ -1760,7 +1760,7 @@ module Aws::CodeGuruProfiler
|
|
|
1760
1760
|
tracer: tracer
|
|
1761
1761
|
)
|
|
1762
1762
|
context[:gem_name] = 'aws-sdk-codeguruprofiler'
|
|
1763
|
-
context[:gem_version] = '1.
|
|
1763
|
+
context[:gem_version] = '1.47.0'
|
|
1764
1764
|
Seahorse::Client::Request.new(handlers, context)
|
|
1765
1765
|
end
|
|
1766
1766
|
|
|
@@ -11,17 +11,6 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
-
require_relative 'aws-sdk-codeguruprofiler/types'
|
|
15
|
-
require_relative 'aws-sdk-codeguruprofiler/client_api'
|
|
16
|
-
require_relative 'aws-sdk-codeguruprofiler/plugins/endpoints.rb'
|
|
17
|
-
require_relative 'aws-sdk-codeguruprofiler/client'
|
|
18
|
-
require_relative 'aws-sdk-codeguruprofiler/errors'
|
|
19
|
-
require_relative 'aws-sdk-codeguruprofiler/resource'
|
|
20
|
-
require_relative 'aws-sdk-codeguruprofiler/endpoint_parameters'
|
|
21
|
-
require_relative 'aws-sdk-codeguruprofiler/endpoint_provider'
|
|
22
|
-
require_relative 'aws-sdk-codeguruprofiler/endpoints'
|
|
23
|
-
require_relative 'aws-sdk-codeguruprofiler/customizations'
|
|
24
|
-
|
|
25
14
|
# This module provides support for Amazon CodeGuru Profiler. This module is available in the
|
|
26
15
|
# `aws-sdk-codeguruprofiler` gem.
|
|
27
16
|
#
|
|
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-codeguruprofiler/customizations'
|
|
|
51
40
|
#
|
|
52
41
|
# @!group service
|
|
53
42
|
module Aws::CodeGuruProfiler
|
|
43
|
+
autoload :Types, 'aws-sdk-codeguruprofiler/types'
|
|
44
|
+
autoload :ClientApi, 'aws-sdk-codeguruprofiler/client_api'
|
|
45
|
+
module Plugins
|
|
46
|
+
autoload :Endpoints, 'aws-sdk-codeguruprofiler/plugins/endpoints.rb'
|
|
47
|
+
end
|
|
48
|
+
autoload :Client, 'aws-sdk-codeguruprofiler/client'
|
|
49
|
+
autoload :Errors, 'aws-sdk-codeguruprofiler/errors'
|
|
50
|
+
autoload :Resource, 'aws-sdk-codeguruprofiler/resource'
|
|
51
|
+
autoload :EndpointParameters, 'aws-sdk-codeguruprofiler/endpoint_parameters'
|
|
52
|
+
autoload :EndpointProvider, 'aws-sdk-codeguruprofiler/endpoint_provider'
|
|
53
|
+
autoload :Endpoints, 'aws-sdk-codeguruprofiler/endpoints'
|
|
54
54
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
55
|
+
GEM_VERSION = '1.47.0'
|
|
56
56
|
|
|
57
57
|
end
|
|
58
|
+
|
|
59
|
+
require_relative 'aws-sdk-codeguruprofiler/customizations'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-codeguruprofiler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.47.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-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|