aws-sdk-networkmonitor 1.18.0 → 1.19.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-networkmonitor/client.rb +1 -1
- data/lib/aws-sdk-networkmonitor/client_api.rb +2 -2
- data/lib/aws-sdk-networkmonitor.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: 8faf79615f980df6549ae274c40e466fba721c5b20cfa2de8af82ecd6f6f6242
|
4
|
+
data.tar.gz: 1ad8df98b3a90329314e1cb4907b28dee577d2bc4f47568f845defeda875fbd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f6cc7c84b5cbddd861ba8646a0ed9f710df62b7251ffa2bda7765b9c019ae348e4ca53329e2be9b9c8299cb9691dc9e68b7cc9bdcfa4c592533a72f034d8627
|
7
|
+
data.tar.gz: 618d8c6c9bb31cce2365bdff77a5a81f5f950fa84f0698fac5a06c658ef179ab3e7dc1d22f363563cfac953eab712784ec37dd42bef316225545b5380c273c66
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|
@@ -1127,7 +1127,7 @@ module Aws::NetworkMonitor
|
|
1127
1127
|
tracer: tracer
|
1128
1128
|
)
|
1129
1129
|
context[:gem_name] = 'aws-sdk-networkmonitor'
|
1130
|
-
context[:gem_version] = '1.
|
1130
|
+
context[:gem_version] = '1.19.0'
|
1131
1131
|
Seahorse::Client::Request.new(handlers, context)
|
1132
1132
|
end
|
1133
1133
|
|
@@ -83,7 +83,7 @@ module Aws::NetworkMonitor
|
|
83
83
|
CreateMonitorInput.add_member(:monitor_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "monitorName"))
|
84
84
|
CreateMonitorInput.add_member(:probes, Shapes::ShapeRef.new(shape: CreateMonitorProbeInputList, location_name: "probes"))
|
85
85
|
CreateMonitorInput.add_member(:aggregation_period, Shapes::ShapeRef.new(shape: AggregationPeriod, location_name: "aggregationPeriod"))
|
86
|
-
CreateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
86
|
+
CreateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
87
87
|
CreateMonitorInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
88
88
|
CreateMonitorInput.struct_class = Types::CreateMonitorInput
|
89
89
|
|
@@ -106,7 +106,7 @@ module Aws::NetworkMonitor
|
|
106
106
|
|
107
107
|
CreateProbeInput.add_member(:monitor_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "monitorName"))
|
108
108
|
CreateProbeInput.add_member(:probe, Shapes::ShapeRef.new(shape: ProbeInput, required: true, location_name: "probe"))
|
109
|
-
CreateProbeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
109
|
+
CreateProbeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
110
110
|
CreateProbeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
111
111
|
CreateProbeInput.struct_class = Types::CreateProbeInput
|
112
112
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.19.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
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-networkmonitor
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-networkmonitor/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - Amazon CloudWatch Network Monitor
|
100
97
|
test_files: []
|