aws-sdk-cloudtraildata 1.20.0 → 1.21.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: 57483210bed39ce1fedbb0181772da49020dcf17ebca93a88e4a6402e2396e8c
4
- data.tar.gz: cac66b6f2fadb72e974768cbb0a5749aa7253e8cbab3e39b28763f6f3bbbba6a
3
+ metadata.gz: 8f34fc328925fae2bb89a8810619a61705832b393a22fd1d01e05e3623ceaf56
4
+ data.tar.gz: 316ae4af688ca9eb62599902947d635167ce97e88c494da3436e76dcd92bcf1c
5
5
  SHA512:
6
- metadata.gz: 51afddd1eae0777bd1bd96c9e5aa9cac5b71510b63630b9ef27058adfa7a743b886b057fbdbc6adaff6b94dd867332e3b2f4ebe25f3409ed5c96e6239b7e92a1
7
- data.tar.gz: 2c17608a2aa0ac24294f959c7b97aafecf014e27cd5b6bd63e450ee4c82cdb39b9bda11e7d36eea0bf366162a68813fe00eceb4bbe005d51a571917cce7682e9
6
+ metadata.gz: 2ca41916c81f45a5da9bd6f648913974e04b316ec6b91d0a2e4b1179e018bff34c3ead87020c00434e8ba8ed8a0fceea51f9f20cbb09cf70496562a2377bb835
7
+ data.tar.gz: 2cf78925912647070da26623e7e0e881b493bc4d64ca7c71b6bf074924b6538f65b129cc8e97eeaed011c5f65a9c24774435cbd75d349ac96fd8045874039ce3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.20.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -523,7 +523,7 @@ module Aws::CloudTrailData
523
523
  tracer: tracer
524
524
  )
525
525
  context[:gem_name] = 'aws-sdk-cloudtraildata'
526
- context[:gem_version] = '1.20.0'
526
+ context[:gem_version] = '1.21.0'
527
527
  Seahorse::Client::Request.new(handlers, context)
528
528
  end
529
529
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CloudTrailData
11
12
  # @api private
12
13
  module ClientApi
@@ -216,3 +216,4 @@ module Aws::CloudTrailData
216
216
 
217
217
  end
218
218
  end
219
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-cloudtraildata/types'
15
- require_relative 'aws-sdk-cloudtraildata/client_api'
16
- require_relative 'aws-sdk-cloudtraildata/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-cloudtraildata/client'
18
- require_relative 'aws-sdk-cloudtraildata/errors'
19
- require_relative 'aws-sdk-cloudtraildata/resource'
20
- require_relative 'aws-sdk-cloudtraildata/endpoint_parameters'
21
- require_relative 'aws-sdk-cloudtraildata/endpoint_provider'
22
- require_relative 'aws-sdk-cloudtraildata/endpoints'
23
- require_relative 'aws-sdk-cloudtraildata/customizations'
24
-
25
14
  # This module provides support for AWS CloudTrail Data Service. This module is available in the
26
15
  # `aws-sdk-cloudtraildata` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-cloudtraildata/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::CloudTrailData
43
+ autoload :Types, 'aws-sdk-cloudtraildata/types'
44
+ autoload :ClientApi, 'aws-sdk-cloudtraildata/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-cloudtraildata/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-cloudtraildata/client'
49
+ autoload :Errors, 'aws-sdk-cloudtraildata/errors'
50
+ autoload :Resource, 'aws-sdk-cloudtraildata/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-cloudtraildata/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-cloudtraildata/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-cloudtraildata/endpoints'
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-cloudtraildata/customizations'
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.20.0
4
+ version: 1.21.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-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core