aws-sdk-guardduty 1.125.0 → 1.126.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-guardduty/client.rb +9 -13
- data/lib/aws-sdk-guardduty/types.rb +8 -12
- data/lib/aws-sdk-guardduty.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2de1930cb20315ea9de4dc107d4d93ada5b8eacb82fe675bcce9d41d77e7f82
|
4
|
+
data.tar.gz: 7cddc8e78af4405a0727520367a40927b14c061858fd6b71d24705167e9fd507
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9cad03ba08e92645290954a0e49437982a4d7a2a893adf1250bdd0d771a80c661d250663cce1fe992336fbee295664a98c89190e6d40c3fa7255467c31121d9
|
7
|
+
data.tar.gz: 38ae0adf71560d3156fdbe52a00db8d3e15d5f60598cfb34db9d48998cb682be4205b954529d72841beed945b2272976fb7fbc943d9acd68f5c9d8a772c46673
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.126.0
|
@@ -1372,9 +1372,8 @@ module Aws::GuardDuty
|
|
1372
1372
|
# @option params [required, String] :name
|
1373
1373
|
# A user-friendly name to identify the threat entity set.
|
1374
1374
|
#
|
1375
|
-
#
|
1376
|
-
#
|
1377
|
-
# underscore (\_).
|
1375
|
+
# The name of your list can include lowercase letters, uppercase
|
1376
|
+
# letters, numbers, dash (-), and underscore (\_).
|
1378
1377
|
#
|
1379
1378
|
# @option params [required, String] :format
|
1380
1379
|
# The format of the file that contains the threat entity set.
|
@@ -1531,9 +1530,8 @@ module Aws::GuardDuty
|
|
1531
1530
|
# @option params [required, String] :name
|
1532
1531
|
# A user-friendly name to identify the trusted entity set.
|
1533
1532
|
#
|
1534
|
-
#
|
1535
|
-
#
|
1536
|
-
# underscore (\_).
|
1533
|
+
# The name of your list can include lowercase letters, uppercase
|
1534
|
+
# letters, numbers, dash (-), and underscore (\_).
|
1537
1535
|
#
|
1538
1536
|
# @option params [required, String] :format
|
1539
1537
|
# The format of the file that contains the trusted entity set.
|
@@ -6022,9 +6020,8 @@ module Aws::GuardDuty
|
|
6022
6020
|
# @option params [String] :name
|
6023
6021
|
# A user-friendly name to identify the trusted entity set.
|
6024
6022
|
#
|
6025
|
-
#
|
6026
|
-
#
|
6027
|
-
# underscore (\_).
|
6023
|
+
# The name of your list can include lowercase letters, uppercase
|
6024
|
+
# letters, numbers, dash (-), and underscore (\_).
|
6028
6025
|
#
|
6029
6026
|
# @option params [String] :location
|
6030
6027
|
# The URI of the file that contains the trusted entity set.
|
@@ -6136,9 +6133,8 @@ module Aws::GuardDuty
|
|
6136
6133
|
# @option params [String] :name
|
6137
6134
|
# A user-friendly name to identify the trusted entity set.
|
6138
6135
|
#
|
6139
|
-
#
|
6140
|
-
#
|
6141
|
-
# underscore (\_).
|
6136
|
+
# The name of your list can include lowercase letters, uppercase
|
6137
|
+
# letters, numbers, dash (-), and underscore (\_).
|
6142
6138
|
#
|
6143
6139
|
# @option params [String] :location
|
6144
6140
|
# The URI of the file that contains the trusted entity set.
|
@@ -6193,7 +6189,7 @@ module Aws::GuardDuty
|
|
6193
6189
|
tracer: tracer
|
6194
6190
|
)
|
6195
6191
|
context[:gem_name] = 'aws-sdk-guardduty'
|
6196
|
-
context[:gem_version] = '1.
|
6192
|
+
context[:gem_version] = '1.126.0'
|
6197
6193
|
Seahorse::Client::Request.new(handlers, context)
|
6198
6194
|
end
|
6199
6195
|
|
@@ -1983,9 +1983,8 @@ module Aws::GuardDuty
|
|
1983
1983
|
# @!attribute [rw] name
|
1984
1984
|
# A user-friendly name to identify the threat entity set.
|
1985
1985
|
#
|
1986
|
-
#
|
1987
|
-
#
|
1988
|
-
# underscore (\_).
|
1986
|
+
# The name of your list can include lowercase letters, uppercase
|
1987
|
+
# letters, numbers, dash (-), and underscore (\_).
|
1989
1988
|
# @return [String]
|
1990
1989
|
#
|
1991
1990
|
# @!attribute [rw] format
|
@@ -2134,9 +2133,8 @@ module Aws::GuardDuty
|
|
2134
2133
|
# @!attribute [rw] name
|
2135
2134
|
# A user-friendly name to identify the trusted entity set.
|
2136
2135
|
#
|
2137
|
-
#
|
2138
|
-
#
|
2139
|
-
# underscore (\_).
|
2136
|
+
# The name of your list can include lowercase letters, uppercase
|
2137
|
+
# letters, numbers, dash (-), and underscore (\_).
|
2140
2138
|
# @return [String]
|
2141
2139
|
#
|
2142
2140
|
# @!attribute [rw] format
|
@@ -10524,9 +10522,8 @@ module Aws::GuardDuty
|
|
10524
10522
|
# @!attribute [rw] name
|
10525
10523
|
# A user-friendly name to identify the trusted entity set.
|
10526
10524
|
#
|
10527
|
-
#
|
10528
|
-
#
|
10529
|
-
# underscore (\_).
|
10525
|
+
# The name of your list can include lowercase letters, uppercase
|
10526
|
+
# letters, numbers, dash (-), and underscore (\_).
|
10530
10527
|
# @return [String]
|
10531
10528
|
#
|
10532
10529
|
# @!attribute [rw] location
|
@@ -10635,9 +10632,8 @@ module Aws::GuardDuty
|
|
10635
10632
|
# @!attribute [rw] name
|
10636
10633
|
# A user-friendly name to identify the trusted entity set.
|
10637
10634
|
#
|
10638
|
-
#
|
10639
|
-
#
|
10640
|
-
# underscore (\_).
|
10635
|
+
# The name of your list can include lowercase letters, uppercase
|
10636
|
+
# letters, numbers, dash (-), and underscore (\_).
|
10641
10637
|
# @return [String]
|
10642
10638
|
#
|
10643
10639
|
# @!attribute [rw] location
|
data/lib/aws-sdk-guardduty.rb
CHANGED