aws-sdk-partnercentralselling 1.17.0 → 1.18.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: 65065f53010bbce1fb590faaa414cee9e3e51b207066946eb8c879c2314d0f55
|
|
4
|
+
data.tar.gz: 8ec3c813e0b302f65487044609d034c4a45fb2d1d7a994defbcaba09f7113fdb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b03116bc39882d390018841900c5a357d65a18667e60ec9a4b957ffe093cf5c323f6ed2482869f050ef27255e218d700243f1582f51609a224045099f79ff9b8
|
|
7
|
+
data.tar.gz: f2725fa5429669d82b9ad27dc941fc895e942aa8faffa5478e9863e3c236a1003bbab4c7178085c7a696d1c9518227d6007609ded4d836c4566617e497aaa406
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.18.0
|
|
@@ -3535,7 +3535,7 @@ module Aws::PartnerCentralSelling
|
|
|
3535
3535
|
tracer: tracer
|
|
3536
3536
|
)
|
|
3537
3537
|
context[:gem_name] = 'aws-sdk-partnercentralselling'
|
|
3538
|
-
context[:gem_version] = '1.
|
|
3538
|
+
context[:gem_version] = '1.18.0'
|
|
3539
3539
|
Seahorse::Client::Request.new(handlers, context)
|
|
3540
3540
|
end
|
|
3541
3541
|
|
|
@@ -13,17 +13,17 @@ module Aws::PartnerCentralSelling
|
|
|
13
13
|
# @!attribute use_fips
|
|
14
14
|
# 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.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [boolean]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute endpoint
|
|
19
19
|
# Override the endpoint used to send this request
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [string]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute region
|
|
24
24
|
# The AWS region used to dispatch the request.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [string]
|
|
27
27
|
#
|
|
28
28
|
EndpointParameters = Struct.new(
|
|
29
29
|
:use_fips,
|