@aws-sdk/client-tnb 3.276.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 (223) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +205 -0
  3. package/dist-cjs/Tnb.js +502 -0
  4. package/dist-cjs/TnbClient.js +40 -0
  5. package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +46 -0
  6. package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +46 -0
  7. package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +46 -0
  8. package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +46 -0
  10. package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +46 -0
  11. package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +46 -0
  12. package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +46 -0
  13. package/dist-cjs/commands/GetSolFunctionPackageCommand.js +46 -0
  14. package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +46 -0
  15. package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +46 -0
  16. package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +46 -0
  17. package/dist-cjs/commands/GetSolNetworkOperationCommand.js +46 -0
  18. package/dist-cjs/commands/GetSolNetworkPackageCommand.js +46 -0
  19. package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +46 -0
  20. package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +46 -0
  21. package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +46 -0
  22. package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +46 -0
  23. package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +46 -0
  24. package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +46 -0
  25. package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +46 -0
  26. package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +46 -0
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  28. package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +46 -0
  29. package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +46 -0
  30. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  31. package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +46 -0
  32. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  33. package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +46 -0
  34. package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +46 -0
  35. package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +46 -0
  36. package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +46 -0
  37. package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +46 -0
  38. package/dist-cjs/commands/index.js +36 -0
  39. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  40. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  41. package/dist-cjs/endpoint/ruleset.js +7 -0
  42. package/dist-cjs/index.js +11 -0
  43. package/dist-cjs/models/TnbServiceException.js +11 -0
  44. package/dist-cjs/models/index.js +4 -0
  45. package/dist-cjs/models/models_0.js +559 -0
  46. package/dist-cjs/pagination/Interfaces.js +2 -0
  47. package/dist-cjs/pagination/ListSolFunctionInstancesPaginator.js +36 -0
  48. package/dist-cjs/pagination/ListSolFunctionPackagesPaginator.js +36 -0
  49. package/dist-cjs/pagination/ListSolNetworkInstancesPaginator.js +36 -0
  50. package/dist-cjs/pagination/ListSolNetworkOperationsPaginator.js +36 -0
  51. package/dist-cjs/pagination/ListSolNetworkPackagesPaginator.js +36 -0
  52. package/dist-cjs/pagination/index.js +9 -0
  53. package/dist-cjs/protocols/Aws_restJson1.js +2944 -0
  54. package/dist-cjs/runtimeConfig.browser.js +39 -0
  55. package/dist-cjs/runtimeConfig.js +48 -0
  56. package/dist-cjs/runtimeConfig.native.js +15 -0
  57. package/dist-cjs/runtimeConfig.shared.js +21 -0
  58. package/dist-es/Tnb.js +498 -0
  59. package/dist-es/TnbClient.js +36 -0
  60. package/dist-es/commands/CancelSolNetworkOperationCommand.js +42 -0
  61. package/dist-es/commands/CreateSolFunctionPackageCommand.js +42 -0
  62. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +42 -0
  63. package/dist-es/commands/CreateSolNetworkPackageCommand.js +42 -0
  64. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +42 -0
  65. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +42 -0
  66. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +42 -0
  67. package/dist-es/commands/GetSolFunctionInstanceCommand.js +42 -0
  68. package/dist-es/commands/GetSolFunctionPackageCommand.js +42 -0
  69. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +42 -0
  70. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +42 -0
  71. package/dist-es/commands/GetSolNetworkInstanceCommand.js +42 -0
  72. package/dist-es/commands/GetSolNetworkOperationCommand.js +42 -0
  73. package/dist-es/commands/GetSolNetworkPackageCommand.js +42 -0
  74. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +42 -0
  75. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +42 -0
  76. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +42 -0
  77. package/dist-es/commands/ListSolFunctionInstancesCommand.js +42 -0
  78. package/dist-es/commands/ListSolFunctionPackagesCommand.js +42 -0
  79. package/dist-es/commands/ListSolNetworkInstancesCommand.js +42 -0
  80. package/dist-es/commands/ListSolNetworkOperationsCommand.js +42 -0
  81. package/dist-es/commands/ListSolNetworkPackagesCommand.js +42 -0
  82. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  83. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +42 -0
  84. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +42 -0
  85. package/dist-es/commands/TagResourceCommand.js +42 -0
  86. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +42 -0
  87. package/dist-es/commands/UntagResourceCommand.js +42 -0
  88. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +42 -0
  89. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +42 -0
  90. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +42 -0
  91. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +42 -0
  92. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +42 -0
  93. package/dist-es/commands/index.js +33 -0
  94. package/dist-es/endpoint/EndpointParameters.js +8 -0
  95. package/dist-es/endpoint/endpointResolver.js +8 -0
  96. package/dist-es/endpoint/ruleset.js +4 -0
  97. package/dist-es/index.js +6 -0
  98. package/dist-es/models/TnbServiceException.js +7 -0
  99. package/dist-es/models/index.js +1 -0
  100. package/dist-es/models/models_0.js +455 -0
  101. package/dist-es/pagination/Interfaces.js +1 -0
  102. package/dist-es/pagination/ListSolFunctionInstancesPaginator.js +32 -0
  103. package/dist-es/pagination/ListSolFunctionPackagesPaginator.js +32 -0
  104. package/dist-es/pagination/ListSolNetworkInstancesPaginator.js +32 -0
  105. package/dist-es/pagination/ListSolNetworkOperationsPaginator.js +32 -0
  106. package/dist-es/pagination/ListSolNetworkPackagesPaginator.js +32 -0
  107. package/dist-es/pagination/index.js +6 -0
  108. package/dist-es/protocols/Aws_restJson1.js +2874 -0
  109. package/dist-es/runtimeConfig.browser.js +34 -0
  110. package/dist-es/runtimeConfig.js +43 -0
  111. package/dist-es/runtimeConfig.native.js +11 -0
  112. package/dist-es/runtimeConfig.shared.js +17 -0
  113. package/dist-types/Tnb.d.ts +284 -0
  114. package/dist-types/TnbClient.d.ts +174 -0
  115. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +38 -0
  116. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +40 -0
  117. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +39 -0
  118. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +41 -0
  119. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +40 -0
  120. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +39 -0
  121. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +39 -0
  122. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +38 -0
  123. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +38 -0
  124. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +38 -0
  125. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +39 -0
  126. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +38 -0
  127. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +38 -0
  128. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +38 -0
  129. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +38 -0
  130. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +38 -0
  131. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +39 -0
  132. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +38 -0
  133. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +38 -0
  134. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +38 -0
  135. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +38 -0
  136. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +38 -0
  137. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  138. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +38 -0
  139. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +38 -0
  140. package/dist-types/commands/TagResourceCommand.d.ts +38 -0
  141. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +39 -0
  142. package/dist-types/commands/UntagResourceCommand.d.ts +38 -0
  143. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +38 -0
  144. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +38 -0
  145. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +39 -0
  146. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +38 -0
  147. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +38 -0
  148. package/dist-types/commands/index.d.ts +33 -0
  149. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  150. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  151. package/dist-types/endpoint/ruleset.d.ts +2 -0
  152. package/dist-types/index.d.ts +6 -0
  153. package/dist-types/models/TnbServiceException.d.ts +10 -0
  154. package/dist-types/models/index.d.ts +1 -0
  155. package/dist-types/models/models_0.d.ts +1935 -0
  156. package/dist-types/pagination/Interfaces.d.ts +6 -0
  157. package/dist-types/pagination/ListSolFunctionInstancesPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListSolFunctionPackagesPaginator.d.ts +4 -0
  159. package/dist-types/pagination/ListSolNetworkInstancesPaginator.d.ts +4 -0
  160. package/dist-types/pagination/ListSolNetworkOperationsPaginator.d.ts +4 -0
  161. package/dist-types/pagination/ListSolNetworkPackagesPaginator.d.ts +4 -0
  162. package/dist-types/pagination/index.d.ts +6 -0
  163. package/dist-types/protocols/Aws_restJson1.d.ts +101 -0
  164. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  165. package/dist-types/runtimeConfig.d.ts +42 -0
  166. package/dist-types/runtimeConfig.native.d.ts +41 -0
  167. package/dist-types/runtimeConfig.shared.d.ts +18 -0
  168. package/dist-types/ts3.4/Tnb.d.ts +571 -0
  169. package/dist-types/ts3.4/TnbClient.d.ts +309 -0
  170. package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +37 -0
  171. package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +41 -0
  172. package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +41 -0
  173. package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +41 -0
  174. package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +37 -0
  175. package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +37 -0
  176. package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +37 -0
  177. package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +41 -0
  178. package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +41 -0
  179. package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +41 -0
  180. package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +41 -0
  181. package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +41 -0
  182. package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +41 -0
  183. package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +41 -0
  184. package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +41 -0
  185. package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +41 -0
  186. package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +41 -0
  187. package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +41 -0
  188. package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +41 -0
  189. package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +41 -0
  190. package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +41 -0
  191. package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +41 -0
  192. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  193. package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +41 -0
  194. package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +41 -0
  195. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
  196. package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +41 -0
  197. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -0
  198. package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +41 -0
  199. package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +41 -0
  200. package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +41 -0
  201. package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +41 -0
  202. package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +41 -0
  203. package/dist-types/ts3.4/commands/index.d.ts +33 -0
  204. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  205. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  206. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  207. package/dist-types/ts3.4/index.d.ts +6 -0
  208. package/dist-types/ts3.4/models/TnbServiceException.d.ts +7 -0
  209. package/dist-types/ts3.4/models/index.d.ts +1 -0
  210. package/dist-types/ts3.4/models/models_0.d.ts +855 -0
  211. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  212. package/dist-types/ts3.4/pagination/ListSolFunctionInstancesPaginator.d.ts +11 -0
  213. package/dist-types/ts3.4/pagination/ListSolFunctionPackagesPaginator.d.ts +11 -0
  214. package/dist-types/ts3.4/pagination/ListSolNetworkInstancesPaginator.d.ts +11 -0
  215. package/dist-types/ts3.4/pagination/ListSolNetworkOperationsPaginator.d.ts +11 -0
  216. package/dist-types/ts3.4/pagination/ListSolNetworkPackagesPaginator.d.ts +11 -0
  217. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  218. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +401 -0
  219. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +91 -0
  220. package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
  221. package/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
  222. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
  223. package/package.json +102 -0
@@ -0,0 +1,1935 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { DocumentType as __DocumentType } from "@aws-sdk/types";
3
+ import { TnbServiceException as __BaseException } from "./TnbServiceException";
4
+ /**
5
+ * <p>Insufficient permissions to make request.</p>
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
+ }
15
+ export interface CancelSolNetworkOperationInput {
16
+ /**
17
+ * <p>The ID of a network operation occurrence.</p>
18
+ */
19
+ nsLcmOpOccId: string | undefined;
20
+ }
21
+ /**
22
+ * <p>Unexpected error occurred. Problem on the server.</p>
23
+ */
24
+ export declare class InternalServerException extends __BaseException {
25
+ readonly name: "InternalServerException";
26
+ readonly $fault: "server";
27
+ /**
28
+ * @internal
29
+ */
30
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
31
+ }
32
+ /**
33
+ * <p>Request references a resource that doesn't exist.</p>
34
+ */
35
+ export declare class ResourceNotFoundException extends __BaseException {
36
+ readonly name: "ResourceNotFoundException";
37
+ readonly $fault: "client";
38
+ /**
39
+ * @internal
40
+ */
41
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
42
+ }
43
+ /**
44
+ * <p>Exception caused by throttling.</p>
45
+ */
46
+ export declare class ThrottlingException extends __BaseException {
47
+ readonly name: "ThrottlingException";
48
+ readonly $fault: "client";
49
+ /**
50
+ * @internal
51
+ */
52
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
53
+ }
54
+ /**
55
+ * <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
56
+ */
57
+ export declare class ValidationException extends __BaseException {
58
+ readonly name: "ValidationException";
59
+ readonly $fault: "client";
60
+ /**
61
+ * @internal
62
+ */
63
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
64
+ }
65
+ export interface CreateSolFunctionPackageInput {
66
+ /**
67
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
68
+ */
69
+ tags?: Record<string, string>;
70
+ }
71
+ export declare enum OnboardingState {
72
+ CREATED = "CREATED",
73
+ ERROR = "ERROR",
74
+ ONBOARDED = "ONBOARDED"
75
+ }
76
+ export declare enum OperationalState {
77
+ DISABLED = "DISABLED",
78
+ ENABLED = "ENABLED"
79
+ }
80
+ export declare enum UsageState {
81
+ IN_USE = "IN_USE",
82
+ NOT_IN_USE = "NOT_IN_USE"
83
+ }
84
+ export interface CreateSolFunctionPackageOutput {
85
+ /**
86
+ * <p>ID of the function package.</p>
87
+ */
88
+ id: string | undefined;
89
+ /**
90
+ * <p>Function package ARN.</p>
91
+ */
92
+ arn: string | undefined;
93
+ /**
94
+ * <p>Onboarding state of the function package.</p>
95
+ */
96
+ onboardingState: OnboardingState | string | undefined;
97
+ /**
98
+ * <p>Operational state of the function package.</p>
99
+ */
100
+ operationalState: OperationalState | string | undefined;
101
+ /**
102
+ * <p>Usage state of the function package.</p>
103
+ */
104
+ usageState: UsageState | string | undefined;
105
+ /**
106
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
107
+ */
108
+ tags?: Record<string, string>;
109
+ }
110
+ /**
111
+ * <p>Service quotas have been exceeded.</p>
112
+ */
113
+ export declare class ServiceQuotaExceededException extends __BaseException {
114
+ readonly name: "ServiceQuotaExceededException";
115
+ readonly $fault: "client";
116
+ /**
117
+ * @internal
118
+ */
119
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
120
+ }
121
+ export interface CreateSolNetworkInstanceInput {
122
+ /**
123
+ * <p>ID for network service descriptor.</p>
124
+ */
125
+ nsdInfoId: string | undefined;
126
+ /**
127
+ * <p>Network instance name.</p>
128
+ */
129
+ nsName: string | undefined;
130
+ /**
131
+ * <p>Network instance description.</p>
132
+ */
133
+ nsDescription?: string;
134
+ /**
135
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
136
+ */
137
+ tags?: Record<string, string>;
138
+ }
139
+ export interface CreateSolNetworkInstanceOutput {
140
+ /**
141
+ * <p>Network instance ID.</p>
142
+ */
143
+ id: string | undefined;
144
+ /**
145
+ * <p>Network instance ARN.</p>
146
+ */
147
+ arn: string | undefined;
148
+ /**
149
+ * <p>Network service descriptor ID.</p>
150
+ */
151
+ nsdInfoId: string | undefined;
152
+ /**
153
+ * <p>Network instance name.</p>
154
+ */
155
+ nsInstanceName: string | undefined;
156
+ /**
157
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
158
+ */
159
+ tags?: Record<string, string>;
160
+ }
161
+ export interface CreateSolNetworkPackageInput {
162
+ /**
163
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
164
+ */
165
+ tags?: Record<string, string>;
166
+ }
167
+ export declare enum NsdOnboardingState {
168
+ CREATED = "CREATED",
169
+ ERROR = "ERROR",
170
+ ONBOARDED = "ONBOARDED"
171
+ }
172
+ export declare enum NsdOperationalState {
173
+ DISABLED = "DISABLED",
174
+ ENABLED = "ENABLED"
175
+ }
176
+ export declare enum NsdUsageState {
177
+ IN_USE = "IN_USE",
178
+ NOT_IN_USE = "NOT_IN_USE"
179
+ }
180
+ export interface CreateSolNetworkPackageOutput {
181
+ /**
182
+ * <p>ID of the network package.</p>
183
+ */
184
+ id: string | undefined;
185
+ /**
186
+ * <p>Network package ARN.</p>
187
+ */
188
+ arn: string | undefined;
189
+ /**
190
+ * <p>Onboarding state of the network service descriptor in the network package.</p>
191
+ */
192
+ nsdOnboardingState: NsdOnboardingState | string | undefined;
193
+ /**
194
+ * <p>Operational state of the network service descriptor in the network package.</p>
195
+ */
196
+ nsdOperationalState: NsdOperationalState | string | undefined;
197
+ /**
198
+ * <p>Usage state of the network service descriptor in the network package.</p>
199
+ */
200
+ nsdUsageState: NsdUsageState | string | undefined;
201
+ /**
202
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
203
+ */
204
+ tags?: Record<string, string>;
205
+ }
206
+ export interface DeleteSolFunctionPackageInput {
207
+ /**
208
+ * <p>ID of the function package.</p>
209
+ */
210
+ vnfPkgId: string | undefined;
211
+ }
212
+ export interface DeleteSolNetworkInstanceInput {
213
+ /**
214
+ * <p>Network instance ID.</p>
215
+ */
216
+ nsInstanceId: string | undefined;
217
+ }
218
+ export interface DeleteSolNetworkPackageInput {
219
+ /**
220
+ * <p>ID of the network service descriptor in the network package.</p>
221
+ */
222
+ nsdInfoId: string | undefined;
223
+ }
224
+ export declare enum DescriptorContentType {
225
+ TEXT_PLAIN = "text/plain"
226
+ }
227
+ /**
228
+ * <p>Provides error information.</p>
229
+ */
230
+ export interface ErrorInfo {
231
+ /**
232
+ * <p>Error cause.</p>
233
+ */
234
+ cause?: string;
235
+ /**
236
+ * <p>Error details.</p>
237
+ */
238
+ details?: string;
239
+ }
240
+ /**
241
+ * <p>Overrides of the TOSCA node.</p>
242
+ */
243
+ export interface ToscaOverride {
244
+ /**
245
+ * <p>Name of the TOSCA override.</p>
246
+ */
247
+ name?: string;
248
+ /**
249
+ * <p>Default value for the override.</p>
250
+ */
251
+ defaultValue?: string;
252
+ }
253
+ /**
254
+ * <p>Metadata for function package artifacts.</p>
255
+ * <p>Artifacts are the contents of the package descriptor file and the state of the package.</p>
256
+ */
257
+ export interface FunctionArtifactMeta {
258
+ /**
259
+ * <p>Lists of function package overrides.</p>
260
+ */
261
+ overrides?: ToscaOverride[];
262
+ }
263
+ export interface GetSolFunctionInstanceInput {
264
+ /**
265
+ * <p>ID of the network function.</p>
266
+ */
267
+ vnfInstanceId: string | undefined;
268
+ }
269
+ /**
270
+ * <p>The metadata of a network function.</p>
271
+ * <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
272
+ */
273
+ export interface GetSolVnfcResourceInfoMetadata {
274
+ /**
275
+ * <p>Information about the node group.</p>
276
+ */
277
+ nodeGroup?: string;
278
+ /**
279
+ * <p>Information about the cluster.</p>
280
+ */
281
+ cluster?: string;
282
+ /**
283
+ * <p>Information about the helm chart.</p>
284
+ */
285
+ helmChart?: string;
286
+ }
287
+ /**
288
+ * <p>Details of resource associated with a network function.</p>
289
+ * <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
290
+ */
291
+ export interface GetSolVnfcResourceInfo {
292
+ /**
293
+ * <p>The metadata of the network function compute.</p>
294
+ */
295
+ metadata?: GetSolVnfcResourceInfoMetadata;
296
+ }
297
+ export declare enum VnfOperationalState {
298
+ STARTED = "STARTED",
299
+ STOPPED = "STOPPED"
300
+ }
301
+ /**
302
+ * <p>Information about the network function.</p>
303
+ * <p>A network function instance is a function in a function package .</p>
304
+ */
305
+ export interface GetSolVnfInfo {
306
+ /**
307
+ * <p>State of the network function instance.</p>
308
+ */
309
+ vnfState?: VnfOperationalState | string;
310
+ /**
311
+ * <p>Compute info used by the network function instance.</p>
312
+ */
313
+ vnfcResourceInfo?: GetSolVnfcResourceInfo[];
314
+ }
315
+ export declare enum VnfInstantiationState {
316
+ INSTANTIATED = "INSTANTIATED",
317
+ NOT_INSTANTIATED = "NOT_INSTANTIATED"
318
+ }
319
+ /**
320
+ * <p>The metadata of a network function instance.</p>
321
+ * <p>A network function instance is a function in a function package .</p>
322
+ */
323
+ export interface GetSolFunctionInstanceMetadata {
324
+ /**
325
+ * <p>The date that the resource was created.</p>
326
+ */
327
+ createdAt: Date | undefined;
328
+ /**
329
+ * <p>The date that the resource was last modified.</p>
330
+ */
331
+ lastModified: Date | undefined;
332
+ }
333
+ export interface GetSolFunctionInstanceOutput {
334
+ /**
335
+ * <p>Network function instance ID.</p>
336
+ */
337
+ id: string | undefined;
338
+ /**
339
+ * <p>Network function instance ARN.</p>
340
+ */
341
+ arn: string | undefined;
342
+ /**
343
+ * <p>Network instance ID.</p>
344
+ */
345
+ nsInstanceId: string | undefined;
346
+ /**
347
+ * <p>Function package ID.</p>
348
+ */
349
+ vnfPkgId: string | undefined;
350
+ /**
351
+ * <p>Function package descriptor ID.</p>
352
+ */
353
+ vnfdId: string | undefined;
354
+ /**
355
+ * <p>Network function provider.</p>
356
+ */
357
+ vnfProvider?: string;
358
+ /**
359
+ * <p>Network function product name.</p>
360
+ */
361
+ vnfProductName?: string;
362
+ /**
363
+ * <p>Function package descriptor version.</p>
364
+ */
365
+ vnfdVersion?: string;
366
+ /**
367
+ * <p>Network function instantiation state.</p>
368
+ */
369
+ instantiationState: VnfInstantiationState | string | undefined;
370
+ /**
371
+ * <p>Information about the network function.</p>
372
+ * <p>A network function instance is a function in a function package .</p>
373
+ */
374
+ instantiatedVnfInfo?: GetSolVnfInfo;
375
+ /**
376
+ * <p>The metadata of a network function instance.</p>
377
+ * <p>A network function instance is a function in a function package .</p>
378
+ */
379
+ metadata: GetSolFunctionInstanceMetadata | undefined;
380
+ /**
381
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
382
+ */
383
+ tags?: Record<string, string>;
384
+ }
385
+ export interface GetSolFunctionPackageInput {
386
+ /**
387
+ * <p>ID of the function package.</p>
388
+ */
389
+ vnfPkgId: string | undefined;
390
+ }
391
+ /**
392
+ * <p>Metadata related to the function package.</p>
393
+ * <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
394
+ */
395
+ export interface GetSolFunctionPackageMetadata {
396
+ /**
397
+ * <p>Metadata related to the function package descriptor of the function package.</p>
398
+ */
399
+ vnfd?: FunctionArtifactMeta;
400
+ /**
401
+ * <p>The date that the resource was created.</p>
402
+ */
403
+ createdAt: Date | undefined;
404
+ /**
405
+ * <p>The date that the resource was last modified.</p>
406
+ */
407
+ lastModified: Date | undefined;
408
+ }
409
+ export interface GetSolFunctionPackageOutput {
410
+ /**
411
+ * <p>Function package ID.</p>
412
+ */
413
+ id: string | undefined;
414
+ /**
415
+ * <p>Function package ARN.</p>
416
+ */
417
+ arn: string | undefined;
418
+ /**
419
+ * <p>Function package onboarding state.</p>
420
+ */
421
+ onboardingState: OnboardingState | string | undefined;
422
+ /**
423
+ * <p>Function package operational state.</p>
424
+ */
425
+ operationalState: OperationalState | string | undefined;
426
+ /**
427
+ * <p>Function package usage state.</p>
428
+ */
429
+ usageState: UsageState | string | undefined;
430
+ /**
431
+ * <p>Function package descriptor ID.</p>
432
+ */
433
+ vnfdId?: string;
434
+ /**
435
+ * <p>Network function provider.</p>
436
+ */
437
+ vnfProvider?: string;
438
+ /**
439
+ * <p>Network function product name.</p>
440
+ */
441
+ vnfProductName?: string;
442
+ /**
443
+ * <p>Function package descriptor version.</p>
444
+ */
445
+ vnfdVersion?: string;
446
+ /**
447
+ * <p>Metadata related to the function package.</p>
448
+ * <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
449
+ */
450
+ metadata?: GetSolFunctionPackageMetadata;
451
+ /**
452
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
453
+ */
454
+ tags?: Record<string, string>;
455
+ }
456
+ export declare enum PackageContentType {
457
+ APPLICATION_ZIP = "application/zip"
458
+ }
459
+ export interface GetSolFunctionPackageContentInput {
460
+ /**
461
+ * <p>ID of the function package.</p>
462
+ */
463
+ vnfPkgId: string | undefined;
464
+ /**
465
+ * <p>The format of the package that you want to download from the function packages.</p>
466
+ */
467
+ accept: PackageContentType | string | undefined;
468
+ }
469
+ export interface GetSolFunctionPackageContentOutput {
470
+ /**
471
+ * <p>Indicates the media type of the resource.</p>
472
+ */
473
+ contentType?: PackageContentType | string;
474
+ /**
475
+ * <p>Contents of the function package.</p>
476
+ */
477
+ packageContent?: Uint8Array;
478
+ }
479
+ export interface GetSolFunctionPackageDescriptorInput {
480
+ /**
481
+ * <p>ID of the function package.</p>
482
+ */
483
+ vnfPkgId: string | undefined;
484
+ /**
485
+ * <p>Indicates which content types, expressed as MIME types, the client is able to understand.</p>
486
+ */
487
+ accept: DescriptorContentType | string | undefined;
488
+ }
489
+ export interface GetSolFunctionPackageDescriptorOutput {
490
+ /**
491
+ * <p>Indicates the media type of the resource.</p>
492
+ */
493
+ contentType?: DescriptorContentType | string;
494
+ /**
495
+ * <p>Contents of the function package descriptor.</p>
496
+ */
497
+ vnfd?: Uint8Array;
498
+ }
499
+ /**
500
+ * <p>Information about a network function.</p>
501
+ * <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
502
+ */
503
+ export interface GetSolInstantiatedVnfInfo {
504
+ /**
505
+ * <p>State of the network function.</p>
506
+ */
507
+ vnfState?: VnfOperationalState | string;
508
+ }
509
+ export interface GetSolNetworkInstanceInput {
510
+ /**
511
+ * <p>ID of the network instance.</p>
512
+ */
513
+ nsInstanceId: string | undefined;
514
+ }
515
+ /**
516
+ * <p>Lifecycle management operation details on the network instance.</p>
517
+ * <p>Lifecycle management operations are deploy, update, or delete operations.</p>
518
+ */
519
+ export interface LcmOperationInfo {
520
+ /**
521
+ * <p>The identifier of the latest network lifecycle management operation occurrence.</p>
522
+ */
523
+ nsLcmOpOccId: string | undefined;
524
+ }
525
+ /**
526
+ * <p>The metadata of a network instance.</p>
527
+ * <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
528
+ */
529
+ export interface GetSolNetworkInstanceMetadata {
530
+ /**
531
+ * <p>The date that the resource was created.</p>
532
+ */
533
+ createdAt: Date | undefined;
534
+ /**
535
+ * <p>The date that the resource was last modified.</p>
536
+ */
537
+ lastModified: Date | undefined;
538
+ }
539
+ export declare enum NsState {
540
+ DELETED = "DELETED",
541
+ IMPAIRED = "IMPAIRED",
542
+ INSTANTIATED = "INSTANTIATED",
543
+ INSTANTIATE_IN_PROGRESS = "INSTANTIATE_IN_PROGRESS",
544
+ NOT_INSTANTIATED = "NOT_INSTANTIATED",
545
+ STOPPED = "STOPPED",
546
+ TERMINATE_IN_PROGRESS = "TERMINATE_IN_PROGRESS",
547
+ UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
548
+ }
549
+ export interface GetSolNetworkInstanceOutput {
550
+ /**
551
+ * <p>Network instance ID.</p>
552
+ */
553
+ id: string | undefined;
554
+ /**
555
+ * <p>Network instance ARN.</p>
556
+ */
557
+ arn: string | undefined;
558
+ /**
559
+ * <p>Network instance name.</p>
560
+ */
561
+ nsInstanceName: string | undefined;
562
+ /**
563
+ * <p>Network instance description.</p>
564
+ */
565
+ nsInstanceDescription: string | undefined;
566
+ /**
567
+ * <p>Network service descriptor ID.</p>
568
+ */
569
+ nsdId: string | undefined;
570
+ /**
571
+ * <p>Network service descriptor info ID.</p>
572
+ */
573
+ nsdInfoId: string | undefined;
574
+ /**
575
+ * <p>Network instance state.</p>
576
+ */
577
+ nsState?: NsState | string;
578
+ /**
579
+ * <p>Lifecycle management operation details on the network instance.</p>
580
+ * <p>Lifecycle management operations are deploy, update, or delete operations.</p>
581
+ */
582
+ lcmOpInfo?: LcmOperationInfo;
583
+ /**
584
+ * <p>The metadata of a network instance.</p>
585
+ * <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
586
+ */
587
+ metadata: GetSolNetworkInstanceMetadata | undefined;
588
+ /**
589
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
590
+ */
591
+ tags?: Record<string, string>;
592
+ }
593
+ export interface GetSolNetworkOperationInput {
594
+ /**
595
+ * <p>The identifier of the operation occurrence.</p>
596
+ */
597
+ nsLcmOpOccId: string | undefined;
598
+ }
599
+ /**
600
+ * <p>Details related to problems with AWS TNB resources.</p>
601
+ */
602
+ export interface ProblemDetails {
603
+ /**
604
+ * <p>A human-readable explanation specific to this occurrence of the problem.</p>
605
+ */
606
+ detail: string | undefined;
607
+ /**
608
+ * <p>A human-readable title of the problem type.</p>
609
+ */
610
+ title?: string;
611
+ }
612
+ export declare enum LcmOperationType {
613
+ INSTANTIATE = "INSTANTIATE",
614
+ TERMINATE = "TERMINATE",
615
+ UPDATE = "UPDATE"
616
+ }
617
+ /**
618
+ * <p>Metadata related to a network operation occurence.</p>
619
+ * <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
620
+ */
621
+ export interface GetSolNetworkOperationMetadata {
622
+ /**
623
+ * <p>The date that the resource was created.</p>
624
+ */
625
+ createdAt: Date | undefined;
626
+ /**
627
+ * <p>The date that the resource was last modified.</p>
628
+ */
629
+ lastModified: Date | undefined;
630
+ }
631
+ export declare enum NsLcmOperationState {
632
+ CANCELLED = "CANCELLED",
633
+ CANCELLING = "CANCELLING",
634
+ COMPLETED = "COMPLETED",
635
+ FAILED = "FAILED",
636
+ PROCESSING = "PROCESSING"
637
+ }
638
+ export declare enum TaskStatus {
639
+ CANCELLED = "CANCELLED",
640
+ COMPLETED = "COMPLETED",
641
+ ERROR = "ERROR",
642
+ IN_PROGRESS = "IN_PROGRESS",
643
+ SCHEDULED = "SCHEDULED",
644
+ SKIPPED = "SKIPPED",
645
+ STARTED = "STARTED"
646
+ }
647
+ /**
648
+ * <p>Gets the details of a network operation.</p>
649
+ * <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
650
+ */
651
+ export interface GetSolNetworkOperationTaskDetails {
652
+ /**
653
+ * <p>Task name.</p>
654
+ */
655
+ taskName?: string;
656
+ /**
657
+ * <p>Context for the network operation task.</p>
658
+ */
659
+ taskContext?: Record<string, string>;
660
+ /**
661
+ * <p>Task error details.</p>
662
+ */
663
+ taskErrorDetails?: ErrorInfo;
664
+ /**
665
+ * <p>Task status.</p>
666
+ */
667
+ taskStatus?: TaskStatus | string;
668
+ /**
669
+ * <p>Task start time.</p>
670
+ */
671
+ taskStartTime?: Date;
672
+ /**
673
+ * <p>Task end time.</p>
674
+ */
675
+ taskEndTime?: Date;
676
+ }
677
+ export interface GetSolNetworkOperationOutput {
678
+ /**
679
+ * <p>ID of this network operation occurrence.</p>
680
+ */
681
+ id?: string;
682
+ /**
683
+ * <p>Network operation ARN.</p>
684
+ */
685
+ arn: string | undefined;
686
+ /**
687
+ * <p>The state of the network operation.</p>
688
+ */
689
+ operationState?: NsLcmOperationState | string;
690
+ /**
691
+ * <p>ID of the network operation instance.</p>
692
+ */
693
+ nsInstanceId?: string;
694
+ /**
695
+ * <p>Type of the operation represented by this occurrence.</p>
696
+ */
697
+ lcmOperationType?: LcmOperationType | string;
698
+ /**
699
+ * <p>Error related to this specific network operation occurence.</p>
700
+ */
701
+ error?: ProblemDetails;
702
+ /**
703
+ * <p>Metadata of this network operation occurrence.</p>
704
+ */
705
+ metadata?: GetSolNetworkOperationMetadata;
706
+ /**
707
+ * <p>All tasks associated with this operation occurrence.</p>
708
+ */
709
+ tasks?: GetSolNetworkOperationTaskDetails[];
710
+ /**
711
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
712
+ */
713
+ tags?: Record<string, string>;
714
+ }
715
+ export interface GetSolNetworkPackageInput {
716
+ /**
717
+ * <p>ID of the network service descriptor in the network package.</p>
718
+ */
719
+ nsdInfoId: string | undefined;
720
+ }
721
+ /**
722
+ * <p>Metadata for network package artifacts.</p>
723
+ * <p>Artifacts are the contents of the package descriptor file and the state of the package.</p>
724
+ */
725
+ export interface NetworkArtifactMeta {
726
+ /**
727
+ * <p>Lists network package overrides.</p>
728
+ */
729
+ overrides?: ToscaOverride[];
730
+ }
731
+ /**
732
+ * <p>Metadata associated with a network package.</p>
733
+ * <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
734
+ */
735
+ export interface GetSolNetworkPackageMetadata {
736
+ /**
737
+ * <p>Metadata related to the onboarded network service descriptor in the network package.</p>
738
+ */
739
+ nsd?: NetworkArtifactMeta;
740
+ /**
741
+ * <p>The date that the resource was created.</p>
742
+ */
743
+ createdAt: Date | undefined;
744
+ /**
745
+ * <p>The date that the resource was last modified.</p>
746
+ */
747
+ lastModified: Date | undefined;
748
+ }
749
+ export interface GetSolNetworkPackageOutput {
750
+ /**
751
+ * <p>Network package ID.</p>
752
+ */
753
+ id: string | undefined;
754
+ /**
755
+ * <p>Network package ARN.</p>
756
+ */
757
+ arn: string | undefined;
758
+ /**
759
+ * <p>Network service descriptor onboarding state.</p>
760
+ */
761
+ nsdOnboardingState: NsdOnboardingState | string | undefined;
762
+ /**
763
+ * <p>Network service descriptor operational state.</p>
764
+ */
765
+ nsdOperationalState: NsdOperationalState | string | undefined;
766
+ /**
767
+ * <p>Network service descriptor usage state.</p>
768
+ */
769
+ nsdUsageState: NsdUsageState | string | undefined;
770
+ /**
771
+ * <p>Network service descriptor ID.</p>
772
+ */
773
+ nsdId: string | undefined;
774
+ /**
775
+ * <p>Network service descriptor name.</p>
776
+ */
777
+ nsdName: string | undefined;
778
+ /**
779
+ * <p>Network service descriptor version.</p>
780
+ */
781
+ nsdVersion: string | undefined;
782
+ /**
783
+ * <p>Identifies the function package for the function package descriptor referenced by the onboarded network package.</p>
784
+ */
785
+ vnfPkgIds: string[] | undefined;
786
+ /**
787
+ * <p>Metadata associated with a network package.</p>
788
+ * <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
789
+ */
790
+ metadata: GetSolNetworkPackageMetadata | undefined;
791
+ /**
792
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
793
+ */
794
+ tags?: Record<string, string>;
795
+ }
796
+ export interface GetSolNetworkPackageContentInput {
797
+ /**
798
+ * <p>ID of the network service descriptor in the network package.</p>
799
+ */
800
+ nsdInfoId: string | undefined;
801
+ /**
802
+ * <p>The format of the package you want to download from the network package.</p>
803
+ */
804
+ accept: PackageContentType | string | undefined;
805
+ }
806
+ export interface GetSolNetworkPackageContentOutput {
807
+ /**
808
+ * <p>Indicates the media type of the resource.</p>
809
+ */
810
+ contentType?: PackageContentType | string;
811
+ /**
812
+ * <p>Content of the network service descriptor in the network package.</p>
813
+ */
814
+ nsdContent?: Uint8Array;
815
+ }
816
+ export interface GetSolNetworkPackageDescriptorInput {
817
+ /**
818
+ * <p>ID of the network service descriptor in the network package.</p>
819
+ */
820
+ nsdInfoId: string | undefined;
821
+ }
822
+ export interface GetSolNetworkPackageDescriptorOutput {
823
+ /**
824
+ * <p>Indicates the media type of the resource.</p>
825
+ */
826
+ contentType?: DescriptorContentType | string;
827
+ /**
828
+ * <p>Contents of the network service descriptor in the network package.</p>
829
+ */
830
+ nsd?: Uint8Array;
831
+ }
832
+ export interface InstantiateSolNetworkInstanceInput {
833
+ /**
834
+ * <p>ID of the network instance.</p>
835
+ */
836
+ nsInstanceId: string | undefined;
837
+ /**
838
+ * <p>A check for whether you have the required permissions for the action without actually making the request
839
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
840
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
841
+ */
842
+ dryRun?: boolean;
843
+ /**
844
+ * <p>Provides values for the configurable properties.</p>
845
+ */
846
+ additionalParamsForNs?: __DocumentType;
847
+ }
848
+ export interface InstantiateSolNetworkInstanceOutput {
849
+ /**
850
+ * <p>The identifier of the network instance.</p>
851
+ */
852
+ nsLcmOpOccId: string | undefined;
853
+ }
854
+ /**
855
+ * <p>Lists network function instance metadata.</p>
856
+ * <p>A network function instance is a function in a function package .</p>
857
+ */
858
+ export interface ListSolFunctionInstanceMetadata {
859
+ /**
860
+ * <p>When the network function instance was created.</p>
861
+ */
862
+ createdAt: Date | undefined;
863
+ /**
864
+ * <p>When the network function instance was last modified.</p>
865
+ */
866
+ lastModified: Date | undefined;
867
+ }
868
+ /**
869
+ * <p>Lists information about a network function instance.</p>
870
+ * <p>A network function instance is a function in a function package .</p>
871
+ */
872
+ export interface ListSolFunctionInstanceInfo {
873
+ /**
874
+ * <p>Network function instance ID.</p>
875
+ */
876
+ id: string | undefined;
877
+ /**
878
+ * <p>Network function instance ARN.</p>
879
+ */
880
+ arn: string | undefined;
881
+ /**
882
+ * <p>Network instance ID.</p>
883
+ */
884
+ nsInstanceId: string | undefined;
885
+ /**
886
+ * <p>Function package ID.</p>
887
+ */
888
+ vnfPkgId: string | undefined;
889
+ /**
890
+ * <p>Function package name.</p>
891
+ */
892
+ vnfPkgName?: string;
893
+ /**
894
+ * <p>Network function instance instantiation state.</p>
895
+ */
896
+ instantiationState: VnfInstantiationState | string | undefined;
897
+ /**
898
+ * <p>Information about a network function.</p>
899
+ * <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
900
+ */
901
+ instantiatedVnfInfo?: GetSolInstantiatedVnfInfo;
902
+ /**
903
+ * <p>Network function instance metadata.</p>
904
+ */
905
+ metadata: ListSolFunctionInstanceMetadata | undefined;
906
+ }
907
+ export interface ListSolFunctionInstancesInput {
908
+ /**
909
+ * <p>The maximum number of results to include in the response.</p>
910
+ */
911
+ maxResults?: number;
912
+ /**
913
+ * <p>The token for the next page of results.</p>
914
+ */
915
+ nextToken?: string;
916
+ }
917
+ export interface ListSolFunctionInstancesOutput {
918
+ /**
919
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
920
+ */
921
+ nextToken?: string;
922
+ /**
923
+ * <p>Network function instances.</p>
924
+ */
925
+ functionInstances?: ListSolFunctionInstanceInfo[];
926
+ }
927
+ /**
928
+ * <p>Details for the function package metadata.</p>
929
+ * <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
930
+ */
931
+ export interface ListSolFunctionPackageMetadata {
932
+ /**
933
+ * <p>The date that the resource was created.</p>
934
+ */
935
+ createdAt: Date | undefined;
936
+ /**
937
+ * <p>The date that the resource was last modified.</p>
938
+ */
939
+ lastModified: Date | undefined;
940
+ }
941
+ /**
942
+ * <p>Information about a function package.</p>
943
+ * <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
944
+ */
945
+ export interface ListSolFunctionPackageInfo {
946
+ /**
947
+ * <p>ID of the function package.</p>
948
+ */
949
+ id: string | undefined;
950
+ /**
951
+ * <p>Function package ARN.</p>
952
+ */
953
+ arn: string | undefined;
954
+ /**
955
+ * <p>Onboarding state of the function package.</p>
956
+ */
957
+ onboardingState: OnboardingState | string | undefined;
958
+ /**
959
+ * <p>Operational state of the function package.</p>
960
+ */
961
+ operationalState: OperationalState | string | undefined;
962
+ /**
963
+ * <p>Usage state of the function package.</p>
964
+ */
965
+ usageState: UsageState | string | undefined;
966
+ /**
967
+ * <p>Identifies the function package and the function package descriptor.</p>
968
+ */
969
+ vnfdId?: string;
970
+ /**
971
+ * <p>Provider of the function package and the function package descriptor.</p>
972
+ */
973
+ vnfProvider?: string;
974
+ /**
975
+ * <p>The product name for the network function.</p>
976
+ */
977
+ vnfProductName?: string;
978
+ /**
979
+ * <p>Identifies the version of the function package descriptor.</p>
980
+ */
981
+ vnfdVersion?: string;
982
+ /**
983
+ * <p>The metadata of the function package.</p>
984
+ */
985
+ metadata?: ListSolFunctionPackageMetadata;
986
+ }
987
+ export interface ListSolFunctionPackagesInput {
988
+ /**
989
+ * <p>The maximum number of results to include in the response.</p>
990
+ */
991
+ maxResults?: number;
992
+ /**
993
+ * <p>The token for the next page of results.</p>
994
+ */
995
+ nextToken?: string;
996
+ }
997
+ export interface ListSolFunctionPackagesOutput {
998
+ /**
999
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1000
+ */
1001
+ nextToken?: string;
1002
+ /**
1003
+ * <p>Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
1004
+ */
1005
+ functionPackages: ListSolFunctionPackageInfo[] | undefined;
1006
+ }
1007
+ /**
1008
+ * <p>Metadata details for a network instance.</p>
1009
+ * <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
1010
+ */
1011
+ export interface ListSolNetworkInstanceMetadata {
1012
+ /**
1013
+ * <p>The date that the resource was created.</p>
1014
+ */
1015
+ createdAt: Date | undefined;
1016
+ /**
1017
+ * <p>The date that the resource was last modified.</p>
1018
+ */
1019
+ lastModified: Date | undefined;
1020
+ }
1021
+ /**
1022
+ * <p>Info about the specific network instance.</p>
1023
+ * <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
1024
+ */
1025
+ export interface ListSolNetworkInstanceInfo {
1026
+ /**
1027
+ * <p>ID of the network instance.</p>
1028
+ */
1029
+ id: string | undefined;
1030
+ /**
1031
+ * <p>Network instance ARN.</p>
1032
+ */
1033
+ arn: string | undefined;
1034
+ /**
1035
+ * <p>Human-readable name of the network instance.</p>
1036
+ */
1037
+ nsInstanceName: string | undefined;
1038
+ /**
1039
+ * <p>Human-readable description of the network instance.</p>
1040
+ */
1041
+ nsInstanceDescription: string | undefined;
1042
+ /**
1043
+ * <p>ID of the network service descriptor in the network package.</p>
1044
+ */
1045
+ nsdId: string | undefined;
1046
+ /**
1047
+ * <p>ID of the network service descriptor in the network package.</p>
1048
+ */
1049
+ nsdInfoId: string | undefined;
1050
+ /**
1051
+ * <p>The state of the network instance.</p>
1052
+ */
1053
+ nsState: NsState | string | undefined;
1054
+ /**
1055
+ * <p>The metadata of the network instance.</p>
1056
+ */
1057
+ metadata: ListSolNetworkInstanceMetadata | undefined;
1058
+ }
1059
+ export interface ListSolNetworkInstancesInput {
1060
+ /**
1061
+ * <p>The maximum number of results to include in the response.</p>
1062
+ */
1063
+ maxResults?: number;
1064
+ /**
1065
+ * <p>The token for the next page of results.</p>
1066
+ */
1067
+ nextToken?: string;
1068
+ }
1069
+ export interface ListSolNetworkInstancesOutput {
1070
+ /**
1071
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1072
+ */
1073
+ nextToken?: string;
1074
+ /**
1075
+ * <p>Lists network instances.</p>
1076
+ */
1077
+ networkInstances?: ListSolNetworkInstanceInfo[];
1078
+ }
1079
+ export interface ListSolNetworkOperationsInput {
1080
+ /**
1081
+ * <p>The maximum number of results to include in the response.</p>
1082
+ */
1083
+ maxResults?: number;
1084
+ /**
1085
+ * <p>The token for the next page of results.</p>
1086
+ */
1087
+ nextToken?: string;
1088
+ }
1089
+ /**
1090
+ * <p>Metadata related to a network operation.</p>
1091
+ * <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
1092
+ */
1093
+ export interface ListSolNetworkOperationsMetadata {
1094
+ /**
1095
+ * <p>The date that the resource was created.</p>
1096
+ */
1097
+ createdAt: Date | undefined;
1098
+ /**
1099
+ * <p>The date that the resource was last modified.</p>
1100
+ */
1101
+ lastModified: Date | undefined;
1102
+ }
1103
+ /**
1104
+ * <p>Information parameters for a network operation.</p>
1105
+ */
1106
+ export interface ListSolNetworkOperationsInfo {
1107
+ /**
1108
+ * <p>ID of this network operation.</p>
1109
+ */
1110
+ id: string | undefined;
1111
+ /**
1112
+ * <p>Network operation ARN.</p>
1113
+ */
1114
+ arn: string | undefined;
1115
+ /**
1116
+ * <p>The state of the network operation.</p>
1117
+ */
1118
+ operationState: NsLcmOperationState | string | undefined;
1119
+ /**
1120
+ * <p>ID of the network instance related to this operation.</p>
1121
+ */
1122
+ nsInstanceId: string | undefined;
1123
+ /**
1124
+ * <p>Type of lifecycle management network operation.</p>
1125
+ */
1126
+ lcmOperationType: LcmOperationType | string | undefined;
1127
+ /**
1128
+ * <p>Error related to this specific network operation.</p>
1129
+ */
1130
+ error?: ProblemDetails;
1131
+ /**
1132
+ * <p>Metadata related to this network operation.</p>
1133
+ */
1134
+ metadata?: ListSolNetworkOperationsMetadata;
1135
+ }
1136
+ export interface ListSolNetworkOperationsOutput {
1137
+ /**
1138
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1139
+ */
1140
+ nextToken?: string;
1141
+ /**
1142
+ * <p>Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.</p>
1143
+ */
1144
+ networkOperations?: ListSolNetworkOperationsInfo[];
1145
+ }
1146
+ /**
1147
+ * <p>Metadata related to a network package.</p>
1148
+ * <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
1149
+ */
1150
+ export interface ListSolNetworkPackageMetadata {
1151
+ /**
1152
+ * <p>The date that the resource was created.</p>
1153
+ */
1154
+ createdAt: Date | undefined;
1155
+ /**
1156
+ * <p>The date that the resource was last modified.</p>
1157
+ */
1158
+ lastModified: Date | undefined;
1159
+ }
1160
+ /**
1161
+ * <p>Details of a network package.</p>
1162
+ * <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
1163
+ */
1164
+ export interface ListSolNetworkPackageInfo {
1165
+ /**
1166
+ * <p>ID of the individual network package.</p>
1167
+ */
1168
+ id: string | undefined;
1169
+ /**
1170
+ * <p>Network package ARN.</p>
1171
+ */
1172
+ arn: string | undefined;
1173
+ /**
1174
+ * <p>Onboarding state of the network service descriptor in the network package.</p>
1175
+ */
1176
+ nsdOnboardingState: NsdOnboardingState | string | undefined;
1177
+ /**
1178
+ * <p>Operational state of the network service descriptor in the network package.</p>
1179
+ */
1180
+ nsdOperationalState: NsdOperationalState | string | undefined;
1181
+ /**
1182
+ * <p>Usage state of the network service descriptor in the network package.</p>
1183
+ */
1184
+ nsdUsageState: NsdUsageState | string | undefined;
1185
+ /**
1186
+ * <p>ID of the network service descriptor on which the network package is based.</p>
1187
+ */
1188
+ nsdId?: string;
1189
+ /**
1190
+ * <p>Name of the onboarded network service descriptor in the network package.</p>
1191
+ */
1192
+ nsdName?: string;
1193
+ /**
1194
+ * <p>Version of the onboarded network service descriptor in the network package.</p>
1195
+ */
1196
+ nsdVersion?: string;
1197
+ /**
1198
+ * <p>Designer of the onboarded network service descriptor in the network package.</p>
1199
+ */
1200
+ nsdDesigner?: string;
1201
+ /**
1202
+ * <p>Identifies a network service descriptor in a version independent manner.</p>
1203
+ */
1204
+ nsdInvariantId?: string;
1205
+ /**
1206
+ * <p>Identifies the function package for the function package descriptor referenced by the onboarded network package.</p>
1207
+ */
1208
+ vnfPkgIds?: string[];
1209
+ /**
1210
+ * <p>The metadata of the network package.</p>
1211
+ */
1212
+ metadata: ListSolNetworkPackageMetadata | undefined;
1213
+ }
1214
+ export interface ListSolNetworkPackagesInput {
1215
+ /**
1216
+ * <p>The maximum number of results to include in the response.</p>
1217
+ */
1218
+ maxResults?: number;
1219
+ /**
1220
+ * <p>The token for the next page of results.</p>
1221
+ */
1222
+ nextToken?: string;
1223
+ }
1224
+ export interface ListSolNetworkPackagesOutput {
1225
+ /**
1226
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1227
+ */
1228
+ nextToken?: string;
1229
+ /**
1230
+ * <p>Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
1231
+ */
1232
+ networkPackages: ListSolNetworkPackageInfo[] | undefined;
1233
+ }
1234
+ export interface ListTagsForResourceInput {
1235
+ /**
1236
+ * <p>Resource ARN.</p>
1237
+ */
1238
+ resourceArn: string | undefined;
1239
+ }
1240
+ export interface ListTagsForResourceOutput {
1241
+ /**
1242
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
1243
+ */
1244
+ tags: Record<string, string> | undefined;
1245
+ }
1246
+ export interface PutSolFunctionPackageContentInput {
1247
+ /**
1248
+ * <p>Function package ID.</p>
1249
+ */
1250
+ vnfPkgId: string | undefined;
1251
+ /**
1252
+ * <p>Function package content type.</p>
1253
+ */
1254
+ contentType?: PackageContentType | string;
1255
+ /**
1256
+ * <p>Function package file.</p>
1257
+ */
1258
+ file: Uint8Array | undefined;
1259
+ }
1260
+ /**
1261
+ * <p>Update metadata in a function package.</p>
1262
+ * <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
1263
+ */
1264
+ export interface PutSolFunctionPackageContentMetadata {
1265
+ /**
1266
+ * <p>Metadata for function package artifacts.</p>
1267
+ * <p>Artifacts are the contents of the package descriptor file and the state of the package.</p>
1268
+ */
1269
+ vnfd?: FunctionArtifactMeta;
1270
+ }
1271
+ export interface PutSolFunctionPackageContentOutput {
1272
+ /**
1273
+ * <p>Function package ID.</p>
1274
+ */
1275
+ id: string | undefined;
1276
+ /**
1277
+ * <p>Function package descriptor ID.</p>
1278
+ */
1279
+ vnfdId: string | undefined;
1280
+ /**
1281
+ * <p>Function product name.</p>
1282
+ */
1283
+ vnfProductName: string | undefined;
1284
+ /**
1285
+ * <p>Function provider.</p>
1286
+ */
1287
+ vnfProvider: string | undefined;
1288
+ /**
1289
+ * <p>Function package descriptor version.</p>
1290
+ */
1291
+ vnfdVersion: string | undefined;
1292
+ /**
1293
+ * <p>Function package metadata.</p>
1294
+ */
1295
+ metadata: PutSolFunctionPackageContentMetadata | undefined;
1296
+ }
1297
+ export interface PutSolNetworkPackageContentInput {
1298
+ /**
1299
+ * <p>Network service descriptor info ID.</p>
1300
+ */
1301
+ nsdInfoId: string | undefined;
1302
+ /**
1303
+ * <p>Network package content type.</p>
1304
+ */
1305
+ contentType?: PackageContentType | string;
1306
+ /**
1307
+ * <p>Network package file.</p>
1308
+ */
1309
+ file: Uint8Array | undefined;
1310
+ }
1311
+ /**
1312
+ * <p>Update metadata in a network package.</p>
1313
+ * <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
1314
+ */
1315
+ export interface PutSolNetworkPackageContentMetadata {
1316
+ /**
1317
+ * <p>Metadata for network package artifacts.</p>
1318
+ * <p>Artifacts are the contents of the package descriptor file and the state of the package.</p>
1319
+ */
1320
+ nsd?: NetworkArtifactMeta;
1321
+ }
1322
+ export interface PutSolNetworkPackageContentOutput {
1323
+ /**
1324
+ * <p>Network package ID.</p>
1325
+ */
1326
+ id: string | undefined;
1327
+ /**
1328
+ * <p>Network package ARN.</p>
1329
+ */
1330
+ arn: string | undefined;
1331
+ /**
1332
+ * <p>Network service descriptor ID.</p>
1333
+ */
1334
+ nsdId: string | undefined;
1335
+ /**
1336
+ * <p>Network service descriptor name.</p>
1337
+ */
1338
+ nsdName: string | undefined;
1339
+ /**
1340
+ * <p>Network service descriptor version.</p>
1341
+ */
1342
+ nsdVersion: string | undefined;
1343
+ /**
1344
+ * <p>Function package IDs.</p>
1345
+ */
1346
+ vnfPkgIds: string[] | undefined;
1347
+ /**
1348
+ * <p>Network package metadata.</p>
1349
+ */
1350
+ metadata: PutSolNetworkPackageContentMetadata | undefined;
1351
+ }
1352
+ export interface TagResourceInput {
1353
+ /**
1354
+ * <p>Resource ARN.</p>
1355
+ */
1356
+ resourceArn: string | undefined;
1357
+ /**
1358
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
1359
+ */
1360
+ tags: Record<string, string> | undefined;
1361
+ }
1362
+ export interface TagResourceOutput {
1363
+ }
1364
+ export interface TerminateSolNetworkInstanceInput {
1365
+ /**
1366
+ * <p>ID of the network instance.</p>
1367
+ */
1368
+ nsInstanceId: string | undefined;
1369
+ }
1370
+ export interface TerminateSolNetworkInstanceOutput {
1371
+ /**
1372
+ * <p>The identifier of the operation occurrence.</p>
1373
+ */
1374
+ nsLcmOpOccId?: string;
1375
+ }
1376
+ export interface UntagResourceInput {
1377
+ /**
1378
+ * <p>Resource ARN.</p>
1379
+ */
1380
+ resourceArn: string | undefined;
1381
+ /**
1382
+ * <p>Tag keys.</p>
1383
+ */
1384
+ tagKeys: string[] | undefined;
1385
+ }
1386
+ export interface UntagResourceOutput {
1387
+ }
1388
+ export interface UpdateSolFunctionPackageInput {
1389
+ /**
1390
+ * <p>ID of the function package.</p>
1391
+ */
1392
+ vnfPkgId: string | undefined;
1393
+ /**
1394
+ * <p>Operational state of the function package.</p>
1395
+ */
1396
+ operationalState: OperationalState | string | undefined;
1397
+ }
1398
+ export interface UpdateSolFunctionPackageOutput {
1399
+ /**
1400
+ * <p>Operational state of the function package.</p>
1401
+ */
1402
+ operationalState: OperationalState | string | undefined;
1403
+ }
1404
+ /**
1405
+ * <p>Information parameters and/or the configurable properties for a network function.</p>
1406
+ * <p>A network function instance is a function in a function package .</p>
1407
+ */
1408
+ export interface UpdateSolNetworkModify {
1409
+ /**
1410
+ * <p>ID of the network function instance.</p>
1411
+ * <p>A network function instance is a function in a function package .</p>
1412
+ */
1413
+ vnfInstanceId: string | undefined;
1414
+ /**
1415
+ * <p>Provides values for the configurable properties declared in the function package descriptor.</p>
1416
+ */
1417
+ vnfConfigurableProperties: __DocumentType | undefined;
1418
+ }
1419
+ export declare enum UpdateSolNetworkType {
1420
+ MODIFY_VNF_INFORMATION = "MODIFY_VNF_INFORMATION"
1421
+ }
1422
+ export interface UpdateSolNetworkInstanceInput {
1423
+ /**
1424
+ * <p>ID of the network instance.</p>
1425
+ */
1426
+ nsInstanceId: string | undefined;
1427
+ /**
1428
+ * <p>The type of update.</p>
1429
+ */
1430
+ updateType: UpdateSolNetworkType | string | undefined;
1431
+ /**
1432
+ * <p>Identifies the network function information parameters and/or the configurable properties of the network function to be modified.</p>
1433
+ */
1434
+ modifyVnfInfoData?: UpdateSolNetworkModify;
1435
+ }
1436
+ export interface UpdateSolNetworkInstanceOutput {
1437
+ /**
1438
+ * <p>The identifier of the network instance operation occurrence.</p>
1439
+ */
1440
+ nsLcmOpOccId?: string;
1441
+ }
1442
+ export interface UpdateSolNetworkPackageInput {
1443
+ /**
1444
+ * <p>ID of the network service descriptor in the network package.</p>
1445
+ */
1446
+ nsdInfoId: string | undefined;
1447
+ /**
1448
+ * <p>Operational state of the network service descriptor in the network package.</p>
1449
+ */
1450
+ nsdOperationalState: NsdOperationalState | string | undefined;
1451
+ }
1452
+ export interface UpdateSolNetworkPackageOutput {
1453
+ /**
1454
+ * <p>Operational state of the network service descriptor in the network package.</p>
1455
+ */
1456
+ nsdOperationalState: NsdOperationalState | string | undefined;
1457
+ }
1458
+ export interface ValidateSolFunctionPackageContentInput {
1459
+ /**
1460
+ * <p>Function package ID.</p>
1461
+ */
1462
+ vnfPkgId: string | undefined;
1463
+ /**
1464
+ * <p>Function package content type.</p>
1465
+ */
1466
+ contentType?: PackageContentType | string;
1467
+ /**
1468
+ * <p>Function package file.</p>
1469
+ */
1470
+ file: Uint8Array | undefined;
1471
+ }
1472
+ /**
1473
+ * <p>Validates function package content metadata.</p>
1474
+ * <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
1475
+ */
1476
+ export interface ValidateSolFunctionPackageContentMetadata {
1477
+ /**
1478
+ * <p>Metadata for function package artifacts.</p>
1479
+ * <p>Artifacts are the contents of the package descriptor file and the state of the package.</p>
1480
+ */
1481
+ vnfd?: FunctionArtifactMeta;
1482
+ }
1483
+ export interface ValidateSolFunctionPackageContentOutput {
1484
+ /**
1485
+ * <p>Function package ID.</p>
1486
+ */
1487
+ id: string | undefined;
1488
+ /**
1489
+ * <p>Function package descriptor ID.</p>
1490
+ */
1491
+ vnfdId: string | undefined;
1492
+ /**
1493
+ * <p>Network function product name.</p>
1494
+ */
1495
+ vnfProductName: string | undefined;
1496
+ /**
1497
+ * <p>Network function provider.</p>
1498
+ */
1499
+ vnfProvider: string | undefined;
1500
+ /**
1501
+ * <p>Function package descriptor version.</p>
1502
+ */
1503
+ vnfdVersion: string | undefined;
1504
+ /**
1505
+ * <p>Function package metadata.</p>
1506
+ */
1507
+ metadata: ValidateSolFunctionPackageContentMetadata | undefined;
1508
+ }
1509
+ export interface ValidateSolNetworkPackageContentInput {
1510
+ /**
1511
+ * <p>Network service descriptor file.</p>
1512
+ */
1513
+ nsdInfoId: string | undefined;
1514
+ /**
1515
+ * <p>Network package content type.</p>
1516
+ */
1517
+ contentType?: PackageContentType | string;
1518
+ /**
1519
+ * <p>Network package file.</p>
1520
+ */
1521
+ file: Uint8Array | undefined;
1522
+ }
1523
+ /**
1524
+ * <p>Validates network package content metadata.</p>
1525
+ * <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
1526
+ */
1527
+ export interface ValidateSolNetworkPackageContentMetadata {
1528
+ /**
1529
+ * <p>Metadata for network package artifacts.</p>
1530
+ * <p>Artifacts are the contents of the package descriptor file and the state of the package.</p>
1531
+ */
1532
+ nsd?: NetworkArtifactMeta;
1533
+ }
1534
+ export interface ValidateSolNetworkPackageContentOutput {
1535
+ /**
1536
+ * <p>Network package ID.</p>
1537
+ */
1538
+ id: string | undefined;
1539
+ /**
1540
+ * <p>Network package ARN.</p>
1541
+ */
1542
+ arn: string | undefined;
1543
+ /**
1544
+ * <p>Network service descriptor ID.</p>
1545
+ */
1546
+ nsdId: string | undefined;
1547
+ /**
1548
+ * <p>Network service descriptor name.</p>
1549
+ */
1550
+ nsdName: string | undefined;
1551
+ /**
1552
+ * <p>Network service descriptor version.</p>
1553
+ */
1554
+ nsdVersion: string | undefined;
1555
+ /**
1556
+ * <p>Function package IDs.</p>
1557
+ */
1558
+ vnfPkgIds: string[] | undefined;
1559
+ /**
1560
+ * <p>Network package metadata.</p>
1561
+ */
1562
+ metadata: ValidateSolNetworkPackageContentMetadata | undefined;
1563
+ }
1564
+ /**
1565
+ * @internal
1566
+ */
1567
+ export declare const CancelSolNetworkOperationInputFilterSensitiveLog: (obj: CancelSolNetworkOperationInput) => any;
1568
+ /**
1569
+ * @internal
1570
+ */
1571
+ export declare const CreateSolFunctionPackageInputFilterSensitiveLog: (obj: CreateSolFunctionPackageInput) => any;
1572
+ /**
1573
+ * @internal
1574
+ */
1575
+ export declare const CreateSolFunctionPackageOutputFilterSensitiveLog: (obj: CreateSolFunctionPackageOutput) => any;
1576
+ /**
1577
+ * @internal
1578
+ */
1579
+ export declare const CreateSolNetworkInstanceInputFilterSensitiveLog: (obj: CreateSolNetworkInstanceInput) => any;
1580
+ /**
1581
+ * @internal
1582
+ */
1583
+ export declare const CreateSolNetworkInstanceOutputFilterSensitiveLog: (obj: CreateSolNetworkInstanceOutput) => any;
1584
+ /**
1585
+ * @internal
1586
+ */
1587
+ export declare const CreateSolNetworkPackageInputFilterSensitiveLog: (obj: CreateSolNetworkPackageInput) => any;
1588
+ /**
1589
+ * @internal
1590
+ */
1591
+ export declare const CreateSolNetworkPackageOutputFilterSensitiveLog: (obj: CreateSolNetworkPackageOutput) => any;
1592
+ /**
1593
+ * @internal
1594
+ */
1595
+ export declare const DeleteSolFunctionPackageInputFilterSensitiveLog: (obj: DeleteSolFunctionPackageInput) => any;
1596
+ /**
1597
+ * @internal
1598
+ */
1599
+ export declare const DeleteSolNetworkInstanceInputFilterSensitiveLog: (obj: DeleteSolNetworkInstanceInput) => any;
1600
+ /**
1601
+ * @internal
1602
+ */
1603
+ export declare const DeleteSolNetworkPackageInputFilterSensitiveLog: (obj: DeleteSolNetworkPackageInput) => any;
1604
+ /**
1605
+ * @internal
1606
+ */
1607
+ export declare const ErrorInfoFilterSensitiveLog: (obj: ErrorInfo) => any;
1608
+ /**
1609
+ * @internal
1610
+ */
1611
+ export declare const ToscaOverrideFilterSensitiveLog: (obj: ToscaOverride) => any;
1612
+ /**
1613
+ * @internal
1614
+ */
1615
+ export declare const FunctionArtifactMetaFilterSensitiveLog: (obj: FunctionArtifactMeta) => any;
1616
+ /**
1617
+ * @internal
1618
+ */
1619
+ export declare const GetSolFunctionInstanceInputFilterSensitiveLog: (obj: GetSolFunctionInstanceInput) => any;
1620
+ /**
1621
+ * @internal
1622
+ */
1623
+ export declare const GetSolVnfcResourceInfoMetadataFilterSensitiveLog: (obj: GetSolVnfcResourceInfoMetadata) => any;
1624
+ /**
1625
+ * @internal
1626
+ */
1627
+ export declare const GetSolVnfcResourceInfoFilterSensitiveLog: (obj: GetSolVnfcResourceInfo) => any;
1628
+ /**
1629
+ * @internal
1630
+ */
1631
+ export declare const GetSolVnfInfoFilterSensitiveLog: (obj: GetSolVnfInfo) => any;
1632
+ /**
1633
+ * @internal
1634
+ */
1635
+ export declare const GetSolFunctionInstanceMetadataFilterSensitiveLog: (obj: GetSolFunctionInstanceMetadata) => any;
1636
+ /**
1637
+ * @internal
1638
+ */
1639
+ export declare const GetSolFunctionInstanceOutputFilterSensitiveLog: (obj: GetSolFunctionInstanceOutput) => any;
1640
+ /**
1641
+ * @internal
1642
+ */
1643
+ export declare const GetSolFunctionPackageInputFilterSensitiveLog: (obj: GetSolFunctionPackageInput) => any;
1644
+ /**
1645
+ * @internal
1646
+ */
1647
+ export declare const GetSolFunctionPackageMetadataFilterSensitiveLog: (obj: GetSolFunctionPackageMetadata) => any;
1648
+ /**
1649
+ * @internal
1650
+ */
1651
+ export declare const GetSolFunctionPackageOutputFilterSensitiveLog: (obj: GetSolFunctionPackageOutput) => any;
1652
+ /**
1653
+ * @internal
1654
+ */
1655
+ export declare const GetSolFunctionPackageContentInputFilterSensitiveLog: (obj: GetSolFunctionPackageContentInput) => any;
1656
+ /**
1657
+ * @internal
1658
+ */
1659
+ export declare const GetSolFunctionPackageContentOutputFilterSensitiveLog: (obj: GetSolFunctionPackageContentOutput) => any;
1660
+ /**
1661
+ * @internal
1662
+ */
1663
+ export declare const GetSolFunctionPackageDescriptorInputFilterSensitiveLog: (obj: GetSolFunctionPackageDescriptorInput) => any;
1664
+ /**
1665
+ * @internal
1666
+ */
1667
+ export declare const GetSolFunctionPackageDescriptorOutputFilterSensitiveLog: (obj: GetSolFunctionPackageDescriptorOutput) => any;
1668
+ /**
1669
+ * @internal
1670
+ */
1671
+ export declare const GetSolInstantiatedVnfInfoFilterSensitiveLog: (obj: GetSolInstantiatedVnfInfo) => any;
1672
+ /**
1673
+ * @internal
1674
+ */
1675
+ export declare const GetSolNetworkInstanceInputFilterSensitiveLog: (obj: GetSolNetworkInstanceInput) => any;
1676
+ /**
1677
+ * @internal
1678
+ */
1679
+ export declare const LcmOperationInfoFilterSensitiveLog: (obj: LcmOperationInfo) => any;
1680
+ /**
1681
+ * @internal
1682
+ */
1683
+ export declare const GetSolNetworkInstanceMetadataFilterSensitiveLog: (obj: GetSolNetworkInstanceMetadata) => any;
1684
+ /**
1685
+ * @internal
1686
+ */
1687
+ export declare const GetSolNetworkInstanceOutputFilterSensitiveLog: (obj: GetSolNetworkInstanceOutput) => any;
1688
+ /**
1689
+ * @internal
1690
+ */
1691
+ export declare const GetSolNetworkOperationInputFilterSensitiveLog: (obj: GetSolNetworkOperationInput) => any;
1692
+ /**
1693
+ * @internal
1694
+ */
1695
+ export declare const ProblemDetailsFilterSensitiveLog: (obj: ProblemDetails) => any;
1696
+ /**
1697
+ * @internal
1698
+ */
1699
+ export declare const GetSolNetworkOperationMetadataFilterSensitiveLog: (obj: GetSolNetworkOperationMetadata) => any;
1700
+ /**
1701
+ * @internal
1702
+ */
1703
+ export declare const GetSolNetworkOperationTaskDetailsFilterSensitiveLog: (obj: GetSolNetworkOperationTaskDetails) => any;
1704
+ /**
1705
+ * @internal
1706
+ */
1707
+ export declare const GetSolNetworkOperationOutputFilterSensitiveLog: (obj: GetSolNetworkOperationOutput) => any;
1708
+ /**
1709
+ * @internal
1710
+ */
1711
+ export declare const GetSolNetworkPackageInputFilterSensitiveLog: (obj: GetSolNetworkPackageInput) => any;
1712
+ /**
1713
+ * @internal
1714
+ */
1715
+ export declare const NetworkArtifactMetaFilterSensitiveLog: (obj: NetworkArtifactMeta) => any;
1716
+ /**
1717
+ * @internal
1718
+ */
1719
+ export declare const GetSolNetworkPackageMetadataFilterSensitiveLog: (obj: GetSolNetworkPackageMetadata) => any;
1720
+ /**
1721
+ * @internal
1722
+ */
1723
+ export declare const GetSolNetworkPackageOutputFilterSensitiveLog: (obj: GetSolNetworkPackageOutput) => any;
1724
+ /**
1725
+ * @internal
1726
+ */
1727
+ export declare const GetSolNetworkPackageContentInputFilterSensitiveLog: (obj: GetSolNetworkPackageContentInput) => any;
1728
+ /**
1729
+ * @internal
1730
+ */
1731
+ export declare const GetSolNetworkPackageContentOutputFilterSensitiveLog: (obj: GetSolNetworkPackageContentOutput) => any;
1732
+ /**
1733
+ * @internal
1734
+ */
1735
+ export declare const GetSolNetworkPackageDescriptorInputFilterSensitiveLog: (obj: GetSolNetworkPackageDescriptorInput) => any;
1736
+ /**
1737
+ * @internal
1738
+ */
1739
+ export declare const GetSolNetworkPackageDescriptorOutputFilterSensitiveLog: (obj: GetSolNetworkPackageDescriptorOutput) => any;
1740
+ /**
1741
+ * @internal
1742
+ */
1743
+ export declare const InstantiateSolNetworkInstanceInputFilterSensitiveLog: (obj: InstantiateSolNetworkInstanceInput) => any;
1744
+ /**
1745
+ * @internal
1746
+ */
1747
+ export declare const InstantiateSolNetworkInstanceOutputFilterSensitiveLog: (obj: InstantiateSolNetworkInstanceOutput) => any;
1748
+ /**
1749
+ * @internal
1750
+ */
1751
+ export declare const ListSolFunctionInstanceMetadataFilterSensitiveLog: (obj: ListSolFunctionInstanceMetadata) => any;
1752
+ /**
1753
+ * @internal
1754
+ */
1755
+ export declare const ListSolFunctionInstanceInfoFilterSensitiveLog: (obj: ListSolFunctionInstanceInfo) => any;
1756
+ /**
1757
+ * @internal
1758
+ */
1759
+ export declare const ListSolFunctionInstancesInputFilterSensitiveLog: (obj: ListSolFunctionInstancesInput) => any;
1760
+ /**
1761
+ * @internal
1762
+ */
1763
+ export declare const ListSolFunctionInstancesOutputFilterSensitiveLog: (obj: ListSolFunctionInstancesOutput) => any;
1764
+ /**
1765
+ * @internal
1766
+ */
1767
+ export declare const ListSolFunctionPackageMetadataFilterSensitiveLog: (obj: ListSolFunctionPackageMetadata) => any;
1768
+ /**
1769
+ * @internal
1770
+ */
1771
+ export declare const ListSolFunctionPackageInfoFilterSensitiveLog: (obj: ListSolFunctionPackageInfo) => any;
1772
+ /**
1773
+ * @internal
1774
+ */
1775
+ export declare const ListSolFunctionPackagesInputFilterSensitiveLog: (obj: ListSolFunctionPackagesInput) => any;
1776
+ /**
1777
+ * @internal
1778
+ */
1779
+ export declare const ListSolFunctionPackagesOutputFilterSensitiveLog: (obj: ListSolFunctionPackagesOutput) => any;
1780
+ /**
1781
+ * @internal
1782
+ */
1783
+ export declare const ListSolNetworkInstanceMetadataFilterSensitiveLog: (obj: ListSolNetworkInstanceMetadata) => any;
1784
+ /**
1785
+ * @internal
1786
+ */
1787
+ export declare const ListSolNetworkInstanceInfoFilterSensitiveLog: (obj: ListSolNetworkInstanceInfo) => any;
1788
+ /**
1789
+ * @internal
1790
+ */
1791
+ export declare const ListSolNetworkInstancesInputFilterSensitiveLog: (obj: ListSolNetworkInstancesInput) => any;
1792
+ /**
1793
+ * @internal
1794
+ */
1795
+ export declare const ListSolNetworkInstancesOutputFilterSensitiveLog: (obj: ListSolNetworkInstancesOutput) => any;
1796
+ /**
1797
+ * @internal
1798
+ */
1799
+ export declare const ListSolNetworkOperationsInputFilterSensitiveLog: (obj: ListSolNetworkOperationsInput) => any;
1800
+ /**
1801
+ * @internal
1802
+ */
1803
+ export declare const ListSolNetworkOperationsMetadataFilterSensitiveLog: (obj: ListSolNetworkOperationsMetadata) => any;
1804
+ /**
1805
+ * @internal
1806
+ */
1807
+ export declare const ListSolNetworkOperationsInfoFilterSensitiveLog: (obj: ListSolNetworkOperationsInfo) => any;
1808
+ /**
1809
+ * @internal
1810
+ */
1811
+ export declare const ListSolNetworkOperationsOutputFilterSensitiveLog: (obj: ListSolNetworkOperationsOutput) => any;
1812
+ /**
1813
+ * @internal
1814
+ */
1815
+ export declare const ListSolNetworkPackageMetadataFilterSensitiveLog: (obj: ListSolNetworkPackageMetadata) => any;
1816
+ /**
1817
+ * @internal
1818
+ */
1819
+ export declare const ListSolNetworkPackageInfoFilterSensitiveLog: (obj: ListSolNetworkPackageInfo) => any;
1820
+ /**
1821
+ * @internal
1822
+ */
1823
+ export declare const ListSolNetworkPackagesInputFilterSensitiveLog: (obj: ListSolNetworkPackagesInput) => any;
1824
+ /**
1825
+ * @internal
1826
+ */
1827
+ export declare const ListSolNetworkPackagesOutputFilterSensitiveLog: (obj: ListSolNetworkPackagesOutput) => any;
1828
+ /**
1829
+ * @internal
1830
+ */
1831
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1832
+ /**
1833
+ * @internal
1834
+ */
1835
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1836
+ /**
1837
+ * @internal
1838
+ */
1839
+ export declare const PutSolFunctionPackageContentInputFilterSensitiveLog: (obj: PutSolFunctionPackageContentInput) => any;
1840
+ /**
1841
+ * @internal
1842
+ */
1843
+ export declare const PutSolFunctionPackageContentMetadataFilterSensitiveLog: (obj: PutSolFunctionPackageContentMetadata) => any;
1844
+ /**
1845
+ * @internal
1846
+ */
1847
+ export declare const PutSolFunctionPackageContentOutputFilterSensitiveLog: (obj: PutSolFunctionPackageContentOutput) => any;
1848
+ /**
1849
+ * @internal
1850
+ */
1851
+ export declare const PutSolNetworkPackageContentInputFilterSensitiveLog: (obj: PutSolNetworkPackageContentInput) => any;
1852
+ /**
1853
+ * @internal
1854
+ */
1855
+ export declare const PutSolNetworkPackageContentMetadataFilterSensitiveLog: (obj: PutSolNetworkPackageContentMetadata) => any;
1856
+ /**
1857
+ * @internal
1858
+ */
1859
+ export declare const PutSolNetworkPackageContentOutputFilterSensitiveLog: (obj: PutSolNetworkPackageContentOutput) => any;
1860
+ /**
1861
+ * @internal
1862
+ */
1863
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1864
+ /**
1865
+ * @internal
1866
+ */
1867
+ export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
1868
+ /**
1869
+ * @internal
1870
+ */
1871
+ export declare const TerminateSolNetworkInstanceInputFilterSensitiveLog: (obj: TerminateSolNetworkInstanceInput) => any;
1872
+ /**
1873
+ * @internal
1874
+ */
1875
+ export declare const TerminateSolNetworkInstanceOutputFilterSensitiveLog: (obj: TerminateSolNetworkInstanceOutput) => any;
1876
+ /**
1877
+ * @internal
1878
+ */
1879
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
1880
+ /**
1881
+ * @internal
1882
+ */
1883
+ export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
1884
+ /**
1885
+ * @internal
1886
+ */
1887
+ export declare const UpdateSolFunctionPackageInputFilterSensitiveLog: (obj: UpdateSolFunctionPackageInput) => any;
1888
+ /**
1889
+ * @internal
1890
+ */
1891
+ export declare const UpdateSolFunctionPackageOutputFilterSensitiveLog: (obj: UpdateSolFunctionPackageOutput) => any;
1892
+ /**
1893
+ * @internal
1894
+ */
1895
+ export declare const UpdateSolNetworkModifyFilterSensitiveLog: (obj: UpdateSolNetworkModify) => any;
1896
+ /**
1897
+ * @internal
1898
+ */
1899
+ export declare const UpdateSolNetworkInstanceInputFilterSensitiveLog: (obj: UpdateSolNetworkInstanceInput) => any;
1900
+ /**
1901
+ * @internal
1902
+ */
1903
+ export declare const UpdateSolNetworkInstanceOutputFilterSensitiveLog: (obj: UpdateSolNetworkInstanceOutput) => any;
1904
+ /**
1905
+ * @internal
1906
+ */
1907
+ export declare const UpdateSolNetworkPackageInputFilterSensitiveLog: (obj: UpdateSolNetworkPackageInput) => any;
1908
+ /**
1909
+ * @internal
1910
+ */
1911
+ export declare const UpdateSolNetworkPackageOutputFilterSensitiveLog: (obj: UpdateSolNetworkPackageOutput) => any;
1912
+ /**
1913
+ * @internal
1914
+ */
1915
+ export declare const ValidateSolFunctionPackageContentInputFilterSensitiveLog: (obj: ValidateSolFunctionPackageContentInput) => any;
1916
+ /**
1917
+ * @internal
1918
+ */
1919
+ export declare const ValidateSolFunctionPackageContentMetadataFilterSensitiveLog: (obj: ValidateSolFunctionPackageContentMetadata) => any;
1920
+ /**
1921
+ * @internal
1922
+ */
1923
+ export declare const ValidateSolFunctionPackageContentOutputFilterSensitiveLog: (obj: ValidateSolFunctionPackageContentOutput) => any;
1924
+ /**
1925
+ * @internal
1926
+ */
1927
+ export declare const ValidateSolNetworkPackageContentInputFilterSensitiveLog: (obj: ValidateSolNetworkPackageContentInput) => any;
1928
+ /**
1929
+ * @internal
1930
+ */
1931
+ export declare const ValidateSolNetworkPackageContentMetadataFilterSensitiveLog: (obj: ValidateSolNetworkPackageContentMetadata) => any;
1932
+ /**
1933
+ * @internal
1934
+ */
1935
+ export declare const ValidateSolNetworkPackageContentOutputFilterSensitiveLog: (obj: ValidateSolNetworkPackageContentOutput) => any;