aws-sdk-partnercentralchannel 1.4.0 → 1.5.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: 97c0b0e5f88b124971600577a16ad1d68181c382b93fb62f63b44610c85d1e78
4
- data.tar.gz: 7dff5d657d83af9f9acfce5df76987e48a5171408e3032db4577a1b7262c7c19
3
+ metadata.gz: 43afeef5b10d6c197ae64e7db2e383f165773f9bdef34efafbdb2caebf607b59
4
+ data.tar.gz: 353df3e25823492f2b7e40f1b150215812795c0dff5c7b0a7e37c2660721e73a
5
5
  SHA512:
6
- metadata.gz: 2dc1db2083b3c982d5c3e408a09dd56dd2fdac21d603879d90636ad4412a490558b6f653cfbddcf7f0f9fe845ce383f8860e479ca2f53e1fe0132652d0bf5087
7
- data.tar.gz: 6e9b951c030c2c8ae14256be7794d5d5dc5b292db11c17711ad5c4238058f8fbb7984bce41cc8643462c9e2b20fe01a69af2ab8a00902e610a8265270e9c6917
6
+ metadata.gz: 3286a257d485044655c639914d39e58515de0a12b403a49ada59339f2a00328b1dc6f0f68d575b8f15f037d3692b316b1b3b604c480fb796e609f0e5182f9600
7
+ data.tar.gz: 6e1c965facf71ed4ef6605159b41fa92de58e2041e702b3afecdf54d9bcd0bdfc621b86432638946ef90d964a1e61c7278c6f0335c65c2b09dc54f0dc7520b48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2026-03-03)
5
+ ------------------
6
+
7
+ * Feature - Adds the Resold Unified Operations support plan and removes the Resold Business support plan in the CreateRelationship and UpdateRelationship APIs
8
+
4
9
  1.4.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -908,9 +908,6 @@ module Aws::PartnerCentralChannel
908
908
  # },
909
909
  # ],
910
910
  # requested_support_plan: {
911
- # resold_business: {
912
- # coverage: "ENTIRE_ORGANIZATION", # required, accepts ENTIRE_ORGANIZATION, MANAGEMENT_ACCOUNT_ONLY
913
- # },
914
911
  # resold_enterprise: {
915
912
  # coverage: "ENTIRE_ORGANIZATION", # required, accepts ENTIRE_ORGANIZATION, MANAGEMENT_ACCOUNT_ONLY
916
913
  # tam_location: "String", # required
@@ -921,6 +918,11 @@ module Aws::PartnerCentralChannel
921
918
  # provider: "DISTRIBUTOR", # accepts DISTRIBUTOR, DISTRIBUTION_SELLER
922
919
  # tam_location: "String", # required
923
920
  # },
921
+ # resold_unified_operations: {
922
+ # coverage: "ENTIRE_ORGANIZATION", # required, accepts ENTIRE_ORGANIZATION, MANAGEMENT_ACCOUNT_ONLY
923
+ # tam_location: "String", # required
924
+ # charge_account_id: "AccountId",
925
+ # },
924
926
  # },
925
927
  # })
926
928
  #
@@ -1946,9 +1948,6 @@ module Aws::PartnerCentralChannel
1946
1948
  # revision: "Revision",
1947
1949
  # display_name: "RelationshipDisplayName",
1948
1950
  # requested_support_plan: {
1949
- # resold_business: {
1950
- # coverage: "ENTIRE_ORGANIZATION", # required, accepts ENTIRE_ORGANIZATION, MANAGEMENT_ACCOUNT_ONLY
1951
- # },
1952
1951
  # resold_enterprise: {
1953
1952
  # coverage: "ENTIRE_ORGANIZATION", # required, accepts ENTIRE_ORGANIZATION, MANAGEMENT_ACCOUNT_ONLY
1954
1953
  # tam_location: "String", # required
@@ -1959,6 +1958,11 @@ module Aws::PartnerCentralChannel
1959
1958
  # provider: "DISTRIBUTOR", # accepts DISTRIBUTOR, DISTRIBUTION_SELLER
1960
1959
  # tam_location: "String", # required
1961
1960
  # },
1961
+ # resold_unified_operations: {
1962
+ # coverage: "ENTIRE_ORGANIZATION", # required, accepts ENTIRE_ORGANIZATION, MANAGEMENT_ACCOUNT_ONLY
1963
+ # tam_location: "String", # required
1964
+ # charge_account_id: "AccountId",
1965
+ # },
1962
1966
  # },
1963
1967
  # })
1964
1968
  #
@@ -1996,7 +2000,7 @@ module Aws::PartnerCentralChannel
1996
2000
  tracer: tracer
1997
2001
  )
1998
2002
  context[:gem_name] = 'aws-sdk-partnercentralchannel'
1999
- context[:gem_version] = '1.4.0'
2003
+ context[:gem_version] = '1.5.0'
2000
2004
  Seahorse::Client::Request.new(handlers, context)
2001
2005
  end
2002
2006
 
@@ -109,8 +109,8 @@ module Aws::PartnerCentralChannel
109
109
  RelationshipSummaries = Shapes::ListShape.new(name: 'RelationshipSummaries')
110
110
  RelationshipSummary = Shapes::StructureShape.new(name: 'RelationshipSummary')
111
111
  ResaleAccountModel = Shapes::StringShape.new(name: 'ResaleAccountModel')
112
- ResoldBusiness = Shapes::StructureShape.new(name: 'ResoldBusiness')
113
112
  ResoldEnterprise = Shapes::StructureShape.new(name: 'ResoldEnterprise')
113
+ ResoldUnifiedOperations = Shapes::StructureShape.new(name: 'ResoldUnifiedOperations')
114
114
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
115
115
  Revision = Shapes::StringShape.new(name: 'Revision')
116
116
  RevokeServicePeriodHandshakeDetail = Shapes::StructureShape.new(name: 'RevokeServicePeriodHandshakeDetail')
@@ -463,14 +463,16 @@ module Aws::PartnerCentralChannel
463
463
  RelationshipSummary.add_member(:start_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "startDate"))
464
464
  RelationshipSummary.struct_class = Types::RelationshipSummary
465
465
 
466
- ResoldBusiness.add_member(:coverage, Shapes::ShapeRef.new(shape: Coverage, required: true, location_name: "coverage"))
467
- ResoldBusiness.struct_class = Types::ResoldBusiness
468
-
469
466
  ResoldEnterprise.add_member(:coverage, Shapes::ShapeRef.new(shape: Coverage, required: true, location_name: "coverage"))
470
467
  ResoldEnterprise.add_member(:tam_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "tamLocation"))
471
468
  ResoldEnterprise.add_member(:charge_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "chargeAccountId"))
472
469
  ResoldEnterprise.struct_class = Types::ResoldEnterprise
473
470
 
471
+ ResoldUnifiedOperations.add_member(:coverage, Shapes::ShapeRef.new(shape: Coverage, required: true, location_name: "coverage"))
472
+ ResoldUnifiedOperations.add_member(:tam_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "tamLocation"))
473
+ ResoldUnifiedOperations.add_member(:charge_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "chargeAccountId"))
474
+ ResoldUnifiedOperations.struct_class = Types::ResoldUnifiedOperations
475
+
474
476
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
475
477
  ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
476
478
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
@@ -523,13 +525,13 @@ module Aws::PartnerCentralChannel
523
525
  StartServicePeriodTypeSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: StartServicePeriodTypeSortName, required: true, location_name: "sortBy"))
524
526
  StartServicePeriodTypeSort.struct_class = Types::StartServicePeriodTypeSort
525
527
 
526
- SupportPlan.add_member(:resold_business, Shapes::ShapeRef.new(shape: ResoldBusiness, location_name: "resoldBusiness"))
527
528
  SupportPlan.add_member(:resold_enterprise, Shapes::ShapeRef.new(shape: ResoldEnterprise, location_name: "resoldEnterprise"))
528
529
  SupportPlan.add_member(:partner_led_support, Shapes::ShapeRef.new(shape: PartnerLedSupport, location_name: "partnerLedSupport"))
530
+ SupportPlan.add_member(:resold_unified_operations, Shapes::ShapeRef.new(shape: ResoldUnifiedOperations, location_name: "resoldUnifiedOperations"))
529
531
  SupportPlan.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
530
- SupportPlan.add_member_subclass(:resold_business, Types::SupportPlan::ResoldBusiness)
531
532
  SupportPlan.add_member_subclass(:resold_enterprise, Types::SupportPlan::ResoldEnterprise)
532
533
  SupportPlan.add_member_subclass(:partner_led_support, Types::SupportPlan::PartnerLedSupport)
534
+ SupportPlan.add_member_subclass(:resold_unified_operations, Types::SupportPlan::ResoldUnifiedOperations)
533
535
  SupportPlan.add_member_subclass(:unknown, Types::SupportPlan::Unknown)
534
536
  SupportPlan.struct_class = Types::SupportPlan
535
537
 
@@ -1305,24 +1305,34 @@ module Aws::PartnerCentralChannel
1305
1305
  include Aws::Structure
1306
1306
  end
1307
1307
 
1308
- # Configuration for resold business support plans.
1308
+ # Configuration for resold enterprise support plans.
1309
1309
  #
1310
1310
  # @!attribute [rw] coverage
1311
- # The coverage level for resold business support.
1311
+ # The coverage level for resold enterprise support.
1312
+ # @return [String]
1313
+ #
1314
+ # @!attribute [rw] tam_location
1315
+ # The location of the Technical Account Manager (TAM).
1312
1316
  # @return [String]
1313
1317
  #
1314
- # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-channel-2024-03-18/ResoldBusiness AWS API Documentation
1318
+ # @!attribute [rw] charge_account_id
1319
+ # The AWS account ID to charge for the support plan.
1320
+ # @return [String]
1321
+ #
1322
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-channel-2024-03-18/ResoldEnterprise AWS API Documentation
1315
1323
  #
1316
- class ResoldBusiness < Struct.new(
1317
- :coverage)
1324
+ class ResoldEnterprise < Struct.new(
1325
+ :coverage,
1326
+ :tam_location,
1327
+ :charge_account_id)
1318
1328
  SENSITIVE = []
1319
1329
  include Aws::Structure
1320
1330
  end
1321
1331
 
1322
- # Configuration for resold enterprise support plans.
1332
+ # Configuration for resold unified operations support plans.
1323
1333
  #
1324
1334
  # @!attribute [rw] coverage
1325
- # The coverage level for resold enterprise support.
1335
+ # The coverage level for resold unified operations support.
1326
1336
  # @return [String]
1327
1337
  #
1328
1338
  # @!attribute [rw] tam_location
@@ -1333,9 +1343,9 @@ module Aws::PartnerCentralChannel
1333
1343
  # The AWS account ID to charge for the support plan.
1334
1344
  # @return [String]
1335
1345
  #
1336
- # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-channel-2024-03-18/ResoldEnterprise AWS API Documentation
1346
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-channel-2024-03-18/ResoldUnifiedOperations AWS API Documentation
1337
1347
  #
1338
- class ResoldEnterprise < Struct.new(
1348
+ class ResoldUnifiedOperations < Struct.new(
1339
1349
  :coverage,
1340
1350
  :tam_location,
1341
1351
  :charge_account_id)
@@ -1587,10 +1597,6 @@ module Aws::PartnerCentralChannel
1587
1597
  #
1588
1598
  # @note SupportPlan is a union - when making an API calls you must set exactly one of the members.
1589
1599
  #
1590
- # @!attribute [rw] resold_business
1591
- # Configuration for resold business support plans.
1592
- # @return [Types::ResoldBusiness]
1593
- #
1594
1600
  # @!attribute [rw] resold_enterprise
1595
1601
  # Configuration for resold enterprise support plans.
1596
1602
  # @return [Types::ResoldEnterprise]
@@ -1599,20 +1605,24 @@ module Aws::PartnerCentralChannel
1599
1605
  # Configuration for partner-led support plans.
1600
1606
  # @return [Types::PartnerLedSupport]
1601
1607
  #
1608
+ # @!attribute [rw] resold_unified_operations
1609
+ # Configuration for resold unified operations support plans.
1610
+ # @return [Types::ResoldUnifiedOperations]
1611
+ #
1602
1612
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-channel-2024-03-18/SupportPlan AWS API Documentation
1603
1613
  #
1604
1614
  class SupportPlan < Struct.new(
1605
- :resold_business,
1606
1615
  :resold_enterprise,
1607
1616
  :partner_led_support,
1617
+ :resold_unified_operations,
1608
1618
  :unknown)
1609
1619
  SENSITIVE = []
1610
1620
  include Aws::Structure
1611
1621
  include Aws::Structure::Union
1612
1622
 
1613
- class ResoldBusiness < SupportPlan; end
1614
1623
  class ResoldEnterprise < SupportPlan; end
1615
1624
  class PartnerLedSupport < SupportPlan; end
1625
+ class ResoldUnifiedOperations < SupportPlan; end
1616
1626
  class Unknown < SupportPlan; end
1617
1627
  end
1618
1628
 
@@ -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.4.0'
58
+ GEM_VERSION = '1.5.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -174,9 +174,6 @@ module Aws
174
174
  },
175
175
  ],
176
176
  ?requested_support_plan: {
177
- resold_business: {
178
- coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY")
179
- }?,
180
177
  resold_enterprise: {
181
178
  coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
182
179
  tam_location: ::String,
@@ -186,6 +183,11 @@ module Aws
186
183
  coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
187
184
  provider: ("DISTRIBUTOR" | "DISTRIBUTION_SELLER")?,
188
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?
189
191
  }?
190
192
  }
191
193
  ) -> _CreateRelationshipResponseSuccess
@@ -381,9 +383,6 @@ module Aws
381
383
  ?revision: ::String,
382
384
  ?display_name: ::String,
383
385
  ?requested_support_plan: {
384
- resold_business: {
385
- coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY")
386
- }?,
387
386
  resold_enterprise: {
388
387
  coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
389
388
  tam_location: ::String,
@@ -393,6 +392,11 @@ module Aws
393
392
  coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY"),
394
393
  provider: ("DISTRIBUTOR" | "DISTRIBUTION_SELLER")?,
395
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?
396
400
  }?
397
401
  }
398
402
  ) -> _UpdateRelationshipResponseSuccess
data/sig/types.rbs CHANGED
@@ -410,12 +410,14 @@ module Aws::PartnerCentralChannel
410
410
  SENSITIVE: []
411
411
  end
412
412
 
413
- class ResoldBusiness
413
+ class ResoldEnterprise
414
414
  attr_accessor coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY")
415
+ attr_accessor tam_location: ::String
416
+ attr_accessor charge_account_id: ::String
415
417
  SENSITIVE: []
416
418
  end
417
419
 
418
- class ResoldEnterprise
420
+ class ResoldUnifiedOperations
419
421
  attr_accessor coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY")
420
422
  attr_accessor tam_location: ::String
421
423
  attr_accessor charge_account_id: ::String
@@ -493,18 +495,18 @@ module Aws::PartnerCentralChannel
493
495
  end
494
496
 
495
497
  class SupportPlan
496
- attr_accessor resold_business: Types::ResoldBusiness
497
498
  attr_accessor resold_enterprise: Types::ResoldEnterprise
498
499
  attr_accessor partner_led_support: Types::PartnerLedSupport
500
+ attr_accessor resold_unified_operations: Types::ResoldUnifiedOperations
499
501
  attr_accessor unknown: untyped
500
502
  SENSITIVE: []
501
503
 
502
- class ResoldBusiness < SupportPlan
503
- end
504
504
  class ResoldEnterprise < SupportPlan
505
505
  end
506
506
  class PartnerLedSupport < SupportPlan
507
507
  end
508
+ class ResoldUnifiedOperations < SupportPlan
509
+ end
508
510
  class Unknown < SupportPlan
509
511
  end
510
512
  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.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services