aws-sdk-partnercentralselling 1.8.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: e2ba9cc37a69929e09c6d11e71968fbc576e076825f16c661091968255aded9b
4
- data.tar.gz: ed93bdfe82fcf8bdb63e8785dc39f3803270c068888f8ce7099f9fe4840ee520
3
+ metadata.gz: a3aee21e6a672c9d4739239d5a6cff73be543bcbf86386b48c0d8ed4637d16cc
4
+ data.tar.gz: ae296a453fb8e0d88a4b36ef83a0b864f9df3c6de55fd8f68495d55c97333384
5
5
  SHA512:
6
- metadata.gz: 7f095f96fa867012d61990208c400096c9b758a2b05a49f4961e0def9ffbaa7d97e4c25041a6cf200ea3617fd1992a3deb244460ce0a55d9278b8827a3b237e9
7
- data.tar.gz: 4cd2cace70839a694ff520b88c26428ddcf55f2f4f47e448f2010c54c71a579d0d0cc99b72ecdccd316b97fc60ec7aed2e7ba18af4bb8658ccc2656cffcd8965
6
+ metadata.gz: 6cf283f0f559aab27b31ba360b6caa5850faceeacf58041521808281a44f06770b24e9cfdcab0ac7b0439bb133e44b32ecfe34473a541e8f09d5504bbde6809c
7
+ data.tar.gz: c010a292cae9aa2115d1285486758d9128de2accbcfa409223274b31ad54713fa053afceff099d960c0fcb08e1c2ead506d8460fbe4e400f6c4a8106019e9b76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2025-05-21)
5
+ ------------------
6
+
7
+ * Feature - Modified validation to allow expectedCustomerSpend array with zero elements in Partner Opportunity operations.
8
+
4
9
  1.8.0 (2025-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -1217,7 +1217,7 @@ module Aws::PartnerCentralSelling
1217
1217
  # be one of the supported resource types i.e. `Opportunity`
1218
1218
  #
1219
1219
  # @option params [Array<Types::Tag>] :tags
1220
- # A list of objects specifying each tag name and value.
1220
+ # A map of the key-value pairs of the tag or tags to assign.
1221
1221
  #
1222
1222
  # @return [Types::CreateResourceSnapshotJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1223
1223
  #
@@ -2394,7 +2394,7 @@ module Aws::PartnerCentralSelling
2394
2394
  # previous call.
2395
2395
  #
2396
2396
  # @option params [Types::EngagementSort] :sort
2397
- # An object that specifies the sort order of the results.
2397
+ # Specifies the sorting parameters for listing Engagements.
2398
2398
  #
2399
2399
  # @return [Types::ListEngagementsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2400
2400
  #
@@ -2964,7 +2964,7 @@ module Aws::PartnerCentralSelling
2964
2964
  # correct engagement is processed.
2965
2965
  #
2966
2966
  # @option params [Array<Types::Tag>] :tags
2967
- # A list of objects specifying each tag name and value.
2967
+ # A map of the key-value pairs of the tag or tags to assign.
2968
2968
  #
2969
2969
  # @return [Types::StartEngagementByAcceptingInvitationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2970
2970
  #
@@ -3043,7 +3043,7 @@ module Aws::PartnerCentralSelling
3043
3043
  # the correct opportunity.
3044
3044
  #
3045
3045
  # @option params [Array<Types::Tag>] :tags
3046
- # A list of objects specifying each tag name and value.
3046
+ # A map of the key-value pairs of the tag or tags to assign.
3047
3047
  #
3048
3048
  # @return [Types::StartEngagementFromOpportunityTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3049
3049
  #
@@ -3224,8 +3224,7 @@ module Aws::PartnerCentralSelling
3224
3224
  # The Amazon Resource Name (ARN) of the resource that you want to tag.
3225
3225
  #
3226
3226
  # @option params [required, Array<Types::Tag>] :tags
3227
- # A map of the key-value pairs of the tag or tags to assign to the
3228
- # resource.
3227
+ # A map of the key-value pairs of the tag or tags to assign.
3229
3228
  #
3230
3229
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3231
3230
  #
@@ -3516,7 +3515,7 @@ module Aws::PartnerCentralSelling
3516
3515
  tracer: tracer
3517
3516
  )
3518
3517
  context[:gem_name] = 'aws-sdk-partnercentralselling'
3519
- context[:gem_version] = '1.8.0'
3518
+ context[:gem_version] = '1.9.0'
3520
3519
  Seahorse::Client::Request.new(handlers, context)
3521
3520
  end
3522
3521
 
@@ -1321,8 +1321,8 @@ module Aws::PartnerCentralSelling
1321
1321
  o.http_request_uri = "/"
1322
1322
  o.input = Shapes::ShapeRef.new(shape: AcceptEngagementInvitationRequest)
1323
1323
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1324
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1325
1324
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1325
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1326
1326
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1327
1327
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1328
1328
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1361,8 +1361,8 @@ module Aws::PartnerCentralSelling
1361
1361
  o.http_request_uri = "/"
1362
1362
  o.input = Shapes::ShapeRef.new(shape: CreateEngagementRequest)
1363
1363
  o.output = Shapes::ShapeRef.new(shape: CreateEngagementResponse)
1364
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1365
1364
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1365
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1366
1366
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1367
1367
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1368
1368
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1375,8 +1375,8 @@ module Aws::PartnerCentralSelling
1375
1375
  o.http_request_uri = "/"
1376
1376
  o.input = Shapes::ShapeRef.new(shape: CreateEngagementInvitationRequest)
1377
1377
  o.output = Shapes::ShapeRef.new(shape: CreateEngagementInvitationResponse)
1378
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1379
1378
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1379
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1380
1380
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1381
1381
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1382
1382
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1389,8 +1389,8 @@ module Aws::PartnerCentralSelling
1389
1389
  o.http_request_uri = "/"
1390
1390
  o.input = Shapes::ShapeRef.new(shape: CreateOpportunityRequest)
1391
1391
  o.output = Shapes::ShapeRef.new(shape: CreateOpportunityResponse)
1392
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1393
1392
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1393
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1394
1394
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1395
1395
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1396
1396
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1403,8 +1403,8 @@ module Aws::PartnerCentralSelling
1403
1403
  o.http_request_uri = "/"
1404
1404
  o.input = Shapes::ShapeRef.new(shape: CreateResourceSnapshotRequest)
1405
1405
  o.output = Shapes::ShapeRef.new(shape: CreateResourceSnapshotResponse)
1406
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1407
1406
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1407
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1408
1408
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1409
1409
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1410
1410
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1417,8 +1417,8 @@ module Aws::PartnerCentralSelling
1417
1417
  o.http_request_uri = "/"
1418
1418
  o.input = Shapes::ShapeRef.new(shape: CreateResourceSnapshotJobRequest)
1419
1419
  o.output = Shapes::ShapeRef.new(shape: CreateResourceSnapshotJobResponse)
1420
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1421
1420
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1422
1422
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1423
1423
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1424
1424
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1431,8 +1431,8 @@ module Aws::PartnerCentralSelling
1431
1431
  o.http_request_uri = "/"
1432
1432
  o.input = Shapes::ShapeRef.new(shape: DeleteResourceSnapshotJobRequest)
1433
1433
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1434
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1435
1434
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1435
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1436
1436
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1437
1437
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1438
1438
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -1751,8 +1751,8 @@ module Aws::PartnerCentralSelling
1751
1751
  o.http_request_uri = "/"
1752
1752
  o.input = Shapes::ShapeRef.new(shape: RejectEngagementInvitationRequest)
1753
1753
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1754
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1755
1754
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1755
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1756
1756
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1757
1757
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1758
1758
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1765,8 +1765,8 @@ module Aws::PartnerCentralSelling
1765
1765
  o.http_request_uri = "/"
1766
1766
  o.input = Shapes::ShapeRef.new(shape: StartEngagementByAcceptingInvitationTaskRequest)
1767
1767
  o.output = Shapes::ShapeRef.new(shape: StartEngagementByAcceptingInvitationTaskResponse)
1768
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1769
1768
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1769
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1770
1770
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1771
1771
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1772
1772
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1780,8 +1780,8 @@ module Aws::PartnerCentralSelling
1780
1780
  o.http_request_uri = "/"
1781
1781
  o.input = Shapes::ShapeRef.new(shape: StartEngagementFromOpportunityTaskRequest)
1782
1782
  o.output = Shapes::ShapeRef.new(shape: StartEngagementFromOpportunityTaskResponse)
1783
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1784
1783
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1784
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1785
1785
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1786
1786
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1787
1787
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1832,8 +1832,8 @@ module Aws::PartnerCentralSelling
1832
1832
  o.http_request_uri = "/"
1833
1833
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1834
1834
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1835
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1836
1835
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1836
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1837
1837
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1838
1838
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1839
1839
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1846,8 +1846,8 @@ module Aws::PartnerCentralSelling
1846
1846
  o.http_request_uri = "/"
1847
1847
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1848
1848
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1849
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1850
1849
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1850
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1851
1851
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1852
1852
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1853
1853
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1860,8 +1860,8 @@ module Aws::PartnerCentralSelling
1860
1860
  o.http_request_uri = "/"
1861
1861
  o.input = Shapes::ShapeRef.new(shape: UpdateOpportunityRequest)
1862
1862
  o.output = Shapes::ShapeRef.new(shape: UpdateOpportunityResponse)
1863
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1864
1863
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1865
1865
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1866
1866
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1867
1867
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -126,7 +126,7 @@ module Aws::PartnerCentralSelling
126
126
  class AccountReceiver < Struct.new(
127
127
  :alias,
128
128
  :aws_account_id)
129
- SENSITIVE = [:aws_account_id]
129
+ SENSITIVE = [:alias, :aws_account_id]
130
130
  include Aws::Structure
131
131
  end
132
132
 
@@ -997,7 +997,7 @@ module Aws::PartnerCentralSelling
997
997
  # @return [String]
998
998
  #
999
999
  # @!attribute [rw] tags
1000
- # A list of objects specifying each tag name and value.
1000
+ # A map of the key-value pairs of the tag or tags to assign.
1001
1001
  # @return [Array<Types::Tag>]
1002
1002
  #
1003
1003
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateResourceSnapshotJobRequest AWS API Documentation
@@ -1341,7 +1341,7 @@ module Aws::PartnerCentralSelling
1341
1341
  :country_code,
1342
1342
  :industry,
1343
1343
  :website_url)
1344
- SENSITIVE = [:country_code, :website_url]
1344
+ SENSITIVE = [:company_name, :country_code, :website_url]
1345
1345
  include Aws::Structure
1346
1346
  end
1347
1347
 
@@ -1504,7 +1504,7 @@ module Aws::PartnerCentralSelling
1504
1504
  :account_id,
1505
1505
  :company_name,
1506
1506
  :website_url)
1507
- SENSITIVE = [:account_id]
1507
+ SENSITIVE = [:account_id, :company_name]
1508
1508
  include Aws::Structure
1509
1509
  end
1510
1510
 
@@ -1529,7 +1529,7 @@ module Aws::PartnerCentralSelling
1529
1529
  class EngagementMemberSummary < Struct.new(
1530
1530
  :company_name,
1531
1531
  :website_url)
1532
- SENSITIVE = []
1532
+ SENSITIVE = [:company_name]
1533
1533
  include Aws::Structure
1534
1534
  end
1535
1535
 
@@ -1928,7 +1928,7 @@ module Aws::PartnerCentralSelling
1928
1928
  :sender_aws_account_id,
1929
1929
  :sender_company_name,
1930
1930
  :status)
1931
- SENSITIVE = [:sender_aws_account_id]
1931
+ SENSITIVE = [:invitation_message, :sender_aws_account_id]
1932
1932
  include Aws::Structure
1933
1933
  end
1934
1934
 
@@ -2497,7 +2497,7 @@ module Aws::PartnerCentralSelling
2497
2497
  :message,
2498
2498
  :payload,
2499
2499
  :receiver)
2500
- SENSITIVE = []
2500
+ SENSITIVE = [:message]
2501
2501
  include Aws::Structure
2502
2502
  end
2503
2503
 
@@ -3443,7 +3443,7 @@ module Aws::PartnerCentralSelling
3443
3443
  # @return [String]
3444
3444
  #
3445
3445
  # @!attribute [rw] sort
3446
- # An object that specifies the sort order of the results.
3446
+ # Specifies the sorting parameters for listing Engagements.
3447
3447
  # @return [Types::EngagementSort]
3448
3448
  #
3449
3449
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementsRequest AWS API Documentation
@@ -5010,7 +5010,7 @@ module Aws::PartnerCentralSelling
5010
5010
  # @return [String]
5011
5011
  #
5012
5012
  # @!attribute [rw] tags
5013
- # A list of objects specifying each tag name and value.
5013
+ # A map of the key-value pairs of the tag or tags to assign.
5014
5014
  # @return [Array<Types::Tag>]
5015
5015
  #
5016
5016
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementByAcceptingInvitationTaskRequest AWS API Documentation
@@ -5111,7 +5111,7 @@ module Aws::PartnerCentralSelling
5111
5111
  # @return [String]
5112
5112
  #
5113
5113
  # @!attribute [rw] tags
5114
- # A list of objects specifying each tag name and value.
5114
+ # A map of the key-value pairs of the tag or tags to assign.
5115
5115
  # @return [Array<Types::Tag>]
5116
5116
  #
5117
5117
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementFromOpportunityTaskRequest AWS API Documentation
@@ -5310,8 +5310,7 @@ module Aws::PartnerCentralSelling
5310
5310
  # @return [String]
5311
5311
  #
5312
5312
  # @!attribute [rw] tags
5313
- # A map of the key-value pairs of the tag or tags to assign to the
5314
- # resource.
5313
+ # A map of the key-value pairs of the tag or tags to assign.
5315
5314
  # @return [Array<Types::Tag>]
5316
5315
  #
5317
5316
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/TagResourceRequest AWS API Documentation
@@ -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.8.0'
57
+ GEM_VERSION = '1.9.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -33,7 +33,7 @@ module Aws::PartnerCentralSelling
33
33
  class AccountReceiver
34
34
  attr_accessor alias: ::String
35
35
  attr_accessor aws_account_id: ::String
36
- SENSITIVE: [:aws_account_id]
36
+ SENSITIVE: [:alias, :aws_account_id]
37
37
  end
38
38
 
39
39
  class AccountSummary
@@ -283,7 +283,7 @@ module Aws::PartnerCentralSelling
283
283
  attr_accessor country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
284
284
  attr_accessor industry: ("Aerospace" | "Agriculture" | "Automotive" | "Computers and Electronics" | "Consumer Goods" | "Education" | "Energy - Oil and Gas" | "Energy - Power and Utilities" | "Financial Services" | "Gaming" | "Government" | "Healthcare" | "Hospitality" | "Life Sciences" | "Manufacturing" | "Marketing and Advertising" | "Media and Entertainment" | "Mining" | "Non-Profit Organization" | "Professional Services" | "Real Estate and Construction" | "Retail" | "Software and Internet" | "Telecommunications" | "Transportation and Logistics" | "Travel" | "Wholesale and Distribution" | "Other")
285
285
  attr_accessor website_url: ::String
286
- SENSITIVE: [:country_code, :website_url]
286
+ SENSITIVE: [:company_name, :country_code, :website_url]
287
287
  end
288
288
 
289
289
  class EngagementCustomerProjectDetails
@@ -314,13 +314,13 @@ module Aws::PartnerCentralSelling
314
314
  attr_accessor account_id: ::String
315
315
  attr_accessor company_name: ::String
316
316
  attr_accessor website_url: ::String
317
- SENSITIVE: [:account_id]
317
+ SENSITIVE: [:account_id, :company_name]
318
318
  end
319
319
 
320
320
  class EngagementMemberSummary
321
321
  attr_accessor company_name: ::String
322
322
  attr_accessor website_url: ::String
323
- SENSITIVE: []
323
+ SENSITIVE: [:company_name]
324
324
  end
325
325
 
326
326
  class EngagementResourceAssociationSummary
@@ -403,7 +403,7 @@ module Aws::PartnerCentralSelling
403
403
  attr_accessor sender_aws_account_id: ::String
404
404
  attr_accessor sender_company_name: ::String
405
405
  attr_accessor status: ("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")
406
- SENSITIVE: [:sender_aws_account_id]
406
+ SENSITIVE: [:invitation_message, :sender_aws_account_id]
407
407
  end
408
408
 
409
409
  class GetEngagementRequest
@@ -516,7 +516,7 @@ module Aws::PartnerCentralSelling
516
516
  attr_accessor message: ::String
517
517
  attr_accessor payload: Types::Payload
518
518
  attr_accessor receiver: Types::Receiver
519
- SENSITIVE: []
519
+ SENSITIVE: [:message]
520
520
  end
521
521
 
522
522
  class LastModifiedDate
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-partnercentralselling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services