aws-sdk-partnercentralselling 1.1.0 → 1.2.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-partnercentralselling/client.rb +1 -1
- data/lib/aws-sdk-partnercentralselling/types.rb +0 -2
- data/lib/aws-sdk-partnercentralselling.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21685a70eaae3a975e72a3109cc9c4ebce3b07678bbee7aed8a4d4e20a6125be
|
|
4
|
+
data.tar.gz: 5c6ce624881426f2b75049fac5775cb9a4ef3cba816daa51f7acf16f559c588b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df28c06966ebef1bac9c5021bfcc14e6035495d3c4d9d58ab624f8cfb9040b6deb557449b33059d2b585ea323baab4ce5ba6ed7237f496aca37cb6893da760ad
|
|
7
|
+
data.tar.gz: d1fc79685e76f7433618451c8d09fcb27732a10731b6d8408f5a0ecbe40d1f2a73d5265a9050a2f4d24df9e5d6022eb34e2f21580003bc1a148c88537dfb5a4c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.0
|
|
@@ -1998,7 +1998,7 @@ module Aws::PartnerCentralSelling
|
|
|
1998
1998
|
tracer: tracer
|
|
1999
1999
|
)
|
|
2000
2000
|
context[:gem_name] = 'aws-sdk-partnercentralselling'
|
|
2001
|
-
context[:gem_version] = '1.
|
|
2001
|
+
context[:gem_version] = '1.2.0'
|
|
2002
2002
|
Seahorse::Client::Request.new(handlers, context)
|
|
2003
2003
|
end
|
|
2004
2004
|
|
|
@@ -1639,7 +1639,6 @@ module Aws::PartnerCentralSelling
|
|
|
1639
1639
|
# * Project.CustomerBusinessProblem
|
|
1640
1640
|
#
|
|
1641
1641
|
# * PartnerOpportunityIdentifier
|
|
1642
|
-
#
|
|
1643
1642
|
# After updates, the opportunity re-enters the validation phase.
|
|
1644
1643
|
# This process repeats until all issues are resolved, and the
|
|
1645
1644
|
# opportunity's `Lifecycle.ReviewStatus` is set to `Approved` or
|
|
@@ -1783,7 +1782,6 @@ module Aws::PartnerCentralSelling
|
|
|
1783
1782
|
# * Project.CustomerBusinessProblem
|
|
1784
1783
|
#
|
|
1785
1784
|
# * PartnerOpportunityIdentifier
|
|
1786
|
-
#
|
|
1787
1785
|
# After updates, the opportunity re-enters the validation phase.
|
|
1788
1786
|
# This process repeats until all issues are resolved, and the
|
|
1789
1787
|
# opportunity's `Lifecycle.ReviewStatus` is set to `Approved` or
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-partnercentralselling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.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: 2024-11-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|