aws-sdk-connectcampaignservice 1.12.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: d35c3e8b32272ac1f33ffeafb643f6092ca9964fe5b8bbc87586521341e75e54
4
- data.tar.gz: bba017219f2909a0a46ac94e5b3d5cb1b1ce74de68b8b0bd784a44a78c8932d7
3
+ metadata.gz: dbde3e1220017e8d80e915f228ee6544fd5769b3fdf7fafa088f8bd32c48a685
4
+ data.tar.gz: 157380f27e931ae305aa5349f21c8723a7f6e8fe10d68201d585e79400e70dcd
5
5
  SHA512:
6
- metadata.gz: ed6fd6f3c6ab00c14f7f14a9310092420d66e5a5e10d6b33fa57806844d949d36cb353f4743165256178dc2b599c08fcf957651fd3c5258a989f90e45aa398aa
7
- data.tar.gz: 7a49422bf4f3d686e566d1397d888e7e4420409a81a9957a761fb3ba78ec4bf00fee35e8df34de9fd4f431d95552a21b5bcdbdadd2bf647ff8484b126a01509f
6
+ metadata.gz: e522f61824b1dcf81d6228361b81600c6a1c3138182eece68696dabc56eb30f524cb06cb4f04c5fe475635425c048ebed068b6129ef95bee7f79a49eefc1373a
7
+ data.tar.gz: 82104b75fc5b7be5a5ce8c1e4e512c60b6ffce02a52a2b898c42ca389f67dc78c44eafc54e4afd157889e2ed4213bb831e2ec341d3a6e3fe7251911128762ed3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.12.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.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.12.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"
@@ -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.12.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.12.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-28 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