Sha256: 6139841421b81cf673f60e61fce97accf5d456528645281540828530157ae2a3

Contents?: true

Size: 1.77 KB

Versions: 18

Compression:

Stored size: 1.77 KB

Contents

# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE

module Aws::ForecastQueryService
  module Types

    class DataPoint
      attr_accessor timestamp: ::String
      attr_accessor value: ::Float
      SENSITIVE: []
    end

    class Forecast
      attr_accessor predictions: ::Hash[::String, ::Array[Types::DataPoint]]
      SENSITIVE: []
    end

    class InvalidInputException
      attr_accessor message: ::String
      SENSITIVE: []
    end

    class InvalidNextTokenException
      attr_accessor message: ::String
      SENSITIVE: []
    end

    class LimitExceededException
      attr_accessor message: ::String
      SENSITIVE: []
    end

    class QueryForecastRequest
      attr_accessor forecast_arn: ::String
      attr_accessor start_date: ::String
      attr_accessor end_date: ::String
      attr_accessor filters: ::Hash[::String, ::String]
      attr_accessor next_token: ::String
      SENSITIVE: []
    end

    class QueryForecastResponse
      attr_accessor forecast: Types::Forecast
      SENSITIVE: []
    end

    class QueryWhatIfForecastRequest
      attr_accessor what_if_forecast_arn: ::String
      attr_accessor start_date: ::String
      attr_accessor end_date: ::String
      attr_accessor filters: ::Hash[::String, ::String]
      attr_accessor next_token: ::String
      SENSITIVE: []
    end

    class QueryWhatIfForecastResponse
      attr_accessor forecast: Types::Forecast
      SENSITIVE: []
    end

    class ResourceInUseException
      attr_accessor message: ::String
      SENSITIVE: []
    end

    class ResourceNotFoundException
      attr_accessor message: ::String
      SENSITIVE: []
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
aws-sdk-forecastqueryservice-1.52.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.51.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.50.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.49.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.48.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.47.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.46.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.45.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.44.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.43.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.42.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.41.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.40.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.39.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.38.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.37.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.35.0 sig/types.rbs
aws-sdk-forecastqueryservice-1.34.0 sig/types.rbs