@aws-sdk/client-tnb 3.296.0 → 3.297.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 (44) hide show
  1. package/dist-types/Tnb.d.ts +34 -0
  2. package/dist-types/TnbClient.d.ts +24 -4
  3. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +16 -0
  7. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +16 -0
  10. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +16 -0
  11. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +16 -0
  12. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +16 -0
  13. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +16 -0
  14. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +16 -0
  15. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +16 -0
  16. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +16 -0
  17. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +16 -0
  18. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +16 -0
  19. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +16 -0
  20. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +16 -0
  21. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +16 -0
  22. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +16 -0
  23. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +16 -0
  24. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +16 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  26. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +16 -0
  27. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +16 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  29. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +16 -0
  30. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  31. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +16 -0
  32. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +16 -0
  33. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +16 -0
  34. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +16 -0
  35. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +16 -0
  36. package/dist-types/models/TnbServiceException.d.ts +2 -0
  37. package/dist-types/models/models_0.d.ts +268 -0
  38. package/dist-types/pagination/Interfaces.d.ts +3 -0
  39. package/dist-types/pagination/ListSolFunctionInstancesPaginator.d.ts +3 -0
  40. package/dist-types/pagination/ListSolFunctionPackagesPaginator.d.ts +3 -0
  41. package/dist-types/pagination/ListSolNetworkInstancesPaginator.d.ts +3 -0
  42. package/dist-types/pagination/ListSolNetworkOperationsPaginator.d.ts +3 -0
  43. package/dist-types/pagination/ListSolNetworkPackagesPaginator.d.ts +3 -0
  44. package/package.json +3 -3
@@ -2,6 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { DocumentType as __DocumentType } from "@aws-sdk/types";
3
3
  import { TnbServiceException as __BaseException } from "./TnbServiceException";
4
4
  /**
5
+ * @public
5
6
  * <p>Insufficient permissions to make request.</p>
6
7
  */
7
8
  export declare class AccessDeniedException extends __BaseException {
@@ -12,6 +13,9 @@ export declare class AccessDeniedException extends __BaseException {
12
13
  */
13
14
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
15
  }
16
+ /**
17
+ * @public
18
+ */
15
19
  export interface CancelSolNetworkOperationInput {
16
20
  /**
17
21
  * <p>The identifier of the network operation.</p>
@@ -19,6 +23,7 @@ export interface CancelSolNetworkOperationInput {
19
23
  nsLcmOpOccId: string | undefined;
20
24
  }
21
25
  /**
26
+ * @public
22
27
  * <p>Unexpected error occurred. Problem on the server.</p>
23
28
  */
24
29
  export declare class InternalServerException extends __BaseException {
@@ -30,6 +35,7 @@ export declare class InternalServerException extends __BaseException {
30
35
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
31
36
  }
32
37
  /**
38
+ * @public
33
39
  * <p>Request references a resource that doesn't exist.</p>
34
40
  */
35
41
  export declare class ResourceNotFoundException extends __BaseException {
@@ -41,6 +47,7 @@ export declare class ResourceNotFoundException extends __BaseException {
41
47
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
42
48
  }
43
49
  /**
50
+ * @public
44
51
  * <p>Exception caused by throttling.</p>
45
52
  */
46
53
  export declare class ThrottlingException extends __BaseException {
@@ -52,6 +59,7 @@ export declare class ThrottlingException extends __BaseException {
52
59
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
53
60
  }
54
61
  /**
62
+ * @public
55
63
  * <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
56
64
  */
57
65
  export declare class ValidationException extends __BaseException {
@@ -62,25 +70,40 @@ export declare class ValidationException extends __BaseException {
62
70
  */
63
71
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
64
72
  }
73
+ /**
74
+ * @public
75
+ */
65
76
  export interface CreateSolFunctionPackageInput {
66
77
  /**
67
78
  * <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
79
  */
69
80
  tags?: Record<string, string>;
70
81
  }
82
+ /**
83
+ * @public
84
+ */
71
85
  export declare enum OnboardingState {
72
86
  CREATED = "CREATED",
73
87
  ERROR = "ERROR",
74
88
  ONBOARDED = "ONBOARDED"
75
89
  }
90
+ /**
91
+ * @public
92
+ */
76
93
  export declare enum OperationalState {
77
94
  DISABLED = "DISABLED",
78
95
  ENABLED = "ENABLED"
79
96
  }
97
+ /**
98
+ * @public
99
+ */
80
100
  export declare enum UsageState {
81
101
  IN_USE = "IN_USE",
82
102
  NOT_IN_USE = "NOT_IN_USE"
83
103
  }
104
+ /**
105
+ * @public
106
+ */
84
107
  export interface CreateSolFunctionPackageOutput {
85
108
  /**
86
109
  * <p>ID of the function package.</p>
@@ -108,6 +131,7 @@ export interface CreateSolFunctionPackageOutput {
108
131
  tags?: Record<string, string>;
109
132
  }
110
133
  /**
134
+ * @public
111
135
  * <p>Service quotas have been exceeded.</p>
112
136
  */
113
137
  export declare class ServiceQuotaExceededException extends __BaseException {
@@ -118,6 +142,9 @@ export declare class ServiceQuotaExceededException extends __BaseException {
118
142
  */
119
143
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
120
144
  }
145
+ /**
146
+ * @public
147
+ */
121
148
  export interface CreateSolNetworkInstanceInput {
122
149
  /**
123
150
  * <p>ID for network service descriptor.</p>
@@ -136,6 +163,9 @@ export interface CreateSolNetworkInstanceInput {
136
163
  */
137
164
  tags?: Record<string, string>;
138
165
  }
166
+ /**
167
+ * @public
168
+ */
139
169
  export interface CreateSolNetworkInstanceOutput {
140
170
  /**
141
171
  * <p>Network instance ID.</p>
@@ -158,25 +188,40 @@ export interface CreateSolNetworkInstanceOutput {
158
188
  */
159
189
  tags?: Record<string, string>;
160
190
  }
191
+ /**
192
+ * @public
193
+ */
161
194
  export interface CreateSolNetworkPackageInput {
162
195
  /**
163
196
  * <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
197
  */
165
198
  tags?: Record<string, string>;
166
199
  }
200
+ /**
201
+ * @public
202
+ */
167
203
  export declare enum NsdOnboardingState {
168
204
  CREATED = "CREATED",
169
205
  ERROR = "ERROR",
170
206
  ONBOARDED = "ONBOARDED"
171
207
  }
208
+ /**
209
+ * @public
210
+ */
172
211
  export declare enum NsdOperationalState {
173
212
  DISABLED = "DISABLED",
174
213
  ENABLED = "ENABLED"
175
214
  }
215
+ /**
216
+ * @public
217
+ */
176
218
  export declare enum NsdUsageState {
177
219
  IN_USE = "IN_USE",
178
220
  NOT_IN_USE = "NOT_IN_USE"
179
221
  }
222
+ /**
223
+ * @public
224
+ */
180
225
  export interface CreateSolNetworkPackageOutput {
181
226
  /**
182
227
  * <p>ID of the network package.</p>
@@ -203,28 +248,41 @@ export interface CreateSolNetworkPackageOutput {
203
248
  */
204
249
  tags?: Record<string, string>;
205
250
  }
251
+ /**
252
+ * @public
253
+ */
206
254
  export interface DeleteSolFunctionPackageInput {
207
255
  /**
208
256
  * <p>ID of the function package.</p>
209
257
  */
210
258
  vnfPkgId: string | undefined;
211
259
  }
260
+ /**
261
+ * @public
262
+ */
212
263
  export interface DeleteSolNetworkInstanceInput {
213
264
  /**
214
265
  * <p>Network instance ID.</p>
215
266
  */
216
267
  nsInstanceId: string | undefined;
217
268
  }
269
+ /**
270
+ * @public
271
+ */
218
272
  export interface DeleteSolNetworkPackageInput {
219
273
  /**
220
274
  * <p>ID of the network service descriptor in the network package.</p>
221
275
  */
222
276
  nsdInfoId: string | undefined;
223
277
  }
278
+ /**
279
+ * @public
280
+ */
224
281
  export declare enum DescriptorContentType {
225
282
  TEXT_PLAIN = "text/plain"
226
283
  }
227
284
  /**
285
+ * @public
228
286
  * <p>Provides error information.</p>
229
287
  */
230
288
  export interface ErrorInfo {
@@ -238,6 +296,7 @@ export interface ErrorInfo {
238
296
  details?: string;
239
297
  }
240
298
  /**
299
+ * @public
241
300
  * <p>Overrides of the TOSCA node.</p>
242
301
  */
243
302
  export interface ToscaOverride {
@@ -251,6 +310,7 @@ export interface ToscaOverride {
251
310
  defaultValue?: string;
252
311
  }
253
312
  /**
313
+ * @public
254
314
  * <p>Metadata for function package artifacts.</p>
255
315
  * <p>Artifacts are the contents of the package descriptor file and the state of the package.</p>
256
316
  */
@@ -260,6 +320,9 @@ export interface FunctionArtifactMeta {
260
320
  */
261
321
  overrides?: ToscaOverride[];
262
322
  }
323
+ /**
324
+ * @public
325
+ */
263
326
  export interface GetSolFunctionInstanceInput {
264
327
  /**
265
328
  * <p>ID of the network function.</p>
@@ -267,6 +330,7 @@ export interface GetSolFunctionInstanceInput {
267
330
  vnfInstanceId: string | undefined;
268
331
  }
269
332
  /**
333
+ * @public
270
334
  * <p>The metadata of a network function.</p>
271
335
  * <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
336
  */
@@ -285,6 +349,7 @@ export interface GetSolVnfcResourceInfoMetadata {
285
349
  helmChart?: string;
286
350
  }
287
351
  /**
352
+ * @public
288
353
  * <p>Details of resource associated with a network function.</p>
289
354
  * <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
355
  */
@@ -294,11 +359,15 @@ export interface GetSolVnfcResourceInfo {
294
359
  */
295
360
  metadata?: GetSolVnfcResourceInfoMetadata;
296
361
  }
362
+ /**
363
+ * @public
364
+ */
297
365
  export declare enum VnfOperationalState {
298
366
  STARTED = "STARTED",
299
367
  STOPPED = "STOPPED"
300
368
  }
301
369
  /**
370
+ * @public
302
371
  * <p>Information about the network function.</p>
303
372
  * <p>A network function instance is a function in a function package .</p>
304
373
  */
@@ -312,11 +381,15 @@ export interface GetSolVnfInfo {
312
381
  */
313
382
  vnfcResourceInfo?: GetSolVnfcResourceInfo[];
314
383
  }
384
+ /**
385
+ * @public
386
+ */
315
387
  export declare enum VnfInstantiationState {
316
388
  INSTANTIATED = "INSTANTIATED",
317
389
  NOT_INSTANTIATED = "NOT_INSTANTIATED"
318
390
  }
319
391
  /**
392
+ * @public
320
393
  * <p>The metadata of a network function instance.</p>
321
394
  * <p>A network function instance is a function in a function package .</p>
322
395
  */
@@ -330,6 +403,9 @@ export interface GetSolFunctionInstanceMetadata {
330
403
  */
331
404
  lastModified: Date | undefined;
332
405
  }
406
+ /**
407
+ * @public
408
+ */
333
409
  export interface GetSolFunctionInstanceOutput {
334
410
  /**
335
411
  * <p>Network function instance ID.</p>
@@ -382,6 +458,9 @@ export interface GetSolFunctionInstanceOutput {
382
458
  */
383
459
  tags?: Record<string, string>;
384
460
  }
461
+ /**
462
+ * @public
463
+ */
385
464
  export interface GetSolFunctionPackageInput {
386
465
  /**
387
466
  * <p>ID of the function package.</p>
@@ -389,6 +468,7 @@ export interface GetSolFunctionPackageInput {
389
468
  vnfPkgId: string | undefined;
390
469
  }
391
470
  /**
471
+ * @public
392
472
  * <p>Metadata related to the function package.</p>
393
473
  * <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
474
  */
@@ -406,6 +486,9 @@ export interface GetSolFunctionPackageMetadata {
406
486
  */
407
487
  lastModified: Date | undefined;
408
488
  }
489
+ /**
490
+ * @public
491
+ */
409
492
  export interface GetSolFunctionPackageOutput {
410
493
  /**
411
494
  * <p>Function package ID.</p>
@@ -453,9 +536,15 @@ export interface GetSolFunctionPackageOutput {
453
536
  */
454
537
  tags?: Record<string, string>;
455
538
  }
539
+ /**
540
+ * @public
541
+ */
456
542
  export declare enum PackageContentType {
457
543
  APPLICATION_ZIP = "application/zip"
458
544
  }
545
+ /**
546
+ * @public
547
+ */
459
548
  export interface GetSolFunctionPackageContentInput {
460
549
  /**
461
550
  * <p>ID of the function package.</p>
@@ -466,6 +555,9 @@ export interface GetSolFunctionPackageContentInput {
466
555
  */
467
556
  accept: PackageContentType | string | undefined;
468
557
  }
558
+ /**
559
+ * @public
560
+ */
469
561
  export interface GetSolFunctionPackageContentOutput {
470
562
  /**
471
563
  * <p>Indicates the media type of the resource.</p>
@@ -476,6 +568,9 @@ export interface GetSolFunctionPackageContentOutput {
476
568
  */
477
569
  packageContent?: Uint8Array;
478
570
  }
571
+ /**
572
+ * @public
573
+ */
479
574
  export interface GetSolFunctionPackageDescriptorInput {
480
575
  /**
481
576
  * <p>ID of the function package.</p>
@@ -486,6 +581,9 @@ export interface GetSolFunctionPackageDescriptorInput {
486
581
  */
487
582
  accept: DescriptorContentType | string | undefined;
488
583
  }
584
+ /**
585
+ * @public
586
+ */
489
587
  export interface GetSolFunctionPackageDescriptorOutput {
490
588
  /**
491
589
  * <p>Indicates the media type of the resource.</p>
@@ -497,6 +595,7 @@ export interface GetSolFunctionPackageDescriptorOutput {
497
595
  vnfd?: Uint8Array;
498
596
  }
499
597
  /**
598
+ * @public
500
599
  * <p>Information about a network function.</p>
501
600
  * <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
601
  */
@@ -506,6 +605,9 @@ export interface GetSolInstantiatedVnfInfo {
506
605
  */
507
606
  vnfState?: VnfOperationalState | string;
508
607
  }
608
+ /**
609
+ * @public
610
+ */
509
611
  export interface GetSolNetworkInstanceInput {
510
612
  /**
511
613
  * <p>ID of the network instance.</p>
@@ -513,6 +615,7 @@ export interface GetSolNetworkInstanceInput {
513
615
  nsInstanceId: string | undefined;
514
616
  }
515
617
  /**
618
+ * @public
516
619
  * <p>Lifecycle management operation details on the network instance.</p>
517
620
  * <p>Lifecycle management operations are deploy, update, or delete operations.</p>
518
621
  */
@@ -523,6 +626,7 @@ export interface LcmOperationInfo {
523
626
  nsLcmOpOccId: string | undefined;
524
627
  }
525
628
  /**
629
+ * @public
526
630
  * <p>The metadata of a network instance.</p>
527
631
  * <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
632
  */
@@ -536,6 +640,9 @@ export interface GetSolNetworkInstanceMetadata {
536
640
  */
537
641
  lastModified: Date | undefined;
538
642
  }
643
+ /**
644
+ * @public
645
+ */
539
646
  export declare enum NsState {
540
647
  DELETED = "DELETED",
541
648
  IMPAIRED = "IMPAIRED",
@@ -546,6 +653,9 @@ export declare enum NsState {
546
653
  TERMINATE_IN_PROGRESS = "TERMINATE_IN_PROGRESS",
547
654
  UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
548
655
  }
656
+ /**
657
+ * @public
658
+ */
549
659
  export interface GetSolNetworkInstanceOutput {
550
660
  /**
551
661
  * <p>Network instance ID.</p>
@@ -590,6 +700,9 @@ export interface GetSolNetworkInstanceOutput {
590
700
  */
591
701
  tags?: Record<string, string>;
592
702
  }
703
+ /**
704
+ * @public
705
+ */
593
706
  export interface GetSolNetworkOperationInput {
594
707
  /**
595
708
  * <p>The identifier of the network operation.</p>
@@ -597,6 +710,7 @@ export interface GetSolNetworkOperationInput {
597
710
  nsLcmOpOccId: string | undefined;
598
711
  }
599
712
  /**
713
+ * @public
600
714
  * <p>Details related to problems with AWS TNB resources.</p>
601
715
  */
602
716
  export interface ProblemDetails {
@@ -609,12 +723,16 @@ export interface ProblemDetails {
609
723
  */
610
724
  title?: string;
611
725
  }
726
+ /**
727
+ * @public
728
+ */
612
729
  export declare enum LcmOperationType {
613
730
  INSTANTIATE = "INSTANTIATE",
614
731
  TERMINATE = "TERMINATE",
615
732
  UPDATE = "UPDATE"
616
733
  }
617
734
  /**
735
+ * @public
618
736
  * <p>Metadata related to a network operation occurrence.</p>
619
737
  * <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
620
738
  */
@@ -628,6 +746,9 @@ export interface GetSolNetworkOperationMetadata {
628
746
  */
629
747
  lastModified: Date | undefined;
630
748
  }
749
+ /**
750
+ * @public
751
+ */
631
752
  export declare enum NsLcmOperationState {
632
753
  CANCELLED = "CANCELLED",
633
754
  CANCELLING = "CANCELLING",
@@ -635,6 +756,9 @@ export declare enum NsLcmOperationState {
635
756
  FAILED = "FAILED",
636
757
  PROCESSING = "PROCESSING"
637
758
  }
759
+ /**
760
+ * @public
761
+ */
638
762
  export declare enum TaskStatus {
639
763
  CANCELLED = "CANCELLED",
640
764
  COMPLETED = "COMPLETED",
@@ -645,6 +769,7 @@ export declare enum TaskStatus {
645
769
  STARTED = "STARTED"
646
770
  }
647
771
  /**
772
+ * @public
648
773
  * <p>Gets the details of a network operation.</p>
649
774
  * <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
650
775
  */
@@ -674,6 +799,9 @@ export interface GetSolNetworkOperationTaskDetails {
674
799
  */
675
800
  taskEndTime?: Date;
676
801
  }
802
+ /**
803
+ * @public
804
+ */
677
805
  export interface GetSolNetworkOperationOutput {
678
806
  /**
679
807
  * <p>ID of this network operation occurrence.</p>
@@ -712,6 +840,9 @@ export interface GetSolNetworkOperationOutput {
712
840
  */
713
841
  tags?: Record<string, string>;
714
842
  }
843
+ /**
844
+ * @public
845
+ */
715
846
  export interface GetSolNetworkPackageInput {
716
847
  /**
717
848
  * <p>ID of the network service descriptor in the network package.</p>
@@ -719,6 +850,7 @@ export interface GetSolNetworkPackageInput {
719
850
  nsdInfoId: string | undefined;
720
851
  }
721
852
  /**
853
+ * @public
722
854
  * <p>Metadata for network package artifacts.</p>
723
855
  * <p>Artifacts are the contents of the package descriptor file and the state of the package.</p>
724
856
  */
@@ -729,6 +861,7 @@ export interface NetworkArtifactMeta {
729
861
  overrides?: ToscaOverride[];
730
862
  }
731
863
  /**
864
+ * @public
732
865
  * <p>Metadata associated with a network package.</p>
733
866
  * <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
867
  */
@@ -746,6 +879,9 @@ export interface GetSolNetworkPackageMetadata {
746
879
  */
747
880
  lastModified: Date | undefined;
748
881
  }
882
+ /**
883
+ * @public
884
+ */
749
885
  export interface GetSolNetworkPackageOutput {
750
886
  /**
751
887
  * <p>Network package ID.</p>
@@ -793,6 +929,9 @@ export interface GetSolNetworkPackageOutput {
793
929
  */
794
930
  tags?: Record<string, string>;
795
931
  }
932
+ /**
933
+ * @public
934
+ */
796
935
  export interface GetSolNetworkPackageContentInput {
797
936
  /**
798
937
  * <p>ID of the network service descriptor in the network package.</p>
@@ -803,6 +942,9 @@ export interface GetSolNetworkPackageContentInput {
803
942
  */
804
943
  accept: PackageContentType | string | undefined;
805
944
  }
945
+ /**
946
+ * @public
947
+ */
806
948
  export interface GetSolNetworkPackageContentOutput {
807
949
  /**
808
950
  * <p>Indicates the media type of the resource.</p>
@@ -813,12 +955,18 @@ export interface GetSolNetworkPackageContentOutput {
813
955
  */
814
956
  nsdContent?: Uint8Array;
815
957
  }
958
+ /**
959
+ * @public
960
+ */
816
961
  export interface GetSolNetworkPackageDescriptorInput {
817
962
  /**
818
963
  * <p>ID of the network service descriptor in the network package.</p>
819
964
  */
820
965
  nsdInfoId: string | undefined;
821
966
  }
967
+ /**
968
+ * @public
969
+ */
822
970
  export interface GetSolNetworkPackageDescriptorOutput {
823
971
  /**
824
972
  * <p>Indicates the media type of the resource.</p>
@@ -829,6 +977,9 @@ export interface GetSolNetworkPackageDescriptorOutput {
829
977
  */
830
978
  nsd?: Uint8Array;
831
979
  }
980
+ /**
981
+ * @public
982
+ */
832
983
  export interface InstantiateSolNetworkInstanceInput {
833
984
  /**
834
985
  * <p>ID of the network instance.</p>
@@ -849,6 +1000,9 @@ export interface InstantiateSolNetworkInstanceInput {
849
1000
  */
850
1001
  tags?: Record<string, string>;
851
1002
  }
1003
+ /**
1004
+ * @public
1005
+ */
852
1006
  export interface InstantiateSolNetworkInstanceOutput {
853
1007
  /**
854
1008
  * <p>The identifier of the network operation.</p>
@@ -860,6 +1014,7 @@ export interface InstantiateSolNetworkInstanceOutput {
860
1014
  tags?: Record<string, string>;
861
1015
  }
862
1016
  /**
1017
+ * @public
863
1018
  * <p>Lists network function instance metadata.</p>
864
1019
  * <p>A network function instance is a function in a function package .</p>
865
1020
  */
@@ -874,6 +1029,7 @@ export interface ListSolFunctionInstanceMetadata {
874
1029
  lastModified: Date | undefined;
875
1030
  }
876
1031
  /**
1032
+ * @public
877
1033
  * <p>Lists information about a network function instance.</p>
878
1034
  * <p>A network function instance is a function in a function package .</p>
879
1035
  */
@@ -912,6 +1068,9 @@ export interface ListSolFunctionInstanceInfo {
912
1068
  */
913
1069
  metadata: ListSolFunctionInstanceMetadata | undefined;
914
1070
  }
1071
+ /**
1072
+ * @public
1073
+ */
915
1074
  export interface ListSolFunctionInstancesInput {
916
1075
  /**
917
1076
  * <p>The maximum number of results to include in the response.</p>
@@ -922,6 +1081,9 @@ export interface ListSolFunctionInstancesInput {
922
1081
  */
923
1082
  nextToken?: string;
924
1083
  }
1084
+ /**
1085
+ * @public
1086
+ */
925
1087
  export interface ListSolFunctionInstancesOutput {
926
1088
  /**
927
1089
  * <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>
@@ -933,6 +1095,7 @@ export interface ListSolFunctionInstancesOutput {
933
1095
  functionInstances?: ListSolFunctionInstanceInfo[];
934
1096
  }
935
1097
  /**
1098
+ * @public
936
1099
  * <p>Details for the function package metadata.</p>
937
1100
  * <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>
938
1101
  */
@@ -947,6 +1110,7 @@ export interface ListSolFunctionPackageMetadata {
947
1110
  lastModified: Date | undefined;
948
1111
  }
949
1112
  /**
1113
+ * @public
950
1114
  * <p>Information about a function package.</p>
951
1115
  * <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>
952
1116
  */
@@ -992,6 +1156,9 @@ export interface ListSolFunctionPackageInfo {
992
1156
  */
993
1157
  metadata?: ListSolFunctionPackageMetadata;
994
1158
  }
1159
+ /**
1160
+ * @public
1161
+ */
995
1162
  export interface ListSolFunctionPackagesInput {
996
1163
  /**
997
1164
  * <p>The maximum number of results to include in the response.</p>
@@ -1002,6 +1169,9 @@ export interface ListSolFunctionPackagesInput {
1002
1169
  */
1003
1170
  nextToken?: string;
1004
1171
  }
1172
+ /**
1173
+ * @public
1174
+ */
1005
1175
  export interface ListSolFunctionPackagesOutput {
1006
1176
  /**
1007
1177
  * <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>
@@ -1013,6 +1183,7 @@ export interface ListSolFunctionPackagesOutput {
1013
1183
  functionPackages: ListSolFunctionPackageInfo[] | undefined;
1014
1184
  }
1015
1185
  /**
1186
+ * @public
1016
1187
  * <p>Metadata details for a network instance.</p>
1017
1188
  * <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>
1018
1189
  */
@@ -1027,6 +1198,7 @@ export interface ListSolNetworkInstanceMetadata {
1027
1198
  lastModified: Date | undefined;
1028
1199
  }
1029
1200
  /**
1201
+ * @public
1030
1202
  * <p>Info about the specific network instance.</p>
1031
1203
  * <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>
1032
1204
  */
@@ -1064,6 +1236,9 @@ export interface ListSolNetworkInstanceInfo {
1064
1236
  */
1065
1237
  metadata: ListSolNetworkInstanceMetadata | undefined;
1066
1238
  }
1239
+ /**
1240
+ * @public
1241
+ */
1067
1242
  export interface ListSolNetworkInstancesInput {
1068
1243
  /**
1069
1244
  * <p>The maximum number of results to include in the response.</p>
@@ -1074,6 +1249,9 @@ export interface ListSolNetworkInstancesInput {
1074
1249
  */
1075
1250
  nextToken?: string;
1076
1251
  }
1252
+ /**
1253
+ * @public
1254
+ */
1077
1255
  export interface ListSolNetworkInstancesOutput {
1078
1256
  /**
1079
1257
  * <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>
@@ -1084,6 +1262,9 @@ export interface ListSolNetworkInstancesOutput {
1084
1262
  */
1085
1263
  networkInstances?: ListSolNetworkInstanceInfo[];
1086
1264
  }
1265
+ /**
1266
+ * @public
1267
+ */
1087
1268
  export interface ListSolNetworkOperationsInput {
1088
1269
  /**
1089
1270
  * <p>The maximum number of results to include in the response.</p>
@@ -1095,6 +1276,7 @@ export interface ListSolNetworkOperationsInput {
1095
1276
  nextToken?: string;
1096
1277
  }
1097
1278
  /**
1279
+ * @public
1098
1280
  * <p>Metadata related to a network operation.</p>
1099
1281
  * <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
1100
1282
  */
@@ -1109,6 +1291,7 @@ export interface ListSolNetworkOperationsMetadata {
1109
1291
  lastModified: Date | undefined;
1110
1292
  }
1111
1293
  /**
1294
+ * @public
1112
1295
  * <p>Information parameters for a network operation.</p>
1113
1296
  */
1114
1297
  export interface ListSolNetworkOperationsInfo {
@@ -1141,6 +1324,9 @@ export interface ListSolNetworkOperationsInfo {
1141
1324
  */
1142
1325
  metadata?: ListSolNetworkOperationsMetadata;
1143
1326
  }
1327
+ /**
1328
+ * @public
1329
+ */
1144
1330
  export interface ListSolNetworkOperationsOutput {
1145
1331
  /**
1146
1332
  * <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>
@@ -1152,6 +1338,7 @@ export interface ListSolNetworkOperationsOutput {
1152
1338
  networkOperations?: ListSolNetworkOperationsInfo[];
1153
1339
  }
1154
1340
  /**
1341
+ * @public
1155
1342
  * <p>Metadata related to a network package.</p>
1156
1343
  * <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>
1157
1344
  */
@@ -1166,6 +1353,7 @@ export interface ListSolNetworkPackageMetadata {
1166
1353
  lastModified: Date | undefined;
1167
1354
  }
1168
1355
  /**
1356
+ * @public
1169
1357
  * <p>Details of a network package.</p>
1170
1358
  * <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>
1171
1359
  */
@@ -1219,6 +1407,9 @@ export interface ListSolNetworkPackageInfo {
1219
1407
  */
1220
1408
  metadata: ListSolNetworkPackageMetadata | undefined;
1221
1409
  }
1410
+ /**
1411
+ * @public
1412
+ */
1222
1413
  export interface ListSolNetworkPackagesInput {
1223
1414
  /**
1224
1415
  * <p>The maximum number of results to include in the response.</p>
@@ -1229,6 +1420,9 @@ export interface ListSolNetworkPackagesInput {
1229
1420
  */
1230
1421
  nextToken?: string;
1231
1422
  }
1423
+ /**
1424
+ * @public
1425
+ */
1232
1426
  export interface ListSolNetworkPackagesOutput {
1233
1427
  /**
1234
1428
  * <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>
@@ -1239,18 +1433,27 @@ export interface ListSolNetworkPackagesOutput {
1239
1433
  */
1240
1434
  networkPackages: ListSolNetworkPackageInfo[] | undefined;
1241
1435
  }
1436
+ /**
1437
+ * @public
1438
+ */
1242
1439
  export interface ListTagsForResourceInput {
1243
1440
  /**
1244
1441
  * <p>Resource ARN.</p>
1245
1442
  */
1246
1443
  resourceArn: string | undefined;
1247
1444
  }
1445
+ /**
1446
+ * @public
1447
+ */
1248
1448
  export interface ListTagsForResourceOutput {
1249
1449
  /**
1250
1450
  * <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>
1251
1451
  */
1252
1452
  tags: Record<string, string> | undefined;
1253
1453
  }
1454
+ /**
1455
+ * @public
1456
+ */
1254
1457
  export interface PutSolFunctionPackageContentInput {
1255
1458
  /**
1256
1459
  * <p>Function package ID.</p>
@@ -1266,6 +1469,7 @@ export interface PutSolFunctionPackageContentInput {
1266
1469
  file: Uint8Array | undefined;
1267
1470
  }
1268
1471
  /**
1472
+ * @public
1269
1473
  * <p>Update metadata in a function package.</p>
1270
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>
1271
1475
  */
@@ -1276,6 +1480,9 @@ export interface PutSolFunctionPackageContentMetadata {
1276
1480
  */
1277
1481
  vnfd?: FunctionArtifactMeta;
1278
1482
  }
1483
+ /**
1484
+ * @public
1485
+ */
1279
1486
  export interface PutSolFunctionPackageContentOutput {
1280
1487
  /**
1281
1488
  * <p>Function package ID.</p>
@@ -1302,6 +1509,9 @@ export interface PutSolFunctionPackageContentOutput {
1302
1509
  */
1303
1510
  metadata: PutSolFunctionPackageContentMetadata | undefined;
1304
1511
  }
1512
+ /**
1513
+ * @public
1514
+ */
1305
1515
  export interface PutSolNetworkPackageContentInput {
1306
1516
  /**
1307
1517
  * <p>Network service descriptor info ID.</p>
@@ -1317,6 +1527,7 @@ export interface PutSolNetworkPackageContentInput {
1317
1527
  file: Uint8Array | undefined;
1318
1528
  }
1319
1529
  /**
1530
+ * @public
1320
1531
  * <p>Update metadata in a network package.</p>
1321
1532
  * <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>
1322
1533
  */
@@ -1327,6 +1538,9 @@ export interface PutSolNetworkPackageContentMetadata {
1327
1538
  */
1328
1539
  nsd?: NetworkArtifactMeta;
1329
1540
  }
1541
+ /**
1542
+ * @public
1543
+ */
1330
1544
  export interface PutSolNetworkPackageContentOutput {
1331
1545
  /**
1332
1546
  * <p>Network package ID.</p>
@@ -1357,6 +1571,9 @@ export interface PutSolNetworkPackageContentOutput {
1357
1571
  */
1358
1572
  metadata: PutSolNetworkPackageContentMetadata | undefined;
1359
1573
  }
1574
+ /**
1575
+ * @public
1576
+ */
1360
1577
  export interface TagResourceInput {
1361
1578
  /**
1362
1579
  * <p>Resource ARN.</p>
@@ -1367,8 +1584,14 @@ export interface TagResourceInput {
1367
1584
  */
1368
1585
  tags: Record<string, string> | undefined;
1369
1586
  }
1587
+ /**
1588
+ * @public
1589
+ */
1370
1590
  export interface TagResourceOutput {
1371
1591
  }
1592
+ /**
1593
+ * @public
1594
+ */
1372
1595
  export interface TerminateSolNetworkInstanceInput {
1373
1596
  /**
1374
1597
  * <p>ID of the network instance.</p>
@@ -1379,6 +1602,9 @@ export interface TerminateSolNetworkInstanceInput {
1379
1602
  */
1380
1603
  tags?: Record<string, string>;
1381
1604
  }
1605
+ /**
1606
+ * @public
1607
+ */
1382
1608
  export interface TerminateSolNetworkInstanceOutput {
1383
1609
  /**
1384
1610
  * <p>The identifier of the network operation.</p>
@@ -1389,6 +1615,9 @@ export interface TerminateSolNetworkInstanceOutput {
1389
1615
  */
1390
1616
  tags?: Record<string, string>;
1391
1617
  }
1618
+ /**
1619
+ * @public
1620
+ */
1392
1621
  export interface UntagResourceInput {
1393
1622
  /**
1394
1623
  * <p>Resource ARN.</p>
@@ -1399,8 +1628,14 @@ export interface UntagResourceInput {
1399
1628
  */
1400
1629
  tagKeys: string[] | undefined;
1401
1630
  }
1631
+ /**
1632
+ * @public
1633
+ */
1402
1634
  export interface UntagResourceOutput {
1403
1635
  }
1636
+ /**
1637
+ * @public
1638
+ */
1404
1639
  export interface UpdateSolFunctionPackageInput {
1405
1640
  /**
1406
1641
  * <p>ID of the function package.</p>
@@ -1411,6 +1646,9 @@ export interface UpdateSolFunctionPackageInput {
1411
1646
  */
1412
1647
  operationalState: OperationalState | string | undefined;
1413
1648
  }
1649
+ /**
1650
+ * @public
1651
+ */
1414
1652
  export interface UpdateSolFunctionPackageOutput {
1415
1653
  /**
1416
1654
  * <p>Operational state of the function package.</p>
@@ -1418,6 +1656,7 @@ export interface UpdateSolFunctionPackageOutput {
1418
1656
  operationalState: OperationalState | string | undefined;
1419
1657
  }
1420
1658
  /**
1659
+ * @public
1421
1660
  * <p>Information parameters and/or the configurable properties for a network function.</p>
1422
1661
  * <p>A network function instance is a function in a function package .</p>
1423
1662
  */
@@ -1432,9 +1671,15 @@ export interface UpdateSolNetworkModify {
1432
1671
  */
1433
1672
  vnfConfigurableProperties: __DocumentType | undefined;
1434
1673
  }
1674
+ /**
1675
+ * @public
1676
+ */
1435
1677
  export declare enum UpdateSolNetworkType {
1436
1678
  MODIFY_VNF_INFORMATION = "MODIFY_VNF_INFORMATION"
1437
1679
  }
1680
+ /**
1681
+ * @public
1682
+ */
1438
1683
  export interface UpdateSolNetworkInstanceInput {
1439
1684
  /**
1440
1685
  * <p>ID of the network instance.</p>
@@ -1453,6 +1698,9 @@ export interface UpdateSolNetworkInstanceInput {
1453
1698
  */
1454
1699
  tags?: Record<string, string>;
1455
1700
  }
1701
+ /**
1702
+ * @public
1703
+ */
1456
1704
  export interface UpdateSolNetworkInstanceOutput {
1457
1705
  /**
1458
1706
  * <p>The identifier of the network operation.</p>
@@ -1463,6 +1711,9 @@ export interface UpdateSolNetworkInstanceOutput {
1463
1711
  */
1464
1712
  tags?: Record<string, string>;
1465
1713
  }
1714
+ /**
1715
+ * @public
1716
+ */
1466
1717
  export interface UpdateSolNetworkPackageInput {
1467
1718
  /**
1468
1719
  * <p>ID of the network service descriptor in the network package.</p>
@@ -1473,12 +1724,18 @@ export interface UpdateSolNetworkPackageInput {
1473
1724
  */
1474
1725
  nsdOperationalState: NsdOperationalState | string | undefined;
1475
1726
  }
1727
+ /**
1728
+ * @public
1729
+ */
1476
1730
  export interface UpdateSolNetworkPackageOutput {
1477
1731
  /**
1478
1732
  * <p>Operational state of the network service descriptor in the network package.</p>
1479
1733
  */
1480
1734
  nsdOperationalState: NsdOperationalState | string | undefined;
1481
1735
  }
1736
+ /**
1737
+ * @public
1738
+ */
1482
1739
  export interface ValidateSolFunctionPackageContentInput {
1483
1740
  /**
1484
1741
  * <p>Function package ID.</p>
@@ -1494,6 +1751,7 @@ export interface ValidateSolFunctionPackageContentInput {
1494
1751
  file: Uint8Array | undefined;
1495
1752
  }
1496
1753
  /**
1754
+ * @public
1497
1755
  * <p>Validates function package content metadata.</p>
1498
1756
  * <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>
1499
1757
  */
@@ -1504,6 +1762,9 @@ export interface ValidateSolFunctionPackageContentMetadata {
1504
1762
  */
1505
1763
  vnfd?: FunctionArtifactMeta;
1506
1764
  }
1765
+ /**
1766
+ * @public
1767
+ */
1507
1768
  export interface ValidateSolFunctionPackageContentOutput {
1508
1769
  /**
1509
1770
  * <p>Function package ID.</p>
@@ -1530,6 +1791,9 @@ export interface ValidateSolFunctionPackageContentOutput {
1530
1791
  */
1531
1792
  metadata: ValidateSolFunctionPackageContentMetadata | undefined;
1532
1793
  }
1794
+ /**
1795
+ * @public
1796
+ */
1533
1797
  export interface ValidateSolNetworkPackageContentInput {
1534
1798
  /**
1535
1799
  * <p>Network service descriptor file.</p>
@@ -1545,6 +1809,7 @@ export interface ValidateSolNetworkPackageContentInput {
1545
1809
  file: Uint8Array | undefined;
1546
1810
  }
1547
1811
  /**
1812
+ * @public
1548
1813
  * <p>Validates network package content metadata.</p>
1549
1814
  * <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>
1550
1815
  */
@@ -1555,6 +1820,9 @@ export interface ValidateSolNetworkPackageContentMetadata {
1555
1820
  */
1556
1821
  nsd?: NetworkArtifactMeta;
1557
1822
  }
1823
+ /**
1824
+ * @public
1825
+ */
1558
1826
  export interface ValidateSolNetworkPackageContentOutput {
1559
1827
  /**
1560
1828
  * <p>Network package ID.</p>