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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9b080ab23a83901e5d1ef93c3047e33e39a18d4f657796c68bbd941b817a552
4
- data.tar.gz: 4af99ecf049001a4ae49bd5ac437076c2ad60e74ff4d8f90ebb138f6222aeea2
3
+ metadata.gz: 21685a70eaae3a975e72a3109cc9c4ebce3b07678bbee7aed8a4d4e20a6125be
4
+ data.tar.gz: 5c6ce624881426f2b75049fac5775cb9a4ef3cba816daa51f7acf16f559c588b
5
5
  SHA512:
6
- metadata.gz: 63264bfe47810c8d8fb21bdf4f87761d899cb680cf01a9936b7f56159fa28e323c12ab8b716fb743b4701686238a0fd480f4c95a8cd95e9cfa498333efc9b04c
7
- data.tar.gz: d47aef54e7a7aa4b4c8c21175e8fa166abad81a7d8b7d3d915b5d62c1460c29d663b5d1202f19531191794e4927abfba0ca34fde71bf9e0b6061a6469bd599ac
6
+ metadata.gz: df28c06966ebef1bac9c5021bfcc14e6035495d3c4d9d58ab624f8cfb9040b6deb557449b33059d2b585ea323baab4ce5ba6ed7237f496aca37cb6893da760ad
7
+ data.tar.gz: d1fc79685e76f7433618451c8d09fcb27732a10731b6d8408f5a0ecbe40d1f2a73d5265a9050a2f4d24df9e5d6022eb34e2f21580003bc1a148c88537dfb5a4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.1.0 (2024-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
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.1.0'
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
@@ -54,7 +54,7 @@ module Aws::PartnerCentralSelling
54
54
  autoload :EndpointProvider, 'aws-sdk-partnercentralselling/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-partnercentralselling/endpoints'
56
56
 
57
- GEM_VERSION = '1.1.0'
57
+ GEM_VERSION = '1.2.0'
58
58
 
59
59
  end
60
60
 
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.1.0
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-15 00:00:00.000000000 Z
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