@aws-sdk/client-tnb 3.890.0 → 3.891.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.
Files changed (34) hide show
  1. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +2 -0
  2. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +2 -0
  4. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +2 -0
  5. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +2 -0
  6. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +2 -0
  7. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +2 -0
  8. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +2 -0
  9. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +2 -0
  10. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +2 -0
  11. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +2 -0
  12. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +2 -0
  13. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +2 -0
  14. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +2 -0
  15. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +2 -0
  16. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +2 -0
  17. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +2 -0
  18. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +2 -0
  19. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +2 -0
  20. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +2 -0
  21. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +2 -0
  22. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +2 -0
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  24. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +2 -0
  25. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +2 -0
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  27. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +2 -0
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  29. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +2 -0
  30. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +2 -0
  31. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +2 -0
  32. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +2 -0
  33. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +2 -0
  34. package/package.json +10 -10
@@ -34,6 +34,8 @@ declare const CancelSolNetworkOperationCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, CancelSolNetworkOperationCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, CancelSolNetworkOperationCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // CancelSolNetworkOperationInput
39
41
  * nsLcmOpOccId: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const CreateSolFunctionPackageCommand_base: {
38
38
  * ```javascript
39
39
  * import { TnbClient, CreateSolFunctionPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
40
40
  * // const { TnbClient, CreateSolFunctionPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
41
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
42
+ * const config = {}; // type is TnbClientConfig
41
43
  * const client = new TnbClient(config);
42
44
  * const input = { // CreateSolFunctionPackageInput
43
45
  * tags: { // TagMap
@@ -38,6 +38,8 @@ declare const CreateSolNetworkInstanceCommand_base: {
38
38
  * ```javascript
39
39
  * import { TnbClient, CreateSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
40
40
  * // const { TnbClient, CreateSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
41
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
42
+ * const config = {}; // type is TnbClientConfig
41
43
  * const client = new TnbClient(config);
42
44
  * const input = { // CreateSolNetworkInstanceInput
43
45
  * nsdInfoId: "STRING_VALUE", // required
@@ -41,6 +41,8 @@ declare const CreateSolNetworkPackageCommand_base: {
41
41
  * ```javascript
42
42
  * import { TnbClient, CreateSolNetworkPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
43
43
  * // const { TnbClient, CreateSolNetworkPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
44
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
45
+ * const config = {}; // type is TnbClientConfig
44
46
  * const client = new TnbClient(config);
45
47
  * const input = { // CreateSolNetworkPackageInput
46
48
  * tags: { // TagMap
@@ -36,6 +36,8 @@ declare const DeleteSolFunctionPackageCommand_base: {
36
36
  * ```javascript
37
37
  * import { TnbClient, DeleteSolFunctionPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
38
38
  * // const { TnbClient, DeleteSolFunctionPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
39
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
40
+ * const config = {}; // type is TnbClientConfig
39
41
  * const client = new TnbClient(config);
40
42
  * const input = { // DeleteSolFunctionPackageInput
41
43
  * vnfPkgId: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DeleteSolNetworkInstanceCommand_base: {
36
36
  * ```javascript
37
37
  * import { TnbClient, DeleteSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
38
38
  * // const { TnbClient, DeleteSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
39
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
40
+ * const config = {}; // type is TnbClientConfig
39
41
  * const client = new TnbClient(config);
40
42
  * const input = { // DeleteSolNetworkInstanceInput
41
43
  * nsInstanceId: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DeleteSolNetworkPackageCommand_base: {
36
36
  * ```javascript
37
37
  * import { TnbClient, DeleteSolNetworkPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
38
38
  * // const { TnbClient, DeleteSolNetworkPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
39
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
40
+ * const config = {}; // type is TnbClientConfig
39
41
  * const client = new TnbClient(config);
40
42
  * const input = { // DeleteSolNetworkPackageInput
41
43
  * nsdInfoId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const GetSolFunctionInstanceCommand_base: {
35
35
  * ```javascript
36
36
  * import { TnbClient, GetSolFunctionInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
37
37
  * // const { TnbClient, GetSolFunctionInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
38
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
39
+ * const config = {}; // type is TnbClientConfig
38
40
  * const client = new TnbClient(config);
39
41
  * const input = { // GetSolFunctionInstanceInput
40
42
  * vnfInstanceId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const GetSolFunctionPackageCommand_base: {
35
35
  * ```javascript
36
36
  * import { TnbClient, GetSolFunctionPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
37
37
  * // const { TnbClient, GetSolFunctionPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
38
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
39
+ * const config = {}; // type is TnbClientConfig
38
40
  * const client = new TnbClient(config);
39
41
  * const input = { // GetSolFunctionPackageInput
40
42
  * vnfPkgId: "STRING_VALUE", // required
@@ -41,6 +41,8 @@ declare const GetSolFunctionPackageContentCommand_base: {
41
41
  * ```javascript
42
42
  * import { TnbClient, GetSolFunctionPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
43
43
  * // const { TnbClient, GetSolFunctionPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
44
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
45
+ * const config = {}; // type is TnbClientConfig
44
46
  * const client = new TnbClient(config);
45
47
  * const input = { // GetSolFunctionPackageContentInput
46
48
  * vnfPkgId: "STRING_VALUE", // required
@@ -42,6 +42,8 @@ declare const GetSolFunctionPackageDescriptorCommand_base: {
42
42
  * ```javascript
43
43
  * import { TnbClient, GetSolFunctionPackageDescriptorCommand } from "@aws-sdk/client-tnb"; // ES Modules import
44
44
  * // const { TnbClient, GetSolFunctionPackageDescriptorCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
45
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
46
+ * const config = {}; // type is TnbClientConfig
45
47
  * const client = new TnbClient(config);
46
48
  * const input = { // GetSolFunctionPackageDescriptorInput
47
49
  * vnfPkgId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const GetSolNetworkInstanceCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, GetSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, GetSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // GetSolNetworkInstanceInput
39
41
  * nsInstanceId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const GetSolNetworkOperationCommand_base: {
35
35
  * ```javascript
36
36
  * import { TnbClient, GetSolNetworkOperationCommand } from "@aws-sdk/client-tnb"; // ES Modules import
37
37
  * // const { TnbClient, GetSolNetworkOperationCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
38
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
39
+ * const config = {}; // type is TnbClientConfig
38
40
  * const client = new TnbClient(config);
39
41
  * const input = { // GetSolNetworkOperationInput
40
42
  * nsLcmOpOccId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const GetSolNetworkPackageCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, GetSolNetworkPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, GetSolNetworkPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // GetSolNetworkPackageInput
39
41
  * nsdInfoId: "STRING_VALUE", // required
@@ -41,6 +41,8 @@ declare const GetSolNetworkPackageContentCommand_base: {
41
41
  * ```javascript
42
42
  * import { TnbClient, GetSolNetworkPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
43
43
  * // const { TnbClient, GetSolNetworkPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
44
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
45
+ * const config = {}; // type is TnbClientConfig
44
46
  * const client = new TnbClient(config);
45
47
  * const input = { // GetSolNetworkPackageContentInput
46
48
  * nsdInfoId: "STRING_VALUE", // required
@@ -41,6 +41,8 @@ declare const GetSolNetworkPackageDescriptorCommand_base: {
41
41
  * ```javascript
42
42
  * import { TnbClient, GetSolNetworkPackageDescriptorCommand } from "@aws-sdk/client-tnb"; // ES Modules import
43
43
  * // const { TnbClient, GetSolNetworkPackageDescriptorCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
44
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
45
+ * const config = {}; // type is TnbClientConfig
44
46
  * const client = new TnbClient(config);
45
47
  * const input = { // GetSolNetworkPackageDescriptorInput
46
48
  * nsdInfoId: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const InstantiateSolNetworkInstanceCommand_base: {
36
36
  * ```javascript
37
37
  * import { TnbClient, InstantiateSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
38
38
  * // const { TnbClient, InstantiateSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
39
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
40
+ * const config = {}; // type is TnbClientConfig
39
41
  * const client = new TnbClient(config);
40
42
  * const input = { // InstantiateSolNetworkInstanceInput
41
43
  * nsInstanceId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ListSolFunctionInstancesCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, ListSolFunctionInstancesCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, ListSolFunctionInstancesCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // ListSolFunctionInstancesInput
39
41
  * maxResults: Number("int"),
@@ -34,6 +34,8 @@ declare const ListSolFunctionPackagesCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, ListSolFunctionPackagesCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, ListSolFunctionPackagesCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // ListSolFunctionPackagesInput
39
41
  * maxResults: Number("int"),
@@ -34,6 +34,8 @@ declare const ListSolNetworkInstancesCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, ListSolNetworkInstancesCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, ListSolNetworkInstancesCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // ListSolNetworkInstancesInput
39
41
  * maxResults: Number("int"),
@@ -35,6 +35,8 @@ declare const ListSolNetworkOperationsCommand_base: {
35
35
  * ```javascript
36
36
  * import { TnbClient, ListSolNetworkOperationsCommand } from "@aws-sdk/client-tnb"; // ES Modules import
37
37
  * // const { TnbClient, ListSolNetworkOperationsCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
38
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
39
+ * const config = {}; // type is TnbClientConfig
38
40
  * const client = new TnbClient(config);
39
41
  * const input = { // ListSolNetworkOperationsInput
40
42
  * nsInstanceId: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const ListSolNetworkPackagesCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, ListSolNetworkPackagesCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, ListSolNetworkPackagesCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // ListSolNetworkPackagesInput
39
41
  * maxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { TnbClient, ListTagsForResourceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
35
35
  * // const { TnbClient, ListTagsForResourceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
36
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
37
+ * const config = {}; // type is TnbClientConfig
36
38
  * const client = new TnbClient(config);
37
39
  * const input = { // ListTagsForResourceInput
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -40,6 +40,8 @@ declare const PutSolFunctionPackageContentCommand_base: {
40
40
  * ```javascript
41
41
  * import { TnbClient, PutSolFunctionPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
42
42
  * // const { TnbClient, PutSolFunctionPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
43
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
44
+ * const config = {}; // type is TnbClientConfig
43
45
  * const client = new TnbClient(config);
44
46
  * const input = { // PutSolFunctionPackageContentInput
45
47
  * vnfPkgId: "STRING_VALUE", // required
@@ -40,6 +40,8 @@ declare const PutSolNetworkPackageContentCommand_base: {
40
40
  * ```javascript
41
41
  * import { TnbClient, PutSolNetworkPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
42
42
  * // const { TnbClient, PutSolNetworkPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
43
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
44
+ * const config = {}; // type is TnbClientConfig
43
45
  * const client = new TnbClient(config);
44
46
  * const input = { // PutSolNetworkPackageContentInput
45
47
  * nsdInfoId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const TagResourceCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, TagResourceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, TagResourceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // TagResourceInput
39
41
  * resourceArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const TerminateSolNetworkInstanceCommand_base: {
35
35
  * ```javascript
36
36
  * import { TnbClient, TerminateSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
37
37
  * // const { TnbClient, TerminateSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
38
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
39
+ * const config = {}; // type is TnbClientConfig
38
40
  * const client = new TnbClient(config);
39
41
  * const input = { // TerminateSolNetworkInstanceInput
40
42
  * nsInstanceId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UntagResourceCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, UntagResourceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, UntagResourceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // UntagResourceInput
39
41
  * resourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UpdateSolFunctionPackageCommand_base: {
34
34
  * ```javascript
35
35
  * import { TnbClient, UpdateSolFunctionPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
36
36
  * // const { TnbClient, UpdateSolFunctionPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
37
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
38
+ * const config = {}; // type is TnbClientConfig
37
39
  * const client = new TnbClient(config);
38
40
  * const input = { // UpdateSolFunctionPackageInput
39
41
  * vnfPkgId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const UpdateSolNetworkInstanceCommand_base: {
35
35
  * ```javascript
36
36
  * import { TnbClient, UpdateSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
37
37
  * // const { TnbClient, UpdateSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
38
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
39
+ * const config = {}; // type is TnbClientConfig
38
40
  * const client = new TnbClient(config);
39
41
  * const input = { // UpdateSolNetworkInstanceInput
40
42
  * nsInstanceId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const UpdateSolNetworkPackageCommand_base: {
35
35
  * ```javascript
36
36
  * import { TnbClient, UpdateSolNetworkPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
37
37
  * // const { TnbClient, UpdateSolNetworkPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
38
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
39
+ * const config = {}; // type is TnbClientConfig
38
40
  * const client = new TnbClient(config);
39
41
  * const input = { // UpdateSolNetworkPackageInput
40
42
  * nsdInfoId: "STRING_VALUE", // required
@@ -41,6 +41,8 @@ declare const ValidateSolFunctionPackageContentCommand_base: {
41
41
  * ```javascript
42
42
  * import { TnbClient, ValidateSolFunctionPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
43
43
  * // const { TnbClient, ValidateSolFunctionPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
44
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
45
+ * const config = {}; // type is TnbClientConfig
44
46
  * const client = new TnbClient(config);
45
47
  * const input = { // ValidateSolFunctionPackageContentInput
46
48
  * vnfPkgId: "STRING_VALUE", // required
@@ -41,6 +41,8 @@ declare const ValidateSolNetworkPackageContentCommand_base: {
41
41
  * ```javascript
42
42
  * import { TnbClient, ValidateSolNetworkPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
43
43
  * // const { TnbClient, ValidateSolNetworkPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
44
+ * // import type { TnbClientConfig } from "@aws-sdk/client-tnb";
45
+ * const config = {}; // type is TnbClientConfig
44
46
  * const client = new TnbClient(config);
45
47
  * const input = { // ValidateSolNetworkPackageContentInput
46
48
  * nsdInfoId: "STRING_VALUE", // required
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.890.0",
4
+ "version": "3.891.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",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-user-agent": "3.891.0",
29
29
  "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
31
+ "@aws-sdk/util-endpoints": "3.891.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -38,7 +38,7 @@
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
40
  "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
41
+ "@smithy/middleware-retry": "^4.2.3",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
@@ -54,7 +54,7 @@
54
54
  "@smithy/util-defaults-mode-node": "^4.1.2",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-stream": "^4.3.1",
59
59
  "@smithy/util-utf8": "^4.1.0",
60
60
  "tslib": "^2.6.2"