aws-sdk-connectcampaignsv2 1.5.0 → 1.6.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: e18a28b2f727726f3709d494d1e18d265f9b8f303cbea5975471f4fac4644282
4
- data.tar.gz: d379af5a15766d9008cbbd8d64ac450f61b3f1c6d7c3cdab381ba4f45320519f
3
+ metadata.gz: 803d9647289063ccb89e5ef2c30814c10a462af5d76bbb1e8c9a5fd7d634325a
4
+ data.tar.gz: 216aec6286bcbb8eab87d4327741614e817c2e5c6ca4bdf9a0b3d0cec53ab3b3
5
5
  SHA512:
6
- metadata.gz: c85add36a09788c35b3cd8c306a495111b4c0f1f696ede552036fd62c3b00a8cd255ae33440a3c0bf2d533293cf60bebffb09714be5990675463add794fa1a7f
7
- data.tar.gz: eb6fa17838cd9da0f3a0d4e4e7a86110cb5cf9e1dd6100b692f1e8b01fdb20d47852c513517899379e2e02751f664a6f79378fc87f6eccfe434bdd55bd865d15
6
+ metadata.gz: c89f5cc4cf22a8fc7d2be357316a49b4699fa4df6b3b53f198f4e439c16103d11d972b28a3644936dfd9cd56fcb500b7629ebdb8656d300013f1f20c8cd045c3
7
+ data.tar.gz: da94fac546c2e5c89c033296c62a3bceff830680229adf876841b0d32d845cd24edb094004f8f1d71c18156f08e37805c99eab65443d086e55003434bdf6f31b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.5.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -200,8 +200,7 @@ module Aws::ConnectCampaignsV2
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1873,7 +1872,7 @@ module Aws::ConnectCampaignsV2
1873
1872
  tracer: tracer
1874
1873
  )
1875
1874
  context[:gem_name] = 'aws-sdk-connectcampaignsv2'
1876
- context[:gem_version] = '1.5.0'
1875
+ context[:gem_version] = '1.6.0'
1877
1876
  Seahorse::Client::Request.new(handlers, context)
1878
1877
  end
1879
1878
 
@@ -54,7 +54,7 @@ module Aws::ConnectCampaignsV2
54
54
  autoload :EndpointProvider, 'aws-sdk-connectcampaignsv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connectcampaignsv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.5.0'
57
+ GEM_VERSION = '1.6.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectcampaignsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services