aws-sdk-lookoutequipment 1.3.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
  SHA256:
3
- metadata.gz: bd224abfe290307751f1c3dcbb33d7b8a8545b0445b182205b59259a2c7a3f23
4
- data.tar.gz: e93dec444796266de231ee01e137ec426595b035f0185f509c577feecfa6907d
3
+ metadata.gz: fc45629b58f39438e65d543ddfd2e69c09265c2a247c10cb777041ea19f71a9c
4
+ data.tar.gz: 0a63ed359b43657b9e846818306ec81e464217107eef6070c152b5dd4c1b290b
5
5
  SHA512:
6
- metadata.gz: 94d0e0e70e993f75f6c121422d2f79bd009587728e2bd65a52f59bd8064bb1c3b8950a8c63e7d952a4c0dd806f5e6264f708c9460860482effa89a7b38966a78
7
- data.tar.gz: e7a20fc2d9ccfd9e13e3ca0f80e41bb00ff77f240d7d858f67cf950c454d65e633cb62fd24f70a057bed1be584eb9295cde5360b51b3d714d66ccd7ad9fab473
6
+ metadata.gz: d6e5fd6cd8b64b5f7b1a332a27af71ba323478bb9cd328540c07a6e5cd1562716c760efa23870370934a33d62d89db965fa2e8a3901e13fb3ad581ac40dc8525
7
+ data.tar.gz: 2b20794580b07024bcc34286eef95641cd2d3982337ea82361daf38f90183dd1d8d6b46154216a1f70556ad62eaba18ae40de4d138edc6d55149f10f9143d8ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.6.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.5.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.4.0 (2021-09-09)
20
+ ------------------
21
+
22
+ * Feature - Added OffCondition parameter to CreateModel API
23
+
4
24
  1.3.0 (2021-09-01)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.7.0
@@ -119,7 +119,9 @@ module Aws::LookoutEquipment
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -285,6 +287,15 @@ module Aws::LookoutEquipment
285
287
  # ** Please note ** When response stubbing is enabled, no HTTP
286
288
  # requests are made, and retries are disabled.
287
289
  #
290
+ # @option options [Boolean] :use_dualstack_endpoint
291
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
292
+ # will be used if available.
293
+ #
294
+ # @option options [Boolean] :use_fips_endpoint
295
+ # When set to `true`, fips compatible endpoints will be used if available.
296
+ # When a `fips` region is used, the region is normalized and this config
297
+ # is set to `true`.
298
+ #
288
299
  # @option options [Boolean] :validate_params (true)
289
300
  # When `true`, request parameters are validated before
290
301
  # sending the request.
@@ -352,8 +363,8 @@ module Aws::LookoutEquipment
352
363
  # including names, column names, and data types.
353
364
  #
354
365
  # @option params [String] :server_side_kms_key_id
355
- # Provides the identifier of the AWS KMS customer master key (CMK) used
356
- # to encrypt dataset data by Amazon Lookout for Equipment.
366
+ # Provides the identifier of the KMS key used to encrypt dataset data by
367
+ # Amazon Lookout for Equipment.
357
368
  #
358
369
  # @option params [required, String] :client_token
359
370
  # A unique identifier for the request. If you do not set the client
@@ -452,8 +463,8 @@ module Aws::LookoutEquipment
452
463
  # data source being used for the inference.
453
464
  #
454
465
  # @option params [String] :server_side_kms_key_id
455
- # Provides the identifier of the AWS KMS customer master key (CMK) used
456
- # to encrypt inference scheduler data by Amazon Lookout for Equipment.
466
+ # Provides the identifier of the KMS key used to encrypt inference
467
+ # scheduler data by Amazon Lookout for Equipment.
457
468
  #
458
469
  # @option params [required, String] :client_token
459
470
  # A unique identifier for the request. If you do not set the client
@@ -589,12 +600,17 @@ module Aws::LookoutEquipment
589
600
  # the value for a 1 hour rate is *PT1H*
590
601
  #
591
602
  # @option params [String] :server_side_kms_key_id
592
- # Provides the identifier of the AWS KMS customer master key (CMK) used
593
- # to encrypt model data by Amazon Lookout for Equipment.
603
+ # Provides the identifier of the KMS key used to encrypt model data by
604
+ # Amazon Lookout for Equipment.
594
605
  #
595
606
  # @option params [Array<Types::Tag>] :tags
596
607
  # Any tags associated with the ML model being created.
597
608
  #
609
+ # @option params [String] :off_condition
610
+ # Indicates that the asset associated with this sensor has been shut
611
+ # off. As long as this condition is met, Lookout for Equipment will not
612
+ # use data from this asset for training, evaluation, or inference.
613
+ #
598
614
  # @return [Types::CreateModelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
599
615
  #
600
616
  # * {Types::CreateModelResponse#model_arn #model_arn} => String
@@ -630,6 +646,7 @@ module Aws::LookoutEquipment
630
646
  # value: "TagValue", # required
631
647
  # },
632
648
  # ],
649
+ # off_condition: "OffCondition",
633
650
  # })
634
651
  #
635
652
  # @example Response structure
@@ -762,8 +779,8 @@ module Aws::LookoutEquipment
762
779
  req.send_request(options)
763
780
  end
764
781
 
765
- # Provides information on a specified dataset such as the schema
766
- # location, status, and so on.
782
+ # Provides a JSON description of the data that is in each time series
783
+ # dataset, including names, column names, and data types.
767
784
  #
768
785
  # @option params [required, String] :dataset_name
769
786
  # The name of the dataset to be described.
@@ -865,9 +882,9 @@ module Aws::LookoutEquipment
865
882
  req.send_request(options)
866
883
  end
867
884
 
868
- # Provides overall information about a specific ML model, including
869
- # model name and ARN, dataset, training and evaluation information,
870
- # status, and so on.
885
+ # Provides a JSON containing the overall information about a specific ML
886
+ # model, including model name and ARN, dataset, training and evaluation
887
+ # information, status, and so on.
871
888
  #
872
889
  # @option params [required, String] :model_name
873
890
  # The name of the ML model to be described.
@@ -894,6 +911,7 @@ module Aws::LookoutEquipment
894
911
  # * {Types::DescribeModelResponse#last_updated_time #last_updated_time} => Time
895
912
  # * {Types::DescribeModelResponse#created_at #created_at} => Time
896
913
  # * {Types::DescribeModelResponse#server_side_kms_key_id #server_side_kms_key_id} => String
914
+ # * {Types::DescribeModelResponse#off_condition #off_condition} => String
897
915
  #
898
916
  # @example Request syntax with placeholder values
899
917
  #
@@ -924,6 +942,7 @@ module Aws::LookoutEquipment
924
942
  # resp.last_updated_time #=> Time
925
943
  # resp.created_at #=> Time
926
944
  # resp.server_side_kms_key_id #=> String
945
+ # resp.off_condition #=> String
927
946
  #
928
947
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModel AWS API Documentation
929
948
  #
@@ -1447,7 +1466,7 @@ module Aws::LookoutEquipment
1447
1466
  # The name of the inference scheduler to be updated.
1448
1467
  #
1449
1468
  # @option params [Integer] :data_delay_offset_in_minutes
1450
- # &gt; A period of time (in minutes) by which inference on the data is
1469
+ # A period of time (in minutes) by which inference on the data is
1451
1470
  # delayed after the data starts. For instance, if you select an offset
1452
1471
  # delay time of five minutes, inference will not begin on the data until
1453
1472
  # the first data measurement after the five minute mark. For example, if
@@ -1529,7 +1548,7 @@ module Aws::LookoutEquipment
1529
1548
  params: params,
1530
1549
  config: config)
1531
1550
  context[:gem_name] = 'aws-sdk-lookoutequipment'
1532
- context[:gem_version] = '1.3.0'
1551
+ context[:gem_version] = '1.7.0'
1533
1552
  Seahorse::Client::Request.new(handlers, context)
1534
1553
  end
1535
1554
 
@@ -94,6 +94,7 @@ module Aws::LookoutEquipment
94
94
  ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
95
95
  NameOrArn = Shapes::StringShape.new(name: 'NameOrArn')
96
96
  NextToken = Shapes::StringShape.new(name: 'NextToken')
97
+ OffCondition = Shapes::StringShape.new(name: 'OffCondition')
97
98
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
98
99
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
99
100
  S3Key = Shapes::StringShape.new(name: 'S3Key')
@@ -170,6 +171,7 @@ module Aws::LookoutEquipment
170
171
  CreateModelRequest.add_member(:data_pre_processing_configuration, Shapes::ShapeRef.new(shape: DataPreProcessingConfiguration, location_name: "DataPreProcessingConfiguration"))
171
172
  CreateModelRequest.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: NameOrArn, location_name: "ServerSideKmsKeyId"))
172
173
  CreateModelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
174
+ CreateModelRequest.add_member(:off_condition, Shapes::ShapeRef.new(shape: OffCondition, location_name: "OffCondition"))
173
175
  CreateModelRequest.struct_class = Types::CreateModelRequest
174
176
 
175
177
  CreateModelResponse.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
@@ -274,6 +276,7 @@ module Aws::LookoutEquipment
274
276
  DescribeModelResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
275
277
  DescribeModelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
276
278
  DescribeModelResponse.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "ServerSideKmsKeyId"))
279
+ DescribeModelResponse.add_member(:off_condition, Shapes::ShapeRef.new(shape: OffCondition, location_name: "OffCondition"))
277
280
  DescribeModelResponse.struct_class = Types::DescribeModelResponse
278
281
 
279
282
  InferenceExecutionSummaries.member = Shapes::ShapeRef.new(shape: InferenceExecutionSummary)
@@ -66,8 +66,8 @@ module Aws::LookoutEquipment
66
66
  # @return [Types::DatasetSchema]
67
67
  #
68
68
  # @!attribute [rw] server_side_kms_key_id
69
- # Provides the identifier of the AWS KMS customer master key (CMK)
70
- # used to encrypt dataset data by Amazon Lookout for Equipment.
69
+ # Provides the identifier of the KMS key used to encrypt dataset data
70
+ # by Amazon Lookout for Equipment.
71
71
  # @return [String]
72
72
  #
73
73
  # @!attribute [rw] client_token
@@ -201,9 +201,8 @@ module Aws::LookoutEquipment
201
201
  # @return [String]
202
202
  #
203
203
  # @!attribute [rw] server_side_kms_key_id
204
- # Provides the identifier of the AWS KMS customer master key (CMK)
205
- # used to encrypt inference scheduler data by Amazon Lookout for
206
- # Equipment.
204
+ # Provides the identifier of the KMS key used to encrypt inference
205
+ # scheduler data by Amazon Lookout for Equipment.
207
206
  # @return [String]
208
207
  #
209
208
  # @!attribute [rw] client_token
@@ -289,6 +288,7 @@ module Aws::LookoutEquipment
289
288
  # value: "TagValue", # required
290
289
  # },
291
290
  # ],
291
+ # off_condition: "OffCondition",
292
292
  # }
293
293
  #
294
294
  # @!attribute [rw] model_name
@@ -356,14 +356,20 @@ module Aws::LookoutEquipment
356
356
  # @return [Types::DataPreProcessingConfiguration]
357
357
  #
358
358
  # @!attribute [rw] server_side_kms_key_id
359
- # Provides the identifier of the AWS KMS customer master key (CMK)
360
- # used to encrypt model data by Amazon Lookout for Equipment.
359
+ # Provides the identifier of the KMS key used to encrypt model data by
360
+ # Amazon Lookout for Equipment.
361
361
  # @return [String]
362
362
  #
363
363
  # @!attribute [rw] tags
364
364
  # Any tags associated with the ML model being created.
365
365
  # @return [Array<Types::Tag>]
366
366
  #
367
+ # @!attribute [rw] off_condition
368
+ # Indicates that the asset associated with this sensor has been shut
369
+ # off. As long as this condition is met, Lookout for Equipment will
370
+ # not use data from this asset for training, evaluation, or inference.
371
+ # @return [String]
372
+ #
367
373
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/CreateModelRequest AWS API Documentation
368
374
  #
369
375
  class CreateModelRequest < Struct.new(
@@ -379,7 +385,8 @@ module Aws::LookoutEquipment
379
385
  :role_arn,
380
386
  :data_pre_processing_configuration,
381
387
  :server_side_kms_key_id,
382
- :tags)
388
+ :tags,
389
+ :off_condition)
383
390
  SENSITIVE = []
384
391
  include Aws::Structure
385
392
  end
@@ -697,8 +704,8 @@ module Aws::LookoutEquipment
697
704
  # @return [String]
698
705
  #
699
706
  # @!attribute [rw] server_side_kms_key_id
700
- # Provides the identifier of the AWS KMS customer master key (CMK)
701
- # used to encrypt dataset data by Amazon Lookout for Equipment.
707
+ # Provides the identifier of the KMS key used to encrypt dataset data
708
+ # by Amazon Lookout for Equipment.
702
709
  # @return [String]
703
710
  #
704
711
  # @!attribute [rw] ingestion_input_configuration
@@ -810,9 +817,8 @@ module Aws::LookoutEquipment
810
817
  # @return [String]
811
818
  #
812
819
  # @!attribute [rw] server_side_kms_key_id
813
- # Provides the identifier of the AWS KMS customer master key (CMK)
814
- # used to encrypt inference scheduler data by Amazon Lookout for
815
- # Equipment.
820
+ # Provides the identifier of the KMS key used to encrypt inference
821
+ # scheduler data by Amazon Lookout for Equipment.
816
822
  # @return [String]
817
823
  #
818
824
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeInferenceSchedulerResponse AWS API Documentation
@@ -955,8 +961,14 @@ module Aws::LookoutEquipment
955
961
  # @return [Time]
956
962
  #
957
963
  # @!attribute [rw] server_side_kms_key_id
958
- # Provides the identifier of the AWS KMS customer master key (CMK)
959
- # used to encrypt model data by Amazon Lookout for Equipment.
964
+ # Provides the identifier of the KMS key used to encrypt model data by
965
+ # Amazon Lookout for Equipment.
966
+ # @return [String]
967
+ #
968
+ # @!attribute [rw] off_condition
969
+ # Indicates that the asset associated with this sensor has been shut
970
+ # off. As long as this condition is met, Lookout for Equipment will
971
+ # not use data from this asset for training, evaluation, or inference.
960
972
  # @return [String]
961
973
  #
962
974
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModelResponse AWS API Documentation
@@ -981,7 +993,8 @@ module Aws::LookoutEquipment
981
993
  :model_metrics,
982
994
  :last_updated_time,
983
995
  :created_at,
984
- :server_side_kms_key_id)
996
+ :server_side_kms_key_id,
997
+ :off_condition)
985
998
  SENSITIVE = []
986
999
  include Aws::Structure
987
1000
  end
@@ -1066,7 +1079,7 @@ module Aws::LookoutEquipment
1066
1079
  include Aws::Structure
1067
1080
  end
1068
1081
 
1069
- # &gt; Specifies configuration information for the input data for the
1082
+ # Specifies configuration information for the input data for the
1070
1083
  # inference, including S3 location of input data..
1071
1084
  #
1072
1085
  # @note When making an API call, you may pass InferenceInputConfiguration
@@ -1095,7 +1108,7 @@ module Aws::LookoutEquipment
1095
1108
  # @return [String]
1096
1109
  #
1097
1110
  # @!attribute [rw] inference_input_name_configuration
1098
- # &gt; Specifies configuration information for the input data for the
1111
+ # Specifies configuration information for the input data for the
1099
1112
  # inference, including timestamp format and delimiter.
1100
1113
  # @return [Types::InferenceInputNameConfiguration]
1101
1114
  #
@@ -1109,8 +1122,8 @@ module Aws::LookoutEquipment
1109
1122
  include Aws::Structure
1110
1123
  end
1111
1124
 
1112
- # &gt;&gt; Specifies configuration information for the input data for
1113
- # the inference, including timestamp format and delimiter.
1125
+ # Specifies configuration information for the input data for the
1126
+ # inference, including timestamp format and delimiter.
1114
1127
  #
1115
1128
  # @note When making an API call, you may pass InferenceInputNameConfiguration
1116
1129
  # data as a hash:
@@ -1254,7 +1267,7 @@ module Aws::LookoutEquipment
1254
1267
  # @return [String]
1255
1268
  #
1256
1269
  # @!attribute [rw] data_delay_offset_in_minutes
1257
- # &gt; A period of time (in minutes) by which inference on the data is
1270
+ # A period of time (in minutes) by which inference on the data is
1258
1271
  # delayed after the data starts. For instance, if an offset delay time
1259
1272
  # of five minutes was selected, inference will not begin on the data
1260
1273
  # until the first data measurement after the five minute mark. For
@@ -2150,7 +2163,7 @@ module Aws::LookoutEquipment
2150
2163
  # @return [String]
2151
2164
  #
2152
2165
  # @!attribute [rw] data_delay_offset_in_minutes
2153
- # &gt; A period of time (in minutes) by which inference on the data is
2166
+ # A period of time (in minutes) by which inference on the data is
2154
2167
  # delayed after the data starts. For instance, if you select an offset
2155
2168
  # delay time of five minutes, inference will not begin on the data
2156
2169
  # until the first data measurement after the five minute mark. For
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lookoutequipment/customizations'
48
48
  # @!group service
49
49
  module Aws::LookoutEquipment
50
50
 
51
- GEM_VERSION = '1.3.0'
51
+ GEM_VERSION = '1.7.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutequipment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.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: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-11-30 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.120.0
22
+ version: 3.122.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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement