aws-sdk-partnercentralchannel 1.7.0 → 1.9.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: 930ba798acc1fb9ed7d8d733d2e40293508f4e426b9bcc3a0d8dc512311db7f9
4
+ data.tar.gz: 904df41361a03d28fc216a435dff56af55ce1ed92e158e6325af233df8409ed2
5
5
  SHA512:
6
- metadata.gz: f5f472d414e398aab209008fba56bee37b811c77b0f275351ce30c7cf944cd31b64376e1911d7e93463785371bf190cf02b7a1fb7aa42252b7aaaf1782fcf7c0
7
- data.tar.gz: 796194ac08bc91accc856c9a7460d5ca986bc2ca6e2fd9f09898282a914bae15d65f4e01d3480f5a5ca13e08782b153cd9c4d36f38197fbb9a946dfd77e8ad81
6
+ metadata.gz: 85e62151c120cf5e3812b80e13ec93d32bcedd26e15eedd622751e9e2e860283dcbcc40cb0b9e147bba7bed7b05b2b7f4e007e4846a33bd388f945521cb6cbf5
7
+ data.tar.gz: 0b4c8575139ed507586f2304142e282c7b5d82b10c4d8975a26cc0c413e1490f253c0792edc4040d1b30f5ff6e874c52aed36fa8bf5b82d342cbd2e5c7d6eeb9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.8.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.7.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.9.0
@@ -199,7 +199,7 @@ module Aws::PartnerCentralChannel
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::PartnerCentralChannel
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2000,7 +1998,7 @@ module Aws::PartnerCentralChannel
2000
1998
  tracer: tracer
2001
1999
  )
2002
2000
  context[:gem_name] = 'aws-sdk-partnercentralchannel'
2003
- context[:gem_version] = '1.7.0'
2001
+ context[:gem_version] = '1.9.0'
2004
2002
  Seahorse::Client::Request.new(handlers, context)
2005
2003
  end
2006
2004
 
@@ -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.9.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.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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