@aws-sdk/client-tnb 3.300.0 → 3.303.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 (38) hide show
  1. package/dist-cjs/models/models_0.js +74 -89
  2. package/dist-es/models/models_0.js +74 -89
  3. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +2 -2
  6. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +2 -2
  7. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +1 -1
  10. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +1 -1
  11. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +1 -1
  12. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +1 -1
  13. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +1 -1
  14. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +1 -1
  15. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +1 -1
  16. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +1 -1
  17. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +1 -1
  18. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +1 -1
  19. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +2 -2
  20. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +1 -1
  21. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +1 -1
  22. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +1 -1
  23. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +1 -1
  27. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +1 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  29. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +2 -2
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  31. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +3 -3
  33. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +1 -1
  34. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +1 -1
  35. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +1 -1
  36. package/dist-types/models/models_0.d.ts +149 -74
  37. package/dist-types/ts3.4/models/models_0.d.ts +100 -74
  38. package/package.json +34 -34
@@ -68,22 +68,19 @@ class ValidationException extends TnbServiceException_1.TnbServiceException {
68
68
  }
69
69
  }
70
70
  exports.ValidationException = ValidationException;
71
- var OnboardingState;
72
- (function (OnboardingState) {
73
- OnboardingState["CREATED"] = "CREATED";
74
- OnboardingState["ERROR"] = "ERROR";
75
- OnboardingState["ONBOARDED"] = "ONBOARDED";
76
- })(OnboardingState = exports.OnboardingState || (exports.OnboardingState = {}));
77
- var OperationalState;
78
- (function (OperationalState) {
79
- OperationalState["DISABLED"] = "DISABLED";
80
- OperationalState["ENABLED"] = "ENABLED";
81
- })(OperationalState = exports.OperationalState || (exports.OperationalState = {}));
82
- var UsageState;
83
- (function (UsageState) {
84
- UsageState["IN_USE"] = "IN_USE";
85
- UsageState["NOT_IN_USE"] = "NOT_IN_USE";
86
- })(UsageState = exports.UsageState || (exports.UsageState = {}));
71
+ exports.OnboardingState = {
72
+ CREATED: "CREATED",
73
+ ERROR: "ERROR",
74
+ ONBOARDED: "ONBOARDED",
75
+ };
76
+ exports.OperationalState = {
77
+ DISABLED: "DISABLED",
78
+ ENABLED: "ENABLED",
79
+ };
80
+ exports.UsageState = {
81
+ IN_USE: "IN_USE",
82
+ NOT_IN_USE: "NOT_IN_USE",
83
+ };
87
84
  class ServiceQuotaExceededException extends TnbServiceException_1.TnbServiceException {
88
85
  constructor(opts) {
89
86
  super({
@@ -97,79 +94,67 @@ class ServiceQuotaExceededException extends TnbServiceException_1.TnbServiceExce
97
94
  }
98
95
  }
99
96
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
100
- var NsdOnboardingState;
101
- (function (NsdOnboardingState) {
102
- NsdOnboardingState["CREATED"] = "CREATED";
103
- NsdOnboardingState["ERROR"] = "ERROR";
104
- NsdOnboardingState["ONBOARDED"] = "ONBOARDED";
105
- })(NsdOnboardingState = exports.NsdOnboardingState || (exports.NsdOnboardingState = {}));
106
- var NsdOperationalState;
107
- (function (NsdOperationalState) {
108
- NsdOperationalState["DISABLED"] = "DISABLED";
109
- NsdOperationalState["ENABLED"] = "ENABLED";
110
- })(NsdOperationalState = exports.NsdOperationalState || (exports.NsdOperationalState = {}));
111
- var NsdUsageState;
112
- (function (NsdUsageState) {
113
- NsdUsageState["IN_USE"] = "IN_USE";
114
- NsdUsageState["NOT_IN_USE"] = "NOT_IN_USE";
115
- })(NsdUsageState = exports.NsdUsageState || (exports.NsdUsageState = {}));
116
- var DescriptorContentType;
117
- (function (DescriptorContentType) {
118
- DescriptorContentType["TEXT_PLAIN"] = "text/plain";
119
- })(DescriptorContentType = exports.DescriptorContentType || (exports.DescriptorContentType = {}));
120
- var VnfOperationalState;
121
- (function (VnfOperationalState) {
122
- VnfOperationalState["STARTED"] = "STARTED";
123
- VnfOperationalState["STOPPED"] = "STOPPED";
124
- })(VnfOperationalState = exports.VnfOperationalState || (exports.VnfOperationalState = {}));
125
- var VnfInstantiationState;
126
- (function (VnfInstantiationState) {
127
- VnfInstantiationState["INSTANTIATED"] = "INSTANTIATED";
128
- VnfInstantiationState["NOT_INSTANTIATED"] = "NOT_INSTANTIATED";
129
- })(VnfInstantiationState = exports.VnfInstantiationState || (exports.VnfInstantiationState = {}));
130
- var PackageContentType;
131
- (function (PackageContentType) {
132
- PackageContentType["APPLICATION_ZIP"] = "application/zip";
133
- })(PackageContentType = exports.PackageContentType || (exports.PackageContentType = {}));
134
- var NsState;
135
- (function (NsState) {
136
- NsState["DELETED"] = "DELETED";
137
- NsState["IMPAIRED"] = "IMPAIRED";
138
- NsState["INSTANTIATED"] = "INSTANTIATED";
139
- NsState["INSTANTIATE_IN_PROGRESS"] = "INSTANTIATE_IN_PROGRESS";
140
- NsState["NOT_INSTANTIATED"] = "NOT_INSTANTIATED";
141
- NsState["STOPPED"] = "STOPPED";
142
- NsState["TERMINATE_IN_PROGRESS"] = "TERMINATE_IN_PROGRESS";
143
- NsState["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
144
- })(NsState = exports.NsState || (exports.NsState = {}));
145
- var LcmOperationType;
146
- (function (LcmOperationType) {
147
- LcmOperationType["INSTANTIATE"] = "INSTANTIATE";
148
- LcmOperationType["TERMINATE"] = "TERMINATE";
149
- LcmOperationType["UPDATE"] = "UPDATE";
150
- })(LcmOperationType = exports.LcmOperationType || (exports.LcmOperationType = {}));
151
- var NsLcmOperationState;
152
- (function (NsLcmOperationState) {
153
- NsLcmOperationState["CANCELLED"] = "CANCELLED";
154
- NsLcmOperationState["CANCELLING"] = "CANCELLING";
155
- NsLcmOperationState["COMPLETED"] = "COMPLETED";
156
- NsLcmOperationState["FAILED"] = "FAILED";
157
- NsLcmOperationState["PROCESSING"] = "PROCESSING";
158
- })(NsLcmOperationState = exports.NsLcmOperationState || (exports.NsLcmOperationState = {}));
159
- var TaskStatus;
160
- (function (TaskStatus) {
161
- TaskStatus["CANCELLED"] = "CANCELLED";
162
- TaskStatus["COMPLETED"] = "COMPLETED";
163
- TaskStatus["ERROR"] = "ERROR";
164
- TaskStatus["IN_PROGRESS"] = "IN_PROGRESS";
165
- TaskStatus["SCHEDULED"] = "SCHEDULED";
166
- TaskStatus["SKIPPED"] = "SKIPPED";
167
- TaskStatus["STARTED"] = "STARTED";
168
- })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
169
- var UpdateSolNetworkType;
170
- (function (UpdateSolNetworkType) {
171
- UpdateSolNetworkType["MODIFY_VNF_INFORMATION"] = "MODIFY_VNF_INFORMATION";
172
- })(UpdateSolNetworkType = exports.UpdateSolNetworkType || (exports.UpdateSolNetworkType = {}));
97
+ exports.NsdOnboardingState = {
98
+ CREATED: "CREATED",
99
+ ERROR: "ERROR",
100
+ ONBOARDED: "ONBOARDED",
101
+ };
102
+ exports.NsdOperationalState = {
103
+ DISABLED: "DISABLED",
104
+ ENABLED: "ENABLED",
105
+ };
106
+ exports.NsdUsageState = {
107
+ IN_USE: "IN_USE",
108
+ NOT_IN_USE: "NOT_IN_USE",
109
+ };
110
+ exports.DescriptorContentType = {
111
+ TEXT_PLAIN: "text/plain",
112
+ };
113
+ exports.VnfOperationalState = {
114
+ STARTED: "STARTED",
115
+ STOPPED: "STOPPED",
116
+ };
117
+ exports.VnfInstantiationState = {
118
+ INSTANTIATED: "INSTANTIATED",
119
+ NOT_INSTANTIATED: "NOT_INSTANTIATED",
120
+ };
121
+ exports.PackageContentType = {
122
+ APPLICATION_ZIP: "application/zip",
123
+ };
124
+ exports.NsState = {
125
+ DELETED: "DELETED",
126
+ IMPAIRED: "IMPAIRED",
127
+ INSTANTIATED: "INSTANTIATED",
128
+ INSTANTIATE_IN_PROGRESS: "INSTANTIATE_IN_PROGRESS",
129
+ NOT_INSTANTIATED: "NOT_INSTANTIATED",
130
+ STOPPED: "STOPPED",
131
+ TERMINATE_IN_PROGRESS: "TERMINATE_IN_PROGRESS",
132
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
133
+ };
134
+ exports.LcmOperationType = {
135
+ INSTANTIATE: "INSTANTIATE",
136
+ TERMINATE: "TERMINATE",
137
+ UPDATE: "UPDATE",
138
+ };
139
+ exports.NsLcmOperationState = {
140
+ CANCELLED: "CANCELLED",
141
+ CANCELLING: "CANCELLING",
142
+ COMPLETED: "COMPLETED",
143
+ FAILED: "FAILED",
144
+ PROCESSING: "PROCESSING",
145
+ };
146
+ exports.TaskStatus = {
147
+ CANCELLED: "CANCELLED",
148
+ COMPLETED: "COMPLETED",
149
+ ERROR: "ERROR",
150
+ IN_PROGRESS: "IN_PROGRESS",
151
+ SCHEDULED: "SCHEDULED",
152
+ SKIPPED: "SKIPPED",
153
+ STARTED: "STARTED",
154
+ };
155
+ exports.UpdateSolNetworkType = {
156
+ MODIFY_VNF_INFORMATION: "MODIFY_VNF_INFORMATION",
157
+ };
173
158
  const CreateSolFunctionPackageInputFilterSensitiveLog = (obj) => ({
174
159
  ...obj,
175
160
  ...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
@@ -60,22 +60,19 @@ export class ValidationException extends __BaseException {
60
60
  Object.setPrototypeOf(this, ValidationException.prototype);
61
61
  }
62
62
  }
63
- export var OnboardingState;
64
- (function (OnboardingState) {
65
- OnboardingState["CREATED"] = "CREATED";
66
- OnboardingState["ERROR"] = "ERROR";
67
- OnboardingState["ONBOARDED"] = "ONBOARDED";
68
- })(OnboardingState || (OnboardingState = {}));
69
- export var OperationalState;
70
- (function (OperationalState) {
71
- OperationalState["DISABLED"] = "DISABLED";
72
- OperationalState["ENABLED"] = "ENABLED";
73
- })(OperationalState || (OperationalState = {}));
74
- export var UsageState;
75
- (function (UsageState) {
76
- UsageState["IN_USE"] = "IN_USE";
77
- UsageState["NOT_IN_USE"] = "NOT_IN_USE";
78
- })(UsageState || (UsageState = {}));
63
+ export const OnboardingState = {
64
+ CREATED: "CREATED",
65
+ ERROR: "ERROR",
66
+ ONBOARDED: "ONBOARDED",
67
+ };
68
+ export const OperationalState = {
69
+ DISABLED: "DISABLED",
70
+ ENABLED: "ENABLED",
71
+ };
72
+ export const UsageState = {
73
+ IN_USE: "IN_USE",
74
+ NOT_IN_USE: "NOT_IN_USE",
75
+ };
79
76
  export class ServiceQuotaExceededException extends __BaseException {
80
77
  constructor(opts) {
81
78
  super({
@@ -88,79 +85,67 @@ export class ServiceQuotaExceededException extends __BaseException {
88
85
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
89
86
  }
90
87
  }
91
- export var NsdOnboardingState;
92
- (function (NsdOnboardingState) {
93
- NsdOnboardingState["CREATED"] = "CREATED";
94
- NsdOnboardingState["ERROR"] = "ERROR";
95
- NsdOnboardingState["ONBOARDED"] = "ONBOARDED";
96
- })(NsdOnboardingState || (NsdOnboardingState = {}));
97
- export var NsdOperationalState;
98
- (function (NsdOperationalState) {
99
- NsdOperationalState["DISABLED"] = "DISABLED";
100
- NsdOperationalState["ENABLED"] = "ENABLED";
101
- })(NsdOperationalState || (NsdOperationalState = {}));
102
- export var NsdUsageState;
103
- (function (NsdUsageState) {
104
- NsdUsageState["IN_USE"] = "IN_USE";
105
- NsdUsageState["NOT_IN_USE"] = "NOT_IN_USE";
106
- })(NsdUsageState || (NsdUsageState = {}));
107
- export var DescriptorContentType;
108
- (function (DescriptorContentType) {
109
- DescriptorContentType["TEXT_PLAIN"] = "text/plain";
110
- })(DescriptorContentType || (DescriptorContentType = {}));
111
- export var VnfOperationalState;
112
- (function (VnfOperationalState) {
113
- VnfOperationalState["STARTED"] = "STARTED";
114
- VnfOperationalState["STOPPED"] = "STOPPED";
115
- })(VnfOperationalState || (VnfOperationalState = {}));
116
- export var VnfInstantiationState;
117
- (function (VnfInstantiationState) {
118
- VnfInstantiationState["INSTANTIATED"] = "INSTANTIATED";
119
- VnfInstantiationState["NOT_INSTANTIATED"] = "NOT_INSTANTIATED";
120
- })(VnfInstantiationState || (VnfInstantiationState = {}));
121
- export var PackageContentType;
122
- (function (PackageContentType) {
123
- PackageContentType["APPLICATION_ZIP"] = "application/zip";
124
- })(PackageContentType || (PackageContentType = {}));
125
- export var NsState;
126
- (function (NsState) {
127
- NsState["DELETED"] = "DELETED";
128
- NsState["IMPAIRED"] = "IMPAIRED";
129
- NsState["INSTANTIATED"] = "INSTANTIATED";
130
- NsState["INSTANTIATE_IN_PROGRESS"] = "INSTANTIATE_IN_PROGRESS";
131
- NsState["NOT_INSTANTIATED"] = "NOT_INSTANTIATED";
132
- NsState["STOPPED"] = "STOPPED";
133
- NsState["TERMINATE_IN_PROGRESS"] = "TERMINATE_IN_PROGRESS";
134
- NsState["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
135
- })(NsState || (NsState = {}));
136
- export var LcmOperationType;
137
- (function (LcmOperationType) {
138
- LcmOperationType["INSTANTIATE"] = "INSTANTIATE";
139
- LcmOperationType["TERMINATE"] = "TERMINATE";
140
- LcmOperationType["UPDATE"] = "UPDATE";
141
- })(LcmOperationType || (LcmOperationType = {}));
142
- export var NsLcmOperationState;
143
- (function (NsLcmOperationState) {
144
- NsLcmOperationState["CANCELLED"] = "CANCELLED";
145
- NsLcmOperationState["CANCELLING"] = "CANCELLING";
146
- NsLcmOperationState["COMPLETED"] = "COMPLETED";
147
- NsLcmOperationState["FAILED"] = "FAILED";
148
- NsLcmOperationState["PROCESSING"] = "PROCESSING";
149
- })(NsLcmOperationState || (NsLcmOperationState = {}));
150
- export var TaskStatus;
151
- (function (TaskStatus) {
152
- TaskStatus["CANCELLED"] = "CANCELLED";
153
- TaskStatus["COMPLETED"] = "COMPLETED";
154
- TaskStatus["ERROR"] = "ERROR";
155
- TaskStatus["IN_PROGRESS"] = "IN_PROGRESS";
156
- TaskStatus["SCHEDULED"] = "SCHEDULED";
157
- TaskStatus["SKIPPED"] = "SKIPPED";
158
- TaskStatus["STARTED"] = "STARTED";
159
- })(TaskStatus || (TaskStatus = {}));
160
- export var UpdateSolNetworkType;
161
- (function (UpdateSolNetworkType) {
162
- UpdateSolNetworkType["MODIFY_VNF_INFORMATION"] = "MODIFY_VNF_INFORMATION";
163
- })(UpdateSolNetworkType || (UpdateSolNetworkType = {}));
88
+ export const NsdOnboardingState = {
89
+ CREATED: "CREATED",
90
+ ERROR: "ERROR",
91
+ ONBOARDED: "ONBOARDED",
92
+ };
93
+ export const NsdOperationalState = {
94
+ DISABLED: "DISABLED",
95
+ ENABLED: "ENABLED",
96
+ };
97
+ export const NsdUsageState = {
98
+ IN_USE: "IN_USE",
99
+ NOT_IN_USE: "NOT_IN_USE",
100
+ };
101
+ export const DescriptorContentType = {
102
+ TEXT_PLAIN: "text/plain",
103
+ };
104
+ export const VnfOperationalState = {
105
+ STARTED: "STARTED",
106
+ STOPPED: "STOPPED",
107
+ };
108
+ export const VnfInstantiationState = {
109
+ INSTANTIATED: "INSTANTIATED",
110
+ NOT_INSTANTIATED: "NOT_INSTANTIATED",
111
+ };
112
+ export const PackageContentType = {
113
+ APPLICATION_ZIP: "application/zip",
114
+ };
115
+ export const NsState = {
116
+ DELETED: "DELETED",
117
+ IMPAIRED: "IMPAIRED",
118
+ INSTANTIATED: "INSTANTIATED",
119
+ INSTANTIATE_IN_PROGRESS: "INSTANTIATE_IN_PROGRESS",
120
+ NOT_INSTANTIATED: "NOT_INSTANTIATED",
121
+ STOPPED: "STOPPED",
122
+ TERMINATE_IN_PROGRESS: "TERMINATE_IN_PROGRESS",
123
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
124
+ };
125
+ export const LcmOperationType = {
126
+ INSTANTIATE: "INSTANTIATE",
127
+ TERMINATE: "TERMINATE",
128
+ UPDATE: "UPDATE",
129
+ };
130
+ export const NsLcmOperationState = {
131
+ CANCELLED: "CANCELLED",
132
+ CANCELLING: "CANCELLING",
133
+ COMPLETED: "COMPLETED",
134
+ FAILED: "FAILED",
135
+ PROCESSING: "PROCESSING",
136
+ };
137
+ export const TaskStatus = {
138
+ CANCELLED: "CANCELLED",
139
+ COMPLETED: "COMPLETED",
140
+ ERROR: "ERROR",
141
+ IN_PROGRESS: "IN_PROGRESS",
142
+ SCHEDULED: "SCHEDULED",
143
+ SKIPPED: "SKIPPED",
144
+ STARTED: "STARTED",
145
+ };
146
+ export const UpdateSolNetworkType = {
147
+ MODIFY_VNF_INFORMATION: "MODIFY_VNF_INFORMATION",
148
+ };
164
149
  export const CreateSolFunctionPackageInputFilterSensitiveLog = (obj) => ({
165
150
  ...obj,
166
151
  ...(obj.tags && { tags: SENSITIVE_STRING }),
@@ -27,7 +27,7 @@ export interface CancelSolNetworkOperationCommandOutput extends __MetadataBearer
27
27
  * import { TnbClient, CancelSolNetworkOperationCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, CancelSolNetworkOperationCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // CancelSolNetworkOperationInput
31
31
  * nsLcmOpOccId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new CancelSolNetworkOperationCommand(input);
@@ -29,8 +29,8 @@ export interface CreateSolFunctionPackageCommandOutput extends CreateSolFunction
29
29
  * import { TnbClient, CreateSolFunctionPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
30
30
  * // const { TnbClient, CreateSolFunctionPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
31
31
  * const client = new TnbClient(config);
32
- * const input = {
33
- * tags: {
32
+ * const input = { // CreateSolFunctionPackageInput
33
+ * tags: { // TagMap
34
34
  * "<keys>": "STRING_VALUE",
35
35
  * },
36
36
  * };
@@ -28,11 +28,11 @@ export interface CreateSolNetworkInstanceCommandOutput extends CreateSolNetworkI
28
28
  * import { TnbClient, CreateSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
29
29
  * // const { TnbClient, CreateSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
30
30
  * const client = new TnbClient(config);
31
- * const input = {
31
+ * const input = { // CreateSolNetworkInstanceInput
32
32
  * nsdInfoId: "STRING_VALUE", // required
33
33
  * nsName: "STRING_VALUE", // required
34
34
  * nsDescription: "STRING_VALUE",
35
- * tags: {
35
+ * tags: { // TagMap
36
36
  * "<keys>": "STRING_VALUE",
37
37
  * },
38
38
  * };
@@ -30,8 +30,8 @@ export interface CreateSolNetworkPackageCommandOutput extends CreateSolNetworkPa
30
30
  * import { TnbClient, CreateSolNetworkPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
31
31
  * // const { TnbClient, CreateSolNetworkPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
32
32
  * const client = new TnbClient(config);
33
- * const input = {
34
- * tags: {
33
+ * const input = { // CreateSolNetworkPackageInput
34
+ * tags: { // TagMap
35
35
  * "<keys>": "STRING_VALUE",
36
36
  * },
37
37
  * };
@@ -29,7 +29,7 @@ export interface DeleteSolFunctionPackageCommandOutput extends __MetadataBearer
29
29
  * import { TnbClient, DeleteSolFunctionPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
30
30
  * // const { TnbClient, DeleteSolFunctionPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
31
31
  * const client = new TnbClient(config);
32
- * const input = {
32
+ * const input = { // DeleteSolFunctionPackageInput
33
33
  * vnfPkgId: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteSolFunctionPackageCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteSolNetworkInstanceCommandOutput extends __MetadataBearer
28
28
  * import { TnbClient, DeleteSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
29
29
  * // const { TnbClient, DeleteSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
30
30
  * const client = new TnbClient(config);
31
- * const input = {
31
+ * const input = { // DeleteSolNetworkInstanceInput
32
32
  * nsInstanceId: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteSolNetworkInstanceCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteSolNetworkPackageCommandOutput extends __MetadataBearer {
28
28
  * import { TnbClient, DeleteSolNetworkPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
29
29
  * // const { TnbClient, DeleteSolNetworkPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
30
30
  * const client = new TnbClient(config);
31
- * const input = {
31
+ * const input = { // DeleteSolNetworkPackageInput
32
32
  * nsdInfoId: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteSolNetworkPackageCommand(input);
@@ -27,7 +27,7 @@ export interface GetSolFunctionInstanceCommandOutput extends GetSolFunctionInsta
27
27
  * import { TnbClient, GetSolFunctionInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, GetSolFunctionInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // GetSolFunctionInstanceInput
31
31
  * vnfInstanceId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetSolFunctionInstanceCommand(input);
@@ -27,7 +27,7 @@ export interface GetSolFunctionPackageCommandOutput extends GetSolFunctionPackag
27
27
  * import { TnbClient, GetSolFunctionPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, GetSolFunctionPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // GetSolFunctionPackageInput
31
31
  * vnfPkgId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetSolFunctionPackageCommand(input);
@@ -27,7 +27,7 @@ export interface GetSolFunctionPackageContentCommandOutput extends GetSolFunctio
27
27
  * import { TnbClient, GetSolFunctionPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, GetSolFunctionPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // GetSolFunctionPackageContentInput
31
31
  * vnfPkgId: "STRING_VALUE", // required
32
32
  * accept: "application/zip", // required
33
33
  * };
@@ -28,7 +28,7 @@ export interface GetSolFunctionPackageDescriptorCommandOutput extends GetSolFunc
28
28
  * import { TnbClient, GetSolFunctionPackageDescriptorCommand } from "@aws-sdk/client-tnb"; // ES Modules import
29
29
  * // const { TnbClient, GetSolFunctionPackageDescriptorCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
30
30
  * const client = new TnbClient(config);
31
- * const input = {
31
+ * const input = { // GetSolFunctionPackageDescriptorInput
32
32
  * vnfPkgId: "STRING_VALUE", // required
33
33
  * accept: "text/plain", // required
34
34
  * };
@@ -27,7 +27,7 @@ export interface GetSolNetworkInstanceCommandOutput extends GetSolNetworkInstanc
27
27
  * import { TnbClient, GetSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, GetSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // GetSolNetworkInstanceInput
31
31
  * nsInstanceId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetSolNetworkInstanceCommand(input);
@@ -27,7 +27,7 @@ export interface GetSolNetworkOperationCommandOutput extends GetSolNetworkOperat
27
27
  * import { TnbClient, GetSolNetworkOperationCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, GetSolNetworkOperationCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // GetSolNetworkOperationInput
31
31
  * nsLcmOpOccId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetSolNetworkOperationCommand(input);
@@ -27,7 +27,7 @@ export interface GetSolNetworkPackageCommandOutput extends GetSolNetworkPackageO
27
27
  * import { TnbClient, GetSolNetworkPackageCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, GetSolNetworkPackageCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // GetSolNetworkPackageInput
31
31
  * nsdInfoId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetSolNetworkPackageCommand(input);
@@ -27,7 +27,7 @@ export interface GetSolNetworkPackageContentCommandOutput extends GetSolNetworkP
27
27
  * import { TnbClient, GetSolNetworkPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, GetSolNetworkPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // GetSolNetworkPackageContentInput
31
31
  * nsdInfoId: "STRING_VALUE", // required
32
32
  * accept: "application/zip", // required
33
33
  * };
@@ -27,7 +27,7 @@ export interface GetSolNetworkPackageDescriptorCommandOutput extends GetSolNetwo
27
27
  * import { TnbClient, GetSolNetworkPackageDescriptorCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, GetSolNetworkPackageDescriptorCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // GetSolNetworkPackageDescriptorInput
31
31
  * nsdInfoId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetSolNetworkPackageDescriptorCommand(input);
@@ -28,11 +28,11 @@ export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateS
28
28
  * import { TnbClient, InstantiateSolNetworkInstanceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
29
29
  * // const { TnbClient, InstantiateSolNetworkInstanceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
30
30
  * const client = new TnbClient(config);
31
- * const input = {
31
+ * const input = { // InstantiateSolNetworkInstanceInput
32
32
  * nsInstanceId: "STRING_VALUE", // required
33
33
  * dryRun: true || false,
34
34
  * additionalParamsForNs: "DOCUMENT_VALUE",
35
- * tags: {
35
+ * tags: { // TagMap
36
36
  * "<keys>": "STRING_VALUE",
37
37
  * },
38
38
  * };
@@ -27,7 +27,7 @@ export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionIn
27
27
  * import { TnbClient, ListSolFunctionInstancesCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, ListSolFunctionInstancesCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // ListSolFunctionInstancesInput
31
31
  * maxResults: Number("int"),
32
32
  * nextToken: "STRING_VALUE",
33
33
  * };
@@ -27,7 +27,7 @@ export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPac
27
27
  * import { TnbClient, ListSolFunctionPackagesCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, ListSolFunctionPackagesCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // ListSolFunctionPackagesInput
31
31
  * maxResults: Number("int"),
32
32
  * nextToken: "STRING_VALUE",
33
33
  * };
@@ -27,7 +27,7 @@ export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInst
27
27
  * import { TnbClient, ListSolNetworkInstancesCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, ListSolNetworkInstancesCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // ListSolNetworkInstancesInput
31
31
  * maxResults: Number("int"),
32
32
  * nextToken: "STRING_VALUE",
33
33
  * };
@@ -27,7 +27,7 @@ export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOpe
27
27
  * import { TnbClient, ListSolNetworkOperationsCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, ListSolNetworkOperationsCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // ListSolNetworkOperationsInput
31
31
  * maxResults: Number("int"),
32
32
  * nextToken: "STRING_VALUE",
33
33
  * };
@@ -27,7 +27,7 @@ export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPacka
27
27
  * import { TnbClient, ListSolNetworkPackagesCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, ListSolNetworkPackagesCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // ListSolNetworkPackagesInput
31
31
  * maxResults: Number("int"),
32
32
  * nextToken: "STRING_VALUE",
33
33
  * };
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
26
26
  * import { TnbClient, ListTagsForResourceCommand } from "@aws-sdk/client-tnb"; // ES Modules import
27
27
  * // const { TnbClient, ListTagsForResourceCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
28
28
  * const client = new TnbClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceInput
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -27,7 +27,7 @@ export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctio
27
27
  * import { TnbClient, PutSolFunctionPackageContentCommand } from "@aws-sdk/client-tnb"; // ES Modules import
28
28
  * // const { TnbClient, PutSolFunctionPackageContentCommand } = require("@aws-sdk/client-tnb"); // CommonJS import
29
29
  * const client = new TnbClient(config);
30
- * const input = {
30
+ * const input = { // PutSolFunctionPackageContentInput
31
31
  * vnfPkgId: "STRING_VALUE", // required
32
32
  * contentType: "application/zip",
33
33
  * file: "BLOB_VALUE", // required