aws-sdk-forecastqueryservice 1.6.1 → 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
  SHA256:
3
- metadata.gz: e080eae0431bf276e389d06c8eab50da658e26e82a3fd58813c1177620e8cf94
4
- data.tar.gz: 896a14c84f8f19dcee86a3579c1be790994578df8f152e256aff077332d7e285
3
+ metadata.gz: 2d7902ce2ab7bbd4c70df079c02d5aef9b258da35fab06c116db7035a834fe61
4
+ data.tar.gz: ea8f36f14d3449f29df5b05dcb523647704dd9728f395f00b5cd685f276321ed
5
5
  SHA512:
6
- metadata.gz: e2eeaf98758b831348cd30db5640decd91d704e2ab42114d30b8e5c1e1a665f68ea719902956b8b81682fc65a711de97a743f19e2767f0765ef18ea13acc131e
7
- data.tar.gz: 73542d8e222511f908abaf114047202732ac0a01aa57a3a10b8c70479636252ebd1f248a6a489a5a20698de6d8eccedd6200c0f9f4c210c9ae98927fd3203dcf
6
+ metadata.gz: 8ae0d7873cb4d81f27f0046862b2a4ce8e624850b629632d9e867dd23784ad3de57b7f287b5a7131ed517f5b365ab8a7a66ab3c9d4c43f14c1a6903b1846a99b
7
+ data.tar.gz: 026346ab745531d75b83b2d3aebf722169c33048cff0caa95ee6898134175ddb6424766a669fbb555b616cc2352aa9867bcc85e7b27573dda83a041ed84ce928
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-forecastqueryservice/customizations'
45
47
  # @service
46
48
  module Aws::ForecastQueryService
47
49
 
48
- GEM_VERSION = '1.6.1'
50
+ GEM_VERSION = '1.7.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -420,7 +422,7 @@ module Aws::ForecastQueryService
420
422
  params: params,
421
423
  config: config)
422
424
  context[:gem_name] = 'aws-sdk-forecastqueryservice'
423
- context[:gem_version] = '1.6.1'
425
+ context[:gem_version] = '1.7.0'
424
426
  Seahorse::Client::Request.new(handlers, context)
425
427
  end
426
428
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -23,6 +25,7 @@ module Aws::ForecastQueryService
23
25
  class DataPoint < Struct.new(
24
26
  :timestamp,
25
27
  :value)
28
+ SENSITIVE = []
26
29
  include Aws::Structure
27
30
  end
28
31
 
@@ -46,6 +49,7 @@ module Aws::ForecastQueryService
46
49
  #
47
50
  class Forecast < Struct.new(
48
51
  :predictions)
52
+ SENSITIVE = []
49
53
  include Aws::Structure
50
54
  end
51
55
 
@@ -58,6 +62,7 @@ module Aws::ForecastQueryService
58
62
  #
59
63
  class InvalidInputException < Struct.new(
60
64
  :message)
65
+ SENSITIVE = []
61
66
  include Aws::Structure
62
67
  end
63
68
 
@@ -70,6 +75,7 @@ module Aws::ForecastQueryService
70
75
  #
71
76
  class InvalidNextTokenException < Struct.new(
72
77
  :message)
78
+ SENSITIVE = []
73
79
  include Aws::Structure
74
80
  end
75
81
 
@@ -82,6 +88,7 @@ module Aws::ForecastQueryService
82
88
  #
83
89
  class LimitExceededException < Struct.new(
84
90
  :message)
91
+ SENSITIVE = []
85
92
  include Aws::Structure
86
93
  end
87
94
 
@@ -143,6 +150,7 @@ module Aws::ForecastQueryService
143
150
  :end_date,
144
151
  :filters,
145
152
  :next_token)
153
+ SENSITIVE = []
146
154
  include Aws::Structure
147
155
  end
148
156
 
@@ -154,6 +162,7 @@ module Aws::ForecastQueryService
154
162
  #
155
163
  class QueryForecastResponse < Struct.new(
156
164
  :forecast)
165
+ SENSITIVE = []
157
166
  include Aws::Structure
158
167
  end
159
168
 
@@ -166,6 +175,7 @@ module Aws::ForecastQueryService
166
175
  #
167
176
  class ResourceInUseException < Struct.new(
168
177
  :message)
178
+ SENSITIVE = []
169
179
  include Aws::Structure
170
180
  end
171
181
 
@@ -179,6 +189,7 @@ module Aws::ForecastQueryService
179
189
  #
180
190
  class ResourceNotFoundException < Struct.new(
181
191
  :message)
192
+ SENSITIVE = []
182
193
  include Aws::Structure
183
194
  end
184
195
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-forecastqueryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core