aws-sdk-cloudtrail 1.65.0 → 1.66.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: 7891f5460830e0b9fb8c8bbf9b86882caf07337a54389d1dcea9c14b1fc5fb79
4
- data.tar.gz: cd8ebad5643f9f687a827351f7c41ef3e3de4389cc1fea0cabc9e04f4d56e999
3
+ metadata.gz: 2160e483b5bf75453decc46755a77c90b903a577c3320650c2536838cf90c0ae
4
+ data.tar.gz: ac2ee3ecf081279ff2b0f9fdb4453c109184f4ac6864f0f4e91daa8fdb65dc0b
5
5
  SHA512:
6
- metadata.gz: 5c28df60ec5e6ac71f8a8a47137ac522048106d1eef22b773f7448a2d2494af5d9f009e91840e6ca0dab77ef498fb3de82c1c65845dc1e480a99ed1a3619fc6b
7
- data.tar.gz: 1bbf0c43f30651013f72c70ffef0197b6f7d1ccad04d81def977b87d0febb78e2b97a8c9f00d51fc527cd941a363ba380cad7a9407d5f0829a72b966207152bc
6
+ metadata.gz: 397a2222f32c207fe7d626139bd8e2961f5eb757f6767624a1148f122370203f7c862959ba02b621b5c86c7b63eafc29d39de7d38806ce3fddbd299ce2ba9443
7
+ data.tar.gz: bcf7d0ff810db7932ee9332b23423c34ea66e51bdaa7216beaa24787e98d09c1430279844c9bd3214c5dbce86a1b145d7f3a0b24caaad4fdbd6d73a2c5cde05a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.65.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -216,6 +216,10 @@ module Aws::CloudTrail
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -3407,7 +3411,7 @@ module Aws::CloudTrail
3407
3411
  params: params,
3408
3412
  config: config)
3409
3413
  context[:gem_name] = 'aws-sdk-cloudtrail'
3410
- context[:gem_version] = '1.65.0'
3414
+ context[:gem_version] = '1.66.0'
3411
3415
  Seahorse::Client::Request.new(handlers, context)
3412
3416
  end
3413
3417
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudtrail/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudTrail
54
54
 
55
- GEM_VERSION = '1.65.0'
55
+ GEM_VERSION = '1.66.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudtrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core