aws-sdk-networkmonitor 1.12.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2dd535387fa8560b77ef762496381996e580c77f8ed8c2b5c3ba16bfdc7aa876
4
- data.tar.gz: 8a253e28e22146c4d5b7c0666b7dd21b624b19eb2d790755414dcb4fc6501697
3
+ metadata.gz: b7de90ee35e21abd427b5beb3af9abac409e3921cc2fb5c8a57086738c5968e8
4
+ data.tar.gz: '0801336982d7ea05293f2bdfa589700728ef4730a4f6c8f6e0d3386a89b1e0cc'
5
5
  SHA512:
6
- metadata.gz: 84c08369eb923ae4d77c3a0f6e60b2196f6d801b7cc478e83b576a3827b45c49cb26bd26a69eca94675fd4aa78c6c27b975b19efa7207044fb155e5b477cbd6c
7
- data.tar.gz: 667e6c83377b989059fba45ef7f83f4e92262fa90df898a881a9dddb5179ba26db98e2a3d300bd8cd7c59b99c0a8bb3215c6a19165811320b5b99c88348ccb02
6
+ metadata.gz: f6df129de2cab5ce0b09aef401e2422372811a7b3b1d4c221e60767319aec2ed9bd717c100509f92f81905e742292a434e91df551b3050fde21b671021f91828
7
+ data.tar.gz: e57e50e2f2d0b564154c5e813daf6cbf13dce254f7f298e23921b11a887117aaf9a45f5b67e43707499fc2ef6a33dd88edd33ee52333e6e596af7e163163f49f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.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.12.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
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.12.0'
1107
+ context[:gem_version] = '1.14.0'
1110
1108
  Seahorse::Client::Request.new(handlers, context)
1111
1109
  end
1112
1110
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::NetworkMonitor
11
12
  # @api private
12
13
  module ClientApi
@@ -958,3 +958,4 @@ module Aws::NetworkMonitor
958
958
 
959
959
  end
960
960
  end
961
+
@@ -11,17 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-networkmonitor/types'
15
- require_relative 'aws-sdk-networkmonitor/client_api'
16
- require_relative 'aws-sdk-networkmonitor/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-networkmonitor/client'
18
- require_relative 'aws-sdk-networkmonitor/errors'
19
- require_relative 'aws-sdk-networkmonitor/waiters'
20
- require_relative 'aws-sdk-networkmonitor/resource'
21
- require_relative 'aws-sdk-networkmonitor/endpoint_parameters'
22
- require_relative 'aws-sdk-networkmonitor/endpoint_provider'
23
- require_relative 'aws-sdk-networkmonitor/endpoints'
24
- require_relative 'aws-sdk-networkmonitor/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:networkmonitor)
25
15
 
26
16
  # This module provides support for Amazon CloudWatch Network Monitor. This module is available in the
27
17
  # `aws-sdk-networkmonitor` gem.
@@ -52,7 +42,21 @@ require_relative 'aws-sdk-networkmonitor/customizations'
52
42
  #
53
43
  # @!group service
54
44
  module Aws::NetworkMonitor
45
+ autoload :Types, 'aws-sdk-networkmonitor/types'
46
+ autoload :ClientApi, 'aws-sdk-networkmonitor/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-networkmonitor/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-networkmonitor/client'
51
+ autoload :Errors, 'aws-sdk-networkmonitor/errors'
52
+ autoload :Waiters, 'aws-sdk-networkmonitor/waiters'
53
+ autoload :Resource, 'aws-sdk-networkmonitor/resource'
54
+ autoload :EndpointParameters, 'aws-sdk-networkmonitor/endpoint_parameters'
55
+ autoload :EndpointProvider, 'aws-sdk-networkmonitor/endpoint_provider'
56
+ autoload :Endpoints, 'aws-sdk-networkmonitor/endpoints'
55
57
 
56
- GEM_VERSION = '1.12.0'
58
+ GEM_VERSION = '1.14.0'
57
59
 
58
60
  end
61
+
62
+ require_relative 'aws-sdk-networkmonitor/customizations'
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.12.0
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-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