@aws-sdk/client-tnb 3.495.0 → 3.499.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 +48 -45
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -3373,87 +3373,90 @@ var paginateListSolNetworkPackages = (0, import_core.createPaginator)(TnbClient,
|
|
|
3373
3373
|
// src/index.ts
|
|
3374
3374
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3375
3375
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3376
|
+
|
|
3376
3377
|
0 && (module.exports = {
|
|
3377
|
-
|
|
3378
|
+
TnbServiceException,
|
|
3379
|
+
__Client,
|
|
3380
|
+
TnbClient,
|
|
3381
|
+
Tnb,
|
|
3382
|
+
$Command,
|
|
3378
3383
|
CancelSolNetworkOperationCommand,
|
|
3379
3384
|
CreateSolFunctionPackageCommand,
|
|
3380
|
-
CreateSolFunctionPackageInputFilterSensitiveLog,
|
|
3381
|
-
CreateSolFunctionPackageOutputFilterSensitiveLog,
|
|
3382
3385
|
CreateSolNetworkInstanceCommand,
|
|
3383
|
-
CreateSolNetworkInstanceInputFilterSensitiveLog,
|
|
3384
|
-
CreateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3385
3386
|
CreateSolNetworkPackageCommand,
|
|
3386
|
-
CreateSolNetworkPackageInputFilterSensitiveLog,
|
|
3387
|
-
CreateSolNetworkPackageOutputFilterSensitiveLog,
|
|
3388
3387
|
DeleteSolFunctionPackageCommand,
|
|
3389
3388
|
DeleteSolNetworkInstanceCommand,
|
|
3390
3389
|
DeleteSolNetworkPackageCommand,
|
|
3391
|
-
DescriptorContentType,
|
|
3392
3390
|
GetSolFunctionInstanceCommand,
|
|
3393
|
-
GetSolFunctionInstanceOutputFilterSensitiveLog,
|
|
3394
3391
|
GetSolFunctionPackageCommand,
|
|
3395
3392
|
GetSolFunctionPackageContentCommand,
|
|
3396
3393
|
GetSolFunctionPackageDescriptorCommand,
|
|
3397
|
-
GetSolFunctionPackageOutputFilterSensitiveLog,
|
|
3398
3394
|
GetSolNetworkInstanceCommand,
|
|
3399
|
-
GetSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3400
3395
|
GetSolNetworkOperationCommand,
|
|
3401
|
-
GetSolNetworkOperationOutputFilterSensitiveLog,
|
|
3402
3396
|
GetSolNetworkPackageCommand,
|
|
3403
3397
|
GetSolNetworkPackageContentCommand,
|
|
3404
3398
|
GetSolNetworkPackageDescriptorCommand,
|
|
3405
|
-
GetSolNetworkPackageOutputFilterSensitiveLog,
|
|
3406
3399
|
InstantiateSolNetworkInstanceCommand,
|
|
3407
|
-
InstantiateSolNetworkInstanceInputFilterSensitiveLog,
|
|
3408
|
-
InstantiateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3409
|
-
InternalServerException,
|
|
3410
|
-
LcmOperationType,
|
|
3411
3400
|
ListSolFunctionInstancesCommand,
|
|
3412
3401
|
ListSolFunctionPackagesCommand,
|
|
3413
3402
|
ListSolNetworkInstancesCommand,
|
|
3414
3403
|
ListSolNetworkOperationsCommand,
|
|
3415
3404
|
ListSolNetworkPackagesCommand,
|
|
3416
3405
|
ListTagsForResourceCommand,
|
|
3417
|
-
ListTagsForResourceOutputFilterSensitiveLog,
|
|
3418
|
-
NsLcmOperationState,
|
|
3419
|
-
NsState,
|
|
3420
|
-
NsdOnboardingState,
|
|
3421
|
-
NsdOperationalState,
|
|
3422
|
-
NsdUsageState,
|
|
3423
|
-
OnboardingState,
|
|
3424
|
-
OperationalState,
|
|
3425
|
-
PackageContentType,
|
|
3426
3406
|
PutSolFunctionPackageContentCommand,
|
|
3427
3407
|
PutSolNetworkPackageContentCommand,
|
|
3428
|
-
ResourceNotFoundException,
|
|
3429
|
-
ServiceQuotaExceededException,
|
|
3430
3408
|
TagResourceCommand,
|
|
3431
|
-
TagResourceInputFilterSensitiveLog,
|
|
3432
|
-
TaskStatus,
|
|
3433
3409
|
TerminateSolNetworkInstanceCommand,
|
|
3434
|
-
TerminateSolNetworkInstanceInputFilterSensitiveLog,
|
|
3435
|
-
TerminateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3436
|
-
ThrottlingException,
|
|
3437
|
-
Tnb,
|
|
3438
|
-
TnbClient,
|
|
3439
|
-
TnbServiceException,
|
|
3440
3410
|
UntagResourceCommand,
|
|
3441
3411
|
UpdateSolFunctionPackageCommand,
|
|
3442
3412
|
UpdateSolNetworkInstanceCommand,
|
|
3443
|
-
UpdateSolNetworkInstanceInputFilterSensitiveLog,
|
|
3444
|
-
UpdateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3445
3413
|
UpdateSolNetworkPackageCommand,
|
|
3446
|
-
UpdateSolNetworkType,
|
|
3447
|
-
UsageState,
|
|
3448
3414
|
ValidateSolFunctionPackageContentCommand,
|
|
3449
3415
|
ValidateSolNetworkPackageContentCommand,
|
|
3450
|
-
ValidationException,
|
|
3451
|
-
VnfInstantiationState,
|
|
3452
|
-
VnfOperationalState,
|
|
3453
|
-
__Client,
|
|
3454
3416
|
paginateListSolFunctionInstances,
|
|
3455
3417
|
paginateListSolFunctionPackages,
|
|
3456
3418
|
paginateListSolNetworkInstances,
|
|
3457
3419
|
paginateListSolNetworkOperations,
|
|
3458
|
-
paginateListSolNetworkPackages
|
|
3420
|
+
paginateListSolNetworkPackages,
|
|
3421
|
+
AccessDeniedException,
|
|
3422
|
+
InternalServerException,
|
|
3423
|
+
ResourceNotFoundException,
|
|
3424
|
+
ThrottlingException,
|
|
3425
|
+
ValidationException,
|
|
3426
|
+
OnboardingState,
|
|
3427
|
+
OperationalState,
|
|
3428
|
+
UsageState,
|
|
3429
|
+
ServiceQuotaExceededException,
|
|
3430
|
+
NsdOnboardingState,
|
|
3431
|
+
NsdOperationalState,
|
|
3432
|
+
NsdUsageState,
|
|
3433
|
+
DescriptorContentType,
|
|
3434
|
+
VnfOperationalState,
|
|
3435
|
+
VnfInstantiationState,
|
|
3436
|
+
PackageContentType,
|
|
3437
|
+
NsState,
|
|
3438
|
+
LcmOperationType,
|
|
3439
|
+
NsLcmOperationState,
|
|
3440
|
+
TaskStatus,
|
|
3441
|
+
UpdateSolNetworkType,
|
|
3442
|
+
CreateSolFunctionPackageInputFilterSensitiveLog,
|
|
3443
|
+
CreateSolFunctionPackageOutputFilterSensitiveLog,
|
|
3444
|
+
CreateSolNetworkInstanceInputFilterSensitiveLog,
|
|
3445
|
+
CreateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3446
|
+
CreateSolNetworkPackageInputFilterSensitiveLog,
|
|
3447
|
+
CreateSolNetworkPackageOutputFilterSensitiveLog,
|
|
3448
|
+
GetSolFunctionInstanceOutputFilterSensitiveLog,
|
|
3449
|
+
GetSolFunctionPackageOutputFilterSensitiveLog,
|
|
3450
|
+
GetSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3451
|
+
GetSolNetworkOperationOutputFilterSensitiveLog,
|
|
3452
|
+
GetSolNetworkPackageOutputFilterSensitiveLog,
|
|
3453
|
+
InstantiateSolNetworkInstanceInputFilterSensitiveLog,
|
|
3454
|
+
InstantiateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3455
|
+
ListTagsForResourceOutputFilterSensitiveLog,
|
|
3456
|
+
TagResourceInputFilterSensitiveLog,
|
|
3457
|
+
TerminateSolNetworkInstanceInputFilterSensitiveLog,
|
|
3458
|
+
TerminateSolNetworkInstanceOutputFilterSensitiveLog,
|
|
3459
|
+
UpdateSolNetworkInstanceInputFilterSensitiveLog,
|
|
3460
|
+
UpdateSolNetworkInstanceOutputFilterSensitiveLog
|
|
3459
3461
|
});
|
|
3462
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-tnb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Tnb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-tnb",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-stream": "^2.1.
|
|
60
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-stream": "^2.1.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|