aws-sdk-connect 1.174.0 → 1.175.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +1 -1
- data/lib/aws-sdk-connect/endpoints.rb +255 -1020
- data/lib/aws-sdk-connect/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea7d59b36ab0852c87089d4b847f31fe6c0f5b03ff262ba0fb657b58f77f3681
|
4
|
+
data.tar.gz: e70a87039603744e88d837a47100bd597bd81b43823ee3b780bbcc1469cece5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b4c62fdbfb7c82e373608870b77e4c8ca76ace5d4addc4050c1a0ac571cb46657acd5ff9e2a25f531f6d14cab3edcf9a74e648018f204346e0e05c0849280d7
|
7
|
+
data.tar.gz: 9bd3aa9e3c0bcfe68adb72d96c97fc72a351ac7bd2c6f607781fd7fc1fcb77ce620e61a7e38677ab2e2e88222f0946fcfea15d8fae52022b5fbfc10acb768ca5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.175.0
|
@@ -18315,7 +18315,7 @@ module Aws::Connect
|
|
18315
18315
|
tracer: tracer
|
18316
18316
|
)
|
18317
18317
|
context[:gem_name] = 'aws-sdk-connect'
|
18318
|
-
context[:gem_version] = '1.
|
18318
|
+
context[:gem_version] = '1.175.0'
|
18319
18319
|
Seahorse::Client::Request.new(handlers, context)
|
18320
18320
|
end
|
18321
18321
|
|