aws-sdk-networkmonitor 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkmonitor/client.rb +1 -3
- data/lib/aws-sdk-networkmonitor.rb +3 -1
- 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: b7de90ee35e21abd427b5beb3af9abac409e3921cc2fb5c8a57086738c5968e8
|
4
|
+
data.tar.gz: '0801336982d7ea05293f2bdfa589700728ef4730a4f6c8f6e0d3386a89b1e0cc'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6df129de2cab5ce0b09aef401e2422372811a7b3b1d4c221e60767319aec2ed9bd717c100509f92f81905e742292a434e91df551b3050fde21b671021f91828
|
7
|
+
data.tar.gz: e57e50e2f2d0b564154c5e813daf6cbf13dce254f7f298e23921b11a887117aaf9a45f5b67e43707499fc2ef6a33dd88edd33ee52333e6e596af7e163163f49f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.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(:networkmonitor)
|
40
|
-
|
41
39
|
module Aws::NetworkMonitor
|
42
40
|
# An API client for NetworkMonitor. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -1106,7 +1104,7 @@ module Aws::NetworkMonitor
|
|
1106
1104
|
tracer: tracer
|
1107
1105
|
)
|
1108
1106
|
context[:gem_name] = 'aws-sdk-networkmonitor'
|
1109
|
-
context[:gem_version] = '1.
|
1107
|
+
context[:gem_version] = '1.14.0'
|
1110
1108
|
Seahorse::Client::Request.new(handlers, context)
|
1111
1109
|
end
|
1112
1110
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:networkmonitor)
|
15
|
+
|
14
16
|
# This module provides support for Amazon CloudWatch Network Monitor. This module is available in the
|
15
17
|
# `aws-sdk-networkmonitor` gem.
|
16
18
|
#
|
@@ -53,7 +55,7 @@ module Aws::NetworkMonitor
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-networkmonitor/endpoint_provider'
|
54
56
|
autoload :Endpoints, 'aws-sdk-networkmonitor/endpoints'
|
55
57
|
|
56
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.14.0'
|
57
59
|
|
58
60
|
end
|
59
61
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-networkmonitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|