aws-sdk-partnercentralaccount 1.5.0 → 1.6.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralaccount/client.rb +5 -1
- data/lib/aws-sdk-partnercentralaccount/client_api.rb +12 -2
- data/lib/aws-sdk-partnercentralaccount/types.rb +14 -1
- data/lib/aws-sdk-partnercentralaccount.rb +1 -1
- data/sig/types.rbs +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f17d361c66e20039c697947f771997850ba8f4b85b3f980104e4a961f5fb6dc8
|
|
4
|
+
data.tar.gz: ee4f2221e47b3091fc23c06aed18b0ba5a5f39ad813dd8534370d4289e9a67e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edcf076555a1339bd4011a72ec401530bfa3c739fdfcdb5b5a95c3f509f6d0476c28962eaf98a61ef22cd830218c1f5df013e7683ee0f085257d72066018fc40
|
|
7
|
+
data.tar.gz: 53f08aa6f8debe2a2eb2d56504157cf7a0f49037e553c09021d1c2e7c7dae3c2c2cf2f1bb7923b16dd57bb17ecc432e8116529c515e54901054a9ca04e44f038
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.6.0 (2026-03-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - KYB Supplemental Form enables partners who fail business verification to submit additional details and supporting documentation through a self-service form, triggering an automated re-verification without requiring manual intervention from support teams.
|
|
8
|
+
|
|
4
9
|
1.5.0 (2026-03-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.6.0
|
|
@@ -1421,6 +1421,8 @@ module Aws::PartnerCentralAccount
|
|
|
1421
1421
|
# resp.verification_response_details.business_verification_response.business_verification_details.registration_id #=> String
|
|
1422
1422
|
# resp.verification_response_details.business_verification_response.business_verification_details.country_code #=> String
|
|
1423
1423
|
# resp.verification_response_details.business_verification_response.business_verification_details.jurisdiction_of_incorporation #=> String
|
|
1424
|
+
# resp.verification_response_details.business_verification_response.completion_url #=> String
|
|
1425
|
+
# resp.verification_response_details.business_verification_response.completion_url_expires_at #=> Time
|
|
1424
1426
|
# resp.verification_response_details.registrant_verification_response.completion_url #=> String
|
|
1425
1427
|
# resp.verification_response_details.registrant_verification_response.completion_url_expires_at #=> Time
|
|
1426
1428
|
# resp.started_at #=> Time
|
|
@@ -1991,6 +1993,8 @@ module Aws::PartnerCentralAccount
|
|
|
1991
1993
|
# resp.verification_response_details.business_verification_response.business_verification_details.registration_id #=> String
|
|
1992
1994
|
# resp.verification_response_details.business_verification_response.business_verification_details.country_code #=> String
|
|
1993
1995
|
# resp.verification_response_details.business_verification_response.business_verification_details.jurisdiction_of_incorporation #=> String
|
|
1996
|
+
# resp.verification_response_details.business_verification_response.completion_url #=> String
|
|
1997
|
+
# resp.verification_response_details.business_verification_response.completion_url_expires_at #=> Time
|
|
1994
1998
|
# resp.verification_response_details.registrant_verification_response.completion_url #=> String
|
|
1995
1999
|
# resp.verification_response_details.registrant_verification_response.completion_url_expires_at #=> Time
|
|
1996
2000
|
# resp.started_at #=> Time
|
|
@@ -2136,7 +2140,7 @@ module Aws::PartnerCentralAccount
|
|
|
2136
2140
|
tracer: tracer
|
|
2137
2141
|
)
|
|
2138
2142
|
context[:gem_name] = 'aws-sdk-partnercentralaccount'
|
|
2139
|
-
context[:gem_version] = '1.
|
|
2143
|
+
context[:gem_version] = '1.6.0'
|
|
2140
2144
|
Seahorse::Client::Request.new(handlers, context)
|
|
2141
2145
|
end
|
|
2142
2146
|
|
|
@@ -99,8 +99,10 @@ module Aws::PartnerCentralAccount
|
|
|
99
99
|
JurisdictionCode = Shapes::StringShape.new(name: 'JurisdictionCode')
|
|
100
100
|
LegalName = Shapes::StringShape.new(name: 'LegalName')
|
|
101
101
|
ListConnectionInvitationsRequest = Shapes::StructureShape.new(name: 'ListConnectionInvitationsRequest')
|
|
102
|
+
ListConnectionInvitationsRequestOtherParticipantIdentifiersList = Shapes::ListShape.new(name: 'ListConnectionInvitationsRequestOtherParticipantIdentifiersList')
|
|
102
103
|
ListConnectionInvitationsResponse = Shapes::StructureShape.new(name: 'ListConnectionInvitationsResponse')
|
|
103
104
|
ListConnectionsRequest = Shapes::StructureShape.new(name: 'ListConnectionsRequest')
|
|
105
|
+
ListConnectionsRequestOtherParticipantIdentifiersList = Shapes::ListShape.new(name: 'ListConnectionsRequestOtherParticipantIdentifiersList')
|
|
104
106
|
ListConnectionsResponse = Shapes::StructureShape.new(name: 'ListConnectionsResponse')
|
|
105
107
|
ListPartnersRequest = Shapes::StructureShape.new(name: 'ListPartnersRequest')
|
|
106
108
|
ListPartnersResponse = Shapes::StructureShape.new(name: 'ListPartnersResponse')
|
|
@@ -227,6 +229,8 @@ module Aws::PartnerCentralAccount
|
|
|
227
229
|
BusinessVerificationDetails.struct_class = Types::BusinessVerificationDetails
|
|
228
230
|
|
|
229
231
|
BusinessVerificationResponse.add_member(:business_verification_details, Shapes::ShapeRef.new(shape: BusinessVerificationDetails, required: true, location_name: "BusinessVerificationDetails"))
|
|
232
|
+
BusinessVerificationResponse.add_member(:completion_url, Shapes::ShapeRef.new(shape: CompletionUrl, location_name: "CompletionUrl"))
|
|
233
|
+
BusinessVerificationResponse.add_member(:completion_url_expires_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CompletionUrlExpiresAt"))
|
|
230
234
|
BusinessVerificationResponse.struct_class = Types::BusinessVerificationResponse
|
|
231
235
|
|
|
232
236
|
CancelConnectionInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
@@ -514,11 +518,13 @@ module Aws::PartnerCentralAccount
|
|
|
514
518
|
ListConnectionInvitationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
515
519
|
ListConnectionInvitationsRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
|
516
520
|
ListConnectionInvitationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
517
|
-
ListConnectionInvitationsRequest.add_member(:other_participant_identifiers, Shapes::ShapeRef.new(shape:
|
|
521
|
+
ListConnectionInvitationsRequest.add_member(:other_participant_identifiers, Shapes::ShapeRef.new(shape: ListConnectionInvitationsRequestOtherParticipantIdentifiersList, location_name: "OtherParticipantIdentifiers"))
|
|
518
522
|
ListConnectionInvitationsRequest.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, location_name: "ParticipantType"))
|
|
519
523
|
ListConnectionInvitationsRequest.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, location_name: "Status"))
|
|
520
524
|
ListConnectionInvitationsRequest.struct_class = Types::ListConnectionInvitationsRequest
|
|
521
525
|
|
|
526
|
+
ListConnectionInvitationsRequestOtherParticipantIdentifiersList.member = Shapes::ShapeRef.new(shape: ParticipantIdentifier)
|
|
527
|
+
|
|
522
528
|
ListConnectionInvitationsResponse.add_member(:connection_invitation_summaries, Shapes::ShapeRef.new(shape: ConnectionInvitationSummaryList, required: true, location_name: "ConnectionInvitationSummaries"))
|
|
523
529
|
ListConnectionInvitationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
524
530
|
ListConnectionInvitationsResponse.struct_class = Types::ListConnectionInvitationsResponse
|
|
@@ -527,9 +533,11 @@ module Aws::PartnerCentralAccount
|
|
|
527
533
|
ListConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
528
534
|
ListConnectionsRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionTypeFilter, location_name: "ConnectionType"))
|
|
529
535
|
ListConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
530
|
-
ListConnectionsRequest.add_member(:other_participant_identifiers, Shapes::ShapeRef.new(shape:
|
|
536
|
+
ListConnectionsRequest.add_member(:other_participant_identifiers, Shapes::ShapeRef.new(shape: ListConnectionsRequestOtherParticipantIdentifiersList, location_name: "OtherParticipantIdentifiers"))
|
|
531
537
|
ListConnectionsRequest.struct_class = Types::ListConnectionsRequest
|
|
532
538
|
|
|
539
|
+
ListConnectionsRequestOtherParticipantIdentifiersList.member = Shapes::ShapeRef.new(shape: ParticipantIdentifier)
|
|
540
|
+
|
|
533
541
|
ListConnectionsResponse.add_member(:connection_summaries, Shapes::ShapeRef.new(shape: ConnectionSummaryList, required: true, location_name: "ConnectionSummaries"))
|
|
534
542
|
ListConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
535
543
|
ListConnectionsResponse.struct_class = Types::ListConnectionsResponse
|
|
@@ -814,6 +822,7 @@ module Aws::PartnerCentralAccount
|
|
|
814
822
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
815
823
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
816
824
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
817
826
|
end)
|
|
818
827
|
|
|
819
828
|
api.add_operation(:associate_aws_training_certification_email_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -884,6 +893,7 @@ module Aws::PartnerCentralAccount
|
|
|
884
893
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
885
894
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
886
895
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
896
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
887
897
|
end)
|
|
888
898
|
|
|
889
899
|
api.add_operation(:create_partner, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -219,10 +219,23 @@ module Aws::PartnerCentralAccount
|
|
|
219
219
|
# verification process.
|
|
220
220
|
# @return [Types::BusinessVerificationDetails]
|
|
221
221
|
#
|
|
222
|
+
# @!attribute [rw] completion_url
|
|
223
|
+
# A secure URL where the registrant can complete additional
|
|
224
|
+
# verification steps, such as document upload or identity confirmation
|
|
225
|
+
# through a third-party verification service.
|
|
226
|
+
# @return [String]
|
|
227
|
+
#
|
|
228
|
+
# @!attribute [rw] completion_url_expires_at
|
|
229
|
+
# The timestamp when the completion URL expires and is no longer valid
|
|
230
|
+
# for accessing the verification workflow.
|
|
231
|
+
# @return [Time]
|
|
232
|
+
#
|
|
222
233
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/BusinessVerificationResponse AWS API Documentation
|
|
223
234
|
#
|
|
224
235
|
class BusinessVerificationResponse < Struct.new(
|
|
225
|
-
:business_verification_details
|
|
236
|
+
:business_verification_details,
|
|
237
|
+
:completion_url,
|
|
238
|
+
:completion_url_expires_at)
|
|
226
239
|
SENSITIVE = []
|
|
227
240
|
include Aws::Structure
|
|
228
241
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -67,6 +67,8 @@ module Aws::PartnerCentralAccount
|
|
|
67
67
|
|
|
68
68
|
class BusinessVerificationResponse
|
|
69
69
|
attr_accessor business_verification_details: Types::BusinessVerificationDetails
|
|
70
|
+
attr_accessor completion_url: ::String
|
|
71
|
+
attr_accessor completion_url_expires_at: ::Time
|
|
70
72
|
SENSITIVE: []
|
|
71
73
|
end
|
|
72
74
|
|
|
@@ -615,7 +617,7 @@ module Aws::PartnerCentralAccount
|
|
|
615
617
|
|
|
616
618
|
class ServiceQuotaExceededException
|
|
617
619
|
attr_accessor message: ::String
|
|
618
|
-
attr_accessor reason: ("LIMIT_EXCEEDED_NUMBER_OF_EMAIL" | "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN")
|
|
620
|
+
attr_accessor reason: ("LIMIT_EXCEEDED_NUMBER_OF_EMAIL" | "LIMIT_EXCEEDED_NUMBER_OF_DOMAIN" | "LIMIT_EXCEEDED_NUMBER_OF_CONNECTION_INVITATION_PER_DAY" | "LIMIT_EXCEEDED_NUMBER_OF_ACTIVE_CONNECTION" | "LIMIT_EXCEEDED_NUMBER_OF_OPEN_CONNECTION_INVITATION")
|
|
619
621
|
SENSITIVE: []
|
|
620
622
|
end
|
|
621
623
|
|