aws-sdk-ecr 1.6.0 → 1.7.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
  SHA1:
3
- metadata.gz: 0f4782748e6d5c855b0620eb7a51a2ae842dfad6
4
- data.tar.gz: c4740f3ab2d93304087bc2a3620ab4ffe0d8d755
3
+ metadata.gz: 9c9cf49f81bb1a8ca203e86b084bb645f0522d70
4
+ data.tar.gz: efd0bb6cd430959d40dc0dc58722c49dd9acc2e8
5
5
  SHA512:
6
- metadata.gz: 4708a1260e1b262e291227e808a3d1ebe9ec31e08f919dd230a13efee5cc7fbf7c89b1111e492a7cafbe5ad314d896899bfb53e81a64c93d5ab0dfe9ab8deaf2
7
- data.tar.gz: eaf78a2e57382f727ab361e22c59c3de9a2378e10dce8a09375569a046b83363691ee36c7dd95b3e5a8c065a5645ae3bdb2bc83ad1ccfe3861b28ec8115c85b1
6
+ metadata.gz: 7f2d6f8935c44cdeb27cdaa5c6947005e145f35cdc6acb03c4126be42c05dda363918af62ab25f453439147ffd70ee061e58d380306cdeb02168e1bd95f5b58f
7
+ data.tar.gz: 62c26be30f546b921164f933edb7b15766f888f7f17f671153b0ec76461f7164cd7fb8b8a82420fb489214cc2d8613e16a58c9e989b5a70aab9e307aa2ce267b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ecr/customizations'
42
42
  # @service
43
43
  module Aws::ECR
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::ECR
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -1590,7 +1590,7 @@ module Aws::ECR
1590
1590
  params: params,
1591
1591
  config: config)
1592
1592
  context[:gem_name] = 'aws-sdk-ecr'
1593
- context[:gem_version] = '1.6.0'
1593
+ context[:gem_version] = '1.7.0'
1594
1594
  Seahorse::Client::Request.new(handlers, context)
1595
1595
  end
1596
1596
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core