aws-sdk-ec2instanceconnect 1.31.0 → 1.32.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: 364f2b07326691a822d4b61be7aa91031929e13c4f927e33504978d40f5ea505
4
- data.tar.gz: 33aa9626f0c7858cd6c6d4d2aeac6153b5e8caaf3d0ea02cb5ec6b88f78ffe33
3
+ metadata.gz: a403ce8774e874a54f72c37357f6861041ed966e3d669a661f607c96b7a41377
4
+ data.tar.gz: 95088afaaa828fadb1ecc9d4d6142df84eb7e58648550b4855c3b9e81ba89c32
5
5
  SHA512:
6
- metadata.gz: d8d744a821c009432e9e8a17107dc61fcf3e7b97b7d29992b02c253bcd07a7f1a5678a2f1aa4d86a9da9b96d66acc258fb596f3db523c3bfa9a3f32c503484c4
7
- data.tar.gz: 99cbf2116cfb6841586e4d8657ecf67edfc11bdac18eedd3e821a2ba04ed77799504c19a7e82827d5b31065770000e82d5a1c1e025967e82b873d2d3d1942142
6
+ metadata.gz: 750b5d813f0baab7860fac19b78e0304d4fd57f05c76360c7bd8e087a1d52d518828ab2724455232320d66bc6c64cfe2369aedabece5454c6a03050f6311c86f
7
+ data.tar.gz: 414b43bf24a3a684679833a3bf92003c5e4a91105a9788d13e8b0321fed145fbcad807ae22da7c9f6afb148f5d2e5298535a17dfbea702ee69ddec133c82e000
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -216,6 +216,10 @@ module Aws::EC2InstanceConnect
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
  #
@@ -533,7 +537,7 @@ module Aws::EC2InstanceConnect
533
537
  params: params,
534
538
  config: config)
535
539
  context[:gem_name] = 'aws-sdk-ec2instanceconnect'
536
- context[:gem_version] = '1.31.0'
540
+ context[:gem_version] = '1.32.0'
537
541
  Seahorse::Client::Request.new(handlers, context)
538
542
  end
539
543
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ec2instanceconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::EC2InstanceConnect
54
54
 
55
- GEM_VERSION = '1.31.0'
55
+ GEM_VERSION = '1.32.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2instanceconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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