@aws-sdk/client-artifact 3.957.0 → 3.962.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/README.md +1 -13
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +136 -183
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +134 -181
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,10 +9,8 @@ AWS SDK for JavaScript Artifact Client for Node.js, Browser and React Native.
|
|
|
9
9
|
<p>This reference provides descriptions of the low-level AWS Artifact Service API.</p>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
|
-
|
|
13
12
|
To install this package, simply type add or install @aws-sdk/client-artifact
|
|
14
13
|
using your favorite package manager:
|
|
15
|
-
|
|
16
14
|
- `npm install @aws-sdk/client-artifact`
|
|
17
15
|
- `yarn add @aws-sdk/client-artifact`
|
|
18
16
|
- `pnpm add @aws-sdk/client-artifact`
|
|
@@ -48,9 +46,7 @@ To send a request, you:
|
|
|
48
46
|
// a client can be shared by different commands.
|
|
49
47
|
const client = new ArtifactClient({ region: "REGION" });
|
|
50
48
|
|
|
51
|
-
const params = {
|
|
52
|
-
/** input parameters */
|
|
53
|
-
};
|
|
49
|
+
const params = { /** input parameters */ };
|
|
54
50
|
const command = new ListReportsCommand(params);
|
|
55
51
|
```
|
|
56
52
|
|
|
@@ -209,7 +205,6 @@ GetAccountSettings
|
|
|
209
205
|
</summary>
|
|
210
206
|
|
|
211
207
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/artifact/command/GetAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/GetAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/GetAccountSettingsCommandOutput/)
|
|
212
|
-
|
|
213
208
|
</details>
|
|
214
209
|
<details>
|
|
215
210
|
<summary>
|
|
@@ -217,7 +212,6 @@ GetReport
|
|
|
217
212
|
</summary>
|
|
218
213
|
|
|
219
214
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/artifact/command/GetReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/GetReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/GetReportCommandOutput/)
|
|
220
|
-
|
|
221
215
|
</details>
|
|
222
216
|
<details>
|
|
223
217
|
<summary>
|
|
@@ -225,7 +219,6 @@ GetReportMetadata
|
|
|
225
219
|
</summary>
|
|
226
220
|
|
|
227
221
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/artifact/command/GetReportMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/GetReportMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/GetReportMetadataCommandOutput/)
|
|
228
|
-
|
|
229
222
|
</details>
|
|
230
223
|
<details>
|
|
231
224
|
<summary>
|
|
@@ -233,7 +226,6 @@ GetTermForReport
|
|
|
233
226
|
</summary>
|
|
234
227
|
|
|
235
228
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/artifact/command/GetTermForReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/GetTermForReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/GetTermForReportCommandOutput/)
|
|
236
|
-
|
|
237
229
|
</details>
|
|
238
230
|
<details>
|
|
239
231
|
<summary>
|
|
@@ -241,7 +233,6 @@ ListCustomerAgreements
|
|
|
241
233
|
</summary>
|
|
242
234
|
|
|
243
235
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/artifact/command/ListCustomerAgreementsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/ListCustomerAgreementsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/ListCustomerAgreementsCommandOutput/)
|
|
244
|
-
|
|
245
236
|
</details>
|
|
246
237
|
<details>
|
|
247
238
|
<summary>
|
|
@@ -249,7 +240,6 @@ ListReports
|
|
|
249
240
|
</summary>
|
|
250
241
|
|
|
251
242
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/artifact/command/ListReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/ListReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/ListReportsCommandOutput/)
|
|
252
|
-
|
|
253
243
|
</details>
|
|
254
244
|
<details>
|
|
255
245
|
<summary>
|
|
@@ -257,7 +247,6 @@ ListReportVersions
|
|
|
257
247
|
</summary>
|
|
258
248
|
|
|
259
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/artifact/command/ListReportVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/ListReportVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/ListReportVersionsCommandOutput/)
|
|
260
|
-
|
|
261
250
|
</details>
|
|
262
251
|
<details>
|
|
263
252
|
<summary>
|
|
@@ -265,5 +254,4 @@ PutAccountSettings
|
|
|
265
254
|
</summary>
|
|
266
255
|
|
|
267
256
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/artifact/command/PutAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/PutAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-artifact/Interface/PutAccountSettingsCommandOutput/)
|
|
268
|
-
|
|
269
257
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultArtifactHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultArtifactHttpAuthSchemeParametersProvider = defaultArtifactHttpAuthSchemeParametersProvider;
|
package/dist-cjs/index.js
CHANGED
|
@@ -330,234 +330,187 @@ const _tTe = "termToken";
|
|
|
330
330
|
const _uS = "uploadState";
|
|
331
331
|
const _v = "version";
|
|
332
332
|
const n0 = "com.amazonaws.artifact";
|
|
333
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
333
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
334
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
335
|
+
[_m],
|
|
336
|
+
[0]
|
|
337
|
+
];
|
|
334
338
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
335
|
-
var AccountSettings$ = [3, n0, _AS,
|
|
336
|
-
|
|
339
|
+
var AccountSettings$ = [3, n0, _AS,
|
|
340
|
+
0,
|
|
341
|
+
[_nSS],
|
|
342
|
+
[0]
|
|
343
|
+
];
|
|
344
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
345
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
346
|
+
[_m, _rI, _rT],
|
|
347
|
+
[0, 0, 0]
|
|
348
|
+
];
|
|
337
349
|
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
338
|
-
var CustomerAgreementSummary$ = [
|
|
339
|
-
3,
|
|
340
|
-
n0,
|
|
341
|
-
_CAS,
|
|
350
|
+
var CustomerAgreementSummary$ = [3, n0, _CAS,
|
|
342
351
|
0,
|
|
343
352
|
[_n, _a, _i, _aA, _aAI, _oA, _eS, _eE, _s, _d, _aT, _tT, _t],
|
|
344
|
-
[0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 64 | 0, 64 | 0, 0]
|
|
345
|
-
];
|
|
346
|
-
var GetAccountSettingsRequest$ = [3, n0, _GASR,
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
353
|
+
[0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 64 | 0, 64 | 0, 0]
|
|
354
|
+
];
|
|
355
|
+
var GetAccountSettingsRequest$ = [3, n0, _GASR,
|
|
356
|
+
0,
|
|
357
|
+
[],
|
|
358
|
+
[]
|
|
359
|
+
];
|
|
360
|
+
var GetAccountSettingsResponse$ = [3, n0, _GASRe,
|
|
361
|
+
0,
|
|
362
|
+
[_aS],
|
|
363
|
+
[() => AccountSettings$]
|
|
364
|
+
];
|
|
365
|
+
var GetReportMetadataRequest$ = [3, n0, _GRMR,
|
|
352
366
|
0,
|
|
353
367
|
[_rIe, _rV],
|
|
354
|
-
[
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
]
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
n0,
|
|
363
|
-
_GRR,
|
|
368
|
+
[[0, { [_hQ]: _rIe }], [1, { [_hQ]: _rV }]]
|
|
369
|
+
];
|
|
370
|
+
var GetReportMetadataResponse$ = [3, n0, _GRMRe,
|
|
371
|
+
0,
|
|
372
|
+
[_rD],
|
|
373
|
+
[() => ReportDetail$]
|
|
374
|
+
];
|
|
375
|
+
var GetReportRequest$ = [3, n0, _GRR,
|
|
364
376
|
0,
|
|
365
377
|
[_rIe, _rV, _tTe],
|
|
366
|
-
[
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
],
|
|
371
|
-
]
|
|
372
|
-
|
|
373
|
-
var GetTermForReportRequest$ = [
|
|
374
|
-
3,
|
|
375
|
-
n0,
|
|
376
|
-
_GTFRR,
|
|
378
|
+
[[0, { [_hQ]: _rIe }], [1, { [_hQ]: _rV }], [0, { [_hQ]: _tTe }]]
|
|
379
|
+
];
|
|
380
|
+
var GetReportResponse$ = [3, n0, _GRRe,
|
|
381
|
+
0,
|
|
382
|
+
[_dPU],
|
|
383
|
+
[0]
|
|
384
|
+
];
|
|
385
|
+
var GetTermForReportRequest$ = [3, n0, _GTFRR,
|
|
377
386
|
0,
|
|
378
387
|
[_rIe, _rV],
|
|
379
|
-
[
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
]
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
n0,
|
|
388
|
-
_ISE,
|
|
388
|
+
[[0, { [_hQ]: _rIe }], [1, { [_hQ]: _rV }]]
|
|
389
|
+
];
|
|
390
|
+
var GetTermForReportResponse$ = [3, n0, _GTFRRe,
|
|
391
|
+
0,
|
|
392
|
+
[_dPU, _tTe],
|
|
393
|
+
[0, 0]
|
|
394
|
+
];
|
|
395
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
389
396
|
{ [_e]: _se, [_hE]: 500 },
|
|
390
397
|
[_m, _rAS],
|
|
391
|
-
[0, [1, { [_hH]: _RA }]]
|
|
398
|
+
[0, [1, { [_hH]: _RA }]]
|
|
392
399
|
];
|
|
393
400
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
394
|
-
var ListCustomerAgreementsRequest$ = [
|
|
395
|
-
3,
|
|
396
|
-
n0,
|
|
397
|
-
_LCAR,
|
|
401
|
+
var ListCustomerAgreementsRequest$ = [3, n0, _LCAR,
|
|
398
402
|
0,
|
|
399
403
|
[_mR, _nT],
|
|
400
|
-
[
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
],
|
|
404
|
-
];
|
|
405
|
-
var ListCustomerAgreementsResponse$ = [
|
|
406
|
-
3,
|
|
407
|
-
n0,
|
|
408
|
-
_LCARi,
|
|
404
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
405
|
+
];
|
|
406
|
+
var ListCustomerAgreementsResponse$ = [3, n0, _LCARi,
|
|
409
407
|
0,
|
|
410
408
|
[_cA, _nT],
|
|
411
|
-
[() => CustomerAgreementList, 0]
|
|
409
|
+
[() => CustomerAgreementList, 0]
|
|
412
410
|
];
|
|
413
|
-
var ListReportsRequest$ = [
|
|
414
|
-
3,
|
|
415
|
-
n0,
|
|
416
|
-
_LRR,
|
|
411
|
+
var ListReportsRequest$ = [3, n0, _LRR,
|
|
417
412
|
0,
|
|
418
413
|
[_mR, _nT],
|
|
419
|
-
[
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
]
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
n0,
|
|
428
|
-
_LRVR,
|
|
414
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
415
|
+
];
|
|
416
|
+
var ListReportsResponse$ = [3, n0, _LRRi,
|
|
417
|
+
0,
|
|
418
|
+
[_r, _nT],
|
|
419
|
+
[() => ReportsList, 0]
|
|
420
|
+
];
|
|
421
|
+
var ListReportVersionsRequest$ = [3, n0, _LRVR,
|
|
429
422
|
0,
|
|
430
423
|
[_rIe, _mR, _nT],
|
|
431
|
-
[
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
],
|
|
436
|
-
]
|
|
437
|
-
|
|
438
|
-
var PutAccountSettingsRequest$ = [3, n0, _PASR,
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
424
|
+
[[0, { [_hQ]: _rIe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
425
|
+
];
|
|
426
|
+
var ListReportVersionsResponse$ = [3, n0, _LRVRi,
|
|
427
|
+
0,
|
|
428
|
+
[_r, _nT],
|
|
429
|
+
[() => ReportsList, 0]
|
|
430
|
+
];
|
|
431
|
+
var PutAccountSettingsRequest$ = [3, n0, _PASR,
|
|
432
|
+
0,
|
|
433
|
+
[_nSS],
|
|
434
|
+
[0]
|
|
435
|
+
];
|
|
436
|
+
var PutAccountSettingsResponse$ = [3, n0, _PASRu,
|
|
437
|
+
0,
|
|
438
|
+
[_aS],
|
|
439
|
+
[() => AccountSettings$]
|
|
440
|
+
];
|
|
441
|
+
var ReportDetail$ = [3, n0, _RD,
|
|
444
442
|
0,
|
|
445
443
|
[_i, _n, _d, _pS, _pE, _cAr, _lMA, _dA, _s, _a, _ser, _ca, _cN, _pN, _tA, _v, _aTc, _sN, _uS, _sM],
|
|
446
|
-
[0, 0, 0, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]
|
|
444
|
+
[0, 0, 0, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]
|
|
447
445
|
];
|
|
448
|
-
var ReportSummary$ = [
|
|
449
|
-
3,
|
|
450
|
-
n0,
|
|
451
|
-
_RS,
|
|
446
|
+
var ReportSummary$ = [3, n0, _RS,
|
|
452
447
|
0,
|
|
453
448
|
[_i, _n, _s, _a, _v, _uS, _d, _pS, _pE, _ser, _ca, _cN, _pN, _sM, _aTc],
|
|
454
|
-
[0, 0, 0, 0, 1, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0]
|
|
449
|
+
[0, 0, 0, 0, 1, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0]
|
|
455
450
|
];
|
|
456
|
-
var ResourceNotFoundException$ = [
|
|
457
|
-
-3,
|
|
458
|
-
n0,
|
|
459
|
-
_RNFE,
|
|
451
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
460
452
|
{ [_e]: _c, [_hE]: 404 },
|
|
461
453
|
[_m, _rI, _rT],
|
|
462
|
-
[0, 0, 0]
|
|
454
|
+
[0, 0, 0]
|
|
463
455
|
];
|
|
464
456
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
465
|
-
var ServiceQuotaExceededException$ = [
|
|
466
|
-
-3,
|
|
467
|
-
n0,
|
|
468
|
-
_SQEE,
|
|
457
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
469
458
|
{ [_e]: _c, [_hE]: 402 },
|
|
470
459
|
[_m, _rI, _rT, _sC, _qC],
|
|
471
|
-
[0, 0, 0, 0, 0]
|
|
460
|
+
[0, 0, 0, 0, 0]
|
|
472
461
|
];
|
|
473
462
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
474
|
-
var ThrottlingException$ = [
|
|
475
|
-
-3,
|
|
476
|
-
n0,
|
|
477
|
-
_TE,
|
|
463
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
478
464
|
{ [_e]: _c, [_hE]: 429 },
|
|
479
465
|
[_m, _sC, _qC, _rAS],
|
|
480
|
-
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
466
|
+
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
481
467
|
];
|
|
482
468
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
483
|
-
var ValidationException$ = [
|
|
484
|
-
-3,
|
|
485
|
-
n0,
|
|
486
|
-
_VE,
|
|
469
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
487
470
|
{ [_e]: _c, [_hE]: 400 },
|
|
488
471
|
[_m, _re, _fL],
|
|
489
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
472
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
490
473
|
];
|
|
491
474
|
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
492
|
-
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
475
|
+
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
476
|
+
0,
|
|
477
|
+
[_n, _m],
|
|
478
|
+
[0, 0]
|
|
479
|
+
];
|
|
493
480
|
var ArtifactServiceException$ = [-3, _sm, "ArtifactServiceException", 0, [], []];
|
|
494
481
|
schema.TypeRegistry.for(_sm).registerError(ArtifactServiceException$, ArtifactServiceException);
|
|
495
|
-
var CustomerAgreementList = [1, n0, _CAL,
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
var
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
]
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
() =>
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
() =>
|
|
521
|
-
];
|
|
522
|
-
var
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
{ [_h]: ["
|
|
527
|
-
() => GetTermForReportRequest$,
|
|
528
|
-
() => GetTermForReportResponse$,
|
|
529
|
-
];
|
|
530
|
-
var ListCustomerAgreements$ = [
|
|
531
|
-
9,
|
|
532
|
-
n0,
|
|
533
|
-
_LCA,
|
|
534
|
-
{ [_h]: ["GET", "/v1/customer-agreement/list", 200] },
|
|
535
|
-
() => ListCustomerAgreementsRequest$,
|
|
536
|
-
() => ListCustomerAgreementsResponse$,
|
|
537
|
-
];
|
|
538
|
-
var ListReports$ = [
|
|
539
|
-
9,
|
|
540
|
-
n0,
|
|
541
|
-
_LR,
|
|
542
|
-
{ [_h]: ["GET", "/v1/report/list", 200] },
|
|
543
|
-
() => ListReportsRequest$,
|
|
544
|
-
() => ListReportsResponse$,
|
|
545
|
-
];
|
|
546
|
-
var ListReportVersions$ = [
|
|
547
|
-
9,
|
|
548
|
-
n0,
|
|
549
|
-
_LRV,
|
|
550
|
-
{ [_h]: ["GET", "/v1/report/listVersions", 200] },
|
|
551
|
-
() => ListReportVersionsRequest$,
|
|
552
|
-
() => ListReportVersionsResponse$,
|
|
553
|
-
];
|
|
554
|
-
var PutAccountSettings$ = [
|
|
555
|
-
9,
|
|
556
|
-
n0,
|
|
557
|
-
_PAS,
|
|
558
|
-
{ [_h]: ["PUT", "/v1/account-settings/put", 200] },
|
|
559
|
-
() => PutAccountSettingsRequest$,
|
|
560
|
-
() => PutAccountSettingsResponse$,
|
|
482
|
+
var CustomerAgreementList = [1, n0, _CAL,
|
|
483
|
+
0, () => CustomerAgreementSummary$
|
|
484
|
+
];
|
|
485
|
+
var ReportsList = [1, n0, _RL,
|
|
486
|
+
0, () => ReportSummary$
|
|
487
|
+
];
|
|
488
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
489
|
+
0, () => ValidationExceptionField$
|
|
490
|
+
];
|
|
491
|
+
var GetAccountSettings$ = [9, n0, _GAS,
|
|
492
|
+
{ [_h]: ["GET", "/v1/account-settings/get", 200] }, () => GetAccountSettingsRequest$, () => GetAccountSettingsResponse$
|
|
493
|
+
];
|
|
494
|
+
var GetReport$ = [9, n0, _GR,
|
|
495
|
+
{ [_h]: ["GET", "/v1/report/get", 200] }, () => GetReportRequest$, () => GetReportResponse$
|
|
496
|
+
];
|
|
497
|
+
var GetReportMetadata$ = [9, n0, _GRM,
|
|
498
|
+
{ [_h]: ["GET", "/v1/report/getMetadata", 200] }, () => GetReportMetadataRequest$, () => GetReportMetadataResponse$
|
|
499
|
+
];
|
|
500
|
+
var GetTermForReport$ = [9, n0, _GTFR,
|
|
501
|
+
{ [_h]: ["GET", "/v1/report/getTermForReport", 200] }, () => GetTermForReportRequest$, () => GetTermForReportResponse$
|
|
502
|
+
];
|
|
503
|
+
var ListCustomerAgreements$ = [9, n0, _LCA,
|
|
504
|
+
{ [_h]: ["GET", "/v1/customer-agreement/list", 200] }, () => ListCustomerAgreementsRequest$, () => ListCustomerAgreementsResponse$
|
|
505
|
+
];
|
|
506
|
+
var ListReports$ = [9, n0, _LR,
|
|
507
|
+
{ [_h]: ["GET", "/v1/report/list", 200] }, () => ListReportsRequest$, () => ListReportsResponse$
|
|
508
|
+
];
|
|
509
|
+
var ListReportVersions$ = [9, n0, _LRV,
|
|
510
|
+
{ [_h]: ["GET", "/v1/report/listVersions", 200] }, () => ListReportVersionsRequest$, () => ListReportVersionsResponse$
|
|
511
|
+
];
|
|
512
|
+
var PutAccountSettings$ = [9, n0, _PAS,
|
|
513
|
+
{ [_h]: ["PUT", "/v1/account-settings/put", 200] }, () => PutAccountSettingsRequest$, () => PutAccountSettingsResponse$
|
|
561
514
|
];
|
|
562
515
|
|
|
563
516
|
class GetAccountSettingsCommand extends smithyClient.Command
|
|
@@ -672,10 +625,10 @@ smithyClient.createAggregatedClient(commands, Artifact);
|
|
|
672
625
|
|
|
673
626
|
const paginateListCustomerAgreements = core.createPaginator(ArtifactClient, ListCustomerAgreementsCommand, "nextToken", "nextToken", "maxResults");
|
|
674
627
|
|
|
675
|
-
const paginateListReportVersions = core.createPaginator(ArtifactClient, ListReportVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
676
|
-
|
|
677
628
|
const paginateListReports = core.createPaginator(ArtifactClient, ListReportsCommand, "nextToken", "nextToken", "maxResults");
|
|
678
629
|
|
|
630
|
+
const paginateListReportVersions = core.createPaginator(ArtifactClient, ListReportVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
631
|
+
|
|
679
632
|
const AcceptanceType = {
|
|
680
633
|
EXPLICIT: "EXPLICIT",
|
|
681
634
|
PASSTHROUGH: "PASSTHROUGH",
|
|
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
defaultsMode,
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
28
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
29
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
30
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
|
|
|
34
34
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
35
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
36
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
38
|
-
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
39
38
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
40
|
-
region: config?.region ??
|
|
41
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
39
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
42
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
43
41
|
retryMode: config?.retryMode ??
|
|
44
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
|
3
3
|
export const defaultArtifactHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
6
|
-
region:
|
|
7
|
-
(
|
|
8
|
-
|
|
9
|
-
})(),
|
|
6
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
7
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
8
|
+
})(),
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
11
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
20
20
|
defaultsMode,
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
24
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
25
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
26
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import {
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import {
|
|
4
|
+
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
33
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
35
34
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
-
region: config?.region ??
|
|
37
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
38
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
39
37
|
retryMode: config?.retryMode ??
|
|
40
38
|
loadNodeConfig({
|
|
@@ -97,233 +97,186 @@ const n0 = "com.amazonaws.artifact";
|
|
|
97
97
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
98
98
|
import { ArtifactServiceException } from "../models/ArtifactServiceException";
|
|
99
99
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
100
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
100
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
101
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
102
|
+
[_m],
|
|
103
|
+
[0]
|
|
104
|
+
];
|
|
101
105
|
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
102
|
-
export var AccountSettings$ = [3, n0, _AS,
|
|
103
|
-
|
|
106
|
+
export var AccountSettings$ = [3, n0, _AS,
|
|
107
|
+
0,
|
|
108
|
+
[_nSS],
|
|
109
|
+
[0]
|
|
110
|
+
];
|
|
111
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
112
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
113
|
+
[_m, _rI, _rT],
|
|
114
|
+
[0, 0, 0]
|
|
115
|
+
];
|
|
104
116
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
105
|
-
export var CustomerAgreementSummary$ = [
|
|
106
|
-
3,
|
|
107
|
-
n0,
|
|
108
|
-
_CAS,
|
|
117
|
+
export var CustomerAgreementSummary$ = [3, n0, _CAS,
|
|
109
118
|
0,
|
|
110
119
|
[_n, _a, _i, _aA, _aAI, _oA, _eS, _eE, _s, _d, _aT, _tT, _t],
|
|
111
|
-
[0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 64 | 0, 64 | 0, 0]
|
|
112
|
-
];
|
|
113
|
-
export var GetAccountSettingsRequest$ = [3, n0, _GASR,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
120
|
+
[0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 64 | 0, 64 | 0, 0]
|
|
121
|
+
];
|
|
122
|
+
export var GetAccountSettingsRequest$ = [3, n0, _GASR,
|
|
123
|
+
0,
|
|
124
|
+
[],
|
|
125
|
+
[]
|
|
126
|
+
];
|
|
127
|
+
export var GetAccountSettingsResponse$ = [3, n0, _GASRe,
|
|
128
|
+
0,
|
|
129
|
+
[_aS],
|
|
130
|
+
[() => AccountSettings$]
|
|
131
|
+
];
|
|
132
|
+
export var GetReportMetadataRequest$ = [3, n0, _GRMR,
|
|
119
133
|
0,
|
|
120
134
|
[_rIe, _rV],
|
|
121
|
-
[
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
]
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
n0,
|
|
130
|
-
_GRR,
|
|
135
|
+
[[0, { [_hQ]: _rIe }], [1, { [_hQ]: _rV }]]
|
|
136
|
+
];
|
|
137
|
+
export var GetReportMetadataResponse$ = [3, n0, _GRMRe,
|
|
138
|
+
0,
|
|
139
|
+
[_rD],
|
|
140
|
+
[() => ReportDetail$]
|
|
141
|
+
];
|
|
142
|
+
export var GetReportRequest$ = [3, n0, _GRR,
|
|
131
143
|
0,
|
|
132
144
|
[_rIe, _rV, _tTe],
|
|
133
|
-
[
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
],
|
|
138
|
-
]
|
|
139
|
-
|
|
140
|
-
export var GetTermForReportRequest$ = [
|
|
141
|
-
3,
|
|
142
|
-
n0,
|
|
143
|
-
_GTFRR,
|
|
145
|
+
[[0, { [_hQ]: _rIe }], [1, { [_hQ]: _rV }], [0, { [_hQ]: _tTe }]]
|
|
146
|
+
];
|
|
147
|
+
export var GetReportResponse$ = [3, n0, _GRRe,
|
|
148
|
+
0,
|
|
149
|
+
[_dPU],
|
|
150
|
+
[0]
|
|
151
|
+
];
|
|
152
|
+
export var GetTermForReportRequest$ = [3, n0, _GTFRR,
|
|
144
153
|
0,
|
|
145
154
|
[_rIe, _rV],
|
|
146
|
-
[
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
]
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
n0,
|
|
155
|
-
_ISE,
|
|
155
|
+
[[0, { [_hQ]: _rIe }], [1, { [_hQ]: _rV }]]
|
|
156
|
+
];
|
|
157
|
+
export var GetTermForReportResponse$ = [3, n0, _GTFRRe,
|
|
158
|
+
0,
|
|
159
|
+
[_dPU, _tTe],
|
|
160
|
+
[0, 0]
|
|
161
|
+
];
|
|
162
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
156
163
|
{ [_e]: _se, [_hE]: 500 },
|
|
157
164
|
[_m, _rAS],
|
|
158
|
-
[0, [1, { [_hH]: _RA }]]
|
|
165
|
+
[0, [1, { [_hH]: _RA }]]
|
|
159
166
|
];
|
|
160
167
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
161
|
-
export var ListCustomerAgreementsRequest$ = [
|
|
162
|
-
3,
|
|
163
|
-
n0,
|
|
164
|
-
_LCAR,
|
|
168
|
+
export var ListCustomerAgreementsRequest$ = [3, n0, _LCAR,
|
|
165
169
|
0,
|
|
166
170
|
[_mR, _nT],
|
|
167
|
-
[
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
],
|
|
171
|
-
];
|
|
172
|
-
export var ListCustomerAgreementsResponse$ = [
|
|
173
|
-
3,
|
|
174
|
-
n0,
|
|
175
|
-
_LCARi,
|
|
171
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
172
|
+
];
|
|
173
|
+
export var ListCustomerAgreementsResponse$ = [3, n0, _LCARi,
|
|
176
174
|
0,
|
|
177
175
|
[_cA, _nT],
|
|
178
|
-
[() => CustomerAgreementList, 0]
|
|
176
|
+
[() => CustomerAgreementList, 0]
|
|
179
177
|
];
|
|
180
|
-
export var ListReportsRequest$ = [
|
|
181
|
-
3,
|
|
182
|
-
n0,
|
|
183
|
-
_LRR,
|
|
178
|
+
export var ListReportsRequest$ = [3, n0, _LRR,
|
|
184
179
|
0,
|
|
185
180
|
[_mR, _nT],
|
|
186
|
-
[
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
]
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
n0,
|
|
195
|
-
_LRVR,
|
|
181
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
182
|
+
];
|
|
183
|
+
export var ListReportsResponse$ = [3, n0, _LRRi,
|
|
184
|
+
0,
|
|
185
|
+
[_r, _nT],
|
|
186
|
+
[() => ReportsList, 0]
|
|
187
|
+
];
|
|
188
|
+
export var ListReportVersionsRequest$ = [3, n0, _LRVR,
|
|
196
189
|
0,
|
|
197
190
|
[_rIe, _mR, _nT],
|
|
198
|
-
[
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
],
|
|
203
|
-
]
|
|
204
|
-
|
|
205
|
-
export var PutAccountSettingsRequest$ = [3, n0, _PASR,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
191
|
+
[[0, { [_hQ]: _rIe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
192
|
+
];
|
|
193
|
+
export var ListReportVersionsResponse$ = [3, n0, _LRVRi,
|
|
194
|
+
0,
|
|
195
|
+
[_r, _nT],
|
|
196
|
+
[() => ReportsList, 0]
|
|
197
|
+
];
|
|
198
|
+
export var PutAccountSettingsRequest$ = [3, n0, _PASR,
|
|
199
|
+
0,
|
|
200
|
+
[_nSS],
|
|
201
|
+
[0]
|
|
202
|
+
];
|
|
203
|
+
export var PutAccountSettingsResponse$ = [3, n0, _PASRu,
|
|
204
|
+
0,
|
|
205
|
+
[_aS],
|
|
206
|
+
[() => AccountSettings$]
|
|
207
|
+
];
|
|
208
|
+
export var ReportDetail$ = [3, n0, _RD,
|
|
211
209
|
0,
|
|
212
210
|
[_i, _n, _d, _pS, _pE, _cAr, _lMA, _dA, _s, _a, _ser, _ca, _cN, _pN, _tA, _v, _aTc, _sN, _uS, _sM],
|
|
213
|
-
[0, 0, 0, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]
|
|
211
|
+
[0, 0, 0, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0]
|
|
214
212
|
];
|
|
215
|
-
export var ReportSummary$ = [
|
|
216
|
-
3,
|
|
217
|
-
n0,
|
|
218
|
-
_RS,
|
|
213
|
+
export var ReportSummary$ = [3, n0, _RS,
|
|
219
214
|
0,
|
|
220
215
|
[_i, _n, _s, _a, _v, _uS, _d, _pS, _pE, _ser, _ca, _cN, _pN, _sM, _aTc],
|
|
221
|
-
[0, 0, 0, 0, 1, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0]
|
|
216
|
+
[0, 0, 0, 0, 1, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0]
|
|
222
217
|
];
|
|
223
|
-
export var ResourceNotFoundException$ = [
|
|
224
|
-
-3,
|
|
225
|
-
n0,
|
|
226
|
-
_RNFE,
|
|
218
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
227
219
|
{ [_e]: _c, [_hE]: 404 },
|
|
228
220
|
[_m, _rI, _rT],
|
|
229
|
-
[0, 0, 0]
|
|
221
|
+
[0, 0, 0]
|
|
230
222
|
];
|
|
231
223
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
232
|
-
export var ServiceQuotaExceededException$ = [
|
|
233
|
-
-3,
|
|
234
|
-
n0,
|
|
235
|
-
_SQEE,
|
|
224
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
236
225
|
{ [_e]: _c, [_hE]: 402 },
|
|
237
226
|
[_m, _rI, _rT, _sC, _qC],
|
|
238
|
-
[0, 0, 0, 0, 0]
|
|
227
|
+
[0, 0, 0, 0, 0]
|
|
239
228
|
];
|
|
240
229
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
241
|
-
export var ThrottlingException$ = [
|
|
242
|
-
-3,
|
|
243
|
-
n0,
|
|
244
|
-
_TE,
|
|
230
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
245
231
|
{ [_e]: _c, [_hE]: 429 },
|
|
246
232
|
[_m, _sC, _qC, _rAS],
|
|
247
|
-
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
233
|
+
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
248
234
|
];
|
|
249
235
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
250
|
-
export var ValidationException$ = [
|
|
251
|
-
-3,
|
|
252
|
-
n0,
|
|
253
|
-
_VE,
|
|
236
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
254
237
|
{ [_e]: _c, [_hE]: 400 },
|
|
255
238
|
[_m, _re, _fL],
|
|
256
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
239
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
257
240
|
];
|
|
258
241
|
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
259
|
-
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
242
|
+
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
243
|
+
0,
|
|
244
|
+
[_n, _m],
|
|
245
|
+
[0, 0]
|
|
246
|
+
];
|
|
260
247
|
export var ArtifactServiceException$ = [-3, _sm, "ArtifactServiceException", 0, [], []];
|
|
261
248
|
TypeRegistry.for(_sm).registerError(ArtifactServiceException$, ArtifactServiceException);
|
|
262
249
|
var AgreementTerms = 64 | 0;
|
|
263
|
-
var CustomerAgreementList = [1, n0, _CAL,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
]
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
() =>
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
() =>
|
|
289
|
-
];
|
|
290
|
-
export var
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
{ [_h]: ["
|
|
295
|
-
() => GetTermForReportRequest$,
|
|
296
|
-
() => GetTermForReportResponse$,
|
|
297
|
-
];
|
|
298
|
-
export var ListCustomerAgreements$ = [
|
|
299
|
-
9,
|
|
300
|
-
n0,
|
|
301
|
-
_LCA,
|
|
302
|
-
{ [_h]: ["GET", "/v1/customer-agreement/list", 200] },
|
|
303
|
-
() => ListCustomerAgreementsRequest$,
|
|
304
|
-
() => ListCustomerAgreementsResponse$,
|
|
305
|
-
];
|
|
306
|
-
export var ListReports$ = [
|
|
307
|
-
9,
|
|
308
|
-
n0,
|
|
309
|
-
_LR,
|
|
310
|
-
{ [_h]: ["GET", "/v1/report/list", 200] },
|
|
311
|
-
() => ListReportsRequest$,
|
|
312
|
-
() => ListReportsResponse$,
|
|
313
|
-
];
|
|
314
|
-
export var ListReportVersions$ = [
|
|
315
|
-
9,
|
|
316
|
-
n0,
|
|
317
|
-
_LRV,
|
|
318
|
-
{ [_h]: ["GET", "/v1/report/listVersions", 200] },
|
|
319
|
-
() => ListReportVersionsRequest$,
|
|
320
|
-
() => ListReportVersionsResponse$,
|
|
321
|
-
];
|
|
322
|
-
export var PutAccountSettings$ = [
|
|
323
|
-
9,
|
|
324
|
-
n0,
|
|
325
|
-
_PAS,
|
|
326
|
-
{ [_h]: ["PUT", "/v1/account-settings/put", 200] },
|
|
327
|
-
() => PutAccountSettingsRequest$,
|
|
328
|
-
() => PutAccountSettingsResponse$,
|
|
250
|
+
var CustomerAgreementList = [1, n0, _CAL,
|
|
251
|
+
0, () => CustomerAgreementSummary$
|
|
252
|
+
];
|
|
253
|
+
var ReportsList = [1, n0, _RL,
|
|
254
|
+
0, () => ReportSummary$
|
|
255
|
+
];
|
|
256
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
257
|
+
0, () => ValidationExceptionField$
|
|
258
|
+
];
|
|
259
|
+
export var GetAccountSettings$ = [9, n0, _GAS,
|
|
260
|
+
{ [_h]: ["GET", "/v1/account-settings/get", 200] }, () => GetAccountSettingsRequest$, () => GetAccountSettingsResponse$
|
|
261
|
+
];
|
|
262
|
+
export var GetReport$ = [9, n0, _GR,
|
|
263
|
+
{ [_h]: ["GET", "/v1/report/get", 200] }, () => GetReportRequest$, () => GetReportResponse$
|
|
264
|
+
];
|
|
265
|
+
export var GetReportMetadata$ = [9, n0, _GRM,
|
|
266
|
+
{ [_h]: ["GET", "/v1/report/getMetadata", 200] }, () => GetReportMetadataRequest$, () => GetReportMetadataResponse$
|
|
267
|
+
];
|
|
268
|
+
export var GetTermForReport$ = [9, n0, _GTFR,
|
|
269
|
+
{ [_h]: ["GET", "/v1/report/getTermForReport", 200] }, () => GetTermForReportRequest$, () => GetTermForReportResponse$
|
|
270
|
+
];
|
|
271
|
+
export var ListCustomerAgreements$ = [9, n0, _LCA,
|
|
272
|
+
{ [_h]: ["GET", "/v1/customer-agreement/list", 200] }, () => ListCustomerAgreementsRequest$, () => ListCustomerAgreementsResponse$
|
|
273
|
+
];
|
|
274
|
+
export var ListReports$ = [9, n0, _LR,
|
|
275
|
+
{ [_h]: ["GET", "/v1/report/list", 200] }, () => ListReportsRequest$, () => ListReportsResponse$
|
|
276
|
+
];
|
|
277
|
+
export var ListReportVersions$ = [9, n0, _LRV,
|
|
278
|
+
{ [_h]: ["GET", "/v1/report/listVersions", 200] }, () => ListReportVersionsRequest$, () => ListReportVersionsResponse$
|
|
279
|
+
];
|
|
280
|
+
export var PutAccountSettings$ = [9, n0, _PAS,
|
|
281
|
+
{ [_h]: ["PUT", "/v1/account-settings/put", 200] }, () => PutAccountSettingsRequest$, () => PutAccountSettingsResponse$
|
|
329
282
|
];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-artifact",
|
|
3
3
|
"description": "AWS SDK for JavaScript Artifact Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-artifact",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|