aws-sdk-partnercentralaccount 1.7.0 → 1.8.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: 74e1dcb0e2815a8e0b209d8897eb0fa2f196609064bd766c400736bfa526ad1a
4
- data.tar.gz: 8c016a44f9846fe514d18cbd3df549e88de4c00b21d71d14ff66ea3a7b780070
3
+ metadata.gz: 8ea01ea6737e148532a44b759fbe08fe9f3e7b8e3ff8470b08eeed2456ab4e51
4
+ data.tar.gz: 177afe547f5cf63ae2f0e6854c7fc74a943f4419ca95c6446255b0747d9addb7
5
5
  SHA512:
6
- metadata.gz: caed4697e52e13395c1c822efc10fd107d23d8365583cd7c5a814acaec850d45541715fd4ee3ce941a9bcde66810e39608271cbbaef96f0a8ff2d923722beb39
7
- data.tar.gz: fc6522418014a83a09f87025febbbd5ecd2ed19da1a3fe78f175f6c07de48226ffd96def304adbd9644b3fb95200d8c3fe5f17e6fc26833e5d6af6a4fd27b8d1
6
+ metadata.gz: 41a89a84d9b8d3f4ff0eab1e69ad10cf48aafe5d0f959f47360e2025a452b3eed1c4a187141a63b6d6e70b72e563b8b2c84fbad25c1d923290281bad815c7d98
7
+ data.tar.gz: 4a3dbd337fb2d2c91402b836bc991ae3cd22b249e2623e346d858d4910e9155de3a5857188f23fe4bef332d9ddf44e49a5b9f5d31790f26c2812cce904ab29c1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.7.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -2140,7 +2140,7 @@ module Aws::PartnerCentralAccount
2140
2140
  tracer: tracer
2141
2141
  )
2142
2142
  context[:gem_name] = 'aws-sdk-partnercentralaccount'
2143
- context[:gem_version] = '1.7.0'
2143
+ context[:gem_version] = '1.8.0'
2144
2144
  Seahorse::Client::Request.new(handlers, context)
2145
2145
  end
2146
2146
 
@@ -55,7 +55,7 @@ module Aws::PartnerCentralAccount
55
55
  autoload :EndpointProvider, 'aws-sdk-partnercentralaccount/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-partnercentralaccount/endpoints'
57
57
 
58
- GEM_VERSION = '1.7.0'
58
+ GEM_VERSION = '1.8.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -226,7 +226,7 @@ module Aws
226
226
  {
227
227
  key: ::String,
228
228
  value: ::String
229
- },
229
+ }
230
230
  ]
231
231
  ) -> _CreatePartnerResponseSuccess
232
232
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePartnerResponseSuccess
@@ -538,7 +538,7 @@ module Aws
538
538
  website_url: ::String,
539
539
  logo_url: ::String,
540
540
  locale: ::String
541
- },
541
+ }
542
542
  ]?
543
543
  }
544
544
  ) -> _StartProfileUpdateTaskResponseSuccess
@@ -579,7 +579,7 @@ module Aws
579
579
  {
580
580
  key: ::String,
581
581
  value: ::String
582
- },
582
+ }
583
583
  ]
584
584
  ) -> _TagResourceResponseSuccess
585
585
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-partnercentralaccount
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services