@aws-sdk/client-tnb 3.337.0 → 3.341.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/TnbClient.js +2 -1
- package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +2 -1
- package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +2 -1
- package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +2 -1
- package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +2 -1
- package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +2 -1
- package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +2 -1
- package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +2 -1
- package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +2 -1
- package/dist-cjs/commands/GetSolFunctionPackageCommand.js +2 -1
- package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +2 -1
- package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +2 -1
- package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +2 -1
- package/dist-cjs/commands/GetSolNetworkOperationCommand.js +2 -1
- package/dist-cjs/commands/GetSolNetworkPackageCommand.js +2 -1
- package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +2 -1
- package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +2 -1
- package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +2 -1
- package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +2 -1
- package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +2 -1
- package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +2 -1
- package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +2 -1
- package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +2 -1
- package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +2 -1
- package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +2 -1
- package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +2 -1
- package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +2 -1
- package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/TnbServiceException.js +2 -1
- package/dist-es/TnbClient.js +1 -0
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +1 -0
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +1 -0
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +1 -0
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +1 -0
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +1 -0
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +1 -0
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +1 -0
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +1 -0
- package/dist-es/commands/GetSolFunctionPackageCommand.js +1 -0
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +1 -0
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +1 -0
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +1 -0
- package/dist-es/commands/GetSolNetworkOperationCommand.js +1 -0
- package/dist-es/commands/GetSolNetworkPackageCommand.js +1 -0
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +1 -0
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +1 -0
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +1 -0
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +1 -0
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +1 -0
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +1 -0
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +1 -0
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +1 -0
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +1 -0
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +1 -0
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +1 -0
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +1 -0
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/TnbServiceException.js +1 -0
- package/dist-types/TnbClient.d.ts +3 -3
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +4 -0
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +4 -0
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +4 -0
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +4 -0
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +4 -0
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +4 -0
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +4 -0
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +4 -0
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +4 -0
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +4 -0
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +4 -0
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +4 -0
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +4 -0
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +4 -0
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +4 -0
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +4 -0
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +4 -0
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +4 -0
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +4 -0
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +4 -0
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +4 -0
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/TnbServiceException.d.ts +1 -0
- package/dist-types/ts3.4/TnbClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/TnbServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ValidateSolFunctionPackageContentInput, ValidateSolFunctionPackageContentOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ValidateSolNetworkPackageContentInput, ValidateSolNetworkPackageContentOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p> Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of your telecommunication network functions throughout planning, deployment, and post-deployment activities.</p>
|
|
3
|
+
*
|
|
4
|
+
* @packageDocumentation
|
|
5
|
+
*/
|
|
2
6
|
export * from "./TnbClient";
|
|
7
|
+
export * from "./Tnb";
|
|
3
8
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
9
|
export * from "./pagination";
|
|
10
|
+
export * from "./models";
|
|
6
11
|
export { TnbServiceException } from "./models/TnbServiceException";
|
|
@@ -183,6 +183,7 @@ import {
|
|
|
183
183
|
ClientResolvedEndpointParameters,
|
|
184
184
|
EndpointParameters,
|
|
185
185
|
} from "./endpoint/EndpointParameters";
|
|
186
|
+
export { __Client };
|
|
186
187
|
export type ServiceInputTypes =
|
|
187
188
|
| CancelSolNetworkOperationCommandInput
|
|
188
189
|
| CreateSolFunctionPackageCommandInput
|
|
@@ -275,7 +276,7 @@ export interface ClientDefaults
|
|
|
275
276
|
logger?: __Logger;
|
|
276
277
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
277
278
|
}
|
|
278
|
-
type TnbClientConfigType = Partial<
|
|
279
|
+
export type TnbClientConfigType = Partial<
|
|
279
280
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
280
281
|
> &
|
|
281
282
|
ClientDefaults &
|
|
@@ -287,7 +288,7 @@ type TnbClientConfigType = Partial<
|
|
|
287
288
|
UserAgentInputConfig &
|
|
288
289
|
ClientInputEndpointParameters;
|
|
289
290
|
export interface TnbClientConfig extends TnbClientConfigType {}
|
|
290
|
-
type TnbClientResolvedConfigType =
|
|
291
|
+
export type TnbClientResolvedConfigType =
|
|
291
292
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
292
293
|
Required<ClientDefaults> &
|
|
293
294
|
RegionResolvedConfig &
|
|
@@ -308,4 +309,3 @@ export declare class TnbClient extends __Client<
|
|
|
308
309
|
constructor(configuration: TnbClientConfig);
|
|
309
310
|
destroy(): void;
|
|
310
311
|
}
|
|
311
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TnbClientResolvedConfig,
|
|
14
14
|
} from "../TnbClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CancelSolNetworkOperationCommandInput
|
|
16
17
|
extends CancelSolNetworkOperationInput {}
|
|
17
18
|
export interface CancelSolNetworkOperationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSolFunctionPackageCommandInput
|
|
19
20
|
extends CreateSolFunctionPackageInput {}
|
|
20
21
|
export interface CreateSolFunctionPackageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSolNetworkInstanceCommandInput
|
|
19
20
|
extends CreateSolNetworkInstanceInput {}
|
|
20
21
|
export interface CreateSolNetworkInstanceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSolNetworkPackageCommandInput
|
|
19
20
|
extends CreateSolNetworkPackageInput {}
|
|
20
21
|
export interface CreateSolNetworkPackageCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TnbClientResolvedConfig,
|
|
14
14
|
} from "../TnbClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteSolFunctionPackageCommandInput
|
|
16
17
|
extends DeleteSolFunctionPackageInput {}
|
|
17
18
|
export interface DeleteSolFunctionPackageCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TnbClientResolvedConfig,
|
|
14
14
|
} from "../TnbClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteSolNetworkInstanceCommandInput
|
|
16
17
|
extends DeleteSolNetworkInstanceInput {}
|
|
17
18
|
export interface DeleteSolNetworkInstanceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TnbClientResolvedConfig,
|
|
14
14
|
} from "../TnbClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteSolNetworkPackageCommandInput
|
|
16
17
|
extends DeleteSolNetworkPackageInput {}
|
|
17
18
|
export interface DeleteSolNetworkPackageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolFunctionInstanceCommandInput
|
|
19
20
|
extends GetSolFunctionInstanceInput {}
|
|
20
21
|
export interface GetSolFunctionInstanceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolFunctionPackageCommandInput
|
|
19
20
|
extends GetSolFunctionPackageInput {}
|
|
20
21
|
export interface GetSolFunctionPackageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolFunctionPackageContentCommandInput
|
|
19
20
|
extends GetSolFunctionPackageContentInput {}
|
|
20
21
|
export interface GetSolFunctionPackageContentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolFunctionPackageDescriptorCommandInput
|
|
19
20
|
extends GetSolFunctionPackageDescriptorInput {}
|
|
20
21
|
export interface GetSolFunctionPackageDescriptorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolNetworkInstanceCommandInput
|
|
19
20
|
extends GetSolNetworkInstanceInput {}
|
|
20
21
|
export interface GetSolNetworkInstanceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolNetworkOperationCommandInput
|
|
19
20
|
extends GetSolNetworkOperationInput {}
|
|
20
21
|
export interface GetSolNetworkOperationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolNetworkPackageCommandInput
|
|
19
20
|
extends GetSolNetworkPackageInput {}
|
|
20
21
|
export interface GetSolNetworkPackageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolNetworkPackageContentCommandInput
|
|
19
20
|
extends GetSolNetworkPackageContentInput {}
|
|
20
21
|
export interface GetSolNetworkPackageContentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolNetworkPackageDescriptorCommandInput
|
|
19
20
|
extends GetSolNetworkPackageDescriptorInput {}
|
|
20
21
|
export interface GetSolNetworkPackageDescriptorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface InstantiateSolNetworkInstanceCommandInput
|
|
19
20
|
extends InstantiateSolNetworkInstanceInput {}
|
|
20
21
|
export interface InstantiateSolNetworkInstanceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSolFunctionInstancesCommandInput
|
|
19
20
|
extends ListSolFunctionInstancesInput {}
|
|
20
21
|
export interface ListSolFunctionInstancesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSolFunctionPackagesCommandInput
|
|
19
20
|
extends ListSolFunctionPackagesInput {}
|
|
20
21
|
export interface ListSolFunctionPackagesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSolNetworkInstancesCommandInput
|
|
19
20
|
extends ListSolNetworkInstancesInput {}
|
|
20
21
|
export interface ListSolNetworkInstancesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSolNetworkOperationsCommandInput
|
|
19
20
|
extends ListSolNetworkOperationsInput {}
|
|
20
21
|
export interface ListSolNetworkOperationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSolNetworkPackagesCommandInput
|
|
19
20
|
extends ListSolNetworkPackagesInput {}
|
|
20
21
|
export interface ListSolNetworkPackagesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceInput {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutSolFunctionPackageContentCommandInput
|
|
19
20
|
extends PutSolFunctionPackageContentInput {}
|
|
20
21
|
export interface PutSolFunctionPackageContentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutSolNetworkPackageContentCommandInput
|
|
19
20
|
extends PutSolNetworkPackageContentInput {}
|
|
20
21
|
export interface PutSolNetworkPackageContentCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TnbClientResolvedConfig,
|
|
14
14
|
} from "../TnbClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface TerminateSolNetworkInstanceCommandInput
|
|
19
20
|
extends TerminateSolNetworkInstanceInput {}
|
|
20
21
|
export interface TerminateSolNetworkInstanceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TnbClientResolvedConfig,
|
|
14
14
|
} from "../TnbClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
16
17
|
export interface UntagResourceCommandOutput
|
|
17
18
|
extends UntagResourceOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateSolFunctionPackageCommandInput
|
|
19
20
|
extends UpdateSolFunctionPackageInput {}
|
|
20
21
|
export interface UpdateSolFunctionPackageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateSolNetworkInstanceCommandInput
|
|
19
20
|
extends UpdateSolNetworkInstanceInput {}
|
|
20
21
|
export interface UpdateSolNetworkInstanceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateSolNetworkPackageCommandInput
|
|
19
20
|
extends UpdateSolNetworkPackageInput {}
|
|
20
21
|
export interface UpdateSolNetworkPackageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ValidateSolFunctionPackageContentCommandInput
|
|
19
20
|
extends ValidateSolFunctionPackageContentInput {}
|
|
20
21
|
export interface ValidateSolFunctionPackageContentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TnbClientResolvedConfig,
|
|
17
17
|
} from "../TnbClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ValidateSolNetworkPackageContentCommandInput
|
|
19
20
|
extends ValidateSolNetworkPackageContentInput {}
|
|
20
21
|
export interface ValidateSolNetworkPackageContentCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Tnb";
|
|
2
1
|
export * from "./TnbClient";
|
|
2
|
+
export * from "./Tnb";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { TnbServiceException } from "./models/TnbServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class TnbServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|