aws-sdk-forecastservice 1.65.0 → 1.66.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-forecastservice/client.rb +20 -21
- data/lib/aws-sdk-forecastservice/types.rb +33 -33
- data/lib/aws-sdk-forecastservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42bdc1079d1bc8486817e4fa82ffd6df40f86e5bbda8622c7eb3c73453ccd843
|
4
|
+
data.tar.gz: c6787bf138ac408e3d4d5c21fc30ca818718645ca089b944aa0c8578adb0ca11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d2655bbec3e54f585ef88f53cac741ef7489ce1dfec2ced94d4784db063936fd588b0e19c4a5de7f0a60f6c524b5e9766d056fbb362f5195c290c01481f15e0
|
7
|
+
data.tar.gz: eb66efb34db5c9bb8fb875abea5b58426d9ed87d1e9683348fd53e4557e21e44ed1914d8d23a7ec00b88d55165a09bc993b7b64e02dfc615c72ae37b76abe7b1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -4091,8 +4091,8 @@ module Aws::ForecastService
|
|
4091
4091
|
# For example, to list all dataset import jobs whose status is ACTIVE,
|
4092
4092
|
# you specify the following filter:
|
4093
4093
|
#
|
4094
|
-
# `"Filters": [
|
4095
|
-
#
|
4094
|
+
# `"Filters": [ { "Condition": "IS", "Key": "Status", "Value": "ACTIVE"
|
4095
|
+
# } ]`
|
4096
4096
|
#
|
4097
4097
|
# @return [Types::ListDatasetImportJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4098
4098
|
#
|
@@ -4383,8 +4383,8 @@ module Aws::ForecastService
|
|
4383
4383
|
# For example, to list all jobs that export a forecast named
|
4384
4384
|
# *electricityforecast*, specify the following filter:
|
4385
4385
|
#
|
4386
|
-
# `"Filters": [
|
4387
|
-
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityforecast"
|
4386
|
+
# `"Filters": [ { "Condition": "IS", "Key": "ForecastArn", "Value":
|
4387
|
+
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityforecast" }
|
4388
4388
|
# ]`
|
4389
4389
|
#
|
4390
4390
|
# @return [Types::ListForecastExportJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -4466,8 +4466,8 @@ module Aws::ForecastService
|
|
4466
4466
|
# For example, to list all forecasts whose status is not ACTIVE, you
|
4467
4467
|
# would specify:
|
4468
4468
|
#
|
4469
|
-
# `"Filters": [
|
4470
|
-
# "ACTIVE"
|
4469
|
+
# `"Filters": [ { "Condition": "IS_NOT", "Key": "Status", "Value":
|
4470
|
+
# "ACTIVE" } ]`
|
4471
4471
|
#
|
4472
4472
|
# @return [Types::ListForecastsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4473
4473
|
#
|
@@ -4557,8 +4557,8 @@ module Aws::ForecastService
|
|
4557
4557
|
# For example, to list only successful monitor evaluations, you would
|
4558
4558
|
# specify:
|
4559
4559
|
#
|
4560
|
-
# `"Filters": [
|
4561
|
-
# "SUCCESS"
|
4560
|
+
# `"Filters": [ { "Condition": "IS", "Key": "EvaluationState", "Value":
|
4561
|
+
# "SUCCESS" } ]`
|
4562
4562
|
#
|
4563
4563
|
# @return [Types::ListMonitorEvaluationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4564
4564
|
#
|
@@ -4646,8 +4646,8 @@ module Aws::ForecastService
|
|
4646
4646
|
# For example, to list all monitors who's status is ACTIVE, you would
|
4647
4647
|
# specify:
|
4648
4648
|
#
|
4649
|
-
# `"Filters": [
|
4650
|
-
#
|
4649
|
+
# `"Filters": [ { "Condition": "IS", "Key": "Status", "Value": "ACTIVE"
|
4650
|
+
# } ]`
|
4651
4651
|
#
|
4652
4652
|
# @return [Types::ListMonitorsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4653
4653
|
#
|
@@ -4807,8 +4807,8 @@ module Aws::ForecastService
|
|
4807
4807
|
# For example, to list all predictors whose status is ACTIVE, you would
|
4808
4808
|
# specify:
|
4809
4809
|
#
|
4810
|
-
# `"Filters": [
|
4811
|
-
#
|
4810
|
+
# `"Filters": [ { "Condition": "IS", "Key": "Status", "Value": "ACTIVE"
|
4811
|
+
# } ]`
|
4812
4812
|
#
|
4813
4813
|
# @return [Types::ListPredictorsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4814
4814
|
#
|
@@ -4923,10 +4923,9 @@ module Aws::ForecastService
|
|
4923
4923
|
# For example, to list all jobs that export a forecast named
|
4924
4924
|
# *electricityWhatIf*, specify the following filter:
|
4925
4925
|
#
|
4926
|
-
# `"Filters": [
|
4926
|
+
# `"Filters": [ { "Condition": "IS", "Key": "WhatIfAnalysisArn",
|
4927
4927
|
# "Value":
|
4928
|
-
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWhatIf"
|
4929
|
-
# ]`
|
4928
|
+
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWhatIf" } ]`
|
4930
4929
|
#
|
4931
4930
|
# @return [Types::ListWhatIfAnalysesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4932
4931
|
#
|
@@ -5007,10 +5006,10 @@ module Aws::ForecastService
|
|
5007
5006
|
# For example, to list all jobs that export a forecast named
|
5008
5007
|
# *electricityWIFExport*, specify the following filter:
|
5009
5008
|
#
|
5010
|
-
# `"Filters": [
|
5009
|
+
# `"Filters": [ { "Condition": "IS", "Key": "WhatIfForecastExportArn",
|
5011
5010
|
# "Value":
|
5012
|
-
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWIFExport"
|
5013
|
-
#
|
5011
|
+
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWIFExport" }
|
5012
|
+
# ]`
|
5014
5013
|
#
|
5015
5014
|
# @return [Types::ListWhatIfForecastExportsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5016
5015
|
#
|
@@ -5095,10 +5094,10 @@ module Aws::ForecastService
|
|
5095
5094
|
# For example, to list all jobs that export a forecast named
|
5096
5095
|
# *electricityWhatIfForecast*, specify the following filter:
|
5097
5096
|
#
|
5098
|
-
# `"Filters": [
|
5097
|
+
# `"Filters": [ { "Condition": "IS", "Key": "WhatIfForecastArn",
|
5099
5098
|
# "Value":
|
5100
5099
|
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWhatIfForecast"
|
5101
|
-
#
|
5100
|
+
# } ]`
|
5102
5101
|
#
|
5103
5102
|
# @return [Types::ListWhatIfForecastsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5104
5103
|
#
|
@@ -5355,7 +5354,7 @@ module Aws::ForecastService
|
|
5355
5354
|
tracer: tracer
|
5356
5355
|
)
|
5357
5356
|
context[:gem_name] = 'aws-sdk-forecastservice'
|
5358
|
-
context[:gem_version] = '1.
|
5357
|
+
context[:gem_version] = '1.66.0'
|
5359
5358
|
Seahorse::Client::Request.new(handlers, context)
|
5360
5359
|
end
|
5361
5360
|
|
@@ -241,14 +241,14 @@ module Aws::ForecastService
|
|
241
241
|
#
|
242
242
|
# The following is an example using the RETAIL domain:
|
243
243
|
#
|
244
|
-
#
|
244
|
+
# `{`
|
245
245
|
#
|
246
246
|
# `"AttributeName": "demand",`
|
247
247
|
#
|
248
|
-
# `"Transformations":
|
249
|
-
# "backfill": "zero"
|
248
|
+
# `"Transformations": {"aggregation": "sum", "middlefill": "zero",
|
249
|
+
# "backfill": "zero"}`
|
250
250
|
#
|
251
|
-
#
|
251
|
+
# `}`
|
252
252
|
#
|
253
253
|
# @!attribute [rw] attribute_name
|
254
254
|
# The name of the attribute as specified in the schema. Amazon
|
@@ -4122,20 +4122,20 @@ module Aws::ForecastService
|
|
4122
4122
|
#
|
4123
4123
|
# For example:
|
4124
4124
|
#
|
4125
|
-
#
|
4125
|
+
# `{`
|
4126
4126
|
#
|
4127
4127
|
# `"AttributeName": "demand",`
|
4128
4128
|
#
|
4129
|
-
# `FeaturizationPipeline [
|
4129
|
+
# `FeaturizationPipeline [ {`
|
4130
4130
|
#
|
4131
4131
|
# `"FeaturizationMethodName": "filling",`
|
4132
4132
|
#
|
4133
|
-
# `"FeaturizationMethodParameters":
|
4134
|
-
# "nan"
|
4133
|
+
# `"FeaturizationMethodParameters": {"aggregation": "avg", "backfill":
|
4134
|
+
# "nan"}`
|
4135
4135
|
#
|
4136
|
-
#
|
4136
|
+
# `} ]`
|
4137
4137
|
#
|
4138
|
-
#
|
4138
|
+
# `}`
|
4139
4139
|
#
|
4140
4140
|
# @!attribute [rw] attribute_name
|
4141
4141
|
# The name of the schema attribute that specifies the data field to be
|
@@ -4252,14 +4252,14 @@ module Aws::ForecastService
|
|
4252
4252
|
# The following is an example of how you specify a `FeaturizationMethod`
|
4253
4253
|
# object.
|
4254
4254
|
#
|
4255
|
-
#
|
4255
|
+
# `{`
|
4256
4256
|
#
|
4257
4257
|
# `"FeaturizationMethodName": "filling",`
|
4258
4258
|
#
|
4259
|
-
# `"FeaturizationMethodParameters":
|
4260
|
-
# "
|
4259
|
+
# `"FeaturizationMethodParameters": {"aggregation": "sum", "middlefill":
|
4260
|
+
# "zero", "backfill": "zero"}`
|
4261
4261
|
#
|
4262
|
-
#
|
4262
|
+
# `}`
|
4263
4263
|
#
|
4264
4264
|
# @!attribute [rw] featurization_method_name
|
4265
4265
|
# The name of the method. The "filling" method is the only supported
|
@@ -4768,8 +4768,8 @@ module Aws::ForecastService
|
|
4768
4768
|
# For example, to list all dataset import jobs whose status is ACTIVE,
|
4769
4769
|
# you specify the following filter:
|
4770
4770
|
#
|
4771
|
-
# `"Filters": [
|
4772
|
-
# "ACTIVE"
|
4771
|
+
# `"Filters": [ { "Condition": "IS", "Key": "Status", "Value":
|
4772
|
+
# "ACTIVE" } ]`
|
4773
4773
|
# @return [Array<Types::Filter>]
|
4774
4774
|
#
|
4775
4775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ListDatasetImportJobsRequest AWS API Documentation
|
@@ -4984,9 +4984,9 @@ module Aws::ForecastService
|
|
4984
4984
|
# For example, to list all jobs that export a forecast named
|
4985
4985
|
# *electricityforecast*, specify the following filter:
|
4986
4986
|
#
|
4987
|
-
# `"Filters": [
|
4987
|
+
# `"Filters": [ { "Condition": "IS", "Key": "ForecastArn", "Value":
|
4988
4988
|
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityforecast"
|
4989
|
-
#
|
4989
|
+
# } ]`
|
4990
4990
|
# @return [Array<Types::Filter>]
|
4991
4991
|
#
|
4992
4992
|
# @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ListForecastExportJobsRequest AWS API Documentation
|
@@ -5048,8 +5048,8 @@ module Aws::ForecastService
|
|
5048
5048
|
# For example, to list all forecasts whose status is not ACTIVE, you
|
5049
5049
|
# would specify:
|
5050
5050
|
#
|
5051
|
-
# `"Filters": [
|
5052
|
-
# "ACTIVE"
|
5051
|
+
# `"Filters": [ { "Condition": "IS_NOT", "Key": "Status", "Value":
|
5052
|
+
# "ACTIVE" } ]`
|
5053
5053
|
# @return [Array<Types::Filter>]
|
5054
5054
|
#
|
5055
5055
|
# @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ListForecastsRequest AWS API Documentation
|
@@ -5116,8 +5116,8 @@ module Aws::ForecastService
|
|
5116
5116
|
# For example, to list only successful monitor evaluations, you would
|
5117
5117
|
# specify:
|
5118
5118
|
#
|
5119
|
-
# `"Filters": [
|
5120
|
-
# "Value": "SUCCESS"
|
5119
|
+
# `"Filters": [ { "Condition": "IS", "Key": "EvaluationState",
|
5120
|
+
# "Value": "SUCCESS" } ]`
|
5121
5121
|
# @return [Array<Types::Filter>]
|
5122
5122
|
#
|
5123
5123
|
# @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ListMonitorEvaluationsRequest AWS API Documentation
|
@@ -5189,8 +5189,8 @@ module Aws::ForecastService
|
|
5189
5189
|
# For example, to list all monitors who's status is ACTIVE, you would
|
5190
5190
|
# specify:
|
5191
5191
|
#
|
5192
|
-
# `"Filters": [
|
5193
|
-
# "ACTIVE"
|
5192
|
+
# `"Filters": [ { "Condition": "IS", "Key": "Status", "Value":
|
5193
|
+
# "ACTIVE" } ]`
|
5194
5194
|
# @return [Array<Types::Filter>]
|
5195
5195
|
#
|
5196
5196
|
# @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ListMonitorsRequest AWS API Documentation
|
@@ -5311,8 +5311,8 @@ module Aws::ForecastService
|
|
5311
5311
|
# For example, to list all predictors whose status is ACTIVE, you
|
5312
5312
|
# would specify:
|
5313
5313
|
#
|
5314
|
-
# `"Filters": [
|
5315
|
-
# "ACTIVE"
|
5314
|
+
# `"Filters": [ { "Condition": "IS", "Key": "Status", "Value":
|
5315
|
+
# "ACTIVE" } ]`
|
5316
5316
|
# @return [Array<Types::Filter>]
|
5317
5317
|
#
|
5318
5318
|
# @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ListPredictorsRequest AWS API Documentation
|
@@ -5400,9 +5400,9 @@ module Aws::ForecastService
|
|
5400
5400
|
# For example, to list all jobs that export a forecast named
|
5401
5401
|
# *electricityWhatIf*, specify the following filter:
|
5402
5402
|
#
|
5403
|
-
# `"Filters": [
|
5403
|
+
# `"Filters": [ { "Condition": "IS", "Key": "WhatIfAnalysisArn",
|
5404
5404
|
# "Value":
|
5405
|
-
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWhatIf"
|
5405
|
+
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWhatIf" }
|
5406
5406
|
# ]`
|
5407
5407
|
# @return [Array<Types::Filter>]
|
5408
5408
|
#
|
@@ -5467,10 +5467,10 @@ module Aws::ForecastService
|
|
5467
5467
|
# For example, to list all jobs that export a forecast named
|
5468
5468
|
# *electricityWIFExport*, specify the following filter:
|
5469
5469
|
#
|
5470
|
-
# `"Filters": [
|
5471
|
-
# "
|
5470
|
+
# `"Filters": [ { "Condition": "IS", "Key": "WhatIfForecastExportArn",
|
5471
|
+
# "Value":
|
5472
5472
|
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWIFExport"
|
5473
|
-
#
|
5473
|
+
# } ]`
|
5474
5474
|
# @return [Array<Types::Filter>]
|
5475
5475
|
#
|
5476
5476
|
# @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ListWhatIfForecastExportsRequest AWS API Documentation
|
@@ -5534,10 +5534,10 @@ module Aws::ForecastService
|
|
5534
5534
|
# For example, to list all jobs that export a forecast named
|
5535
5535
|
# *electricityWhatIfForecast*, specify the following filter:
|
5536
5536
|
#
|
5537
|
-
# `"Filters": [
|
5537
|
+
# `"Filters": [ { "Condition": "IS", "Key": "WhatIfForecastArn",
|
5538
5538
|
# "Value":
|
5539
5539
|
# "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWhatIfForecast"
|
5540
|
-
#
|
5540
|
+
# } ]`
|
5541
5541
|
# @return [Array<Types::Filter>]
|
5542
5542
|
#
|
5543
5543
|
# @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ListWhatIfForecastsRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-forecastservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.66.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|