aws-sdk-partnercentralaccount 1.11.0 → 1.12.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 +297 -1
- data/lib/aws-sdk-partnercentralaccount/client_api.rb +161 -0
- data/lib/aws-sdk-partnercentralaccount/types.rb +410 -0
- data/lib/aws-sdk-partnercentralaccount.rb +1 -1
- data/sig/client.rbs +97 -0
- data/sig/types.rbs +100 -3
- 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: 6519a50b2bafbfb092023ed5cd4bd174081dee140d70588233003192ffcefe9a
|
|
4
|
+
data.tar.gz: 148319722407983460d3ff895ee032755bb64c6da19420e5ac91860db3d9cfe3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73ee0e3dea2f6e8d8eb4aa7b1ef6208aeb3be74c21af8dd36882cad5dc829c6d77b930bd9540bd8b4917c989dd4439f891edb31dd24ed849b715c342392f3d87
|
|
7
|
+
data.tar.gz: b178d2c07fd658bcc2a0c5f7444273447a13ed3cabd8e3b2c7f78705eb80fd2f05002706955c09a55b50e1b2d4699b3ea60b5fb5a313ae4f5ae1cebd7679cfca
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.12.0 (2026-07-22)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds Qualifications Association APIs that enable partners to associate a subsidiary account's qualifications with a primary account. Once associated, qualifications are shared across all connected accounts and scorecards are consolidated. Partners can start and track association and disassociation.
|
|
8
|
+
|
|
4
9
|
1.11.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.12.0
|
|
@@ -1386,6 +1386,164 @@ module Aws::PartnerCentralAccount
|
|
|
1386
1386
|
req.send_request(options)
|
|
1387
1387
|
end
|
|
1388
1388
|
|
|
1389
|
+
# Returns your current qualifications association status, the primary
|
|
1390
|
+
# partner, and the full list of partners associated under the primary
|
|
1391
|
+
# partner.
|
|
1392
|
+
#
|
|
1393
|
+
# @option params [required, String] :catalog
|
|
1394
|
+
# The catalog in which to look up the qualifications association. Valid
|
|
1395
|
+
# values: `AWS`, `Sandbox`.
|
|
1396
|
+
#
|
|
1397
|
+
# @option params [required, String] :identifier
|
|
1398
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
1399
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
1400
|
+
# identifier.
|
|
1401
|
+
#
|
|
1402
|
+
# @return [Types::GetQualificationsAssociationDetailsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1403
|
+
#
|
|
1404
|
+
# * {Types::GetQualificationsAssociationDetailsResponse#catalog #catalog} => String
|
|
1405
|
+
# * {Types::GetQualificationsAssociationDetailsResponse#arn #arn} => String
|
|
1406
|
+
# * {Types::GetQualificationsAssociationDetailsResponse#id #id} => String
|
|
1407
|
+
# * {Types::GetQualificationsAssociationDetailsResponse#status #status} => String
|
|
1408
|
+
# * {Types::GetQualificationsAssociationDetailsResponse#primary_partner #primary_partner} => Types::QualificationsAssociationPartner
|
|
1409
|
+
# * {Types::GetQualificationsAssociationDetailsResponse#associated_partners #associated_partners} => Array<Types::QualificationsAssociationPartner>
|
|
1410
|
+
# * {Types::GetQualificationsAssociationDetailsResponse#updated_at #updated_at} => Time
|
|
1411
|
+
#
|
|
1412
|
+
# @example Request syntax with placeholder values
|
|
1413
|
+
#
|
|
1414
|
+
# resp = client.get_qualifications_association_details({
|
|
1415
|
+
# catalog: "Catalog", # required
|
|
1416
|
+
# identifier: "PartnerIdentifier", # required
|
|
1417
|
+
# })
|
|
1418
|
+
#
|
|
1419
|
+
# @example Response structure
|
|
1420
|
+
#
|
|
1421
|
+
# resp.catalog #=> String
|
|
1422
|
+
# resp.arn #=> String
|
|
1423
|
+
# resp.id #=> String
|
|
1424
|
+
# resp.status #=> String, one of "ASSOCIATED", "NOT_ASSOCIATED"
|
|
1425
|
+
# resp.primary_partner.profile_id #=> String
|
|
1426
|
+
# resp.primary_partner.account_id #=> String
|
|
1427
|
+
# resp.associated_partners #=> Array
|
|
1428
|
+
# resp.associated_partners[0].profile_id #=> String
|
|
1429
|
+
# resp.associated_partners[0].account_id #=> String
|
|
1430
|
+
# resp.updated_at #=> Time
|
|
1431
|
+
#
|
|
1432
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsAssociationDetails AWS API Documentation
|
|
1433
|
+
#
|
|
1434
|
+
# @overload get_qualifications_association_details(params = {})
|
|
1435
|
+
# @param [Hash] params ({})
|
|
1436
|
+
def get_qualifications_association_details(params = {}, options = {})
|
|
1437
|
+
req = build_request(:get_qualifications_association_details, params)
|
|
1438
|
+
req.send_request(options)
|
|
1439
|
+
end
|
|
1440
|
+
|
|
1441
|
+
# Retrieves the status and details of the most recent qualifications
|
|
1442
|
+
# association task for your partner account. Use this operation to poll
|
|
1443
|
+
# the progress of an association task initiated by
|
|
1444
|
+
# `StartQualificationsAssociationTask`.
|
|
1445
|
+
#
|
|
1446
|
+
# @option params [required, String] :catalog
|
|
1447
|
+
# The catalog in which to look up the qualifications association task.
|
|
1448
|
+
# Valid values: `AWS`, `Sandbox`.
|
|
1449
|
+
#
|
|
1450
|
+
# @option params [required, String] :identifier
|
|
1451
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
1452
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
1453
|
+
# identifier.
|
|
1454
|
+
#
|
|
1455
|
+
# @return [Types::GetQualificationsAssociationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1456
|
+
#
|
|
1457
|
+
# * {Types::GetQualificationsAssociationTaskResponse#catalog #catalog} => String
|
|
1458
|
+
# * {Types::GetQualificationsAssociationTaskResponse#arn #arn} => String
|
|
1459
|
+
# * {Types::GetQualificationsAssociationTaskResponse#id #id} => String
|
|
1460
|
+
# * {Types::GetQualificationsAssociationTaskResponse#task_id #task_id} => String
|
|
1461
|
+
# * {Types::GetQualificationsAssociationTaskResponse#status #status} => String
|
|
1462
|
+
# * {Types::GetQualificationsAssociationTaskResponse#primary_partner #primary_partner} => Types::QualificationsAssociationPartner
|
|
1463
|
+
# * {Types::GetQualificationsAssociationTaskResponse#started_at #started_at} => Time
|
|
1464
|
+
# * {Types::GetQualificationsAssociationTaskResponse#ended_at #ended_at} => Time
|
|
1465
|
+
#
|
|
1466
|
+
# @example Request syntax with placeholder values
|
|
1467
|
+
#
|
|
1468
|
+
# resp = client.get_qualifications_association_task({
|
|
1469
|
+
# catalog: "Catalog", # required
|
|
1470
|
+
# identifier: "PartnerIdentifier", # required
|
|
1471
|
+
# })
|
|
1472
|
+
#
|
|
1473
|
+
# @example Response structure
|
|
1474
|
+
#
|
|
1475
|
+
# resp.catalog #=> String
|
|
1476
|
+
# resp.arn #=> String
|
|
1477
|
+
# resp.id #=> String
|
|
1478
|
+
# resp.task_id #=> String
|
|
1479
|
+
# resp.status #=> String, one of "IN_PROGRESS", "SUCCEEDED"
|
|
1480
|
+
# resp.primary_partner.profile_id #=> String
|
|
1481
|
+
# resp.primary_partner.account_id #=> String
|
|
1482
|
+
# resp.started_at #=> Time
|
|
1483
|
+
# resp.ended_at #=> Time
|
|
1484
|
+
#
|
|
1485
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsAssociationTask AWS API Documentation
|
|
1486
|
+
#
|
|
1487
|
+
# @overload get_qualifications_association_task(params = {})
|
|
1488
|
+
# @param [Hash] params ({})
|
|
1489
|
+
def get_qualifications_association_task(params = {}, options = {})
|
|
1490
|
+
req = build_request(:get_qualifications_association_task, params)
|
|
1491
|
+
req.send_request(options)
|
|
1492
|
+
end
|
|
1493
|
+
|
|
1494
|
+
# Retrieves the status and details of the most recent qualifications
|
|
1495
|
+
# disassociation task for your partner account. Use this operation to
|
|
1496
|
+
# poll the progress of a disassociation task initiated by
|
|
1497
|
+
# `StartQualificationsDisassociationTask`.
|
|
1498
|
+
#
|
|
1499
|
+
# @option params [required, String] :catalog
|
|
1500
|
+
# The catalog in which to look up the qualifications disassociation
|
|
1501
|
+
# task. Valid values: `AWS`, `Sandbox`.
|
|
1502
|
+
#
|
|
1503
|
+
# @option params [required, String] :identifier
|
|
1504
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
1505
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
1506
|
+
# identifier.
|
|
1507
|
+
#
|
|
1508
|
+
# @return [Types::GetQualificationsDisassociationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1509
|
+
#
|
|
1510
|
+
# * {Types::GetQualificationsDisassociationTaskResponse#catalog #catalog} => String
|
|
1511
|
+
# * {Types::GetQualificationsDisassociationTaskResponse#arn #arn} => String
|
|
1512
|
+
# * {Types::GetQualificationsDisassociationTaskResponse#id #id} => String
|
|
1513
|
+
# * {Types::GetQualificationsDisassociationTaskResponse#task_id #task_id} => String
|
|
1514
|
+
# * {Types::GetQualificationsDisassociationTaskResponse#status #status} => String
|
|
1515
|
+
# * {Types::GetQualificationsDisassociationTaskResponse#associated_partner #associated_partner} => Types::QualificationsAssociationPartner
|
|
1516
|
+
# * {Types::GetQualificationsDisassociationTaskResponse#started_at #started_at} => Time
|
|
1517
|
+
# * {Types::GetQualificationsDisassociationTaskResponse#ended_at #ended_at} => Time
|
|
1518
|
+
#
|
|
1519
|
+
# @example Request syntax with placeholder values
|
|
1520
|
+
#
|
|
1521
|
+
# resp = client.get_qualifications_disassociation_task({
|
|
1522
|
+
# catalog: "Catalog", # required
|
|
1523
|
+
# identifier: "PartnerIdentifier", # required
|
|
1524
|
+
# })
|
|
1525
|
+
#
|
|
1526
|
+
# @example Response structure
|
|
1527
|
+
#
|
|
1528
|
+
# resp.catalog #=> String
|
|
1529
|
+
# resp.arn #=> String
|
|
1530
|
+
# resp.id #=> String
|
|
1531
|
+
# resp.task_id #=> String
|
|
1532
|
+
# resp.status #=> String, one of "IN_PROGRESS", "SUCCEEDED"
|
|
1533
|
+
# resp.associated_partner.profile_id #=> String
|
|
1534
|
+
# resp.associated_partner.account_id #=> String
|
|
1535
|
+
# resp.started_at #=> Time
|
|
1536
|
+
# resp.ended_at #=> Time
|
|
1537
|
+
#
|
|
1538
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsDisassociationTask AWS API Documentation
|
|
1539
|
+
#
|
|
1540
|
+
# @overload get_qualifications_disassociation_task(params = {})
|
|
1541
|
+
# @param [Hash] params ({})
|
|
1542
|
+
def get_qualifications_disassociation_task(params = {}, options = {})
|
|
1543
|
+
req = build_request(:get_qualifications_disassociation_task, params)
|
|
1544
|
+
req.send_request(options)
|
|
1545
|
+
end
|
|
1546
|
+
|
|
1389
1547
|
# Retrieves the current status and details of a verification process for
|
|
1390
1548
|
# a partner account. This operation allows partners to check the
|
|
1391
1549
|
# progress and results of business or registrant verification processes.
|
|
@@ -1939,6 +2097,144 @@ module Aws::PartnerCentralAccount
|
|
|
1939
2097
|
req.send_request(options)
|
|
1940
2098
|
end
|
|
1941
2099
|
|
|
2100
|
+
# Initiates an asynchronous task to associate your partner
|
|
2101
|
+
# qualifications with a primary account. You must be a subsidiary of the
|
|
2102
|
+
# primary account with an active subsidiary connection. Use
|
|
2103
|
+
# `GetQualificationsAssociationTask` to monitor task progress.
|
|
2104
|
+
#
|
|
2105
|
+
# @option params [required, String] :catalog
|
|
2106
|
+
# The catalog in which to perform the qualifications association. Valid
|
|
2107
|
+
# values: `AWS`, `Sandbox`.
|
|
2108
|
+
#
|
|
2109
|
+
# @option params [required, String] :identifier
|
|
2110
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
2111
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
2112
|
+
# identifier.
|
|
2113
|
+
#
|
|
2114
|
+
# @option params [String] :client_token
|
|
2115
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
2116
|
+
# idempotency of the request.
|
|
2117
|
+
#
|
|
2118
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
2119
|
+
# not need to pass this option.**
|
|
2120
|
+
#
|
|
2121
|
+
# @option params [required, Types::QualificationsAssociationPartner] :primary_partner
|
|
2122
|
+
# The primary (acquiring) partner's profile and account identifier to
|
|
2123
|
+
# associate qualifications with. You must provide at least one of
|
|
2124
|
+
# `ProfileId` or `AccountId`. You cannot specify yourself as the primary
|
|
2125
|
+
# partner.
|
|
2126
|
+
#
|
|
2127
|
+
# @return [Types::StartQualificationsAssociationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2128
|
+
#
|
|
2129
|
+
# * {Types::StartQualificationsAssociationTaskResponse#catalog #catalog} => String
|
|
2130
|
+
# * {Types::StartQualificationsAssociationTaskResponse#arn #arn} => String
|
|
2131
|
+
# * {Types::StartQualificationsAssociationTaskResponse#id #id} => String
|
|
2132
|
+
# * {Types::StartQualificationsAssociationTaskResponse#task_id #task_id} => String
|
|
2133
|
+
# * {Types::StartQualificationsAssociationTaskResponse#status #status} => String
|
|
2134
|
+
# * {Types::StartQualificationsAssociationTaskResponse#primary_partner #primary_partner} => Types::QualificationsAssociationPartner
|
|
2135
|
+
# * {Types::StartQualificationsAssociationTaskResponse#started_at #started_at} => Time
|
|
2136
|
+
#
|
|
2137
|
+
# @example Request syntax with placeholder values
|
|
2138
|
+
#
|
|
2139
|
+
# resp = client.start_qualifications_association_task({
|
|
2140
|
+
# catalog: "Catalog", # required
|
|
2141
|
+
# identifier: "PartnerIdentifier", # required
|
|
2142
|
+
# client_token: "ClientToken",
|
|
2143
|
+
# primary_partner: { # required
|
|
2144
|
+
# profile_id: "PartnerProfileId",
|
|
2145
|
+
# account_id: "AwsAccountId",
|
|
2146
|
+
# },
|
|
2147
|
+
# })
|
|
2148
|
+
#
|
|
2149
|
+
# @example Response structure
|
|
2150
|
+
#
|
|
2151
|
+
# resp.catalog #=> String
|
|
2152
|
+
# resp.arn #=> String
|
|
2153
|
+
# resp.id #=> String
|
|
2154
|
+
# resp.task_id #=> String
|
|
2155
|
+
# resp.status #=> String, one of "IN_PROGRESS", "SUCCEEDED"
|
|
2156
|
+
# resp.primary_partner.profile_id #=> String
|
|
2157
|
+
# resp.primary_partner.account_id #=> String
|
|
2158
|
+
# resp.started_at #=> Time
|
|
2159
|
+
#
|
|
2160
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/StartQualificationsAssociationTask AWS API Documentation
|
|
2161
|
+
#
|
|
2162
|
+
# @overload start_qualifications_association_task(params = {})
|
|
2163
|
+
# @param [Hash] params ({})
|
|
2164
|
+
def start_qualifications_association_task(params = {}, options = {})
|
|
2165
|
+
req = build_request(:start_qualifications_association_task, params)
|
|
2166
|
+
req.send_request(options)
|
|
2167
|
+
end
|
|
2168
|
+
|
|
2169
|
+
# Initiates an asynchronous task to disassociate your partner
|
|
2170
|
+
# qualifications from a primary account. You must currently be
|
|
2171
|
+
# associated and cannot disassociate if you are the primary partner. Use
|
|
2172
|
+
# `GetQualificationsDisassociationTask` to monitor task progress.
|
|
2173
|
+
#
|
|
2174
|
+
# @option params [required, String] :catalog
|
|
2175
|
+
# The catalog in which to perform the qualifications disassociation.
|
|
2176
|
+
# Valid values: `AWS`, `Sandbox`.
|
|
2177
|
+
#
|
|
2178
|
+
# @option params [required, String] :identifier
|
|
2179
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
2180
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
2181
|
+
# identifier.
|
|
2182
|
+
#
|
|
2183
|
+
# @option params [String] :client_token
|
|
2184
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
2185
|
+
# idempotency of the request.
|
|
2186
|
+
#
|
|
2187
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
2188
|
+
# not need to pass this option.**
|
|
2189
|
+
#
|
|
2190
|
+
# @option params [required, Types::QualificationsAssociationPartner] :associated_partner
|
|
2191
|
+
# The primary partner's profile and account identifier that you are
|
|
2192
|
+
# currently associated with and will disassociate from. You must provide
|
|
2193
|
+
# at least one of `ProfileId` or `AccountId`. The specified partner must
|
|
2194
|
+
# match your current primary association.
|
|
2195
|
+
#
|
|
2196
|
+
# @return [Types::StartQualificationsDisassociationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2197
|
+
#
|
|
2198
|
+
# * {Types::StartQualificationsDisassociationTaskResponse#catalog #catalog} => String
|
|
2199
|
+
# * {Types::StartQualificationsDisassociationTaskResponse#arn #arn} => String
|
|
2200
|
+
# * {Types::StartQualificationsDisassociationTaskResponse#id #id} => String
|
|
2201
|
+
# * {Types::StartQualificationsDisassociationTaskResponse#task_id #task_id} => String
|
|
2202
|
+
# * {Types::StartQualificationsDisassociationTaskResponse#status #status} => String
|
|
2203
|
+
# * {Types::StartQualificationsDisassociationTaskResponse#associated_partner #associated_partner} => Types::QualificationsAssociationPartner
|
|
2204
|
+
# * {Types::StartQualificationsDisassociationTaskResponse#started_at #started_at} => Time
|
|
2205
|
+
#
|
|
2206
|
+
# @example Request syntax with placeholder values
|
|
2207
|
+
#
|
|
2208
|
+
# resp = client.start_qualifications_disassociation_task({
|
|
2209
|
+
# catalog: "Catalog", # required
|
|
2210
|
+
# identifier: "PartnerIdentifier", # required
|
|
2211
|
+
# client_token: "ClientToken",
|
|
2212
|
+
# associated_partner: { # required
|
|
2213
|
+
# profile_id: "PartnerProfileId",
|
|
2214
|
+
# account_id: "AwsAccountId",
|
|
2215
|
+
# },
|
|
2216
|
+
# })
|
|
2217
|
+
#
|
|
2218
|
+
# @example Response structure
|
|
2219
|
+
#
|
|
2220
|
+
# resp.catalog #=> String
|
|
2221
|
+
# resp.arn #=> String
|
|
2222
|
+
# resp.id #=> String
|
|
2223
|
+
# resp.task_id #=> String
|
|
2224
|
+
# resp.status #=> String, one of "IN_PROGRESS", "SUCCEEDED"
|
|
2225
|
+
# resp.associated_partner.profile_id #=> String
|
|
2226
|
+
# resp.associated_partner.account_id #=> String
|
|
2227
|
+
# resp.started_at #=> Time
|
|
2228
|
+
#
|
|
2229
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/StartQualificationsDisassociationTask AWS API Documentation
|
|
2230
|
+
#
|
|
2231
|
+
# @overload start_qualifications_disassociation_task(params = {})
|
|
2232
|
+
# @param [Hash] params ({})
|
|
2233
|
+
def start_qualifications_disassociation_task(params = {}, options = {})
|
|
2234
|
+
req = build_request(:start_qualifications_disassociation_task, params)
|
|
2235
|
+
req.send_request(options)
|
|
2236
|
+
end
|
|
2237
|
+
|
|
1942
2238
|
# Initiates a new verification process for a partner account. This
|
|
1943
2239
|
# operation begins the verification workflow for either business
|
|
1944
2240
|
# registration or individual registrant identity verification as
|
|
@@ -2138,7 +2434,7 @@ module Aws::PartnerCentralAccount
|
|
|
2138
2434
|
tracer: tracer
|
|
2139
2435
|
)
|
|
2140
2436
|
context[:gem_name] = 'aws-sdk-partnercentralaccount'
|
|
2141
|
-
context[:gem_version] = '1.
|
|
2437
|
+
context[:gem_version] = '1.12.0'
|
|
2142
2438
|
Seahorse::Client::Request.new(handlers, context)
|
|
2143
2439
|
end
|
|
2144
2440
|
|
|
@@ -23,6 +23,7 @@ module Aws::PartnerCentralAccount
|
|
|
23
23
|
AllianceLeadContact = Shapes::StructureShape.new(name: 'AllianceLeadContact')
|
|
24
24
|
AssociateAwsTrainingCertificationEmailDomainRequest = Shapes::StructureShape.new(name: 'AssociateAwsTrainingCertificationEmailDomainRequest')
|
|
25
25
|
AssociateAwsTrainingCertificationEmailDomainResponse = Shapes::StructureShape.new(name: 'AssociateAwsTrainingCertificationEmailDomainResponse')
|
|
26
|
+
AssociatedPartnerList = Shapes::ListShape.new(name: 'AssociatedPartnerList')
|
|
26
27
|
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
|
27
28
|
BusinessValidationCode = Shapes::StringShape.new(name: 'BusinessValidationCode')
|
|
28
29
|
BusinessValidationError = Shapes::StructureShape.new(name: 'BusinessValidationError')
|
|
@@ -90,6 +91,12 @@ module Aws::PartnerCentralAccount
|
|
|
90
91
|
GetProfileUpdateTaskResponse = Shapes::StructureShape.new(name: 'GetProfileUpdateTaskResponse')
|
|
91
92
|
GetProfileVisibilityRequest = Shapes::StructureShape.new(name: 'GetProfileVisibilityRequest')
|
|
92
93
|
GetProfileVisibilityResponse = Shapes::StructureShape.new(name: 'GetProfileVisibilityResponse')
|
|
94
|
+
GetQualificationsAssociationDetailsRequest = Shapes::StructureShape.new(name: 'GetQualificationsAssociationDetailsRequest')
|
|
95
|
+
GetQualificationsAssociationDetailsResponse = Shapes::StructureShape.new(name: 'GetQualificationsAssociationDetailsResponse')
|
|
96
|
+
GetQualificationsAssociationTaskRequest = Shapes::StructureShape.new(name: 'GetQualificationsAssociationTaskRequest')
|
|
97
|
+
GetQualificationsAssociationTaskResponse = Shapes::StructureShape.new(name: 'GetQualificationsAssociationTaskResponse')
|
|
98
|
+
GetQualificationsDisassociationTaskRequest = Shapes::StructureShape.new(name: 'GetQualificationsDisassociationTaskRequest')
|
|
99
|
+
GetQualificationsDisassociationTaskResponse = Shapes::StructureShape.new(name: 'GetQualificationsDisassociationTaskResponse')
|
|
93
100
|
GetVerificationRequest = Shapes::StructureShape.new(name: 'GetVerificationRequest')
|
|
94
101
|
GetVerificationResponse = Shapes::StructureShape.new(name: 'GetVerificationResponse')
|
|
95
102
|
IndustrySegment = Shapes::StringShape.new(name: 'IndustrySegment')
|
|
@@ -138,6 +145,12 @@ module Aws::PartnerCentralAccount
|
|
|
138
145
|
PutAllianceLeadContactResponse = Shapes::StructureShape.new(name: 'PutAllianceLeadContactResponse')
|
|
139
146
|
PutProfileVisibilityRequest = Shapes::StructureShape.new(name: 'PutProfileVisibilityRequest')
|
|
140
147
|
PutProfileVisibilityResponse = Shapes::StructureShape.new(name: 'PutProfileVisibilityResponse')
|
|
148
|
+
QualificationsAssociationPartner = Shapes::StructureShape.new(name: 'QualificationsAssociationPartner')
|
|
149
|
+
QualificationsAssociationStatus = Shapes::StringShape.new(name: 'QualificationsAssociationStatus')
|
|
150
|
+
QualificationsAssociationTaskId = Shapes::StringShape.new(name: 'QualificationsAssociationTaskId')
|
|
151
|
+
QualificationsAssociationTaskStatus = Shapes::StringShape.new(name: 'QualificationsAssociationTaskStatus')
|
|
152
|
+
QualificationsDisassociationTaskId = Shapes::StringShape.new(name: 'QualificationsDisassociationTaskId')
|
|
153
|
+
QualificationsDisassociationTaskStatus = Shapes::StringShape.new(name: 'QualificationsDisassociationTaskStatus')
|
|
141
154
|
RegistrantVerificationDetails = Shapes::StructureShape.new(name: 'RegistrantVerificationDetails')
|
|
142
155
|
RegistrantVerificationResponse = Shapes::StructureShape.new(name: 'RegistrantVerificationResponse')
|
|
143
156
|
RegistrationId = Shapes::StringShape.new(name: 'RegistrationId')
|
|
@@ -157,6 +170,10 @@ module Aws::PartnerCentralAccount
|
|
|
157
170
|
ServiceQuotaExceededExceptionReason = Shapes::StringShape.new(name: 'ServiceQuotaExceededExceptionReason')
|
|
158
171
|
StartProfileUpdateTaskRequest = Shapes::StructureShape.new(name: 'StartProfileUpdateTaskRequest')
|
|
159
172
|
StartProfileUpdateTaskResponse = Shapes::StructureShape.new(name: 'StartProfileUpdateTaskResponse')
|
|
173
|
+
StartQualificationsAssociationTaskRequest = Shapes::StructureShape.new(name: 'StartQualificationsAssociationTaskRequest')
|
|
174
|
+
StartQualificationsAssociationTaskResponse = Shapes::StructureShape.new(name: 'StartQualificationsAssociationTaskResponse')
|
|
175
|
+
StartQualificationsDisassociationTaskRequest = Shapes::StructureShape.new(name: 'StartQualificationsDisassociationTaskRequest')
|
|
176
|
+
StartQualificationsDisassociationTaskResponse = Shapes::StructureShape.new(name: 'StartQualificationsDisassociationTaskResponse')
|
|
160
177
|
StartVerificationRequest = Shapes::StructureShape.new(name: 'StartVerificationRequest')
|
|
161
178
|
StartVerificationResponse = Shapes::StructureShape.new(name: 'StartVerificationResponse')
|
|
162
179
|
String = Shapes::StringShape.new(name: 'String')
|
|
@@ -218,6 +235,8 @@ module Aws::PartnerCentralAccount
|
|
|
218
235
|
|
|
219
236
|
AssociateAwsTrainingCertificationEmailDomainResponse.struct_class = Types::AssociateAwsTrainingCertificationEmailDomainResponse
|
|
220
237
|
|
|
238
|
+
AssociatedPartnerList.member = Shapes::ShapeRef.new(shape: QualificationsAssociationPartner)
|
|
239
|
+
|
|
221
240
|
BusinessValidationError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
222
241
|
BusinessValidationError.add_member(:code, Shapes::ShapeRef.new(shape: BusinessValidationCode, required: true, location_name: "Code"))
|
|
223
242
|
BusinessValidationError.struct_class = Types::BusinessValidationError
|
|
@@ -498,6 +517,47 @@ module Aws::PartnerCentralAccount
|
|
|
498
517
|
GetProfileVisibilityResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: PartnerProfileId, required: true, location_name: "ProfileId"))
|
|
499
518
|
GetProfileVisibilityResponse.struct_class = Types::GetProfileVisibilityResponse
|
|
500
519
|
|
|
520
|
+
GetQualificationsAssociationDetailsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
521
|
+
GetQualificationsAssociationDetailsRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
|
|
522
|
+
GetQualificationsAssociationDetailsRequest.struct_class = Types::GetQualificationsAssociationDetailsRequest
|
|
523
|
+
|
|
524
|
+
GetQualificationsAssociationDetailsResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
525
|
+
GetQualificationsAssociationDetailsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
|
|
526
|
+
GetQualificationsAssociationDetailsResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
|
|
527
|
+
GetQualificationsAssociationDetailsResponse.add_member(:status, Shapes::ShapeRef.new(shape: QualificationsAssociationStatus, required: true, location_name: "Status"))
|
|
528
|
+
GetQualificationsAssociationDetailsResponse.add_member(:primary_partner, Shapes::ShapeRef.new(shape: QualificationsAssociationPartner, location_name: "PrimaryPartner"))
|
|
529
|
+
GetQualificationsAssociationDetailsResponse.add_member(:associated_partners, Shapes::ShapeRef.new(shape: AssociatedPartnerList, location_name: "AssociatedPartners"))
|
|
530
|
+
GetQualificationsAssociationDetailsResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "UpdatedAt"))
|
|
531
|
+
GetQualificationsAssociationDetailsResponse.struct_class = Types::GetQualificationsAssociationDetailsResponse
|
|
532
|
+
|
|
533
|
+
GetQualificationsAssociationTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
534
|
+
GetQualificationsAssociationTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
|
|
535
|
+
GetQualificationsAssociationTaskRequest.struct_class = Types::GetQualificationsAssociationTaskRequest
|
|
536
|
+
|
|
537
|
+
GetQualificationsAssociationTaskResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
538
|
+
GetQualificationsAssociationTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
|
|
539
|
+
GetQualificationsAssociationTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
|
|
540
|
+
GetQualificationsAssociationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: QualificationsAssociationTaskId, required: true, location_name: "TaskId"))
|
|
541
|
+
GetQualificationsAssociationTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: QualificationsAssociationTaskStatus, required: true, location_name: "Status"))
|
|
542
|
+
GetQualificationsAssociationTaskResponse.add_member(:primary_partner, Shapes::ShapeRef.new(shape: QualificationsAssociationPartner, required: true, location_name: "PrimaryPartner"))
|
|
543
|
+
GetQualificationsAssociationTaskResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "StartedAt"))
|
|
544
|
+
GetQualificationsAssociationTaskResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndedAt"))
|
|
545
|
+
GetQualificationsAssociationTaskResponse.struct_class = Types::GetQualificationsAssociationTaskResponse
|
|
546
|
+
|
|
547
|
+
GetQualificationsDisassociationTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
548
|
+
GetQualificationsDisassociationTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
|
|
549
|
+
GetQualificationsDisassociationTaskRequest.struct_class = Types::GetQualificationsDisassociationTaskRequest
|
|
550
|
+
|
|
551
|
+
GetQualificationsDisassociationTaskResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
552
|
+
GetQualificationsDisassociationTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
|
|
553
|
+
GetQualificationsDisassociationTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
|
|
554
|
+
GetQualificationsDisassociationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: QualificationsDisassociationTaskId, required: true, location_name: "TaskId"))
|
|
555
|
+
GetQualificationsDisassociationTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: QualificationsDisassociationTaskStatus, required: true, location_name: "Status"))
|
|
556
|
+
GetQualificationsDisassociationTaskResponse.add_member(:associated_partner, Shapes::ShapeRef.new(shape: QualificationsAssociationPartner, required: true, location_name: "AssociatedPartner"))
|
|
557
|
+
GetQualificationsDisassociationTaskResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "StartedAt"))
|
|
558
|
+
GetQualificationsDisassociationTaskResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndedAt"))
|
|
559
|
+
GetQualificationsDisassociationTaskResponse.struct_class = Types::GetQualificationsDisassociationTaskResponse
|
|
560
|
+
|
|
501
561
|
GetVerificationRequest.add_member(:verification_type, Shapes::ShapeRef.new(shape: VerificationType, required: true, location_name: "VerificationType"))
|
|
502
562
|
GetVerificationRequest.struct_class = Types::GetVerificationRequest
|
|
503
563
|
|
|
@@ -632,6 +692,10 @@ module Aws::PartnerCentralAccount
|
|
|
632
692
|
PutProfileVisibilityResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: PartnerProfileId, required: true, location_name: "ProfileId"))
|
|
633
693
|
PutProfileVisibilityResponse.struct_class = Types::PutProfileVisibilityResponse
|
|
634
694
|
|
|
695
|
+
QualificationsAssociationPartner.add_member(:profile_id, Shapes::ShapeRef.new(shape: PartnerProfileId, location_name: "ProfileId"))
|
|
696
|
+
QualificationsAssociationPartner.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
|
|
697
|
+
QualificationsAssociationPartner.struct_class = Types::QualificationsAssociationPartner
|
|
698
|
+
|
|
635
699
|
RegistrantVerificationDetails.struct_class = Types::RegistrantVerificationDetails
|
|
636
700
|
|
|
637
701
|
RegistrantVerificationResponse.add_member(:completion_url, Shapes::ShapeRef.new(shape: CompletionUrl, required: true, location_name: "CompletionUrl"))
|
|
@@ -695,6 +759,36 @@ module Aws::PartnerCentralAccount
|
|
|
695
759
|
StartProfileUpdateTaskResponse.add_member(:error_detail_list, Shapes::ShapeRef.new(shape: ErrorDetailList, location_name: "ErrorDetailList"))
|
|
696
760
|
StartProfileUpdateTaskResponse.struct_class = Types::StartProfileUpdateTaskResponse
|
|
697
761
|
|
|
762
|
+
StartQualificationsAssociationTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
763
|
+
StartQualificationsAssociationTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
|
|
764
|
+
StartQualificationsAssociationTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
765
|
+
StartQualificationsAssociationTaskRequest.add_member(:primary_partner, Shapes::ShapeRef.new(shape: QualificationsAssociationPartner, required: true, location_name: "PrimaryPartner"))
|
|
766
|
+
StartQualificationsAssociationTaskRequest.struct_class = Types::StartQualificationsAssociationTaskRequest
|
|
767
|
+
|
|
768
|
+
StartQualificationsAssociationTaskResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
769
|
+
StartQualificationsAssociationTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
|
|
770
|
+
StartQualificationsAssociationTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
|
|
771
|
+
StartQualificationsAssociationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: QualificationsAssociationTaskId, required: true, location_name: "TaskId"))
|
|
772
|
+
StartQualificationsAssociationTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: QualificationsAssociationTaskStatus, required: true, location_name: "Status"))
|
|
773
|
+
StartQualificationsAssociationTaskResponse.add_member(:primary_partner, Shapes::ShapeRef.new(shape: QualificationsAssociationPartner, required: true, location_name: "PrimaryPartner"))
|
|
774
|
+
StartQualificationsAssociationTaskResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "StartedAt"))
|
|
775
|
+
StartQualificationsAssociationTaskResponse.struct_class = Types::StartQualificationsAssociationTaskResponse
|
|
776
|
+
|
|
777
|
+
StartQualificationsDisassociationTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
778
|
+
StartQualificationsDisassociationTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
|
|
779
|
+
StartQualificationsDisassociationTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
780
|
+
StartQualificationsDisassociationTaskRequest.add_member(:associated_partner, Shapes::ShapeRef.new(shape: QualificationsAssociationPartner, required: true, location_name: "AssociatedPartner"))
|
|
781
|
+
StartQualificationsDisassociationTaskRequest.struct_class = Types::StartQualificationsDisassociationTaskRequest
|
|
782
|
+
|
|
783
|
+
StartQualificationsDisassociationTaskResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
|
784
|
+
StartQualificationsDisassociationTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
|
|
785
|
+
StartQualificationsDisassociationTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
|
|
786
|
+
StartQualificationsDisassociationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: QualificationsDisassociationTaskId, required: true, location_name: "TaskId"))
|
|
787
|
+
StartQualificationsDisassociationTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: QualificationsDisassociationTaskStatus, required: true, location_name: "Status"))
|
|
788
|
+
StartQualificationsDisassociationTaskResponse.add_member(:associated_partner, Shapes::ShapeRef.new(shape: QualificationsAssociationPartner, required: true, location_name: "AssociatedPartner"))
|
|
789
|
+
StartQualificationsDisassociationTaskResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "StartedAt"))
|
|
790
|
+
StartQualificationsDisassociationTaskResponse.struct_class = Types::StartQualificationsDisassociationTaskResponse
|
|
791
|
+
|
|
698
792
|
StartVerificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
699
793
|
StartVerificationRequest.add_member(:verification_details, Shapes::ShapeRef.new(shape: VerificationDetails, location_name: "VerificationDetails"))
|
|
700
794
|
StartVerificationRequest.struct_class = Types::StartVerificationRequest
|
|
@@ -1012,6 +1106,45 @@ module Aws::PartnerCentralAccount
|
|
|
1012
1106
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1013
1107
|
end)
|
|
1014
1108
|
|
|
1109
|
+
api.add_operation(:get_qualifications_association_details, Seahorse::Model::Operation.new.tap do |o|
|
|
1110
|
+
o.name = "GetQualificationsAssociationDetails"
|
|
1111
|
+
o.http_method = "POST"
|
|
1112
|
+
o.http_request_uri = "/"
|
|
1113
|
+
o.input = Shapes::ShapeRef.new(shape: GetQualificationsAssociationDetailsRequest)
|
|
1114
|
+
o.output = Shapes::ShapeRef.new(shape: GetQualificationsAssociationDetailsResponse)
|
|
1115
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1116
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1117
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1118
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1119
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1120
|
+
end)
|
|
1121
|
+
|
|
1122
|
+
api.add_operation(:get_qualifications_association_task, Seahorse::Model::Operation.new.tap do |o|
|
|
1123
|
+
o.name = "GetQualificationsAssociationTask"
|
|
1124
|
+
o.http_method = "POST"
|
|
1125
|
+
o.http_request_uri = "/"
|
|
1126
|
+
o.input = Shapes::ShapeRef.new(shape: GetQualificationsAssociationTaskRequest)
|
|
1127
|
+
o.output = Shapes::ShapeRef.new(shape: GetQualificationsAssociationTaskResponse)
|
|
1128
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1129
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1130
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1131
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1132
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1133
|
+
end)
|
|
1134
|
+
|
|
1135
|
+
api.add_operation(:get_qualifications_disassociation_task, Seahorse::Model::Operation.new.tap do |o|
|
|
1136
|
+
o.name = "GetQualificationsDisassociationTask"
|
|
1137
|
+
o.http_method = "POST"
|
|
1138
|
+
o.http_request_uri = "/"
|
|
1139
|
+
o.input = Shapes::ShapeRef.new(shape: GetQualificationsDisassociationTaskRequest)
|
|
1140
|
+
o.output = Shapes::ShapeRef.new(shape: GetQualificationsDisassociationTaskResponse)
|
|
1141
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1142
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1143
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1144
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1145
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1146
|
+
end)
|
|
1147
|
+
|
|
1015
1148
|
api.add_operation(:get_verification, Seahorse::Model::Operation.new.tap do |o|
|
|
1016
1149
|
o.name = "GetVerification"
|
|
1017
1150
|
o.http_method = "POST"
|
|
@@ -1160,6 +1293,34 @@ module Aws::PartnerCentralAccount
|
|
|
1160
1293
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1161
1294
|
end)
|
|
1162
1295
|
|
|
1296
|
+
api.add_operation(:start_qualifications_association_task, Seahorse::Model::Operation.new.tap do |o|
|
|
1297
|
+
o.name = "StartQualificationsAssociationTask"
|
|
1298
|
+
o.http_method = "POST"
|
|
1299
|
+
o.http_request_uri = "/"
|
|
1300
|
+
o.input = Shapes::ShapeRef.new(shape: StartQualificationsAssociationTaskRequest)
|
|
1301
|
+
o.output = Shapes::ShapeRef.new(shape: StartQualificationsAssociationTaskResponse)
|
|
1302
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1303
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1304
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1305
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1306
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1307
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1308
|
+
end)
|
|
1309
|
+
|
|
1310
|
+
api.add_operation(:start_qualifications_disassociation_task, Seahorse::Model::Operation.new.tap do |o|
|
|
1311
|
+
o.name = "StartQualificationsDisassociationTask"
|
|
1312
|
+
o.http_method = "POST"
|
|
1313
|
+
o.http_request_uri = "/"
|
|
1314
|
+
o.input = Shapes::ShapeRef.new(shape: StartQualificationsDisassociationTaskRequest)
|
|
1315
|
+
o.output = Shapes::ShapeRef.new(shape: StartQualificationsDisassociationTaskResponse)
|
|
1316
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1317
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1318
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1319
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1320
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1321
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1322
|
+
end)
|
|
1323
|
+
|
|
1163
1324
|
api.add_operation(:start_verification, Seahorse::Model::Operation.new.tap do |o|
|
|
1164
1325
|
o.name = "StartVerification"
|
|
1165
1326
|
o.http_method = "POST"
|
|
@@ -1486,6 +1486,224 @@ module Aws::PartnerCentralAccount
|
|
|
1486
1486
|
include Aws::Structure
|
|
1487
1487
|
end
|
|
1488
1488
|
|
|
1489
|
+
# @!attribute [rw] catalog
|
|
1490
|
+
# The catalog in which to look up the qualifications association.
|
|
1491
|
+
# Valid values: `AWS`, `Sandbox`.
|
|
1492
|
+
# @return [String]
|
|
1493
|
+
#
|
|
1494
|
+
# @!attribute [rw] identifier
|
|
1495
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
1496
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
1497
|
+
# identifier.
|
|
1498
|
+
# @return [String]
|
|
1499
|
+
#
|
|
1500
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsAssociationDetailsRequest AWS API Documentation
|
|
1501
|
+
#
|
|
1502
|
+
class GetQualificationsAssociationDetailsRequest < Struct.new(
|
|
1503
|
+
:catalog,
|
|
1504
|
+
:identifier)
|
|
1505
|
+
SENSITIVE = []
|
|
1506
|
+
include Aws::Structure
|
|
1507
|
+
end
|
|
1508
|
+
|
|
1509
|
+
# @!attribute [rw] catalog
|
|
1510
|
+
# The catalog identifier echoed from the request.
|
|
1511
|
+
# @return [String]
|
|
1512
|
+
#
|
|
1513
|
+
# @!attribute [rw] arn
|
|
1514
|
+
# The Amazon Resource Name (ARN) that uniquely identifies your partner
|
|
1515
|
+
# resource.
|
|
1516
|
+
# @return [String]
|
|
1517
|
+
#
|
|
1518
|
+
# @!attribute [rw] id
|
|
1519
|
+
# Your unique partner identifier in the AWS Partner Network.
|
|
1520
|
+
# @return [String]
|
|
1521
|
+
#
|
|
1522
|
+
# @!attribute [rw] status
|
|
1523
|
+
# The current qualifications association status. Valid values:
|
|
1524
|
+
# `ASSOCIATED` (the partner is associated with a primary),
|
|
1525
|
+
# `NOT_ASSOCIATED` (the partner has no active association).
|
|
1526
|
+
# @return [String]
|
|
1527
|
+
#
|
|
1528
|
+
# @!attribute [rw] primary_partner
|
|
1529
|
+
# The primary partner's profile and account identifiers. This field
|
|
1530
|
+
# is null when the status is `NOT_ASSOCIATED`.
|
|
1531
|
+
# @return [Types::QualificationsAssociationPartner]
|
|
1532
|
+
#
|
|
1533
|
+
# @!attribute [rw] associated_partners
|
|
1534
|
+
# The list of all partner profile and account identifiers currently
|
|
1535
|
+
# associated under the primary partner. This field is null when the
|
|
1536
|
+
# status is `NOT_ASSOCIATED`.
|
|
1537
|
+
# @return [Array<Types::QualificationsAssociationPartner>]
|
|
1538
|
+
#
|
|
1539
|
+
# @!attribute [rw] updated_at
|
|
1540
|
+
# The timestamp when the qualifications association was last updated,
|
|
1541
|
+
# in ISO 8601 format. This field is null when the status is
|
|
1542
|
+
# `NOT_ASSOCIATED`.
|
|
1543
|
+
# @return [Time]
|
|
1544
|
+
#
|
|
1545
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsAssociationDetailsResponse AWS API Documentation
|
|
1546
|
+
#
|
|
1547
|
+
class GetQualificationsAssociationDetailsResponse < Struct.new(
|
|
1548
|
+
:catalog,
|
|
1549
|
+
:arn,
|
|
1550
|
+
:id,
|
|
1551
|
+
:status,
|
|
1552
|
+
:primary_partner,
|
|
1553
|
+
:associated_partners,
|
|
1554
|
+
:updated_at)
|
|
1555
|
+
SENSITIVE = []
|
|
1556
|
+
include Aws::Structure
|
|
1557
|
+
end
|
|
1558
|
+
|
|
1559
|
+
# @!attribute [rw] catalog
|
|
1560
|
+
# The catalog in which to look up the qualifications association task.
|
|
1561
|
+
# Valid values: `AWS`, `Sandbox`.
|
|
1562
|
+
# @return [String]
|
|
1563
|
+
#
|
|
1564
|
+
# @!attribute [rw] identifier
|
|
1565
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
1566
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
1567
|
+
# identifier.
|
|
1568
|
+
# @return [String]
|
|
1569
|
+
#
|
|
1570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsAssociationTaskRequest AWS API Documentation
|
|
1571
|
+
#
|
|
1572
|
+
class GetQualificationsAssociationTaskRequest < Struct.new(
|
|
1573
|
+
:catalog,
|
|
1574
|
+
:identifier)
|
|
1575
|
+
SENSITIVE = []
|
|
1576
|
+
include Aws::Structure
|
|
1577
|
+
end
|
|
1578
|
+
|
|
1579
|
+
# @!attribute [rw] catalog
|
|
1580
|
+
# The catalog identifier echoed from the request.
|
|
1581
|
+
# @return [String]
|
|
1582
|
+
#
|
|
1583
|
+
# @!attribute [rw] arn
|
|
1584
|
+
# The Amazon Resource Name (ARN) that uniquely identifies your partner
|
|
1585
|
+
# resource.
|
|
1586
|
+
# @return [String]
|
|
1587
|
+
#
|
|
1588
|
+
# @!attribute [rw] id
|
|
1589
|
+
# Your unique partner identifier in the AWS Partner Network.
|
|
1590
|
+
# @return [String]
|
|
1591
|
+
#
|
|
1592
|
+
# @!attribute [rw] task_id
|
|
1593
|
+
# The unique identifier of the qualifications association task, in the
|
|
1594
|
+
# format `pqatask-[a-z2-7]{13}`.
|
|
1595
|
+
# @return [String]
|
|
1596
|
+
#
|
|
1597
|
+
# @!attribute [rw] status
|
|
1598
|
+
# The current status of the qualifications association task. Valid
|
|
1599
|
+
# values: `IN_PROGRESS`, `SUCCEEDED`.
|
|
1600
|
+
# @return [String]
|
|
1601
|
+
#
|
|
1602
|
+
# @!attribute [rw] primary_partner
|
|
1603
|
+
# The primary partner's profile and account identifiers that the task
|
|
1604
|
+
# is associating qualifications with.
|
|
1605
|
+
# @return [Types::QualificationsAssociationPartner]
|
|
1606
|
+
#
|
|
1607
|
+
# @!attribute [rw] started_at
|
|
1608
|
+
# The timestamp when the qualifications association task started, in
|
|
1609
|
+
# ISO 8601 format.
|
|
1610
|
+
# @return [Time]
|
|
1611
|
+
#
|
|
1612
|
+
# @!attribute [rw] ended_at
|
|
1613
|
+
# The timestamp when the qualifications association task ended, in ISO
|
|
1614
|
+
# 8601 format. This field is present only when the status is
|
|
1615
|
+
# `SUCCEEDED`.
|
|
1616
|
+
# @return [Time]
|
|
1617
|
+
#
|
|
1618
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsAssociationTaskResponse AWS API Documentation
|
|
1619
|
+
#
|
|
1620
|
+
class GetQualificationsAssociationTaskResponse < Struct.new(
|
|
1621
|
+
:catalog,
|
|
1622
|
+
:arn,
|
|
1623
|
+
:id,
|
|
1624
|
+
:task_id,
|
|
1625
|
+
:status,
|
|
1626
|
+
:primary_partner,
|
|
1627
|
+
:started_at,
|
|
1628
|
+
:ended_at)
|
|
1629
|
+
SENSITIVE = []
|
|
1630
|
+
include Aws::Structure
|
|
1631
|
+
end
|
|
1632
|
+
|
|
1633
|
+
# @!attribute [rw] catalog
|
|
1634
|
+
# The catalog in which to look up the qualifications disassociation
|
|
1635
|
+
# task. Valid values: `AWS`, `Sandbox`.
|
|
1636
|
+
# @return [String]
|
|
1637
|
+
#
|
|
1638
|
+
# @!attribute [rw] identifier
|
|
1639
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
1640
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
1641
|
+
# identifier.
|
|
1642
|
+
# @return [String]
|
|
1643
|
+
#
|
|
1644
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsDisassociationTaskRequest AWS API Documentation
|
|
1645
|
+
#
|
|
1646
|
+
class GetQualificationsDisassociationTaskRequest < Struct.new(
|
|
1647
|
+
:catalog,
|
|
1648
|
+
:identifier)
|
|
1649
|
+
SENSITIVE = []
|
|
1650
|
+
include Aws::Structure
|
|
1651
|
+
end
|
|
1652
|
+
|
|
1653
|
+
# @!attribute [rw] catalog
|
|
1654
|
+
# The catalog identifier echoed from the request.
|
|
1655
|
+
# @return [String]
|
|
1656
|
+
#
|
|
1657
|
+
# @!attribute [rw] arn
|
|
1658
|
+
# The Amazon Resource Name (ARN) that uniquely identifies your partner
|
|
1659
|
+
# resource.
|
|
1660
|
+
# @return [String]
|
|
1661
|
+
#
|
|
1662
|
+
# @!attribute [rw] id
|
|
1663
|
+
# Your unique partner identifier in the AWS Partner Network.
|
|
1664
|
+
# @return [String]
|
|
1665
|
+
#
|
|
1666
|
+
# @!attribute [rw] task_id
|
|
1667
|
+
# The unique identifier of the qualifications disassociation task, in
|
|
1668
|
+
# the format `pqdtask-[a-z2-7]{13}`.
|
|
1669
|
+
# @return [String]
|
|
1670
|
+
#
|
|
1671
|
+
# @!attribute [rw] status
|
|
1672
|
+
# The current status of the qualifications disassociation task. Valid
|
|
1673
|
+
# values: `IN_PROGRESS`, `SUCCEEDED`.
|
|
1674
|
+
# @return [String]
|
|
1675
|
+
#
|
|
1676
|
+
# @!attribute [rw] associated_partner
|
|
1677
|
+
# The primary partner's profile and account identifiers that the task
|
|
1678
|
+
# is disassociating qualifications from.
|
|
1679
|
+
# @return [Types::QualificationsAssociationPartner]
|
|
1680
|
+
#
|
|
1681
|
+
# @!attribute [rw] started_at
|
|
1682
|
+
# The timestamp when the qualifications disassociation task started,
|
|
1683
|
+
# in ISO 8601 format.
|
|
1684
|
+
# @return [Time]
|
|
1685
|
+
#
|
|
1686
|
+
# @!attribute [rw] ended_at
|
|
1687
|
+
# The timestamp when the qualifications disassociation task ended, in
|
|
1688
|
+
# ISO 8601 format. This field is present only when the status is
|
|
1689
|
+
# `SUCCEEDED`.
|
|
1690
|
+
# @return [Time]
|
|
1691
|
+
#
|
|
1692
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetQualificationsDisassociationTaskResponse AWS API Documentation
|
|
1693
|
+
#
|
|
1694
|
+
class GetQualificationsDisassociationTaskResponse < Struct.new(
|
|
1695
|
+
:catalog,
|
|
1696
|
+
:arn,
|
|
1697
|
+
:id,
|
|
1698
|
+
:task_id,
|
|
1699
|
+
:status,
|
|
1700
|
+
:associated_partner,
|
|
1701
|
+
:started_at,
|
|
1702
|
+
:ended_at)
|
|
1703
|
+
SENSITIVE = []
|
|
1704
|
+
include Aws::Structure
|
|
1705
|
+
end
|
|
1706
|
+
|
|
1489
1707
|
# @!attribute [rw] verification_type
|
|
1490
1708
|
# The type of verification to retrieve information for. Valid values
|
|
1491
1709
|
# include business verification for company registration details and
|
|
@@ -2051,6 +2269,30 @@ module Aws::PartnerCentralAccount
|
|
|
2051
2269
|
include Aws::Structure
|
|
2052
2270
|
end
|
|
2053
2271
|
|
|
2272
|
+
# Identifies a partner in a qualifications association group. Contains
|
|
2273
|
+
# the partner's profile identifier and AWS account identifier. In
|
|
2274
|
+
# requests, provide at least one of `ProfileId` or `AccountId`. In
|
|
2275
|
+
# responses, both fields are populated.
|
|
2276
|
+
#
|
|
2277
|
+
# @!attribute [rw] profile_id
|
|
2278
|
+
# The unique identifier for the partner profile, in the format
|
|
2279
|
+
# `pprofile-*`. Required in requests if `AccountId` is not provided.
|
|
2280
|
+
# @return [String]
|
|
2281
|
+
#
|
|
2282
|
+
# @!attribute [rw] account_id
|
|
2283
|
+
# The 12-digit AWS account ID linked to the partner profile. Required
|
|
2284
|
+
# in requests if `ProfileId` is not provided.
|
|
2285
|
+
# @return [String]
|
|
2286
|
+
#
|
|
2287
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/QualificationsAssociationPartner AWS API Documentation
|
|
2288
|
+
#
|
|
2289
|
+
class QualificationsAssociationPartner < Struct.new(
|
|
2290
|
+
:profile_id,
|
|
2291
|
+
:account_id)
|
|
2292
|
+
SENSITIVE = []
|
|
2293
|
+
include Aws::Structure
|
|
2294
|
+
end
|
|
2295
|
+
|
|
2054
2296
|
# Contains the personal information required for verifying an
|
|
2055
2297
|
# individual's identity as part of the partner registration process in
|
|
2056
2298
|
# AWS Partner Central.
|
|
@@ -2363,6 +2605,174 @@ module Aws::PartnerCentralAccount
|
|
|
2363
2605
|
include Aws::Structure
|
|
2364
2606
|
end
|
|
2365
2607
|
|
|
2608
|
+
# @!attribute [rw] catalog
|
|
2609
|
+
# The catalog in which to perform the qualifications association.
|
|
2610
|
+
# Valid values: `AWS`, `Sandbox`.
|
|
2611
|
+
# @return [String]
|
|
2612
|
+
#
|
|
2613
|
+
# @!attribute [rw] identifier
|
|
2614
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
2615
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
2616
|
+
# identifier.
|
|
2617
|
+
# @return [String]
|
|
2618
|
+
#
|
|
2619
|
+
# @!attribute [rw] client_token
|
|
2620
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
2621
|
+
# idempotency of the request.
|
|
2622
|
+
#
|
|
2623
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
2624
|
+
# not need to pass this option.
|
|
2625
|
+
# @return [String]
|
|
2626
|
+
#
|
|
2627
|
+
# @!attribute [rw] primary_partner
|
|
2628
|
+
# The primary (acquiring) partner's profile and account identifier to
|
|
2629
|
+
# associate qualifications with. You must provide at least one of
|
|
2630
|
+
# `ProfileId` or `AccountId`. You cannot specify yourself as the
|
|
2631
|
+
# primary partner.
|
|
2632
|
+
# @return [Types::QualificationsAssociationPartner]
|
|
2633
|
+
#
|
|
2634
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/StartQualificationsAssociationTaskRequest AWS API Documentation
|
|
2635
|
+
#
|
|
2636
|
+
class StartQualificationsAssociationTaskRequest < Struct.new(
|
|
2637
|
+
:catalog,
|
|
2638
|
+
:identifier,
|
|
2639
|
+
:client_token,
|
|
2640
|
+
:primary_partner)
|
|
2641
|
+
SENSITIVE = []
|
|
2642
|
+
include Aws::Structure
|
|
2643
|
+
end
|
|
2644
|
+
|
|
2645
|
+
# @!attribute [rw] catalog
|
|
2646
|
+
# The catalog identifier echoed from the request.
|
|
2647
|
+
# @return [String]
|
|
2648
|
+
#
|
|
2649
|
+
# @!attribute [rw] arn
|
|
2650
|
+
# The Amazon Resource Name (ARN) that uniquely identifies your partner
|
|
2651
|
+
# resource.
|
|
2652
|
+
# @return [String]
|
|
2653
|
+
#
|
|
2654
|
+
# @!attribute [rw] id
|
|
2655
|
+
# Your unique partner identifier in the AWS Partner Network.
|
|
2656
|
+
# @return [String]
|
|
2657
|
+
#
|
|
2658
|
+
# @!attribute [rw] task_id
|
|
2659
|
+
# The unique identifier of the started qualifications association
|
|
2660
|
+
# task, in the format `pqatask-[a-z2-7]{13}`.
|
|
2661
|
+
# @return [String]
|
|
2662
|
+
#
|
|
2663
|
+
# @!attribute [rw] status
|
|
2664
|
+
# The current status of the qualifications association task. The
|
|
2665
|
+
# initial value is `IN_PROGRESS`.
|
|
2666
|
+
# @return [String]
|
|
2667
|
+
#
|
|
2668
|
+
# @!attribute [rw] primary_partner
|
|
2669
|
+
# The resolved primary partner's profile and account identifiers,
|
|
2670
|
+
# including both `ProfileId` and `AccountId`.
|
|
2671
|
+
# @return [Types::QualificationsAssociationPartner]
|
|
2672
|
+
#
|
|
2673
|
+
# @!attribute [rw] started_at
|
|
2674
|
+
# The timestamp when the qualifications association task started, in
|
|
2675
|
+
# ISO 8601 format.
|
|
2676
|
+
# @return [Time]
|
|
2677
|
+
#
|
|
2678
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/StartQualificationsAssociationTaskResponse AWS API Documentation
|
|
2679
|
+
#
|
|
2680
|
+
class StartQualificationsAssociationTaskResponse < Struct.new(
|
|
2681
|
+
:catalog,
|
|
2682
|
+
:arn,
|
|
2683
|
+
:id,
|
|
2684
|
+
:task_id,
|
|
2685
|
+
:status,
|
|
2686
|
+
:primary_partner,
|
|
2687
|
+
:started_at)
|
|
2688
|
+
SENSITIVE = []
|
|
2689
|
+
include Aws::Structure
|
|
2690
|
+
end
|
|
2691
|
+
|
|
2692
|
+
# @!attribute [rw] catalog
|
|
2693
|
+
# The catalog in which to perform the qualifications disassociation.
|
|
2694
|
+
# Valid values: `AWS`, `Sandbox`.
|
|
2695
|
+
# @return [String]
|
|
2696
|
+
#
|
|
2697
|
+
# @!attribute [rw] identifier
|
|
2698
|
+
# Your partner identifier. You can provide either a partner ID (for
|
|
2699
|
+
# example, `partner-abc123`) or a partner ARN. You must own this
|
|
2700
|
+
# identifier.
|
|
2701
|
+
# @return [String]
|
|
2702
|
+
#
|
|
2703
|
+
# @!attribute [rw] client_token
|
|
2704
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
2705
|
+
# idempotency of the request.
|
|
2706
|
+
#
|
|
2707
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
2708
|
+
# not need to pass this option.
|
|
2709
|
+
# @return [String]
|
|
2710
|
+
#
|
|
2711
|
+
# @!attribute [rw] associated_partner
|
|
2712
|
+
# The primary partner's profile and account identifier that you are
|
|
2713
|
+
# currently associated with and will disassociate from. You must
|
|
2714
|
+
# provide at least one of `ProfileId` or `AccountId`. The specified
|
|
2715
|
+
# partner must match your current primary association.
|
|
2716
|
+
# @return [Types::QualificationsAssociationPartner]
|
|
2717
|
+
#
|
|
2718
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/StartQualificationsDisassociationTaskRequest AWS API Documentation
|
|
2719
|
+
#
|
|
2720
|
+
class StartQualificationsDisassociationTaskRequest < Struct.new(
|
|
2721
|
+
:catalog,
|
|
2722
|
+
:identifier,
|
|
2723
|
+
:client_token,
|
|
2724
|
+
:associated_partner)
|
|
2725
|
+
SENSITIVE = []
|
|
2726
|
+
include Aws::Structure
|
|
2727
|
+
end
|
|
2728
|
+
|
|
2729
|
+
# @!attribute [rw] catalog
|
|
2730
|
+
# The catalog identifier echoed from the request.
|
|
2731
|
+
# @return [String]
|
|
2732
|
+
#
|
|
2733
|
+
# @!attribute [rw] arn
|
|
2734
|
+
# The Amazon Resource Name (ARN) that uniquely identifies your partner
|
|
2735
|
+
# resource.
|
|
2736
|
+
# @return [String]
|
|
2737
|
+
#
|
|
2738
|
+
# @!attribute [rw] id
|
|
2739
|
+
# Your unique partner identifier in the AWS Partner Network.
|
|
2740
|
+
# @return [String]
|
|
2741
|
+
#
|
|
2742
|
+
# @!attribute [rw] task_id
|
|
2743
|
+
# The unique identifier of the started qualifications disassociation
|
|
2744
|
+
# task, in the format `pqdtask-[a-z2-7]{13}`.
|
|
2745
|
+
# @return [String]
|
|
2746
|
+
#
|
|
2747
|
+
# @!attribute [rw] status
|
|
2748
|
+
# The current status of the qualifications disassociation task. The
|
|
2749
|
+
# initial value is `IN_PROGRESS`.
|
|
2750
|
+
# @return [String]
|
|
2751
|
+
#
|
|
2752
|
+
# @!attribute [rw] associated_partner
|
|
2753
|
+
# The resolved primary partner's profile and account identifiers that
|
|
2754
|
+
# the task is disassociating qualifications from.
|
|
2755
|
+
# @return [Types::QualificationsAssociationPartner]
|
|
2756
|
+
#
|
|
2757
|
+
# @!attribute [rw] started_at
|
|
2758
|
+
# The timestamp when the qualifications disassociation task started,
|
|
2759
|
+
# in ISO 8601 format.
|
|
2760
|
+
# @return [Time]
|
|
2761
|
+
#
|
|
2762
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/StartQualificationsDisassociationTaskResponse AWS API Documentation
|
|
2763
|
+
#
|
|
2764
|
+
class StartQualificationsDisassociationTaskResponse < Struct.new(
|
|
2765
|
+
:catalog,
|
|
2766
|
+
:arn,
|
|
2767
|
+
:id,
|
|
2768
|
+
:task_id,
|
|
2769
|
+
:status,
|
|
2770
|
+
:associated_partner,
|
|
2771
|
+
:started_at)
|
|
2772
|
+
SENSITIVE = []
|
|
2773
|
+
include Aws::Structure
|
|
2774
|
+
end
|
|
2775
|
+
|
|
2366
2776
|
# @!attribute [rw] client_token
|
|
2367
2777
|
# A unique, case-sensitive identifier that you provide to ensure the
|
|
2368
2778
|
# idempotency of the request. This prevents duplicate verification
|
data/sig/client.rbs
CHANGED
|
@@ -363,6 +363,59 @@ module Aws
|
|
|
363
363
|
) -> _GetProfileVisibilityResponseSuccess
|
|
364
364
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProfileVisibilityResponseSuccess
|
|
365
365
|
|
|
366
|
+
interface _GetQualificationsAssociationDetailsResponseSuccess
|
|
367
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetQualificationsAssociationDetailsResponse]
|
|
368
|
+
def catalog: () -> ::String
|
|
369
|
+
def arn: () -> ::String
|
|
370
|
+
def id: () -> ::String
|
|
371
|
+
def status: () -> ("ASSOCIATED" | "NOT_ASSOCIATED")
|
|
372
|
+
def primary_partner: () -> Types::QualificationsAssociationPartner
|
|
373
|
+
def associated_partners: () -> ::Array[Types::QualificationsAssociationPartner]
|
|
374
|
+
def updated_at: () -> ::Time
|
|
375
|
+
end
|
|
376
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralAccount/Client.html#get_qualifications_association_details-instance_method
|
|
377
|
+
def get_qualifications_association_details: (
|
|
378
|
+
catalog: ::String,
|
|
379
|
+
identifier: ::String
|
|
380
|
+
) -> _GetQualificationsAssociationDetailsResponseSuccess
|
|
381
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetQualificationsAssociationDetailsResponseSuccess
|
|
382
|
+
|
|
383
|
+
interface _GetQualificationsAssociationTaskResponseSuccess
|
|
384
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetQualificationsAssociationTaskResponse]
|
|
385
|
+
def catalog: () -> ::String
|
|
386
|
+
def arn: () -> ::String
|
|
387
|
+
def id: () -> ::String
|
|
388
|
+
def task_id: () -> ::String
|
|
389
|
+
def status: () -> ("IN_PROGRESS" | "SUCCEEDED")
|
|
390
|
+
def primary_partner: () -> Types::QualificationsAssociationPartner
|
|
391
|
+
def started_at: () -> ::Time
|
|
392
|
+
def ended_at: () -> ::Time
|
|
393
|
+
end
|
|
394
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralAccount/Client.html#get_qualifications_association_task-instance_method
|
|
395
|
+
def get_qualifications_association_task: (
|
|
396
|
+
catalog: ::String,
|
|
397
|
+
identifier: ::String
|
|
398
|
+
) -> _GetQualificationsAssociationTaskResponseSuccess
|
|
399
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetQualificationsAssociationTaskResponseSuccess
|
|
400
|
+
|
|
401
|
+
interface _GetQualificationsDisassociationTaskResponseSuccess
|
|
402
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetQualificationsDisassociationTaskResponse]
|
|
403
|
+
def catalog: () -> ::String
|
|
404
|
+
def arn: () -> ::String
|
|
405
|
+
def id: () -> ::String
|
|
406
|
+
def task_id: () -> ::String
|
|
407
|
+
def status: () -> ("IN_PROGRESS" | "SUCCEEDED")
|
|
408
|
+
def associated_partner: () -> Types::QualificationsAssociationPartner
|
|
409
|
+
def started_at: () -> ::Time
|
|
410
|
+
def ended_at: () -> ::Time
|
|
411
|
+
end
|
|
412
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralAccount/Client.html#get_qualifications_disassociation_task-instance_method
|
|
413
|
+
def get_qualifications_disassociation_task: (
|
|
414
|
+
catalog: ::String,
|
|
415
|
+
identifier: ::String
|
|
416
|
+
) -> _GetQualificationsDisassociationTaskResponseSuccess
|
|
417
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetQualificationsDisassociationTaskResponseSuccess
|
|
418
|
+
|
|
366
419
|
interface _GetVerificationResponseSuccess
|
|
367
420
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetVerificationResponse]
|
|
368
421
|
def verification_type: () -> ("BUSINESS_VERIFICATION" | "REGISTRANT_VERIFICATION")
|
|
@@ -544,6 +597,50 @@ module Aws
|
|
|
544
597
|
) -> _StartProfileUpdateTaskResponseSuccess
|
|
545
598
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartProfileUpdateTaskResponseSuccess
|
|
546
599
|
|
|
600
|
+
interface _StartQualificationsAssociationTaskResponseSuccess
|
|
601
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartQualificationsAssociationTaskResponse]
|
|
602
|
+
def catalog: () -> ::String
|
|
603
|
+
def arn: () -> ::String
|
|
604
|
+
def id: () -> ::String
|
|
605
|
+
def task_id: () -> ::String
|
|
606
|
+
def status: () -> ("IN_PROGRESS" | "SUCCEEDED")
|
|
607
|
+
def primary_partner: () -> Types::QualificationsAssociationPartner
|
|
608
|
+
def started_at: () -> ::Time
|
|
609
|
+
end
|
|
610
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralAccount/Client.html#start_qualifications_association_task-instance_method
|
|
611
|
+
def start_qualifications_association_task: (
|
|
612
|
+
catalog: ::String,
|
|
613
|
+
identifier: ::String,
|
|
614
|
+
?client_token: ::String,
|
|
615
|
+
primary_partner: {
|
|
616
|
+
profile_id: ::String?,
|
|
617
|
+
account_id: ::String?
|
|
618
|
+
}
|
|
619
|
+
) -> _StartQualificationsAssociationTaskResponseSuccess
|
|
620
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartQualificationsAssociationTaskResponseSuccess
|
|
621
|
+
|
|
622
|
+
interface _StartQualificationsDisassociationTaskResponseSuccess
|
|
623
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartQualificationsDisassociationTaskResponse]
|
|
624
|
+
def catalog: () -> ::String
|
|
625
|
+
def arn: () -> ::String
|
|
626
|
+
def id: () -> ::String
|
|
627
|
+
def task_id: () -> ::String
|
|
628
|
+
def status: () -> ("IN_PROGRESS" | "SUCCEEDED")
|
|
629
|
+
def associated_partner: () -> Types::QualificationsAssociationPartner
|
|
630
|
+
def started_at: () -> ::Time
|
|
631
|
+
end
|
|
632
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralAccount/Client.html#start_qualifications_disassociation_task-instance_method
|
|
633
|
+
def start_qualifications_disassociation_task: (
|
|
634
|
+
catalog: ::String,
|
|
635
|
+
identifier: ::String,
|
|
636
|
+
?client_token: ::String,
|
|
637
|
+
associated_partner: {
|
|
638
|
+
profile_id: ::String?,
|
|
639
|
+
account_id: ::String?
|
|
640
|
+
}
|
|
641
|
+
) -> _StartQualificationsDisassociationTaskResponseSuccess
|
|
642
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartQualificationsDisassociationTaskResponseSuccess
|
|
643
|
+
|
|
547
644
|
interface _StartVerificationResponseSuccess
|
|
548
645
|
include ::Seahorse::Client::_ResponseSuccess[Types::StartVerificationResponse]
|
|
549
646
|
def verification_type: () -> ("BUSINESS_VERIFICATION" | "REGISTRANT_VERIFICATION")
|
data/sig/types.rbs
CHANGED
|
@@ -53,7 +53,7 @@ module Aws::PartnerCentralAccount
|
|
|
53
53
|
|
|
54
54
|
class BusinessValidationError
|
|
55
55
|
attr_accessor message: ::String
|
|
56
|
-
attr_accessor code: ("INCOMPATIBLE_CONNECTION_INVITATION_REQUEST" | "INCOMPATIBLE_LEGAL_NAME" | "INCOMPATIBLE_KNOW_YOUR_BUSINESS_STATUS" | "INCOMPATIBLE_IDENTITY_VERIFICATION_STATUS" | "INVALID_ACCOUNT_LINKING_STATUS" | "INVALID_ACCOUNT_STATE" | "INCOMPATIBLE_DOMAIN" | "INELIGIBLE_ACCOUNT_TIER")
|
|
56
|
+
attr_accessor code: ("INCOMPATIBLE_CONNECTION_INVITATION_REQUEST" | "INCOMPATIBLE_LEGAL_NAME" | "INCOMPATIBLE_KNOW_YOUR_BUSINESS_STATUS" | "INCOMPATIBLE_IDENTITY_VERIFICATION_STATUS" | "INVALID_ACCOUNT_LINKING_STATUS" | "INVALID_ACCOUNT_STATE" | "INCOMPATIBLE_DOMAIN" | "INELIGIBLE_ACCOUNT_TIER" | "MISSING_ACTIVE_SUBSIDIARY_CONNECTION" | "INCOMPATIBLE_SUBSIDIARY_CONNECTION" | "INCOMPATIBLE_PRIMARY_PARTNER" | "QUALIFICATIONS_ASSOCIATION_LIMIT_EXCEEDED" | "QUALIFICATIONS_ASSOCIATION_NOT_FOUND" | "QUALIFICATIONS_ASSOCIATION_EXISTS")
|
|
57
57
|
SENSITIVE: []
|
|
58
58
|
end
|
|
59
59
|
|
|
@@ -139,7 +139,7 @@ module Aws::PartnerCentralAccount
|
|
|
139
139
|
|
|
140
140
|
class ConflictException
|
|
141
141
|
attr_accessor message: ::String
|
|
142
|
-
attr_accessor reason: ("CONFLICT_CLIENT_TOKEN" | "DUPLICATE_PARTNER" | "INCOMPATIBLE_PROFILE_STATE" | "INCOMPATIBLE_PARTNER_PROFILE_TASK_STATE" | "DUPLICATE_CONNECTION_INVITATION" | "INCOMPATIBLE_CONNECTION_INVITATION_STATE" | "INCOMPATIBLE_CONNECTION_INVITATION_RECEIVER" | "DUPLICATE_CONNECTION" | "INCOMPATIBLE_CONNECTION_STATE" | "INCOMPATIBLE_CONNECTION_PREFERENCES_REVISION" | "ACCOUNT_ALREADY_VERIFIED" | "VERIFICATION_ALREADY_IN_PROGRESS")
|
|
142
|
+
attr_accessor reason: ("CONFLICT_CLIENT_TOKEN" | "DUPLICATE_PARTNER" | "INCOMPATIBLE_PROFILE_STATE" | "INCOMPATIBLE_PARTNER_PROFILE_TASK_STATE" | "DUPLICATE_CONNECTION_INVITATION" | "INCOMPATIBLE_CONNECTION_INVITATION_STATE" | "INCOMPATIBLE_CONNECTION_INVITATION_RECEIVER" | "DUPLICATE_CONNECTION" | "INCOMPATIBLE_CONNECTION_STATE" | "INCOMPATIBLE_CONNECTION_PREFERENCES_REVISION" | "ACCOUNT_ALREADY_VERIFIED" | "VERIFICATION_ALREADY_IN_PROGRESS" | "INCOMPATIBLE_QUALIFICATIONS_ASSOCIATION_TASK_STATE")
|
|
143
143
|
SENSITIVE: []
|
|
144
144
|
end
|
|
145
145
|
|
|
@@ -392,6 +392,59 @@ module Aws::PartnerCentralAccount
|
|
|
392
392
|
SENSITIVE: []
|
|
393
393
|
end
|
|
394
394
|
|
|
395
|
+
class GetQualificationsAssociationDetailsRequest
|
|
396
|
+
attr_accessor catalog: ::String
|
|
397
|
+
attr_accessor identifier: ::String
|
|
398
|
+
SENSITIVE: []
|
|
399
|
+
end
|
|
400
|
+
|
|
401
|
+
class GetQualificationsAssociationDetailsResponse
|
|
402
|
+
attr_accessor catalog: ::String
|
|
403
|
+
attr_accessor arn: ::String
|
|
404
|
+
attr_accessor id: ::String
|
|
405
|
+
attr_accessor status: ("ASSOCIATED" | "NOT_ASSOCIATED")
|
|
406
|
+
attr_accessor primary_partner: Types::QualificationsAssociationPartner
|
|
407
|
+
attr_accessor associated_partners: ::Array[Types::QualificationsAssociationPartner]
|
|
408
|
+
attr_accessor updated_at: ::Time
|
|
409
|
+
SENSITIVE: []
|
|
410
|
+
end
|
|
411
|
+
|
|
412
|
+
class GetQualificationsAssociationTaskRequest
|
|
413
|
+
attr_accessor catalog: ::String
|
|
414
|
+
attr_accessor identifier: ::String
|
|
415
|
+
SENSITIVE: []
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
class GetQualificationsAssociationTaskResponse
|
|
419
|
+
attr_accessor catalog: ::String
|
|
420
|
+
attr_accessor arn: ::String
|
|
421
|
+
attr_accessor id: ::String
|
|
422
|
+
attr_accessor task_id: ::String
|
|
423
|
+
attr_accessor status: ("IN_PROGRESS" | "SUCCEEDED")
|
|
424
|
+
attr_accessor primary_partner: Types::QualificationsAssociationPartner
|
|
425
|
+
attr_accessor started_at: ::Time
|
|
426
|
+
attr_accessor ended_at: ::Time
|
|
427
|
+
SENSITIVE: []
|
|
428
|
+
end
|
|
429
|
+
|
|
430
|
+
class GetQualificationsDisassociationTaskRequest
|
|
431
|
+
attr_accessor catalog: ::String
|
|
432
|
+
attr_accessor identifier: ::String
|
|
433
|
+
SENSITIVE: []
|
|
434
|
+
end
|
|
435
|
+
|
|
436
|
+
class GetQualificationsDisassociationTaskResponse
|
|
437
|
+
attr_accessor catalog: ::String
|
|
438
|
+
attr_accessor arn: ::String
|
|
439
|
+
attr_accessor id: ::String
|
|
440
|
+
attr_accessor task_id: ::String
|
|
441
|
+
attr_accessor status: ("IN_PROGRESS" | "SUCCEEDED")
|
|
442
|
+
attr_accessor associated_partner: Types::QualificationsAssociationPartner
|
|
443
|
+
attr_accessor started_at: ::Time
|
|
444
|
+
attr_accessor ended_at: ::Time
|
|
445
|
+
SENSITIVE: []
|
|
446
|
+
end
|
|
447
|
+
|
|
395
448
|
class GetVerificationRequest
|
|
396
449
|
attr_accessor verification_type: ("BUSINESS_VERIFICATION" | "REGISTRANT_VERIFICATION")
|
|
397
450
|
SENSITIVE: []
|
|
@@ -559,6 +612,12 @@ module Aws::PartnerCentralAccount
|
|
|
559
612
|
SENSITIVE: []
|
|
560
613
|
end
|
|
561
614
|
|
|
615
|
+
class QualificationsAssociationPartner
|
|
616
|
+
attr_accessor profile_id: ::String
|
|
617
|
+
attr_accessor account_id: ::String
|
|
618
|
+
SENSITIVE: []
|
|
619
|
+
end
|
|
620
|
+
|
|
562
621
|
class RegistrantVerificationDetails < Aws::EmptyStructure
|
|
563
622
|
end
|
|
564
623
|
|
|
@@ -596,7 +655,7 @@ module Aws::PartnerCentralAccount
|
|
|
596
655
|
|
|
597
656
|
class ResourceNotFoundException
|
|
598
657
|
attr_accessor message: ::String
|
|
599
|
-
attr_accessor reason: ("PARTNER_NOT_FOUND" | "PARTNER_PROFILE_NOT_FOUND" | "PARTNER_PROFILE_TASK_NOT_FOUND" | "PARTNER_DOMAIN_NOT_FOUND" | "SENDER_PROFILE_NOT_FOUND" | "RECEIVER_PROFILE_NOT_FOUND" | "CONNECTION_INVITATION_NOT_FOUND" | "CONNECTION_NOT_FOUND" | "VERIFICATION_NOT_FOUND")
|
|
658
|
+
attr_accessor reason: ("PARTNER_NOT_FOUND" | "PARTNER_PROFILE_NOT_FOUND" | "PARTNER_PROFILE_TASK_NOT_FOUND" | "PARTNER_DOMAIN_NOT_FOUND" | "SENDER_PROFILE_NOT_FOUND" | "RECEIVER_PROFILE_NOT_FOUND" | "CONNECTION_INVITATION_NOT_FOUND" | "CONNECTION_NOT_FOUND" | "VERIFICATION_NOT_FOUND" | "QUALIFICATIONS_ASSOCIATION_TASK_NOT_FOUND" | "QUALIFICATIONS_DISASSOCIATION_TASK_NOT_FOUND")
|
|
600
659
|
SENSITIVE: []
|
|
601
660
|
end
|
|
602
661
|
|
|
@@ -642,6 +701,44 @@ module Aws::PartnerCentralAccount
|
|
|
642
701
|
SENSITIVE: []
|
|
643
702
|
end
|
|
644
703
|
|
|
704
|
+
class StartQualificationsAssociationTaskRequest
|
|
705
|
+
attr_accessor catalog: ::String
|
|
706
|
+
attr_accessor identifier: ::String
|
|
707
|
+
attr_accessor client_token: ::String
|
|
708
|
+
attr_accessor primary_partner: Types::QualificationsAssociationPartner
|
|
709
|
+
SENSITIVE: []
|
|
710
|
+
end
|
|
711
|
+
|
|
712
|
+
class StartQualificationsAssociationTaskResponse
|
|
713
|
+
attr_accessor catalog: ::String
|
|
714
|
+
attr_accessor arn: ::String
|
|
715
|
+
attr_accessor id: ::String
|
|
716
|
+
attr_accessor task_id: ::String
|
|
717
|
+
attr_accessor status: ("IN_PROGRESS" | "SUCCEEDED")
|
|
718
|
+
attr_accessor primary_partner: Types::QualificationsAssociationPartner
|
|
719
|
+
attr_accessor started_at: ::Time
|
|
720
|
+
SENSITIVE: []
|
|
721
|
+
end
|
|
722
|
+
|
|
723
|
+
class StartQualificationsDisassociationTaskRequest
|
|
724
|
+
attr_accessor catalog: ::String
|
|
725
|
+
attr_accessor identifier: ::String
|
|
726
|
+
attr_accessor client_token: ::String
|
|
727
|
+
attr_accessor associated_partner: Types::QualificationsAssociationPartner
|
|
728
|
+
SENSITIVE: []
|
|
729
|
+
end
|
|
730
|
+
|
|
731
|
+
class StartQualificationsDisassociationTaskResponse
|
|
732
|
+
attr_accessor catalog: ::String
|
|
733
|
+
attr_accessor arn: ::String
|
|
734
|
+
attr_accessor id: ::String
|
|
735
|
+
attr_accessor task_id: ::String
|
|
736
|
+
attr_accessor status: ("IN_PROGRESS" | "SUCCEEDED")
|
|
737
|
+
attr_accessor associated_partner: Types::QualificationsAssociationPartner
|
|
738
|
+
attr_accessor started_at: ::Time
|
|
739
|
+
SENSITIVE: []
|
|
740
|
+
end
|
|
741
|
+
|
|
645
742
|
class StartVerificationRequest
|
|
646
743
|
attr_accessor client_token: ::String
|
|
647
744
|
attr_accessor verification_details: Types::VerificationDetails
|