aws-sdk-cloudtraildata 1.21.0 → 1.22.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f34fc328925fae2bb89a8810619a61705832b393a22fd1d01e05e3623ceaf56
4
- data.tar.gz: 316ae4af688ca9eb62599902947d635167ce97e88c494da3436e76dcd92bcf1c
3
+ metadata.gz: e28de7629233424803105553f3ad54d16ba62f2520b122ce8cdffec6bea61860
4
+ data.tar.gz: c58cb1b6b2cfc1bc76fb326de287752094573aa13746937527fd9170cc5b74e1
5
5
  SHA512:
6
- metadata.gz: 2ca41916c81f45a5da9bd6f648913974e04b316ec6b91d0a2e4b1179e018bff34c3ead87020c00434e8ba8ed8a0fceea51f9f20cbb09cf70496562a2377bb835
7
- data.tar.gz: 2cf78925912647070da26623e7e0e881b493bc4d64ca7c71b6bf074924b6538f65b129cc8e97eeaed011c5f65a9c24774435cbd75d349ac96fd8045874039ce3
6
+ metadata.gz: e3e3c654160fd8dfe3e69ef35b7bfef1b15dd5735401fe816f1cdcf069d7693f95d0cf3d346862bec7dbb10caf68fdf817b93e462f8513957e0deac8763c6421
7
+ data.tar.gz: 27d69d331153d6f364f3c77073281379cc3207d7075362881d067f6f480aa07c224a61ab0829943fcbf85bcc4ce93ce06f57f03b46e53171f32755004a606be8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.21.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:cloudtraildata)
40
-
41
39
  module Aws::CloudTrailData
42
40
  # An API client for CloudTrailData. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -523,7 +521,7 @@ module Aws::CloudTrailData
523
521
  tracer: tracer
524
522
  )
525
523
  context[:gem_name] = 'aws-sdk-cloudtraildata'
526
- context[:gem_version] = '1.21.0'
524
+ context[:gem_version] = '1.22.0'
527
525
  Seahorse::Client::Request.new(handlers, context)
528
526
  end
529
527
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudtraildata)
15
+
14
16
  # This module provides support for AWS CloudTrail Data Service. This module is available in the
15
17
  # `aws-sdk-cloudtraildata` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::CloudTrailData
52
54
  autoload :EndpointProvider, 'aws-sdk-cloudtraildata/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-cloudtraildata/endpoints'
54
56
 
55
- GEM_VERSION = '1.21.0'
57
+ GEM_VERSION = '1.22.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudtraildata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core