aws-sdk-detective 1.24.0 → 1.41.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 +88 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-detective/client.rb +479 -42
- data/lib/aws-sdk-detective/client_api.rb +298 -4
- data/lib/aws-sdk-detective/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-detective/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-detective/endpoints.rb +352 -0
- data/lib/aws-sdk-detective/errors.rb +67 -0
- data/lib/aws-sdk-detective/plugins/endpoints.rb +116 -0
- data/lib/aws-sdk-detective/types.rb +533 -201
- data/lib/aws-sdk-detective.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dbb26e3b107ed75cc446e731ab726b659b7593ffd4b6c06a4dfff4caa61d3af
|
4
|
+
data.tar.gz: fad6a81d3a79a0e73e7a7e7fe546f8f950eca544a77171a57a198cbdcbd22f83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c5467356353a91e3ecaa7b24e72941185ecce3879762b01d0fb536846f8a337842c518d76ab8cf5147a2b466299487b55b78ada025264450fe7b7f16603f8b2
|
7
|
+
data.tar.gz: 28f95e3a5fcc6a42d0be701ece3d4608b719886dac926253cfdebd832bac261baf3d90fde3375215748c6e9eeae4e9d66445568b071f58a17f1b735d63a7e6f8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,93 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.41.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.40.0 (2023-08-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added protections to interacting with fields containing customer information.
|
13
|
+
|
14
|
+
1.39.0 (2023-08-07)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the email validation regex to be in line with the TLD name specifications.
|
18
|
+
|
19
|
+
1.38.0 (2023-07-11)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.37.0 (2023-07-06)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.36.0 (2023-06-28)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.35.0 (2023-06-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.34.0 (2023-05-31)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.33.0 (2023-05-16)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.
|
48
|
+
|
49
|
+
1.32.0 (2023-01-18)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
55
|
+
|
56
|
+
1.31.0 (2022-12-23)
|
57
|
+
------------------
|
58
|
+
|
59
|
+
* Feature - This release adds a missed AccessDeniedException type to several endpoints.
|
60
|
+
|
61
|
+
1.30.0 (2022-10-25)
|
62
|
+
------------------
|
63
|
+
|
64
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
65
|
+
|
66
|
+
1.29.0 (2022-07-26)
|
67
|
+
------------------
|
68
|
+
|
69
|
+
* Feature - Added the ability to get data source package information for the behavior graph. Graph administrators can now start (or stop) optional datasources on the behavior graph.
|
70
|
+
|
71
|
+
1.28.0 (2022-02-24)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
75
|
+
|
76
|
+
1.27.0 (2022-02-03)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
80
|
+
|
81
|
+
1.26.0 (2022-01-03)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - Added and updated API operations to support the Detective integration with AWS Organizations. New actions are used to manage the delegated administrator account and the integration configuration.
|
85
|
+
|
86
|
+
1.25.0 (2021-12-21)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
90
|
+
|
4
91
|
1.24.0 (2021-11-30)
|
5
92
|
------------------
|
6
93
|
|
@@ -130,4 +217,4 @@ Unreleased Changes
|
|
130
217
|
1.0.0 (2019-12-13)
|
131
218
|
------------------
|
132
219
|
|
133
|
-
* Feature - Initial release of `aws-sdk-detective`.
|
220
|
+
* Feature - Initial release of `aws-sdk-detective`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|