@aws-sdk/client-bedrock-agentcore-control 3.1110.0 → 3.1111.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.
- package/dist-cjs/index.js +66 -28
- package/dist-es/models/enums.js +9 -0
- package/dist-es/models/errors.js +16 -0
- package/dist-es/schemas/schemas_0.js +38 -28
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +6 -1
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +2 -0
- package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/GetPaymentConnectorCommand.d.ts +2 -1
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +1 -0
- package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListPaymentManagersCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +5 -1
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +2 -0
- package/dist-types/models/enums.d.ts +17 -0
- package/dist-types/models/errors.d.ts +22 -0
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +51 -1
- package/dist-types/runtimeConfig.browser.d.ts +38 -38
- package/dist-types/runtimeConfig.d.ts +36 -36
- package/dist-types/runtimeConfig.native.d.ts +37 -37
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -2
- package/dist-types/ts3.4/models/models_1.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +54 -56
- package/dist-types/ts3.4/runtimeConfig.d.ts +57 -57
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +58 -60
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1110.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -313,6 +313,22 @@ class ThrottledException extends BedrockAgentCoreControlServiceException {
|
|
|
313
313
|
Object.setPrototypeOf(this, ThrottledException.prototype);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
|
+
class SubscriptionRequiredException extends BedrockAgentCoreControlServiceException {
|
|
317
|
+
name = "SubscriptionRequiredException";
|
|
318
|
+
$fault = "client";
|
|
319
|
+
subscriptionUrl;
|
|
320
|
+
productName;
|
|
321
|
+
constructor(opts) {
|
|
322
|
+
super({
|
|
323
|
+
name: "SubscriptionRequiredException",
|
|
324
|
+
$fault: "client",
|
|
325
|
+
...opts,
|
|
326
|
+
});
|
|
327
|
+
Object.setPrototypeOf(this, SubscriptionRequiredException.prototype);
|
|
328
|
+
this.subscriptionUrl = opts.subscriptionUrl;
|
|
329
|
+
this.productName = opts.productName;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
316
332
|
class ConcurrentModificationException extends BedrockAgentCoreControlServiceException {
|
|
317
333
|
name = "ConcurrentModificationException";
|
|
318
334
|
$fault = "client";
|
|
@@ -1188,6 +1204,7 @@ const _SPGR = "StartPolicyGenerationRequest";
|
|
|
1188
1204
|
const _SPGRt = "StartPolicyGenerationResponse";
|
|
1189
1205
|
const _SQEE = "ServiceQuotaExceededException";
|
|
1190
1206
|
const _SR = "SecretReference";
|
|
1207
|
+
const _SRE = "SubscriptionRequiredException";
|
|
1191
1208
|
const _SRRFA = "SubmitRegistryRecordForApproval";
|
|
1192
1209
|
const _SRRFAR = "SubmitRegistryRecordForApprovalRequest";
|
|
1193
1210
|
const _SRRFARu = "SubmitRegistryRecordForApprovalResponse";
|
|
@@ -1810,9 +1827,11 @@ const _pI = "profileId";
|
|
|
1810
1827
|
const _pIo = "policyId";
|
|
1811
1828
|
const _pKJC = "privateKeyJwtConfig";
|
|
1812
1829
|
const _pKS = "privateKeySource";
|
|
1813
|
-
const _pM = "
|
|
1830
|
+
const _pM = "provisionMode";
|
|
1814
1831
|
const _pMA = "paymentManagerArn";
|
|
1815
1832
|
const _pMI = "paymentManagerId";
|
|
1833
|
+
const _pMa = "paymentManagers";
|
|
1834
|
+
const _pN = "productName";
|
|
1816
1835
|
const _pO = "parameterOverrides";
|
|
1817
1836
|
const _pP = "providerPath";
|
|
1818
1837
|
const _pPr = "providerPrefix";
|
|
@@ -1939,7 +1958,8 @@ const _sTIS = "sessionTimeoutInSeconds";
|
|
|
1939
1958
|
const _sTM = "sessionTimeoutMinutes";
|
|
1940
1959
|
const _sTe = "searchType";
|
|
1941
1960
|
const _sTy = "synchronizationType";
|
|
1942
|
-
const _sU = "
|
|
1961
|
+
const _sU = "subscriptionUrl";
|
|
1962
|
+
const _sUr = "s3Uri";
|
|
1943
1963
|
const _sV = "schemaVersion";
|
|
1944
1964
|
const _sVt = "stringValue";
|
|
1945
1965
|
const _sVtr = "stringValidation";
|
|
@@ -2110,6 +2130,12 @@ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
|
2110
2130
|
[0]
|
|
2111
2131
|
];
|
|
2112
2132
|
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
2133
|
+
var SubscriptionRequiredException$ = [-3, n0, _SRE,
|
|
2134
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
2135
|
+
[_m, _sU, _pN],
|
|
2136
|
+
[0, 0, 0], 1
|
|
2137
|
+
];
|
|
2138
|
+
n0_registry.registerError(SubscriptionRequiredException$, SubscriptionRequiredException);
|
|
2113
2139
|
var ThrottledException$ = [-3, n0, _TE,
|
|
2114
2140
|
{ [_e]: _c, [_hE]: 429 },
|
|
2115
2141
|
[_m],
|
|
@@ -2309,7 +2335,7 @@ var BrowserSummary$ = [3, n0, _BS,
|
|
|
2309
2335
|
var CapacityProviderConfiguration$ = [3, n0, _CPC,
|
|
2310
2336
|
0,
|
|
2311
2337
|
[_cPAa],
|
|
2312
|
-
[0]
|
|
2338
|
+
[0], 1
|
|
2313
2339
|
];
|
|
2314
2340
|
var CapacityProviderSummary$ = [3, n0, _CPS,
|
|
2315
2341
|
0,
|
|
@@ -2638,13 +2664,13 @@ var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
|
2638
2664
|
];
|
|
2639
2665
|
var CreatePaymentConnectorRequest$ = [3, n0, _CPCR,
|
|
2640
2666
|
0,
|
|
2641
|
-
[_pMI, _n, _t, _cPCr, _d, _cT],
|
|
2642
|
-
[[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, [0, 4]], 4
|
|
2667
|
+
[_pMI, _n, _t, _cPCr, _d, _pM, _cT],
|
|
2668
|
+
[[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, 0, [0, 4]], 4
|
|
2643
2669
|
];
|
|
2644
2670
|
var CreatePaymentConnectorResponse$ = [3, n0, _CPCRr,
|
|
2645
2671
|
0,
|
|
2646
|
-
[_pCI, _pMI, _n, _t, _cPCr, _cA, _st],
|
|
2647
|
-
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
2672
|
+
[_pCI, _pMI, _n, _t, _cPCr, _cA, _st, _aU],
|
|
2673
|
+
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0, 0], 7
|
|
2648
2674
|
];
|
|
2649
2675
|
var CreatePaymentCredentialProviderRequest$ = [3, n0, _CPCPR,
|
|
2650
2676
|
0,
|
|
@@ -2658,13 +2684,13 @@ var CreatePaymentCredentialProviderResponse$ = [3, n0, _CPCPRr,
|
|
|
2658
2684
|
];
|
|
2659
2685
|
var CreatePaymentManagerRequest$ = [3, n0, _CPMR,
|
|
2660
2686
|
0,
|
|
2661
|
-
[_n, _aT, _rA, _d, _aCu, _cT, _ta],
|
|
2662
|
-
[0, 0, 0, 0, () => AuthorizerConfiguration$, [0, 4], 128 | 0], 3
|
|
2687
|
+
[_n, _aT, _rA, _d, _aCu, _cT, _ta, _kKA],
|
|
2688
|
+
[0, 0, 0, 0, () => AuthorizerConfiguration$, [0, 4], 128 | 0, 0], 3
|
|
2663
2689
|
];
|
|
2664
2690
|
var CreatePaymentManagerResponse$ = [3, n0, _CPMRr,
|
|
2665
2691
|
0,
|
|
2666
|
-
[_pMA, _pMI, _n, _aT, _rA, _cA, _st, _aCu, _wID, _ta],
|
|
2667
|
-
[0, 0, 0, 0, 0, 5, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 7
|
|
2692
|
+
[_pMA, _pMI, _n, _aT, _rA, _cA, _st, _aCu, _wID, _ta, _kKA],
|
|
2693
|
+
[0, 0, 0, 0, 0, 5, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0, 0], 7
|
|
2668
2694
|
];
|
|
2669
2695
|
var CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
2670
2696
|
0,
|
|
@@ -3218,8 +3244,8 @@ var GetAgentRuntimeRequest$ = [3, n0, _GARR,
|
|
|
3218
3244
|
];
|
|
3219
3245
|
var GetAgentRuntimeResponse$ = [3, n0, _GARRe,
|
|
3220
3246
|
0,
|
|
3221
|
-
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA,
|
|
3222
|
-
[0, 0, 0, 0, 5, 5, 0, () =>
|
|
3247
|
+
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _st, _lC, _nC, _fR, _d, _wID, _aRAg, _pC, _eV, _aCu, _rHC, _mC, _fC, _cPC],
|
|
3248
|
+
[0, 0, 0, 0, 5, 5, 0, 0, () => LifecycleConfiguration$, () => NetworkConfiguration$, 0, [() => Description, 0], () => WorkloadIdentityDetails$, () => AgentRuntimeArtifact$, () => ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => RuntimeMetadataConfiguration$, () => FilesystemConfigurations, () => CapacityProviderConfiguration$], 9
|
|
3223
3249
|
];
|
|
3224
3250
|
var GetApiKeyCredentialProviderRequest$ = [3, n0, _GAKCPR,
|
|
3225
3251
|
0,
|
|
@@ -3408,8 +3434,8 @@ var GetPaymentConnectorRequest$ = [3, n0, _GPCR,
|
|
|
3408
3434
|
];
|
|
3409
3435
|
var GetPaymentConnectorResponse$ = [3, n0, _GPCRe,
|
|
3410
3436
|
0,
|
|
3411
|
-
[_pCI, _n, _t, _cPCr, _cA, _lUA, _st, _d],
|
|
3412
|
-
[0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0], 7
|
|
3437
|
+
[_pCI, _n, _t, _cPCr, _cA, _lUA, _st, _d, _aU],
|
|
3438
|
+
[0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0, 0], 7
|
|
3413
3439
|
];
|
|
3414
3440
|
var GetPaymentCredentialProviderRequest$ = [3, n0, _GPCPR,
|
|
3415
3441
|
0,
|
|
@@ -3428,8 +3454,8 @@ var GetPaymentManagerRequest$ = [3, n0, _GPMR,
|
|
|
3428
3454
|
];
|
|
3429
3455
|
var GetPaymentManagerResponse$ = [3, n0, _GPMRe,
|
|
3430
3456
|
0,
|
|
3431
|
-
[_pMA, _pMI, _n, _aT, _rA, _cA, _lUA, _st, _d, _aCu, _wID, _ta],
|
|
3432
|
-
[0, 0, 0, 0, 0, 5, 5, 0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 8
|
|
3457
|
+
[_pMA, _pMI, _n, _aT, _rA, _cA, _lUA, _st, _d, _aCu, _wID, _ta, _kKA],
|
|
3458
|
+
[0, 0, 0, 0, 0, 5, 5, 0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0, 0], 8
|
|
3433
3459
|
];
|
|
3434
3460
|
var GetPolicyEngineRequest$ = [3, n0, _GPER,
|
|
3435
3461
|
0,
|
|
@@ -4143,7 +4169,7 @@ var ListPaymentManagersRequest$ = [3, n0, _LPMR,
|
|
|
4143
4169
|
];
|
|
4144
4170
|
var ListPaymentManagersResponse$ = [3, n0, _LPMRi,
|
|
4145
4171
|
0,
|
|
4146
|
-
[
|
|
4172
|
+
[_pMa, _nTe],
|
|
4147
4173
|
[() => PaymentManagerSummaries, 0], 1
|
|
4148
4174
|
];
|
|
4149
4175
|
var ListPoliciesRequest$ = [3, n0, _LPR,
|
|
@@ -4468,8 +4494,8 @@ var PaymentCredentialProviderItem$ = [3, n0, _PCPI,
|
|
|
4468
4494
|
];
|
|
4469
4495
|
var PaymentManagerSummary$ = [3, n0, _PMS,
|
|
4470
4496
|
0,
|
|
4471
|
-
[_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA],
|
|
4472
|
-
[0, 0, 0, 0, 0, 0, 5, 0, 5], 7
|
|
4497
|
+
[_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA, _kKA],
|
|
4498
|
+
[0, 0, 0, 0, 0, 0, 5, 0, 5, 0], 7
|
|
4473
4499
|
];
|
|
4474
4500
|
var PermissionsConfiguration$ = [3, n0, _PC,
|
|
4475
4501
|
0,
|
|
@@ -4633,7 +4659,7 @@ var S3Location$ = [3, n0, _SL,
|
|
|
4633
4659
|
];
|
|
4634
4660
|
var S3Source$ = [3, n0, _SS,
|
|
4635
4661
|
0,
|
|
4636
|
-
[
|
|
4662
|
+
[_sUr],
|
|
4637
4663
|
[0], 1
|
|
4638
4664
|
];
|
|
4639
4665
|
var SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
|
|
@@ -5213,8 +5239,8 @@ var UpdatePaymentConnectorRequest$ = [3, n0, _UPCR,
|
|
|
5213
5239
|
];
|
|
5214
5240
|
var UpdatePaymentConnectorResponse$ = [3, n0, _UPCRp,
|
|
5215
5241
|
0,
|
|
5216
|
-
[_pCI, _pMI, _n, _t, _cPCr, _lUA, _st],
|
|
5217
|
-
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
5242
|
+
[_pCI, _pMI, _n, _t, _cPCr, _lUA, _st, _aU],
|
|
5243
|
+
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0, 0], 7
|
|
5218
5244
|
];
|
|
5219
5245
|
var UpdatePaymentCredentialProviderRequest$ = [3, n0, _UPCPR,
|
|
5220
5246
|
0,
|
|
@@ -5228,13 +5254,13 @@ var UpdatePaymentCredentialProviderResponse$ = [3, n0, _UPCPRp,
|
|
|
5228
5254
|
];
|
|
5229
5255
|
var UpdatePaymentManagerRequest$ = [3, n0, _UPMR,
|
|
5230
5256
|
0,
|
|
5231
|
-
[_pMI, _d, _aT, _aCu, _rA, _cT],
|
|
5232
|
-
[[0, 1], 0, 0, () => AuthorizerConfiguration$, 0, [0, 4]], 1
|
|
5257
|
+
[_pMI, _d, _aT, _aCu, _rA, _cT, _kKA],
|
|
5258
|
+
[[0, 1], 0, 0, () => AuthorizerConfiguration$, 0, [0, 4], 0], 1
|
|
5233
5259
|
];
|
|
5234
5260
|
var UpdatePaymentManagerResponse$ = [3, n0, _UPMRp,
|
|
5235
5261
|
0,
|
|
5236
|
-
[_pMA, _pMI, _n, _aT, _rA, _lUA, _st, _wID],
|
|
5237
|
-
[0, 0, 0, 0, 0, 5, 0, () => WorkloadIdentityDetails
|
|
5262
|
+
[_pMA, _pMI, _n, _aT, _rA, _lUA, _st, _wID, _kKA],
|
|
5263
|
+
[0, 0, 0, 0, 0, 5, 0, () => WorkloadIdentityDetails$, 0], 7
|
|
5238
5264
|
];
|
|
5239
5265
|
var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
|
|
5240
5266
|
0,
|
|
@@ -8349,15 +8375,24 @@ const PaymentManagerStatus = {
|
|
|
8349
8375
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
8350
8376
|
UPDATING: "UPDATING",
|
|
8351
8377
|
};
|
|
8378
|
+
const PaymentConnectorProvisionMode = {
|
|
8379
|
+
MANUAL: "MANUAL",
|
|
8380
|
+
QUICK_CREATE: "QUICK_CREATE",
|
|
8381
|
+
};
|
|
8352
8382
|
const PaymentConnectorType = {
|
|
8353
8383
|
COINBASE_CDP: "CoinbaseCDP",
|
|
8354
8384
|
STRIPE_PRIVY: "StripePrivy",
|
|
8355
8385
|
};
|
|
8356
8386
|
const PaymentConnectorStatus = {
|
|
8387
|
+
AUTHENTICATION_EXPIRED: "AUTHENTICATION_EXPIRED",
|
|
8388
|
+
AUTHENTICATION_FAILED: "AUTHENTICATION_FAILED",
|
|
8389
|
+
AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED: "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED",
|
|
8357
8390
|
CREATE_FAILED: "CREATE_FAILED",
|
|
8358
8391
|
CREATING: "CREATING",
|
|
8359
8392
|
DELETE_FAILED: "DELETE_FAILED",
|
|
8360
8393
|
DELETING: "DELETING",
|
|
8394
|
+
PENDING_AUTHENTICATION: "PENDING_AUTHENTICATION",
|
|
8395
|
+
PROVISIONING: "PROVISIONING",
|
|
8361
8396
|
READY: "READY",
|
|
8362
8397
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
8363
8398
|
UPDATING: "UPDATING",
|
|
@@ -9308,6 +9343,7 @@ exports.OutputConfig$ = OutputConfig$;
|
|
|
9308
9343
|
exports.OverrideType = OverrideType;
|
|
9309
9344
|
exports.PassthroughProtocolType = PassthroughProtocolType;
|
|
9310
9345
|
exports.PassthroughTargetConfiguration$ = PassthroughTargetConfiguration$;
|
|
9346
|
+
exports.PaymentConnectorProvisionMode = PaymentConnectorProvisionMode;
|
|
9311
9347
|
exports.PaymentConnectorStatus = PaymentConnectorStatus;
|
|
9312
9348
|
exports.PaymentConnectorSummary$ = PaymentConnectorSummary$;
|
|
9313
9349
|
exports.PaymentConnectorType = PaymentConnectorType;
|
|
@@ -9440,6 +9476,8 @@ exports.SubmitRegistryRecordForApproval$ = SubmitRegistryRecordForApproval$;
|
|
|
9440
9476
|
exports.SubmitRegistryRecordForApprovalCommand = SubmitRegistryRecordForApprovalCommand;
|
|
9441
9477
|
exports.SubmitRegistryRecordForApprovalRequest$ = SubmitRegistryRecordForApprovalRequest$;
|
|
9442
9478
|
exports.SubmitRegistryRecordForApprovalResponse$ = SubmitRegistryRecordForApprovalResponse$;
|
|
9479
|
+
exports.SubscriptionRequiredException = SubscriptionRequiredException;
|
|
9480
|
+
exports.SubscriptionRequiredException$ = SubscriptionRequiredException$;
|
|
9443
9481
|
exports.SummaryConsolidationOverride$ = SummaryConsolidationOverride$;
|
|
9444
9482
|
exports.SummaryMemoryStrategyInput$ = SummaryMemoryStrategyInput$;
|
|
9445
9483
|
exports.SummaryOverrideConfigurationInput$ = SummaryOverrideConfigurationInput$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -507,15 +507,24 @@ export const PaymentManagerStatus = {
|
|
|
507
507
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
508
508
|
UPDATING: "UPDATING",
|
|
509
509
|
};
|
|
510
|
+
export const PaymentConnectorProvisionMode = {
|
|
511
|
+
MANUAL: "MANUAL",
|
|
512
|
+
QUICK_CREATE: "QUICK_CREATE",
|
|
513
|
+
};
|
|
510
514
|
export const PaymentConnectorType = {
|
|
511
515
|
COINBASE_CDP: "CoinbaseCDP",
|
|
512
516
|
STRIPE_PRIVY: "StripePrivy",
|
|
513
517
|
};
|
|
514
518
|
export const PaymentConnectorStatus = {
|
|
519
|
+
AUTHENTICATION_EXPIRED: "AUTHENTICATION_EXPIRED",
|
|
520
|
+
AUTHENTICATION_FAILED: "AUTHENTICATION_FAILED",
|
|
521
|
+
AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED: "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED",
|
|
515
522
|
CREATE_FAILED: "CREATE_FAILED",
|
|
516
523
|
CREATING: "CREATING",
|
|
517
524
|
DELETE_FAILED: "DELETE_FAILED",
|
|
518
525
|
DELETING: "DELETING",
|
|
526
|
+
PENDING_AUTHENTICATION: "PENDING_AUTHENTICATION",
|
|
527
|
+
PROVISIONING: "PROVISIONING",
|
|
519
528
|
READY: "READY",
|
|
520
529
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
521
530
|
UPDATING: "UPDATING",
|
package/dist-es/models/errors.js
CHANGED
|
@@ -174,6 +174,22 @@ export class ThrottledException extends __BaseException {
|
|
|
174
174
|
Object.setPrototypeOf(this, ThrottledException.prototype);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
+
export class SubscriptionRequiredException extends __BaseException {
|
|
178
|
+
name = "SubscriptionRequiredException";
|
|
179
|
+
$fault = "client";
|
|
180
|
+
subscriptionUrl;
|
|
181
|
+
productName;
|
|
182
|
+
constructor(opts) {
|
|
183
|
+
super({
|
|
184
|
+
name: "SubscriptionRequiredException",
|
|
185
|
+
$fault: "client",
|
|
186
|
+
...opts,
|
|
187
|
+
});
|
|
188
|
+
Object.setPrototypeOf(this, SubscriptionRequiredException.prototype);
|
|
189
|
+
this.subscriptionUrl = opts.subscriptionUrl;
|
|
190
|
+
this.productName = opts.productName;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
177
193
|
export class ConcurrentModificationException extends __BaseException {
|
|
178
194
|
name = "ConcurrentModificationException";
|
|
179
195
|
$fault = "client";
|
|
@@ -860,6 +860,7 @@ const _SPGR = "StartPolicyGenerationRequest";
|
|
|
860
860
|
const _SPGRt = "StartPolicyGenerationResponse";
|
|
861
861
|
const _SQEE = "ServiceQuotaExceededException";
|
|
862
862
|
const _SR = "SecretReference";
|
|
863
|
+
const _SRE = "SubscriptionRequiredException";
|
|
863
864
|
const _SRRFA = "SubmitRegistryRecordForApproval";
|
|
864
865
|
const _SRRFAR = "SubmitRegistryRecordForApprovalRequest";
|
|
865
866
|
const _SRRFARu = "SubmitRegistryRecordForApprovalResponse";
|
|
@@ -1482,9 +1483,11 @@ const _pI = "profileId";
|
|
|
1482
1483
|
const _pIo = "policyId";
|
|
1483
1484
|
const _pKJC = "privateKeyJwtConfig";
|
|
1484
1485
|
const _pKS = "privateKeySource";
|
|
1485
|
-
const _pM = "
|
|
1486
|
+
const _pM = "provisionMode";
|
|
1486
1487
|
const _pMA = "paymentManagerArn";
|
|
1487
1488
|
const _pMI = "paymentManagerId";
|
|
1489
|
+
const _pMa = "paymentManagers";
|
|
1490
|
+
const _pN = "productName";
|
|
1488
1491
|
const _pO = "parameterOverrides";
|
|
1489
1492
|
const _pP = "providerPath";
|
|
1490
1493
|
const _pPr = "providerPrefix";
|
|
@@ -1611,7 +1614,8 @@ const _sTIS = "sessionTimeoutInSeconds";
|
|
|
1611
1614
|
const _sTM = "sessionTimeoutMinutes";
|
|
1612
1615
|
const _sTe = "searchType";
|
|
1613
1616
|
const _sTy = "synchronizationType";
|
|
1614
|
-
const _sU = "
|
|
1617
|
+
const _sU = "subscriptionUrl";
|
|
1618
|
+
const _sUr = "s3Uri";
|
|
1615
1619
|
const _sV = "schemaVersion";
|
|
1616
1620
|
const _sVt = "stringValue";
|
|
1617
1621
|
const _sVtr = "stringValidation";
|
|
@@ -1714,7 +1718,7 @@ const _wSS = "walletSecretSource";
|
|
|
1714
1718
|
const n0 = "com.amazonaws.bedrockagentcorecontrol";
|
|
1715
1719
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1716
1720
|
import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
|
|
1717
|
-
import { AccessDeniedException, ConcurrentModificationException, ConflictException, DecryptionFailure, EncryptionFailure, InternalServerException, ResourceLimitExceededException, ResourceNotFoundException, RetryableConflictException, ServiceException, ServiceQuotaExceededException, ThrottledException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
1721
|
+
import { AccessDeniedException, ConcurrentModificationException, ConflictException, DecryptionFailure, EncryptionFailure, InternalServerException, ResourceLimitExceededException, ResourceNotFoundException, RetryableConflictException, ServiceException, ServiceQuotaExceededException, SubscriptionRequiredException, ThrottledException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
1718
1722
|
const _s_registry = TypeRegistry.for(_s);
|
|
1719
1723
|
export var BedrockAgentCoreControlServiceException$ = [-3, _s, "BedrockAgentCoreControlServiceException", 0, [], []];
|
|
1720
1724
|
_s_registry.registerError(BedrockAgentCoreControlServiceException$, BedrockAgentCoreControlServiceException);
|
|
@@ -1785,6 +1789,12 @@ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
|
1785
1789
|
[0]
|
|
1786
1790
|
];
|
|
1787
1791
|
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1792
|
+
export var SubscriptionRequiredException$ = [-3, n0, _SRE,
|
|
1793
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1794
|
+
[_m, _sU, _pN],
|
|
1795
|
+
[0, 0, 0], 1
|
|
1796
|
+
];
|
|
1797
|
+
n0_registry.registerError(SubscriptionRequiredException$, SubscriptionRequiredException);
|
|
1788
1798
|
export var ThrottledException$ = [-3, n0, _TE,
|
|
1789
1799
|
{ [_e]: _c, [_hE]: 429 },
|
|
1790
1800
|
[_m],
|
|
@@ -1984,7 +1994,7 @@ export var BrowserSummary$ = [3, n0, _BS,
|
|
|
1984
1994
|
export var CapacityProviderConfiguration$ = [3, n0, _CPC,
|
|
1985
1995
|
0,
|
|
1986
1996
|
[_cPAa],
|
|
1987
|
-
[0]
|
|
1997
|
+
[0], 1
|
|
1988
1998
|
];
|
|
1989
1999
|
export var CapacityProviderSummary$ = [3, n0, _CPS,
|
|
1990
2000
|
0,
|
|
@@ -2313,13 +2323,13 @@ export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
|
2313
2323
|
];
|
|
2314
2324
|
export var CreatePaymentConnectorRequest$ = [3, n0, _CPCR,
|
|
2315
2325
|
0,
|
|
2316
|
-
[_pMI, _n, _t, _cPCr, _d, _cT],
|
|
2317
|
-
[[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, [0, 4]], 4
|
|
2326
|
+
[_pMI, _n, _t, _cPCr, _d, _pM, _cT],
|
|
2327
|
+
[[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, 0, [0, 4]], 4
|
|
2318
2328
|
];
|
|
2319
2329
|
export var CreatePaymentConnectorResponse$ = [3, n0, _CPCRr,
|
|
2320
2330
|
0,
|
|
2321
|
-
[_pCI, _pMI, _n, _t, _cPCr, _cA, _st],
|
|
2322
|
-
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
2331
|
+
[_pCI, _pMI, _n, _t, _cPCr, _cA, _st, _aU],
|
|
2332
|
+
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0, 0], 7
|
|
2323
2333
|
];
|
|
2324
2334
|
export var CreatePaymentCredentialProviderRequest$ = [3, n0, _CPCPR,
|
|
2325
2335
|
0,
|
|
@@ -2333,13 +2343,13 @@ export var CreatePaymentCredentialProviderResponse$ = [3, n0, _CPCPRr,
|
|
|
2333
2343
|
];
|
|
2334
2344
|
export var CreatePaymentManagerRequest$ = [3, n0, _CPMR,
|
|
2335
2345
|
0,
|
|
2336
|
-
[_n, _aT, _rA, _d, _aCu, _cT, _ta],
|
|
2337
|
-
[0, 0, 0, 0, () => AuthorizerConfiguration$, [0, 4], 128 | 0], 3
|
|
2346
|
+
[_n, _aT, _rA, _d, _aCu, _cT, _ta, _kKA],
|
|
2347
|
+
[0, 0, 0, 0, () => AuthorizerConfiguration$, [0, 4], 128 | 0, 0], 3
|
|
2338
2348
|
];
|
|
2339
2349
|
export var CreatePaymentManagerResponse$ = [3, n0, _CPMRr,
|
|
2340
2350
|
0,
|
|
2341
|
-
[_pMA, _pMI, _n, _aT, _rA, _cA, _st, _aCu, _wID, _ta],
|
|
2342
|
-
[0, 0, 0, 0, 0, 5, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 7
|
|
2351
|
+
[_pMA, _pMI, _n, _aT, _rA, _cA, _st, _aCu, _wID, _ta, _kKA],
|
|
2352
|
+
[0, 0, 0, 0, 0, 5, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0, 0], 7
|
|
2343
2353
|
];
|
|
2344
2354
|
export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
2345
2355
|
0,
|
|
@@ -2893,8 +2903,8 @@ export var GetAgentRuntimeRequest$ = [3, n0, _GARR,
|
|
|
2893
2903
|
];
|
|
2894
2904
|
export var GetAgentRuntimeResponse$ = [3, n0, _GARRe,
|
|
2895
2905
|
0,
|
|
2896
|
-
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA,
|
|
2897
|
-
[0, 0, 0, 0, 5, 5, 0, () =>
|
|
2906
|
+
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _st, _lC, _nC, _fR, _d, _wID, _aRAg, _pC, _eV, _aCu, _rHC, _mC, _fC, _cPC],
|
|
2907
|
+
[0, 0, 0, 0, 5, 5, 0, 0, () => LifecycleConfiguration$, () => NetworkConfiguration$, 0, [() => Description, 0], () => WorkloadIdentityDetails$, () => AgentRuntimeArtifact$, () => ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => RuntimeMetadataConfiguration$, () => FilesystemConfigurations, () => CapacityProviderConfiguration$], 9
|
|
2898
2908
|
];
|
|
2899
2909
|
export var GetApiKeyCredentialProviderRequest$ = [3, n0, _GAKCPR,
|
|
2900
2910
|
0,
|
|
@@ -3083,8 +3093,8 @@ export var GetPaymentConnectorRequest$ = [3, n0, _GPCR,
|
|
|
3083
3093
|
];
|
|
3084
3094
|
export var GetPaymentConnectorResponse$ = [3, n0, _GPCRe,
|
|
3085
3095
|
0,
|
|
3086
|
-
[_pCI, _n, _t, _cPCr, _cA, _lUA, _st, _d],
|
|
3087
|
-
[0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0], 7
|
|
3096
|
+
[_pCI, _n, _t, _cPCr, _cA, _lUA, _st, _d, _aU],
|
|
3097
|
+
[0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0, 0], 7
|
|
3088
3098
|
];
|
|
3089
3099
|
export var GetPaymentCredentialProviderRequest$ = [3, n0, _GPCPR,
|
|
3090
3100
|
0,
|
|
@@ -3103,8 +3113,8 @@ export var GetPaymentManagerRequest$ = [3, n0, _GPMR,
|
|
|
3103
3113
|
];
|
|
3104
3114
|
export var GetPaymentManagerResponse$ = [3, n0, _GPMRe,
|
|
3105
3115
|
0,
|
|
3106
|
-
[_pMA, _pMI, _n, _aT, _rA, _cA, _lUA, _st, _d, _aCu, _wID, _ta],
|
|
3107
|
-
[0, 0, 0, 0, 0, 5, 5, 0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 8
|
|
3116
|
+
[_pMA, _pMI, _n, _aT, _rA, _cA, _lUA, _st, _d, _aCu, _wID, _ta, _kKA],
|
|
3117
|
+
[0, 0, 0, 0, 0, 5, 5, 0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0, 0], 8
|
|
3108
3118
|
];
|
|
3109
3119
|
export var GetPolicyEngineRequest$ = [3, n0, _GPER,
|
|
3110
3120
|
0,
|
|
@@ -3818,7 +3828,7 @@ export var ListPaymentManagersRequest$ = [3, n0, _LPMR,
|
|
|
3818
3828
|
];
|
|
3819
3829
|
export var ListPaymentManagersResponse$ = [3, n0, _LPMRi,
|
|
3820
3830
|
0,
|
|
3821
|
-
[
|
|
3831
|
+
[_pMa, _nTe],
|
|
3822
3832
|
[() => PaymentManagerSummaries, 0], 1
|
|
3823
3833
|
];
|
|
3824
3834
|
export var ListPoliciesRequest$ = [3, n0, _LPR,
|
|
@@ -4143,8 +4153,8 @@ export var PaymentCredentialProviderItem$ = [3, n0, _PCPI,
|
|
|
4143
4153
|
];
|
|
4144
4154
|
export var PaymentManagerSummary$ = [3, n0, _PMS,
|
|
4145
4155
|
0,
|
|
4146
|
-
[_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA],
|
|
4147
|
-
[0, 0, 0, 0, 0, 0, 5, 0, 5], 7
|
|
4156
|
+
[_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA, _kKA],
|
|
4157
|
+
[0, 0, 0, 0, 0, 0, 5, 0, 5, 0], 7
|
|
4148
4158
|
];
|
|
4149
4159
|
export var PermissionsConfiguration$ = [3, n0, _PC,
|
|
4150
4160
|
0,
|
|
@@ -4308,7 +4318,7 @@ export var S3Location$ = [3, n0, _SL,
|
|
|
4308
4318
|
];
|
|
4309
4319
|
export var S3Source$ = [3, n0, _SS,
|
|
4310
4320
|
0,
|
|
4311
|
-
[
|
|
4321
|
+
[_sUr],
|
|
4312
4322
|
[0], 1
|
|
4313
4323
|
];
|
|
4314
4324
|
export var SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
|
|
@@ -4888,8 +4898,8 @@ export var UpdatePaymentConnectorRequest$ = [3, n0, _UPCR,
|
|
|
4888
4898
|
];
|
|
4889
4899
|
export var UpdatePaymentConnectorResponse$ = [3, n0, _UPCRp,
|
|
4890
4900
|
0,
|
|
4891
|
-
[_pCI, _pMI, _n, _t, _cPCr, _lUA, _st],
|
|
4892
|
-
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
4901
|
+
[_pCI, _pMI, _n, _t, _cPCr, _lUA, _st, _aU],
|
|
4902
|
+
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0, 0], 7
|
|
4893
4903
|
];
|
|
4894
4904
|
export var UpdatePaymentCredentialProviderRequest$ = [3, n0, _UPCPR,
|
|
4895
4905
|
0,
|
|
@@ -4903,13 +4913,13 @@ export var UpdatePaymentCredentialProviderResponse$ = [3, n0, _UPCPRp,
|
|
|
4903
4913
|
];
|
|
4904
4914
|
export var UpdatePaymentManagerRequest$ = [3, n0, _UPMR,
|
|
4905
4915
|
0,
|
|
4906
|
-
[_pMI, _d, _aT, _aCu, _rA, _cT],
|
|
4907
|
-
[[0, 1], 0, 0, () => AuthorizerConfiguration$, 0, [0, 4]], 1
|
|
4916
|
+
[_pMI, _d, _aT, _aCu, _rA, _cT, _kKA],
|
|
4917
|
+
[[0, 1], 0, 0, () => AuthorizerConfiguration$, 0, [0, 4], 0], 1
|
|
4908
4918
|
];
|
|
4909
4919
|
export var UpdatePaymentManagerResponse$ = [3, n0, _UPMRp,
|
|
4910
4920
|
0,
|
|
4911
|
-
[_pMA, _pMI, _n, _aT, _rA, _lUA, _st, _wID],
|
|
4912
|
-
[0, 0, 0, 0, 0, 5, 0, () => WorkloadIdentityDetails
|
|
4921
|
+
[_pMA, _pMI, _n, _aT, _rA, _lUA, _st, _wID, _kKA],
|
|
4922
|
+
[0, 0, 0, 0, 0, 5, 0, () => WorkloadIdentityDetails$, 0], 7
|
|
4913
4923
|
];
|
|
4914
4924
|
export var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
|
|
4915
4925
|
0,
|
|
@@ -188,7 +188,7 @@ declare const CreateAgentRuntimeCommand_base: {
|
|
|
188
188
|
* },
|
|
189
189
|
* ],
|
|
190
190
|
* capacityProviderConfiguration: { // CapacityProviderConfiguration
|
|
191
|
-
* capacityProviderArn: "STRING_VALUE",
|
|
191
|
+
* capacityProviderArn: "STRING_VALUE", // required
|
|
192
192
|
* },
|
|
193
193
|
* tags: "<TagsMap>",
|
|
194
194
|
* };
|
|
@@ -48,6 +48,7 @@ declare const CreatePaymentConnectorCommand_base: {
|
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
50
|
* ],
|
|
51
|
+
* provisionMode: "MANUAL" || "QUICK_CREATE",
|
|
51
52
|
* clientToken: "STRING_VALUE",
|
|
52
53
|
* };
|
|
53
54
|
* const command = new CreatePaymentConnectorCommand(input);
|
|
@@ -68,7 +69,8 @@ declare const CreatePaymentConnectorCommand_base: {
|
|
|
68
69
|
* // },
|
|
69
70
|
* // ],
|
|
70
71
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
71
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
72
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
73
|
+
* // authorizationUrl: "STRING_VALUE",
|
|
72
74
|
* // };
|
|
73
75
|
*
|
|
74
76
|
* ```
|
|
@@ -94,6 +96,9 @@ declare const CreatePaymentConnectorCommand_base: {
|
|
|
94
96
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
95
97
|
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
96
98
|
*
|
|
99
|
+
* @throws {@link SubscriptionRequiredException} (client fault)
|
|
100
|
+
* <p>The request failed because it requires an active Amazon Web Services Marketplace subscription that is not present. Subscribe to the required product in Amazon Web Services Marketplace and try again.</p>
|
|
101
|
+
*
|
|
97
102
|
* @throws {@link ThrottlingException} (client fault)
|
|
98
103
|
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
99
104
|
*
|
|
@@ -125,6 +125,7 @@ declare const CreatePaymentManagerCommand_base: {
|
|
|
125
125
|
* roleArn: "STRING_VALUE", // required
|
|
126
126
|
* clientToken: "STRING_VALUE",
|
|
127
127
|
* tags: "<TagsMap>",
|
|
128
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
128
129
|
* };
|
|
129
130
|
* const command = new CreatePaymentManagerCommand(input);
|
|
130
131
|
* const response = await client.send(command);
|
|
@@ -225,6 +226,7 @@ declare const CreatePaymentManagerCommand_base: {
|
|
|
225
226
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
226
227
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
227
228
|
* // tags: "<TagsMap>",
|
|
229
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
228
230
|
* // };
|
|
229
231
|
*
|
|
230
232
|
* ```
|
|
@@ -41,7 +41,7 @@ declare const DeletePaymentConnectorCommand_base: {
|
|
|
41
41
|
* const command = new DeletePaymentConnectorCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
43
|
* // { // DeletePaymentConnectorResponse
|
|
44
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
44
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
45
45
|
* // paymentConnectorId: "STRING_VALUE",
|
|
46
46
|
* // };
|
|
47
47
|
*
|
|
@@ -206,7 +206,7 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
206
206
|
* // },
|
|
207
207
|
* // ],
|
|
208
208
|
* // capacityProviderConfiguration: { // CapacityProviderConfiguration
|
|
209
|
-
* // capacityProviderArn: "STRING_VALUE",
|
|
209
|
+
* // capacityProviderArn: "STRING_VALUE", // required
|
|
210
210
|
* // },
|
|
211
211
|
* // };
|
|
212
212
|
*
|
|
@@ -56,7 +56,8 @@ declare const GetPaymentConnectorCommand_base: {
|
|
|
56
56
|
* // ],
|
|
57
57
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
58
58
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
59
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
59
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
60
|
+
* // authorizationUrl: "STRING_VALUE",
|
|
60
61
|
* // };
|
|
61
62
|
*
|
|
62
63
|
* ```
|
|
@@ -137,6 +137,7 @@ declare const GetPaymentManagerCommand_base: {
|
|
|
137
137
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
138
138
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
139
139
|
* // tags: "<TagsMap>",
|
|
140
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
140
141
|
* // };
|
|
141
142
|
*
|
|
142
143
|
* ```
|
|
@@ -46,7 +46,7 @@ declare const ListPaymentConnectorsCommand_base: {
|
|
|
46
46
|
* // paymentConnectorId: "STRING_VALUE", // required
|
|
47
47
|
* // name: "STRING_VALUE", // required
|
|
48
48
|
* // type: "CoinbaseCDP" || "StripePrivy", // required
|
|
49
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
49
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
50
50
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
51
51
|
* // },
|
|
52
52
|
* // ],
|
|
@@ -51,6 +51,7 @@ declare const ListPaymentManagersCommand_base: {
|
|
|
51
51
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
52
52
|
* // createdAt: new Date("TIMESTAMP"),
|
|
53
53
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
54
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
54
55
|
* // },
|
|
55
56
|
* // ],
|
|
56
57
|
* // nextToken: "STRING_VALUE",
|
|
@@ -190,7 +190,7 @@ declare const UpdateAgentRuntimeCommand_base: {
|
|
|
190
190
|
* },
|
|
191
191
|
* ],
|
|
192
192
|
* capacityProviderConfiguration: { // CapacityProviderConfiguration
|
|
193
|
-
* capacityProviderArn: "STRING_VALUE",
|
|
193
|
+
* capacityProviderArn: "STRING_VALUE", // required
|
|
194
194
|
* },
|
|
195
195
|
* clientToken: "STRING_VALUE",
|
|
196
196
|
* };
|
|
@@ -68,7 +68,8 @@ declare const UpdatePaymentConnectorCommand_base: {
|
|
|
68
68
|
* // },
|
|
69
69
|
* // ],
|
|
70
70
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
71
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
71
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
72
|
+
* // authorizationUrl: "STRING_VALUE",
|
|
72
73
|
* // };
|
|
73
74
|
*
|
|
74
75
|
* ```
|
|
@@ -94,6 +95,9 @@ declare const UpdatePaymentConnectorCommand_base: {
|
|
|
94
95
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
95
96
|
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
96
97
|
*
|
|
98
|
+
* @throws {@link SubscriptionRequiredException} (client fault)
|
|
99
|
+
* <p>The request failed because it requires an active Amazon Web Services Marketplace subscription that is not present. Subscribe to the required product in Amazon Web Services Marketplace and try again.</p>
|
|
100
|
+
*
|
|
97
101
|
* @throws {@link ThrottlingException} (client fault)
|
|
98
102
|
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
99
103
|
*
|
|
@@ -124,6 +124,7 @@ declare const UpdatePaymentManagerCommand_base: {
|
|
|
124
124
|
* },
|
|
125
125
|
* roleArn: "STRING_VALUE",
|
|
126
126
|
* clientToken: "STRING_VALUE",
|
|
127
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
127
128
|
* };
|
|
128
129
|
* const command = new UpdatePaymentManagerCommand(input);
|
|
129
130
|
* const response = await client.send(command);
|
|
@@ -138,6 +139,7 @@ declare const UpdatePaymentManagerCommand_base: {
|
|
|
138
139
|
* // },
|
|
139
140
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
140
141
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
142
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
141
143
|
* // };
|
|
142
144
|
*
|
|
143
145
|
* ```
|