aws-sdk-connectcampaignservice 1.40.0 → 1.41.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93fec76a7004a36043f9f5d30d6ccdab514337f9880bce87585cb5abc3a9916a
|
|
4
|
+
data.tar.gz: 59f9eea5876a3eba756554c68d1e13d444416d725d430f2e60347ffb39a4d715
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f964619c5f8f394d581d6f3412bb0d17b55330cc5db6dd7d8a9aefdb3a40b9c7f0783b68f3ad197a00e10ee7f5d571499d133a62ccb960891c10bd80981185bd
|
|
7
|
+
data.tar.gz: a1c788e8fe74e43e6f67b401be0bdf48a57ec7336d4c95675299f31b704361a33c6d4386b61b189e863cbc66027bdb1af9ac546cdd4c2868b8970f5eaa2df66a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.41.0
|
|
@@ -1215,7 +1215,7 @@ module Aws::ConnectCampaignService
|
|
|
1215
1215
|
tracer: tracer
|
|
1216
1216
|
)
|
|
1217
1217
|
context[:gem_name] = 'aws-sdk-connectcampaignservice'
|
|
1218
|
-
context[:gem_version] = '1.
|
|
1218
|
+
context[:gem_version] = '1.41.0'
|
|
1219
1219
|
Seahorse::Client::Request.new(handlers, context)
|
|
1220
1220
|
end
|
|
1221
1221
|
|
|
@@ -13,22 +13,22 @@ module Aws::ConnectCampaignService
|
|
|
13
13
|
# @!attribute region
|
|
14
14
|
# The AWS region used to dispatch the request.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [string]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute use_dual_stack
|
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [boolean]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute use_fips
|
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [boolean]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute endpoint
|
|
29
29
|
# Override the endpoint used to send this request
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [string]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:region,
|