aws-sdk-codeguruprofiler 1.52.0 → 1.53.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 +2 -2
- data/lib/aws-sdk-codeguruprofiler.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 375764448784dceff4cf00e489169081f8bec0cbd32776dd164469c006719afa
|
4
|
+
data.tar.gz: e488095c74f9b24ee4258cdb80a3ad383a5190b0471bbd9731d38063e3374f0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b699cef83ad0bcd66472c481b43b07373169c0ffae0e9b61820df5e77840155f001ad4d9929f8a6391ed57e1d3214baab787513dcd9bb2b6f10616a0a66d9af7
|
7
|
+
data.tar.gz: 01621df0624184b56f7b1cb456d76e2306a8b4d19f2a72d529ec43f01a34475684fd854e5a56f54a2d4c668047e2a6cfa094fe67e7934d2f509d1da4b9933ecc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -1781,7 +1781,7 @@ module Aws::CodeGuruProfiler
|
|
1781
1781
|
tracer: tracer
|
1782
1782
|
)
|
1783
1783
|
context[:gem_name] = 'aws-sdk-codeguruprofiler'
|
1784
|
-
context[:gem_version] = '1.
|
1784
|
+
context[:gem_version] = '1.53.0'
|
1785
1785
|
Seahorse::Client::Request.new(handlers, context)
|
1786
1786
|
end
|
1787
1787
|
|
@@ -217,7 +217,7 @@ module Aws::CodeGuruProfiler
|
|
217
217
|
ConflictException.struct_class = Types::ConflictException
|
218
218
|
|
219
219
|
CreateProfilingGroupRequest.add_member(:agent_orchestration_config, Shapes::ShapeRef.new(shape: AgentOrchestrationConfig, location_name: "agentOrchestrationConfig"))
|
220
|
-
CreateProfilingGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
220
|
+
CreateProfilingGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
221
221
|
CreateProfilingGroupRequest.add_member(:compute_platform, Shapes::ShapeRef.new(shape: ComputePlatform, location_name: "computePlatform"))
|
222
222
|
CreateProfilingGroupRequest.add_member(:profiling_group_name, Shapes::ShapeRef.new(shape: ProfilingGroupName, required: true, location_name: "profilingGroupName"))
|
223
223
|
CreateProfilingGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
@@ -392,7 +392,7 @@ module Aws::CodeGuruProfiler
|
|
392
392
|
|
393
393
|
PostAgentProfileRequest.add_member(:agent_profile, Shapes::ShapeRef.new(shape: AgentProfile, required: true, location_name: "agentProfile"))
|
394
394
|
PostAgentProfileRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: String, required: true, location: "header", location_name: "Content-Type"))
|
395
|
-
PostAgentProfileRequest.add_member(:profile_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "profileToken", metadata: {"idempotencyToken"=>true}))
|
395
|
+
PostAgentProfileRequest.add_member(:profile_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "profileToken", metadata: {"idempotencyToken" => true}))
|
396
396
|
PostAgentProfileRequest.add_member(:profiling_group_name, Shapes::ShapeRef.new(shape: ProfilingGroupName, required: true, location: "uri", location_name: "profilingGroupName"))
|
397
397
|
PostAgentProfileRequest.struct_class = Types::PostAgentProfileRequest
|
398
398
|
PostAgentProfileRequest[:payload] = :agent_profile
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeguruprofiler
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeguruprofiler/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon CodeGuru Profiler
|
99
96
|
test_files: []
|