aws-sdk-connectcampaignservice 1.11.0 → 1.13.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: 0462f869cfbba35eef8e28409bc8569645f77999774a852fceab206e609263c4
4
- data.tar.gz: 4c9abfb4c6443f99080ff386381f8f2057f9aa86c289e406f8d3bc1d49a19944
3
+ metadata.gz: dbde3e1220017e8d80e915f228ee6544fd5769b3fdf7fafa088f8bd32c48a685
4
+ data.tar.gz: 157380f27e931ae305aa5349f21c8723a7f6e8fe10d68201d585e79400e70dcd
5
5
  SHA512:
6
- metadata.gz: 2f75d564942666639cc28fe279072bb030a7404994794aa48d021e2131481d3766c54a926d35c9a8750e163b2ebf422afc27c534275bbd18f3825a1e179a6ca3
7
- data.tar.gz: f1123b4bcdbfe6715d794a92775337ecb7e34e3a11df0a612f2f552e2fc9fb36d49e8ca25f332bcdc44f0731cb2e76513f468721234cb66ecf380f66a225f9e4
6
+ metadata.gz: e522f61824b1dcf81d6228361b81600c6a1c3138182eece68696dabc56eb30f524cb06cb4f04c5fe475635425c048ebed068b6129ef95bee7f79a49eefc1373a
7
+ data.tar.gz: 82104b75fc5b7be5a5ce8c1e4e512c60b6ffce02a52a2b898c42ca389f67dc78c44eafc54e4afd157889e2ed4213bb831e2ec341d3a6e3fe7251911128762ed3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2024-01-10)
5
+ ------------------
6
+
7
+ * Feature - Minor pattern updates for Campaign and Dial Request API fields.
8
+
9
+ 1.12.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.11.0 (2023-11-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.13.0
@@ -1119,7 +1119,7 @@ module Aws::ConnectCampaignService
1119
1119
  params: params,
1120
1120
  config: config)
1121
1121
  context[:gem_name] = 'aws-sdk-connectcampaignservice'
1122
- context[:gem_version] = '1.11.0'
1122
+ context[:gem_version] = '1.13.0'
1123
1123
  Seahorse::Client::Request.new(handlers, context)
1124
1124
  end
1125
1125
 
@@ -32,7 +32,7 @@ module Aws::ConnectCampaignService
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://connect-campaigns-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -25,16 +25,17 @@ module Aws::ConnectCampaignService
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connectcampaignservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectCampaignService
54
54
 
55
- GEM_VERSION = '1.11.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectcampaignservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.13.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-11-22 00:00:00.000000000 Z
11
+ date: 2024-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core