aws-sdk-partnercentralchannel 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: da45b7c396493f7997c9afbccebed089141248d8f13b46f1228c34b04f4f76ef
4
- data.tar.gz: e26751a223a881d7cc5408c9ef4c06c5f421f2f56821e06b955f48fc6c76ab17
3
+ metadata.gz: ee44b2ab5b9ee2f8f32319761053a8f9267ab32d3a1de42df96c6a67d26b505a
4
+ data.tar.gz: 7ce45602f4b8e0f4456fffc960b3bab327a469070f11aca0de72b3d038623567
5
5
  SHA512:
6
- metadata.gz: f5f472d414e398aab209008fba56bee37b811c77b0f275351ce30c7cf944cd31b64376e1911d7e93463785371bf190cf02b7a1fb7aa42252b7aaaf1782fcf7c0
7
- data.tar.gz: 796194ac08bc91accc856c9a7460d5ca986bc2ca6e2fd9f09898282a914bae15d65f4e01d3480f5a5ca13e08782b153cd9c4d36f38197fbb9a946dfd77e8ad81
6
+ metadata.gz: 4c3eee349a8aa51fd6100f7454d76f44a365f20272961d29ddfbe8689c9fe3137c4c3ef0b7f07e1966fcec4f0f2b4ae43c74bc221d55854a1f03f3edea1a46e6
7
+ data.tar.gz: 3e3a8eeec86c647dd73472e3ff5242634cfb41b99c6c06702f7492a682f219afe8261bced7d57e8f6194673b8de0a8a065db71001459d3f62bf00b2e449bcee2
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
@@ -2000,7 +2000,7 @@ module Aws::PartnerCentralChannel
2000
2000
  tracer: tracer
2001
2001
  )
2002
2002
  context[:gem_name] = 'aws-sdk-partnercentralchannel'
2003
- context[:gem_version] = '1.7.0'
2003
+ context[:gem_version] = '1.8.0'
2004
2004
  Seahorse::Client::Request.new(handlers, context)
2005
2005
  end
2006
2006
 
@@ -55,7 +55,7 @@ module Aws::PartnerCentralChannel
55
55
  autoload :EndpointProvider, 'aws-sdk-partnercentralchannel/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-partnercentralchannel/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
@@ -128,7 +128,7 @@ module Aws
128
128
  {
129
129
  key: ::String,
130
130
  value: ::String
131
- },
131
+ }
132
132
  ]
133
133
  ) -> _CreateChannelHandshakeResponseSuccess
134
134
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelHandshakeResponseSuccess
@@ -148,7 +148,7 @@ module Aws
148
148
  {
149
149
  key: ::String,
150
150
  value: ::String
151
- },
151
+ }
152
152
  ]
153
153
  ) -> _CreateProgramManagementAccountResponseSuccess
154
154
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProgramManagementAccountResponseSuccess
@@ -171,25 +171,9 @@ module Aws
171
171
  {
172
172
  key: ::String,
173
173
  value: ::String
174
- },
174
+ }
175
175
  ],
176
- ?requested_support_plan: {
177
- resold_enterprise: {
178
- coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
179
- tam_location: ::String,
180
- charge_account_id: ::String?
181
- }?,
182
- partner_led_support: {
183
- coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
184
- provider: ("DISTRIBUTOR" | "DISTRIBUTION_SELLER")?,
185
- tam_location: ::String
186
- }?,
187
- resold_unified_operations: {
188
- coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
189
- tam_location: ::String,
190
- charge_account_id: ::String?
191
- }?
192
- }
176
+ ?requested_support_plan: Params::support_plan
193
177
  ) -> _CreateRelationshipResponseSuccess
194
178
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelationshipResponseSuccess
195
179
 
@@ -343,7 +327,7 @@ module Aws
343
327
  {
344
328
  key: ::String,
345
329
  value: ::String
346
- },
330
+ }
347
331
  ]
348
332
  ) -> _TagResourceResponseSuccess
349
333
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -382,23 +366,7 @@ module Aws
382
366
  program_management_account_identifier: ::String,
383
367
  ?revision: ::String,
384
368
  ?display_name: ::String,
385
- ?requested_support_plan: {
386
- resold_enterprise: {
387
- coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
388
- tam_location: ::String,
389
- charge_account_id: ::String?
390
- }?,
391
- partner_led_support: {
392
- coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
393
- provider: ("DISTRIBUTOR" | "DISTRIBUTION_SELLER")?,
394
- tam_location: ::String
395
- }?,
396
- resold_unified_operations: {
397
- coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
398
- tam_location: ::String,
399
- charge_account_id: ::String?
400
- }?
401
- }
369
+ ?requested_support_plan: Params::support_plan
402
370
  ) -> _UpdateRelationshipResponseSuccess
403
371
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRelationshipResponseSuccess
404
372
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,31 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module PartnerCentralChannel
10
+ module Params
11
+ type support_plan = {
12
+ resold_enterprise: {
13
+ coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
14
+ tam_location: ::String,
15
+ charge_account_id: ::String?
16
+ }?,
17
+ partner_led_support: {
18
+ coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
19
+ provider: ("DISTRIBUTOR" | "DISTRIBUTION_SELLER")?,
20
+ tam_location: ::String
21
+ }?,
22
+ resold_unified_operations: {
23
+ coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
24
+ tam_location: ::String,
25
+ charge_account_id: ::String?
26
+ }?
27
+ }
28
+
29
+ end
30
+ end
31
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-partnercentralchannel
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
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-partnercentralchannel/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs