aws-sdk-shield 1.16.0 → 1.17.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f90f827fd0bfb3bc1c6068db97ca4f3d9a72879
4
- data.tar.gz: acf7f714bd4a5ea9c9df8b14fa17ce063776911a
3
+ metadata.gz: 4a14023f6ef9a331def78830f23cd98387c24b61
4
+ data.tar.gz: 3541cb09c8f8f9dc9b909315a2680b4a23abecc4
5
5
  SHA512:
6
- metadata.gz: 03b30ef1959f75a7770a07f3ddd07a3fad5a0a619adf89831b3b7313a02dcd878c6104efe8f2a3e6423ac53b21ddb776c955ffc7767cb839dacacdd70d383fa4
7
- data.tar.gz: dadb6575a770185f8940926ebaf0e60c79b4d2a5d3a12a4d2f295b0f8100518adea0c46ddc925733c42c6391cf40debd0655aab62be580c78bce28cb8df1055e
6
+ metadata.gz: 4db5614e727c551146c269cf7f0f185fb591f1942c66974b2626ab0073de618d1b57d61fe29e8759b15d7b259beb4932cebe1a082fa8d988955521b53f5331dd
7
+ data.tar.gz: b90876edffc005b28928706ddf91578ccf75abb765c9f676dc26a806a0427dd117efc7cc0237e261057d7254e1734c9c9fc3e4eb0fb54e2c4cf66fb3584cf5f3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-shield/customizations'
42
42
  # @service
43
43
  module Aws::Shield
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::Shield
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -950,7 +954,7 @@ module Aws::Shield
950
954
  params: params,
951
955
  config: config)
952
956
  context[:gem_name] = 'aws-sdk-shield'
953
- context[:gem_version] = '1.16.0'
957
+ context[:gem_version] = '1.17.0'
954
958
  Seahorse::Client::Request.new(handlers, context)
955
959
  end
956
960
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-shield
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-17 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.53.0
22
+ version: 3.56.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.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement