aws-sdk-applicationinsights 1.3.0 → 1.4.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/lib/aws-sdk-applicationinsights.rb +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8c42ca30ffbca6b7c5a1a08abc79166cb999fcb
|
|
4
|
+
data.tar.gz: 1e8e3c7a9391097116637a898fdbb91a9a66e18d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c48105cc436c15a585a48e6c70c460d41dec14df2c0ac21b79c6c5f479b711eebc485d74610ea4f133db1eb01540969a63be3bee4f486a453a685b3ba44c7267
|
|
7
|
+
data.tar.gz: 93abc2c8074264ece9f9160e3fc56c3654236ebbeeef97a6adf23dba5b7c418df5ca4914124305b423e63722477db532ae99b726accd9bf5fc2797663661c1a8
|
|
@@ -946,7 +946,7 @@ module Aws::ApplicationInsights
|
|
|
946
946
|
params: params,
|
|
947
947
|
config: config)
|
|
948
948
|
context[:gem_name] = 'aws-sdk-applicationinsights'
|
|
949
|
-
context[:gem_version] = '1.
|
|
949
|
+
context[:gem_version] = '1.4.0'
|
|
950
950
|
Seahorse::Client::Request.new(handlers, context)
|
|
951
951
|
end
|
|
952
952
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-applicationinsights
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.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: 2019-
|
|
11
|
+
date: 2019-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.71.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.71.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|