aws-sdk-applicationcostprofiler 1.15.0 → 1.16.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: f701040e77251dd8deeb4aca2cf89bd22433db0240fb04d74447d84221287e69
4
- data.tar.gz: d0791612723d4c9daf9a96d9dcaeb4b3eaa313a11bc4686639fefdc930a9f167
3
+ metadata.gz: 6456c23a4954e866ee3b1999c9abfb59c0801e196bff9b2bea080f123c3a75d1
4
+ data.tar.gz: ca9f7af1974554b4b8faa998d7589a988203e16989c375dafbbcc3269a6cc324
5
5
  SHA512:
6
- metadata.gz: cf76ca41a7f8e1a9a1bf058c42d526e66712d3ce8bd16018813f4061c7ffc903aba97990032d01a930ba3e220c7feb880608ab6d6c8582548052201f9f064969
7
- data.tar.gz: 82a3119dfe31e95f7f25b691f0ea9cda5d60669b27c119503050db913ce8595e58f7e340de13950a148c3333029332a6bc759fad8f4cdff3cce0f95562792a18
6
+ metadata.gz: b8a91ffea65560c1f3f20af755c4c1e0aa6d26420b3faf48de0b15d38b78f8506a57bcd4b554576808356c8598f2d631f39ddfa803edbd6ec55ca915be54ccf6
7
+ data.tar.gz: 39afbaefee26c92d5ac6ad390a1dbb0d95cb500c81bb203a90f452f4b421e726c7f6d607f2bc222f56ee5c893ba2a3b5871cc00fab114b3b93051cfb002c4ca2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -216,6 +216,10 @@ module Aws::ApplicationCostProfiler
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
  #
@@ -651,7 +655,7 @@ module Aws::ApplicationCostProfiler
651
655
  params: params,
652
656
  config: config)
653
657
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
654
- context[:gem_version] = '1.15.0'
658
+ context[:gem_version] = '1.16.0'
655
659
  Seahorse::Client::Request.new(handlers, context)
656
660
  end
657
661
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationcostprofiler/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationCostProfiler
54
54
 
55
- GEM_VERSION = '1.15.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationcostprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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