aws-sdk-frauddetector 1.39.0 → 1.40.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: 965af7b56d51d902addff2c633a853a2cd660849702b16e8e063703dc17d5fa6
4
- data.tar.gz: f8a6cd374aa29eab1b4ac19e3a284118f46af54725e6601631a1cda1c36cbd97
3
+ metadata.gz: e0ccbf41a1c2dd7369a4493bedabd5b49b7aeb8957ac3a33f0bc386a6de53f05
4
+ data.tar.gz: c4890e1ba4022f92cd6868603d3b973e262782a0fc9e1ad8dfc6d364089e2efb
5
5
  SHA512:
6
- metadata.gz: 5333b03780d689714e0f8c5ef53865595930122595f2ffc4088ab0e85a172a7f31004d79c56512a507c878aefb96946c3b7b18e3a9ae42d1edcff9b0c74b6572
7
- data.tar.gz: 5bc52c509d666d921325eee7e51b187bbeb2c7da9b5be65f8f4986edc50c2e1434c3ffa1bed7c1178343b871da332c189fbe185e1542011d444dea1e4f504f99
6
+ metadata.gz: 478e89b5942f06b49d8281bea8e0d71966b745ad414818f8d0905fc4c9e00c540db2e4d06f34d63b8bbd1dbbbc8392e7d87e68eb74cd096468d3c9adb3468704
7
+ data.tar.gz: c3f31bd1062e752a656575a2f203f959447560d9d758a575ebb6d84547ec6f1d54d495924333a76cd6d9fe2b37f449f576c6f093241d89e9296ce45aaa6ba9ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.
8
+
4
9
  1.39.0 (2023-02-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -275,6 +275,11 @@ module Aws::FraudDetector
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -2316,6 +2321,7 @@ module Aws::FraudDetector
2316
2321
  # resp.event_types[0].last_updated_time #=> String
2317
2322
  # resp.event_types[0].created_time #=> String
2318
2323
  # resp.event_types[0].arn #=> String
2324
+ # resp.event_types[0].event_orchestration.event_bridge_enabled #=> Boolean
2319
2325
  # resp.next_token #=> String
2320
2326
  #
2321
2327
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/GetEventTypes AWS API Documentation
@@ -3079,11 +3085,16 @@ module Aws::FraudDetector
3079
3085
  # merchant, account.
3080
3086
  #
3081
3087
  # @option params [String] :event_ingestion
3082
- # Specifies if ingenstion is enabled or disabled.
3088
+ # Specifies if ingestion is enabled or disabled.
3083
3089
  #
3084
3090
  # @option params [Array<Types::Tag>] :tags
3085
3091
  # A collection of key and value pairs.
3086
3092
  #
3093
+ # @option params [Types::EventOrchestration] :event_orchestration
3094
+ # Enables or disables event orchestration. If enabled, you can send
3095
+ # event predictions to select AWS services for downstream processing of
3096
+ # the events.
3097
+ #
3087
3098
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3088
3099
  #
3089
3100
  # @example Request syntax with placeholder values
@@ -3101,6 +3112,9 @@ module Aws::FraudDetector
3101
3112
  # value: "tagValue", # required
3102
3113
  # },
3103
3114
  # ],
3115
+ # event_orchestration: {
3116
+ # event_bridge_enabled: false, # required
3117
+ # },
3104
3118
  # })
3105
3119
  #
3106
3120
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/PutEventType AWS API Documentation
@@ -3216,6 +3230,7 @@ module Aws::FraudDetector
3216
3230
  # The label description.
3217
3231
  #
3218
3232
  # @option params [Array<Types::Tag>] :tags
3233
+ # A collection of key and value pairs.
3219
3234
  #
3220
3235
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3221
3236
  #
@@ -3501,7 +3516,7 @@ module Aws::FraudDetector
3501
3516
  end
3502
3517
 
3503
3518
  # Updates the detector version’s status. You can perform the following
3504
- # promotions or demotions using `UpdateDetectorVersionStatus`\: `DRAFT`
3519
+ # promotions or demotions using `UpdateDetectorVersionStatus`: `DRAFT`
3505
3520
  # to `ACTIVE`, `ACTIVE` to `INACTIVE`, and `INACTIVE` to `ACTIVE`.
3506
3521
  #
3507
3522
  # @option params [required, String] :detector_id
@@ -3910,7 +3925,7 @@ module Aws::FraudDetector
3910
3925
  params: params,
3911
3926
  config: config)
3912
3927
  context[:gem_name] = 'aws-sdk-frauddetector'
3913
- context[:gem_version] = '1.39.0'
3928
+ context[:gem_version] = '1.40.0'
3914
3929
  Seahorse::Client::Request.new(handlers, context)
3915
3930
  end
3916
3931
 
@@ -117,6 +117,7 @@ module Aws::FraudDetector
117
117
  Event = Shapes::StructureShape.new(name: 'Event')
118
118
  EventAttributeMap = Shapes::MapShape.new(name: 'EventAttributeMap')
119
119
  EventIngestion = Shapes::StringShape.new(name: 'EventIngestion')
120
+ EventOrchestration = Shapes::StructureShape.new(name: 'EventOrchestration')
120
121
  EventPredictionSummary = Shapes::StructureShape.new(name: 'EventPredictionSummary')
121
122
  EventPredictionsMaxResults = Shapes::IntegerShape.new(name: 'EventPredictionsMaxResults')
122
123
  EventType = Shapes::StructureShape.new(name: 'EventType')
@@ -750,6 +751,9 @@ module Aws::FraudDetector
750
751
  EventAttributeMap.key = Shapes::ShapeRef.new(shape: attributeKey)
751
752
  EventAttributeMap.value = Shapes::ShapeRef.new(shape: attributeValue)
752
753
 
754
+ EventOrchestration.add_member(:event_bridge_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "eventBridgeEnabled"))
755
+ EventOrchestration.struct_class = Types::EventOrchestration
756
+
753
757
  EventPredictionSummary.add_member(:event_id, Shapes::ShapeRef.new(shape: identifier, location_name: "eventId"))
754
758
  EventPredictionSummary.add_member(:event_type_name, Shapes::ShapeRef.new(shape: identifier, location_name: "eventTypeName"))
755
759
  EventPredictionSummary.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: time, location_name: "eventTimestamp"))
@@ -768,6 +772,7 @@ module Aws::FraudDetector
768
772
  EventType.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: time, location_name: "lastUpdatedTime"))
769
773
  EventType.add_member(:created_time, Shapes::ShapeRef.new(shape: time, location_name: "createdTime"))
770
774
  EventType.add_member(:arn, Shapes::ShapeRef.new(shape: fraudDetectorArn, location_name: "arn"))
775
+ EventType.add_member(:event_orchestration, Shapes::ShapeRef.new(shape: EventOrchestration, location_name: "eventOrchestration"))
771
776
  EventType.struct_class = Types::EventType
772
777
 
773
778
  EventVariableMap.key = Shapes::ShapeRef.new(shape: variableName)
@@ -1246,6 +1251,7 @@ module Aws::FraudDetector
1246
1251
  PutEventTypeRequest.add_member(:entity_types, Shapes::ShapeRef.new(shape: NonEmptyListOfStrings, required: true, location_name: "entityTypes"))
1247
1252
  PutEventTypeRequest.add_member(:event_ingestion, Shapes::ShapeRef.new(shape: EventIngestion, location_name: "eventIngestion"))
1248
1253
  PutEventTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
1254
+ PutEventTypeRequest.add_member(:event_orchestration, Shapes::ShapeRef.new(shape: EventOrchestration, location_name: "eventOrchestration"))
1249
1255
  PutEventTypeRequest.struct_class = Types::PutEventTypeRequest
1250
1256
 
1251
1257
  PutEventTypeResult.struct_class = Types::PutEventTypeResult
@@ -1704,6 +1704,21 @@ module Aws::FraudDetector
1704
1704
  include Aws::Structure
1705
1705
  end
1706
1706
 
1707
+ # The event orchestration status.
1708
+ #
1709
+ # @!attribute [rw] event_bridge_enabled
1710
+ # Specifies if event orchestration is enabled through Amazon
1711
+ # EventBridge.
1712
+ # @return [Boolean]
1713
+ #
1714
+ # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/EventOrchestration AWS API Documentation
1715
+ #
1716
+ class EventOrchestration < Struct.new(
1717
+ :event_bridge_enabled)
1718
+ SENSITIVE = []
1719
+ include Aws::Structure
1720
+ end
1721
+
1707
1722
  # Information about the summary of an event prediction.
1708
1723
  #
1709
1724
  # @!attribute [rw] event_id
@@ -1789,6 +1804,10 @@ module Aws::FraudDetector
1789
1804
  # The entity type ARN.
1790
1805
  # @return [String]
1791
1806
  #
1807
+ # @!attribute [rw] event_orchestration
1808
+ # The event orchestration status.
1809
+ # @return [Types::EventOrchestration]
1810
+ #
1792
1811
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/EventType AWS API Documentation
1793
1812
  #
1794
1813
  class EventType < Struct.new(
@@ -1801,7 +1820,8 @@ module Aws::FraudDetector
1801
1820
  :ingested_event_statistics,
1802
1821
  :last_updated_time,
1803
1822
  :created_time,
1804
- :arn)
1823
+ :arn,
1824
+ :event_orchestration)
1805
1825
  SENSITIVE = []
1806
1826
  include Aws::Structure
1807
1827
  end
@@ -3178,7 +3198,7 @@ module Aws::FraudDetector
3178
3198
  # “Fraud”. This is recommended when most of the events in your
3179
3199
  # dataset are fraudulent.
3180
3200
  #
3181
- # * Use `LEGIT` f you want to categorize all unlabeled events as
3201
+ # * Use `LEGIT` if you want to categorize all unlabeled events as
3182
3202
  # “Legit”. This is recommended when most of the events in your
3183
3203
  # dataset are legitimate.
3184
3204
  #
@@ -3886,13 +3906,19 @@ module Aws::FraudDetector
3886
3906
  # @return [Array<String>]
3887
3907
  #
3888
3908
  # @!attribute [rw] event_ingestion
3889
- # Specifies if ingenstion is enabled or disabled.
3909
+ # Specifies if ingestion is enabled or disabled.
3890
3910
  # @return [String]
3891
3911
  #
3892
3912
  # @!attribute [rw] tags
3893
3913
  # A collection of key and value pairs.
3894
3914
  # @return [Array<Types::Tag>]
3895
3915
  #
3916
+ # @!attribute [rw] event_orchestration
3917
+ # Enables or disables event orchestration. If enabled, you can send
3918
+ # event predictions to select AWS services for downstream processing
3919
+ # of the events.
3920
+ # @return [Types::EventOrchestration]
3921
+ #
3896
3922
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/PutEventTypeRequest AWS API Documentation
3897
3923
  #
3898
3924
  class PutEventTypeRequest < Struct.new(
@@ -3902,7 +3928,8 @@ module Aws::FraudDetector
3902
3928
  :labels,
3903
3929
  :entity_types,
3904
3930
  :event_ingestion,
3905
- :tags)
3931
+ :tags,
3932
+ :event_orchestration)
3906
3933
  SENSITIVE = []
3907
3934
  include Aws::Structure
3908
3935
  end
@@ -3985,6 +4012,7 @@ module Aws::FraudDetector
3985
4012
  # @return [String]
3986
4013
  #
3987
4014
  # @!attribute [rw] tags
4015
+ # A collection of key and value pairs.
3988
4016
  # @return [Array<Types::Tag>]
3989
4017
  #
3990
4018
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/PutLabelRequest AWS API Documentation
@@ -4470,7 +4498,7 @@ module Aws::FraudDetector
4470
4498
  # @return [Float]
4471
4499
  #
4472
4500
  # @!attribute [rw] upper_bound_value
4473
- # The lower bound value of the area under curve (auc).
4501
+ # The upper bound value of the area under curve (auc).
4474
4502
  # @return [Float]
4475
4503
  #
4476
4504
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/UncertaintyRange AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-frauddetector/customizations'
52
52
  # @!group service
53
53
  module Aws::FraudDetector
54
54
 
55
- GEM_VERSION = '1.39.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-frauddetector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.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: 2023-02-15 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
22
+ version: 3.174.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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement