aws-sdk-cloudtrail 1.42.0 → 1.69.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +138 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudtrail/client.rb +1874 -137
- data/lib/aws-sdk-cloudtrail/client_api.rb +1196 -5
- data/lib/aws-sdk-cloudtrail/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-cloudtrail/endpoint_provider.rb +60 -0
- data/lib/aws-sdk-cloudtrail/endpoints.rb +660 -0
- data/lib/aws-sdk-cloudtrail/errors.rb +396 -0
- data/lib/aws-sdk-cloudtrail/plugins/endpoints.rb +160 -0
- data/lib/aws-sdk-cloudtrail/types.rb +2822 -588
- data/lib/aws-sdk-cloudtrail.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: 4b24cb672b25c72e3db7577e21748e2fda21e947e97d28e877288f3fb3920fa3
|
4
|
+
data.tar.gz: 589f160ef8f987c1e04b30bc8ecebe6b748003908c6eddba386e55922d004fbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eb1970c37645e3e7afbabbf4b4d4cd09ccecad94853f8c6b1f08dcb36f41bfe4982d15a3f155ad9e3a0119d3214a3ee809bc2bc68de7c6f0cd2907fef06c1f1
|
7
|
+
data.tar.gz: 5a24aa6853d60a7d6db173a6e902dda48216e049369ca2f12c2bd2e418f430232514a3561ce279c3ac857fd95f8a59c3c3d88501e55ee92aa53b44314c0aecad
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,143 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.69.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.68.0 (2023-08-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.
|
13
|
+
|
14
|
+
1.67.0 (2023-08-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Documentation updates for CloudTrail.
|
18
|
+
|
19
|
+
1.66.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.65.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.64.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.63.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.62.0 (2023-06-13)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This feature allows users to view dashboards for CloudTrail Lake event data stores.
|
43
|
+
|
44
|
+
1.61.0 (2023-06-02)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.
|
48
|
+
|
49
|
+
1.60.0 (2023-05-31)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.59.0 (2023-05-18)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.
|
58
|
+
|
59
|
+
1.58.0 (2023-02-15)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - This release adds an InsufficientEncryptionPolicyException type to the StartImport endpoint
|
63
|
+
|
64
|
+
1.57.0 (2023-01-31)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.
|
68
|
+
|
69
|
+
1.56.0 (2023-01-18)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
73
|
+
|
74
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
75
|
+
|
76
|
+
1.55.0 (2022-12-13)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Merging mainline branch for service model into mainline release branch. There are no new APIs.
|
80
|
+
|
81
|
+
1.54.0 (2022-11-07)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores.
|
85
|
+
|
86
|
+
1.53.0 (2022-10-25)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
90
|
+
|
91
|
+
1.52.0 (2022-10-19)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Feature - This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
|
95
|
+
|
96
|
+
1.51.0 (2022-09-19)
|
97
|
+
------------------
|
98
|
+
|
99
|
+
* Feature - This release includes support for importing existing trails into CloudTrail Lake.
|
100
|
+
|
101
|
+
1.50.0 (2022-09-09)
|
102
|
+
------------------
|
103
|
+
|
104
|
+
* Feature - This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.
|
105
|
+
|
106
|
+
1.49.0 (2022-04-27)
|
107
|
+
------------------
|
108
|
+
|
109
|
+
* Feature - Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.
|
110
|
+
|
111
|
+
1.48.0 (2022-03-02)
|
112
|
+
------------------
|
113
|
+
|
114
|
+
* Feature - Add bytesScanned field into responses of DescribeQuery and GetQueryResults.
|
115
|
+
|
116
|
+
1.47.0 (2022-02-24)
|
117
|
+
------------------
|
118
|
+
|
119
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
120
|
+
|
121
|
+
1.46.0 (2022-02-03)
|
122
|
+
------------------
|
123
|
+
|
124
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
125
|
+
|
126
|
+
1.45.0 (2022-01-18)
|
127
|
+
------------------
|
128
|
+
|
129
|
+
* Feature - This release fixes a documentation bug in the description for the readOnly field selector in advanced event selectors. The description now clarifies that users omit the readOnly field selector to select both Read and Write management events.
|
130
|
+
|
131
|
+
1.44.0 (2022-01-05)
|
132
|
+
------------------
|
133
|
+
|
134
|
+
* Feature - This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake.
|
135
|
+
|
136
|
+
1.43.0 (2021-12-21)
|
137
|
+
------------------
|
138
|
+
|
139
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
140
|
+
|
4
141
|
1.42.0 (2021-11-30)
|
5
142
|
------------------
|
6
143
|
|
@@ -288,4 +425,4 @@ Unreleased Changes
|
|
288
425
|
1.0.0.rc1 (2016-12-05)
|
289
426
|
------------------
|
290
427
|
|
291
|
-
* Feature - Initial preview release of the `aws-sdk-cloudtrail` gem.
|
428
|
+
* Feature - Initial preview release of the `aws-sdk-cloudtrail` gem.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|