cdk-docker-image-deployment 0.0.170 → 0.0.172

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 (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +4 -0
  8. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  9. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2 -1
  10. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +639 -104
  11. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +10 -0
  12. package/node_modules/aws-sdk/apis/tnb-2008-10-21.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +1579 -0
  14. package/node_modules/aws-sdk/apis/tnb-2008-10-21.paginators.json +34 -0
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/auditmanager.d.ts +9 -9
  18. package/node_modules/aws-sdk/clients/connect.d.ts +158 -158
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +4 -0
  20. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +743 -128
  21. package/node_modules/aws-sdk/clients/securityhub.d.ts +85 -85
  22. package/node_modules/aws-sdk/clients/tnb.d.ts +1607 -0
  23. package/node_modules/aws-sdk/clients/tnb.js +18 -0
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +5 -5
@@ -0,0 +1,1579 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2008-10-21",
5
+ "endpointPrefix": "tnb",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS Telco Network Builder",
9
+ "serviceId": "tnb",
10
+ "signatureVersion": "v4",
11
+ "signingName": "tnb",
12
+ "uid": "tnb-2008-10-21"
13
+ },
14
+ "operations": {
15
+ "CancelSolNetworkOperation": {
16
+ "http": {
17
+ "requestUri": "/sol/nslcm/v1/ns_lcm_op_occs/{nsLcmOpOccId}/cancel",
18
+ "responseCode": 202
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "nsLcmOpOccId"
24
+ ],
25
+ "members": {
26
+ "nsLcmOpOccId": {
27
+ "location": "uri",
28
+ "locationName": "nsLcmOpOccId"
29
+ }
30
+ }
31
+ }
32
+ },
33
+ "CreateSolFunctionPackage": {
34
+ "http": {
35
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages",
36
+ "responseCode": 201
37
+ },
38
+ "input": {
39
+ "type": "structure",
40
+ "members": {
41
+ "tags": {
42
+ "shape": "S4"
43
+ }
44
+ }
45
+ },
46
+ "output": {
47
+ "type": "structure",
48
+ "required": [
49
+ "arn",
50
+ "id",
51
+ "onboardingState",
52
+ "operationalState",
53
+ "usageState"
54
+ ],
55
+ "members": {
56
+ "arn": {},
57
+ "id": {},
58
+ "onboardingState": {},
59
+ "operationalState": {},
60
+ "tags": {
61
+ "shape": "S4"
62
+ },
63
+ "usageState": {}
64
+ }
65
+ }
66
+ },
67
+ "CreateSolNetworkInstance": {
68
+ "http": {
69
+ "requestUri": "/sol/nslcm/v1/ns_instances",
70
+ "responseCode": 201
71
+ },
72
+ "input": {
73
+ "type": "structure",
74
+ "required": [
75
+ "nsName",
76
+ "nsdInfoId"
77
+ ],
78
+ "members": {
79
+ "nsDescription": {},
80
+ "nsName": {},
81
+ "nsdInfoId": {},
82
+ "tags": {
83
+ "shape": "S4"
84
+ }
85
+ }
86
+ },
87
+ "output": {
88
+ "type": "structure",
89
+ "required": [
90
+ "arn",
91
+ "id",
92
+ "nsInstanceName",
93
+ "nsdInfoId"
94
+ ],
95
+ "members": {
96
+ "arn": {},
97
+ "id": {},
98
+ "nsInstanceName": {},
99
+ "nsdInfoId": {},
100
+ "tags": {
101
+ "shape": "S4"
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "CreateSolNetworkPackage": {
107
+ "http": {
108
+ "requestUri": "/sol/nsd/v1/ns_descriptors",
109
+ "responseCode": 201
110
+ },
111
+ "input": {
112
+ "type": "structure",
113
+ "members": {
114
+ "tags": {
115
+ "shape": "S4"
116
+ }
117
+ }
118
+ },
119
+ "output": {
120
+ "type": "structure",
121
+ "required": [
122
+ "arn",
123
+ "id",
124
+ "nsdOnboardingState",
125
+ "nsdOperationalState",
126
+ "nsdUsageState"
127
+ ],
128
+ "members": {
129
+ "arn": {},
130
+ "id": {},
131
+ "nsdOnboardingState": {},
132
+ "nsdOperationalState": {},
133
+ "nsdUsageState": {},
134
+ "tags": {
135
+ "shape": "S4"
136
+ }
137
+ }
138
+ }
139
+ },
140
+ "DeleteSolFunctionPackage": {
141
+ "http": {
142
+ "method": "DELETE",
143
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}",
144
+ "responseCode": 204
145
+ },
146
+ "input": {
147
+ "type": "structure",
148
+ "required": [
149
+ "vnfPkgId"
150
+ ],
151
+ "members": {
152
+ "vnfPkgId": {
153
+ "location": "uri",
154
+ "locationName": "vnfPkgId"
155
+ }
156
+ }
157
+ },
158
+ "idempotent": true
159
+ },
160
+ "DeleteSolNetworkInstance": {
161
+ "http": {
162
+ "method": "DELETE",
163
+ "requestUri": "/sol/nslcm/v1/ns_instances/{nsInstanceId}",
164
+ "responseCode": 204
165
+ },
166
+ "input": {
167
+ "type": "structure",
168
+ "required": [
169
+ "nsInstanceId"
170
+ ],
171
+ "members": {
172
+ "nsInstanceId": {
173
+ "location": "uri",
174
+ "locationName": "nsInstanceId"
175
+ }
176
+ }
177
+ },
178
+ "idempotent": true
179
+ },
180
+ "DeleteSolNetworkPackage": {
181
+ "http": {
182
+ "method": "DELETE",
183
+ "requestUri": "/sol/nsd/v1/ns_descriptors/{nsdInfoId}",
184
+ "responseCode": 204
185
+ },
186
+ "input": {
187
+ "type": "structure",
188
+ "required": [
189
+ "nsdInfoId"
190
+ ],
191
+ "members": {
192
+ "nsdInfoId": {
193
+ "location": "uri",
194
+ "locationName": "nsdInfoId"
195
+ }
196
+ }
197
+ },
198
+ "idempotent": true
199
+ },
200
+ "GetSolFunctionInstance": {
201
+ "http": {
202
+ "method": "GET",
203
+ "requestUri": "/sol/vnflcm/v1/vnf_instances/{vnfInstanceId}",
204
+ "responseCode": 200
205
+ },
206
+ "input": {
207
+ "type": "structure",
208
+ "required": [
209
+ "vnfInstanceId"
210
+ ],
211
+ "members": {
212
+ "vnfInstanceId": {
213
+ "location": "uri",
214
+ "locationName": "vnfInstanceId"
215
+ }
216
+ }
217
+ },
218
+ "output": {
219
+ "type": "structure",
220
+ "required": [
221
+ "arn",
222
+ "id",
223
+ "instantiationState",
224
+ "metadata",
225
+ "nsInstanceId",
226
+ "vnfPkgId",
227
+ "vnfdId"
228
+ ],
229
+ "members": {
230
+ "arn": {},
231
+ "id": {},
232
+ "instantiatedVnfInfo": {
233
+ "type": "structure",
234
+ "members": {
235
+ "vnfState": {},
236
+ "vnfcResourceInfo": {
237
+ "type": "list",
238
+ "member": {
239
+ "type": "structure",
240
+ "members": {
241
+ "metadata": {
242
+ "type": "structure",
243
+ "members": {
244
+ "cluster": {},
245
+ "helmChart": {},
246
+ "nodeGroup": {}
247
+ }
248
+ }
249
+ }
250
+ }
251
+ }
252
+ }
253
+ },
254
+ "instantiationState": {},
255
+ "metadata": {
256
+ "type": "structure",
257
+ "required": [
258
+ "createdAt",
259
+ "lastModified"
260
+ ],
261
+ "members": {
262
+ "createdAt": {
263
+ "shape": "S15"
264
+ },
265
+ "lastModified": {
266
+ "shape": "S15"
267
+ }
268
+ }
269
+ },
270
+ "nsInstanceId": {},
271
+ "tags": {
272
+ "shape": "S4"
273
+ },
274
+ "vnfPkgId": {},
275
+ "vnfProductName": {},
276
+ "vnfProvider": {},
277
+ "vnfdId": {},
278
+ "vnfdVersion": {}
279
+ }
280
+ }
281
+ },
282
+ "GetSolFunctionPackage": {
283
+ "http": {
284
+ "method": "GET",
285
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}",
286
+ "responseCode": 200
287
+ },
288
+ "input": {
289
+ "type": "structure",
290
+ "required": [
291
+ "vnfPkgId"
292
+ ],
293
+ "members": {
294
+ "vnfPkgId": {
295
+ "location": "uri",
296
+ "locationName": "vnfPkgId"
297
+ }
298
+ }
299
+ },
300
+ "output": {
301
+ "type": "structure",
302
+ "required": [
303
+ "arn",
304
+ "id",
305
+ "onboardingState",
306
+ "operationalState",
307
+ "usageState"
308
+ ],
309
+ "members": {
310
+ "arn": {},
311
+ "id": {},
312
+ "metadata": {
313
+ "type": "structure",
314
+ "required": [
315
+ "createdAt",
316
+ "lastModified"
317
+ ],
318
+ "members": {
319
+ "createdAt": {
320
+ "shape": "S15"
321
+ },
322
+ "lastModified": {
323
+ "shape": "S15"
324
+ },
325
+ "vnfd": {
326
+ "shape": "S1a"
327
+ }
328
+ }
329
+ },
330
+ "onboardingState": {},
331
+ "operationalState": {},
332
+ "tags": {
333
+ "shape": "S4"
334
+ },
335
+ "usageState": {},
336
+ "vnfProductName": {},
337
+ "vnfProvider": {},
338
+ "vnfdId": {},
339
+ "vnfdVersion": {}
340
+ }
341
+ }
342
+ },
343
+ "GetSolFunctionPackageContent": {
344
+ "http": {
345
+ "method": "GET",
346
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}/package_content",
347
+ "responseCode": 200
348
+ },
349
+ "input": {
350
+ "type": "structure",
351
+ "required": [
352
+ "accept",
353
+ "vnfPkgId"
354
+ ],
355
+ "members": {
356
+ "accept": {
357
+ "location": "header",
358
+ "locationName": "Accept"
359
+ },
360
+ "vnfPkgId": {
361
+ "location": "uri",
362
+ "locationName": "vnfPkgId"
363
+ }
364
+ }
365
+ },
366
+ "output": {
367
+ "type": "structure",
368
+ "members": {
369
+ "contentType": {
370
+ "location": "header",
371
+ "locationName": "Content-Type"
372
+ },
373
+ "packageContent": {
374
+ "type": "blob"
375
+ }
376
+ },
377
+ "payload": "packageContent"
378
+ }
379
+ },
380
+ "GetSolFunctionPackageDescriptor": {
381
+ "http": {
382
+ "method": "GET",
383
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}/vnfd",
384
+ "responseCode": 200
385
+ },
386
+ "input": {
387
+ "type": "structure",
388
+ "required": [
389
+ "accept",
390
+ "vnfPkgId"
391
+ ],
392
+ "members": {
393
+ "accept": {
394
+ "location": "header",
395
+ "locationName": "Accept"
396
+ },
397
+ "vnfPkgId": {
398
+ "location": "uri",
399
+ "locationName": "vnfPkgId"
400
+ }
401
+ }
402
+ },
403
+ "output": {
404
+ "type": "structure",
405
+ "members": {
406
+ "contentType": {
407
+ "location": "header",
408
+ "locationName": "Content-Type"
409
+ },
410
+ "vnfd": {
411
+ "type": "blob"
412
+ }
413
+ },
414
+ "payload": "vnfd"
415
+ }
416
+ },
417
+ "GetSolNetworkInstance": {
418
+ "http": {
419
+ "method": "GET",
420
+ "requestUri": "/sol/nslcm/v1/ns_instances/{nsInstanceId}",
421
+ "responseCode": 200
422
+ },
423
+ "input": {
424
+ "type": "structure",
425
+ "required": [
426
+ "nsInstanceId"
427
+ ],
428
+ "members": {
429
+ "nsInstanceId": {
430
+ "location": "uri",
431
+ "locationName": "nsInstanceId"
432
+ }
433
+ }
434
+ },
435
+ "output": {
436
+ "type": "structure",
437
+ "required": [
438
+ "arn",
439
+ "id",
440
+ "metadata",
441
+ "nsInstanceDescription",
442
+ "nsInstanceName",
443
+ "nsdId",
444
+ "nsdInfoId"
445
+ ],
446
+ "members": {
447
+ "arn": {},
448
+ "id": {},
449
+ "lcmOpInfo": {
450
+ "type": "structure",
451
+ "required": [
452
+ "nsLcmOpOccId"
453
+ ],
454
+ "members": {
455
+ "nsLcmOpOccId": {}
456
+ }
457
+ },
458
+ "metadata": {
459
+ "type": "structure",
460
+ "required": [
461
+ "createdAt",
462
+ "lastModified"
463
+ ],
464
+ "members": {
465
+ "createdAt": {
466
+ "shape": "S15"
467
+ },
468
+ "lastModified": {
469
+ "shape": "S15"
470
+ }
471
+ }
472
+ },
473
+ "nsInstanceDescription": {},
474
+ "nsInstanceName": {},
475
+ "nsState": {},
476
+ "nsdId": {},
477
+ "nsdInfoId": {},
478
+ "tags": {
479
+ "shape": "S4"
480
+ }
481
+ }
482
+ }
483
+ },
484
+ "GetSolNetworkOperation": {
485
+ "http": {
486
+ "method": "GET",
487
+ "requestUri": "/sol/nslcm/v1/ns_lcm_op_occs/{nsLcmOpOccId}",
488
+ "responseCode": 200
489
+ },
490
+ "input": {
491
+ "type": "structure",
492
+ "required": [
493
+ "nsLcmOpOccId"
494
+ ],
495
+ "members": {
496
+ "nsLcmOpOccId": {
497
+ "location": "uri",
498
+ "locationName": "nsLcmOpOccId"
499
+ }
500
+ }
501
+ },
502
+ "output": {
503
+ "type": "structure",
504
+ "required": [
505
+ "arn"
506
+ ],
507
+ "members": {
508
+ "arn": {},
509
+ "error": {
510
+ "shape": "S1t"
511
+ },
512
+ "id": {},
513
+ "lcmOperationType": {},
514
+ "metadata": {
515
+ "type": "structure",
516
+ "required": [
517
+ "createdAt",
518
+ "lastModified"
519
+ ],
520
+ "members": {
521
+ "createdAt": {
522
+ "shape": "S15"
523
+ },
524
+ "lastModified": {
525
+ "shape": "S15"
526
+ }
527
+ }
528
+ },
529
+ "nsInstanceId": {},
530
+ "operationState": {},
531
+ "tags": {
532
+ "shape": "S4"
533
+ },
534
+ "tasks": {
535
+ "type": "list",
536
+ "member": {
537
+ "type": "structure",
538
+ "members": {
539
+ "taskContext": {
540
+ "type": "map",
541
+ "key": {},
542
+ "value": {}
543
+ },
544
+ "taskEndTime": {
545
+ "shape": "S15"
546
+ },
547
+ "taskErrorDetails": {
548
+ "type": "structure",
549
+ "members": {
550
+ "cause": {},
551
+ "details": {}
552
+ }
553
+ },
554
+ "taskName": {},
555
+ "taskStartTime": {
556
+ "shape": "S15"
557
+ },
558
+ "taskStatus": {}
559
+ }
560
+ }
561
+ }
562
+ }
563
+ }
564
+ },
565
+ "GetSolNetworkPackage": {
566
+ "http": {
567
+ "method": "GET",
568
+ "requestUri": "/sol/nsd/v1/ns_descriptors/{nsdInfoId}",
569
+ "responseCode": 200
570
+ },
571
+ "input": {
572
+ "type": "structure",
573
+ "required": [
574
+ "nsdInfoId"
575
+ ],
576
+ "members": {
577
+ "nsdInfoId": {
578
+ "location": "uri",
579
+ "locationName": "nsdInfoId"
580
+ }
581
+ }
582
+ },
583
+ "output": {
584
+ "type": "structure",
585
+ "required": [
586
+ "arn",
587
+ "id",
588
+ "metadata",
589
+ "nsdId",
590
+ "nsdName",
591
+ "nsdOnboardingState",
592
+ "nsdOperationalState",
593
+ "nsdUsageState",
594
+ "nsdVersion",
595
+ "vnfPkgIds"
596
+ ],
597
+ "members": {
598
+ "arn": {},
599
+ "id": {},
600
+ "metadata": {
601
+ "type": "structure",
602
+ "required": [
603
+ "createdAt",
604
+ "lastModified"
605
+ ],
606
+ "members": {
607
+ "createdAt": {
608
+ "shape": "S15"
609
+ },
610
+ "lastModified": {
611
+ "shape": "S15"
612
+ },
613
+ "nsd": {
614
+ "shape": "S27"
615
+ }
616
+ }
617
+ },
618
+ "nsdId": {},
619
+ "nsdName": {},
620
+ "nsdOnboardingState": {},
621
+ "nsdOperationalState": {},
622
+ "nsdUsageState": {},
623
+ "nsdVersion": {},
624
+ "tags": {
625
+ "shape": "S4"
626
+ },
627
+ "vnfPkgIds": {
628
+ "shape": "S28"
629
+ }
630
+ }
631
+ }
632
+ },
633
+ "GetSolNetworkPackageContent": {
634
+ "http": {
635
+ "method": "GET",
636
+ "requestUri": "/sol/nsd/v1/ns_descriptors/{nsdInfoId}/nsd_content",
637
+ "responseCode": 200
638
+ },
639
+ "input": {
640
+ "type": "structure",
641
+ "required": [
642
+ "accept",
643
+ "nsdInfoId"
644
+ ],
645
+ "members": {
646
+ "accept": {
647
+ "location": "header",
648
+ "locationName": "Accept"
649
+ },
650
+ "nsdInfoId": {
651
+ "location": "uri",
652
+ "locationName": "nsdInfoId"
653
+ }
654
+ }
655
+ },
656
+ "output": {
657
+ "type": "structure",
658
+ "members": {
659
+ "contentType": {
660
+ "location": "header",
661
+ "locationName": "Content-Type"
662
+ },
663
+ "nsdContent": {
664
+ "type": "blob"
665
+ }
666
+ },
667
+ "payload": "nsdContent"
668
+ }
669
+ },
670
+ "GetSolNetworkPackageDescriptor": {
671
+ "http": {
672
+ "method": "GET",
673
+ "requestUri": "/sol/nsd/v1/ns_descriptors/{nsdInfoId}/nsd",
674
+ "responseCode": 200
675
+ },
676
+ "input": {
677
+ "type": "structure",
678
+ "required": [
679
+ "nsdInfoId"
680
+ ],
681
+ "members": {
682
+ "nsdInfoId": {
683
+ "location": "uri",
684
+ "locationName": "nsdInfoId"
685
+ }
686
+ }
687
+ },
688
+ "output": {
689
+ "type": "structure",
690
+ "members": {
691
+ "contentType": {
692
+ "location": "header",
693
+ "locationName": "Content-Type"
694
+ },
695
+ "nsd": {
696
+ "type": "blob"
697
+ }
698
+ },
699
+ "payload": "nsd"
700
+ }
701
+ },
702
+ "InstantiateSolNetworkInstance": {
703
+ "http": {
704
+ "requestUri": "/sol/nslcm/v1/ns_instances/{nsInstanceId}/instantiate",
705
+ "responseCode": 201
706
+ },
707
+ "input": {
708
+ "type": "structure",
709
+ "required": [
710
+ "nsInstanceId"
711
+ ],
712
+ "members": {
713
+ "additionalParamsForNs": {
714
+ "shape": "S2e"
715
+ },
716
+ "dryRun": {
717
+ "location": "querystring",
718
+ "locationName": "dry_run",
719
+ "type": "boolean"
720
+ },
721
+ "nsInstanceId": {
722
+ "location": "uri",
723
+ "locationName": "nsInstanceId"
724
+ }
725
+ }
726
+ },
727
+ "output": {
728
+ "type": "structure",
729
+ "required": [
730
+ "nsLcmOpOccId"
731
+ ],
732
+ "members": {
733
+ "nsLcmOpOccId": {}
734
+ }
735
+ }
736
+ },
737
+ "ListSolFunctionInstances": {
738
+ "http": {
739
+ "method": "GET",
740
+ "requestUri": "/sol/vnflcm/v1/vnf_instances",
741
+ "responseCode": 200
742
+ },
743
+ "input": {
744
+ "type": "structure",
745
+ "members": {
746
+ "maxResults": {
747
+ "location": "querystring",
748
+ "locationName": "max_results",
749
+ "type": "integer"
750
+ },
751
+ "nextToken": {
752
+ "location": "querystring",
753
+ "locationName": "nextpage_opaque_marker"
754
+ }
755
+ }
756
+ },
757
+ "output": {
758
+ "type": "structure",
759
+ "members": {
760
+ "functionInstances": {
761
+ "type": "list",
762
+ "member": {
763
+ "type": "structure",
764
+ "required": [
765
+ "arn",
766
+ "id",
767
+ "instantiationState",
768
+ "metadata",
769
+ "nsInstanceId",
770
+ "vnfPkgId"
771
+ ],
772
+ "members": {
773
+ "arn": {},
774
+ "id": {},
775
+ "instantiatedVnfInfo": {
776
+ "type": "structure",
777
+ "members": {
778
+ "vnfState": {}
779
+ }
780
+ },
781
+ "instantiationState": {},
782
+ "metadata": {
783
+ "type": "structure",
784
+ "required": [
785
+ "createdAt",
786
+ "lastModified"
787
+ ],
788
+ "members": {
789
+ "createdAt": {
790
+ "shape": "S15"
791
+ },
792
+ "lastModified": {
793
+ "shape": "S15"
794
+ }
795
+ }
796
+ },
797
+ "nsInstanceId": {},
798
+ "vnfPkgId": {},
799
+ "vnfPkgName": {}
800
+ }
801
+ }
802
+ },
803
+ "nextToken": {}
804
+ }
805
+ }
806
+ },
807
+ "ListSolFunctionPackages": {
808
+ "http": {
809
+ "method": "GET",
810
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages",
811
+ "responseCode": 200
812
+ },
813
+ "input": {
814
+ "type": "structure",
815
+ "members": {
816
+ "maxResults": {
817
+ "location": "querystring",
818
+ "locationName": "max_results",
819
+ "type": "integer"
820
+ },
821
+ "nextToken": {
822
+ "location": "querystring",
823
+ "locationName": "nextpage_opaque_marker"
824
+ }
825
+ }
826
+ },
827
+ "output": {
828
+ "type": "structure",
829
+ "required": [
830
+ "functionPackages"
831
+ ],
832
+ "members": {
833
+ "functionPackages": {
834
+ "type": "list",
835
+ "member": {
836
+ "type": "structure",
837
+ "required": [
838
+ "arn",
839
+ "id",
840
+ "onboardingState",
841
+ "operationalState",
842
+ "usageState"
843
+ ],
844
+ "members": {
845
+ "arn": {},
846
+ "id": {},
847
+ "metadata": {
848
+ "type": "structure",
849
+ "required": [
850
+ "createdAt",
851
+ "lastModified"
852
+ ],
853
+ "members": {
854
+ "createdAt": {
855
+ "shape": "S15"
856
+ },
857
+ "lastModified": {
858
+ "shape": "S15"
859
+ }
860
+ }
861
+ },
862
+ "onboardingState": {},
863
+ "operationalState": {},
864
+ "usageState": {},
865
+ "vnfProductName": {},
866
+ "vnfProvider": {},
867
+ "vnfdId": {},
868
+ "vnfdVersion": {}
869
+ }
870
+ }
871
+ },
872
+ "nextToken": {}
873
+ }
874
+ }
875
+ },
876
+ "ListSolNetworkInstances": {
877
+ "http": {
878
+ "method": "GET",
879
+ "requestUri": "/sol/nslcm/v1/ns_instances",
880
+ "responseCode": 200
881
+ },
882
+ "input": {
883
+ "type": "structure",
884
+ "members": {
885
+ "maxResults": {
886
+ "location": "querystring",
887
+ "locationName": "max_results",
888
+ "type": "integer"
889
+ },
890
+ "nextToken": {
891
+ "location": "querystring",
892
+ "locationName": "nextpage_opaque_marker"
893
+ }
894
+ }
895
+ },
896
+ "output": {
897
+ "type": "structure",
898
+ "members": {
899
+ "networkInstances": {
900
+ "type": "list",
901
+ "member": {
902
+ "type": "structure",
903
+ "required": [
904
+ "arn",
905
+ "id",
906
+ "metadata",
907
+ "nsInstanceDescription",
908
+ "nsInstanceName",
909
+ "nsState",
910
+ "nsdId",
911
+ "nsdInfoId"
912
+ ],
913
+ "members": {
914
+ "arn": {},
915
+ "id": {},
916
+ "metadata": {
917
+ "type": "structure",
918
+ "required": [
919
+ "createdAt",
920
+ "lastModified"
921
+ ],
922
+ "members": {
923
+ "createdAt": {
924
+ "shape": "S15"
925
+ },
926
+ "lastModified": {
927
+ "shape": "S15"
928
+ }
929
+ }
930
+ },
931
+ "nsInstanceDescription": {},
932
+ "nsInstanceName": {},
933
+ "nsState": {},
934
+ "nsdId": {},
935
+ "nsdInfoId": {}
936
+ }
937
+ }
938
+ },
939
+ "nextToken": {}
940
+ }
941
+ }
942
+ },
943
+ "ListSolNetworkOperations": {
944
+ "http": {
945
+ "method": "GET",
946
+ "requestUri": "/sol/nslcm/v1/ns_lcm_op_occs",
947
+ "responseCode": 200
948
+ },
949
+ "input": {
950
+ "type": "structure",
951
+ "members": {
952
+ "maxResults": {
953
+ "location": "querystring",
954
+ "locationName": "max_results",
955
+ "type": "integer"
956
+ },
957
+ "nextToken": {
958
+ "location": "querystring",
959
+ "locationName": "nextpage_opaque_marker"
960
+ }
961
+ }
962
+ },
963
+ "output": {
964
+ "type": "structure",
965
+ "members": {
966
+ "networkOperations": {
967
+ "type": "list",
968
+ "member": {
969
+ "type": "structure",
970
+ "required": [
971
+ "arn",
972
+ "id",
973
+ "lcmOperationType",
974
+ "nsInstanceId",
975
+ "operationState"
976
+ ],
977
+ "members": {
978
+ "arn": {},
979
+ "error": {
980
+ "shape": "S1t"
981
+ },
982
+ "id": {},
983
+ "lcmOperationType": {},
984
+ "metadata": {
985
+ "type": "structure",
986
+ "required": [
987
+ "createdAt",
988
+ "lastModified"
989
+ ],
990
+ "members": {
991
+ "createdAt": {
992
+ "shape": "S15"
993
+ },
994
+ "lastModified": {
995
+ "shape": "S15"
996
+ }
997
+ }
998
+ },
999
+ "nsInstanceId": {},
1000
+ "operationState": {}
1001
+ }
1002
+ }
1003
+ },
1004
+ "nextToken": {}
1005
+ }
1006
+ }
1007
+ },
1008
+ "ListSolNetworkPackages": {
1009
+ "http": {
1010
+ "method": "GET",
1011
+ "requestUri": "/sol/nsd/v1/ns_descriptors",
1012
+ "responseCode": 200
1013
+ },
1014
+ "input": {
1015
+ "type": "structure",
1016
+ "members": {
1017
+ "maxResults": {
1018
+ "location": "querystring",
1019
+ "locationName": "max_results",
1020
+ "type": "integer"
1021
+ },
1022
+ "nextToken": {
1023
+ "location": "querystring",
1024
+ "locationName": "nextpage_opaque_marker"
1025
+ }
1026
+ }
1027
+ },
1028
+ "output": {
1029
+ "type": "structure",
1030
+ "required": [
1031
+ "networkPackages"
1032
+ ],
1033
+ "members": {
1034
+ "networkPackages": {
1035
+ "type": "list",
1036
+ "member": {
1037
+ "type": "structure",
1038
+ "required": [
1039
+ "arn",
1040
+ "id",
1041
+ "metadata",
1042
+ "nsdOnboardingState",
1043
+ "nsdOperationalState",
1044
+ "nsdUsageState"
1045
+ ],
1046
+ "members": {
1047
+ "arn": {},
1048
+ "id": {},
1049
+ "metadata": {
1050
+ "type": "structure",
1051
+ "required": [
1052
+ "createdAt",
1053
+ "lastModified"
1054
+ ],
1055
+ "members": {
1056
+ "createdAt": {
1057
+ "shape": "S15"
1058
+ },
1059
+ "lastModified": {
1060
+ "shape": "S15"
1061
+ }
1062
+ }
1063
+ },
1064
+ "nsdDesigner": {},
1065
+ "nsdId": {},
1066
+ "nsdInvariantId": {},
1067
+ "nsdName": {},
1068
+ "nsdOnboardingState": {},
1069
+ "nsdOperationalState": {},
1070
+ "nsdUsageState": {},
1071
+ "nsdVersion": {},
1072
+ "vnfPkgIds": {
1073
+ "shape": "S28"
1074
+ }
1075
+ }
1076
+ }
1077
+ },
1078
+ "nextToken": {}
1079
+ }
1080
+ }
1081
+ },
1082
+ "ListTagsForResource": {
1083
+ "http": {
1084
+ "method": "GET",
1085
+ "requestUri": "/tags/{resourceArn}",
1086
+ "responseCode": 200
1087
+ },
1088
+ "input": {
1089
+ "type": "structure",
1090
+ "required": [
1091
+ "resourceArn"
1092
+ ],
1093
+ "members": {
1094
+ "resourceArn": {
1095
+ "location": "uri",
1096
+ "locationName": "resourceArn"
1097
+ }
1098
+ }
1099
+ },
1100
+ "output": {
1101
+ "type": "structure",
1102
+ "required": [
1103
+ "tags"
1104
+ ],
1105
+ "members": {
1106
+ "tags": {
1107
+ "shape": "S4"
1108
+ }
1109
+ }
1110
+ }
1111
+ },
1112
+ "PutSolFunctionPackageContent": {
1113
+ "http": {
1114
+ "method": "PUT",
1115
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}/package_content",
1116
+ "responseCode": 202
1117
+ },
1118
+ "input": {
1119
+ "type": "structure",
1120
+ "required": [
1121
+ "file",
1122
+ "vnfPkgId"
1123
+ ],
1124
+ "members": {
1125
+ "contentType": {
1126
+ "location": "header",
1127
+ "locationName": "Content-Type"
1128
+ },
1129
+ "file": {
1130
+ "type": "blob"
1131
+ },
1132
+ "vnfPkgId": {
1133
+ "location": "uri",
1134
+ "locationName": "vnfPkgId"
1135
+ }
1136
+ },
1137
+ "payload": "file"
1138
+ },
1139
+ "output": {
1140
+ "type": "structure",
1141
+ "required": [
1142
+ "id",
1143
+ "metadata",
1144
+ "vnfProductName",
1145
+ "vnfProvider",
1146
+ "vnfdId",
1147
+ "vnfdVersion"
1148
+ ],
1149
+ "members": {
1150
+ "id": {},
1151
+ "metadata": {
1152
+ "type": "structure",
1153
+ "members": {
1154
+ "vnfd": {
1155
+ "shape": "S1a"
1156
+ }
1157
+ }
1158
+ },
1159
+ "vnfProductName": {},
1160
+ "vnfProvider": {},
1161
+ "vnfdId": {},
1162
+ "vnfdVersion": {}
1163
+ }
1164
+ },
1165
+ "idempotent": true
1166
+ },
1167
+ "PutSolNetworkPackageContent": {
1168
+ "http": {
1169
+ "method": "PUT",
1170
+ "requestUri": "/sol/nsd/v1/ns_descriptors/{nsdInfoId}/nsd_content",
1171
+ "responseCode": 200
1172
+ },
1173
+ "input": {
1174
+ "type": "structure",
1175
+ "required": [
1176
+ "file",
1177
+ "nsdInfoId"
1178
+ ],
1179
+ "members": {
1180
+ "contentType": {
1181
+ "location": "header",
1182
+ "locationName": "Content-Type"
1183
+ },
1184
+ "file": {
1185
+ "type": "blob"
1186
+ },
1187
+ "nsdInfoId": {
1188
+ "location": "uri",
1189
+ "locationName": "nsdInfoId"
1190
+ }
1191
+ },
1192
+ "payload": "file"
1193
+ },
1194
+ "output": {
1195
+ "type": "structure",
1196
+ "required": [
1197
+ "arn",
1198
+ "id",
1199
+ "metadata",
1200
+ "nsdId",
1201
+ "nsdName",
1202
+ "nsdVersion",
1203
+ "vnfPkgIds"
1204
+ ],
1205
+ "members": {
1206
+ "arn": {},
1207
+ "id": {},
1208
+ "metadata": {
1209
+ "type": "structure",
1210
+ "members": {
1211
+ "nsd": {
1212
+ "shape": "S27"
1213
+ }
1214
+ }
1215
+ },
1216
+ "nsdId": {},
1217
+ "nsdName": {},
1218
+ "nsdVersion": {},
1219
+ "vnfPkgIds": {
1220
+ "shape": "S28"
1221
+ }
1222
+ }
1223
+ },
1224
+ "idempotent": true
1225
+ },
1226
+ "TagResource": {
1227
+ "http": {
1228
+ "requestUri": "/tags/{resourceArn}",
1229
+ "responseCode": 200
1230
+ },
1231
+ "input": {
1232
+ "type": "structure",
1233
+ "required": [
1234
+ "resourceArn",
1235
+ "tags"
1236
+ ],
1237
+ "members": {
1238
+ "resourceArn": {
1239
+ "location": "uri",
1240
+ "locationName": "resourceArn"
1241
+ },
1242
+ "tags": {
1243
+ "shape": "S4"
1244
+ }
1245
+ }
1246
+ },
1247
+ "output": {
1248
+ "type": "structure",
1249
+ "members": {}
1250
+ },
1251
+ "idempotent": true
1252
+ },
1253
+ "TerminateSolNetworkInstance": {
1254
+ "http": {
1255
+ "requestUri": "/sol/nslcm/v1/ns_instances/{nsInstanceId}/terminate",
1256
+ "responseCode": 201
1257
+ },
1258
+ "input": {
1259
+ "type": "structure",
1260
+ "required": [
1261
+ "nsInstanceId"
1262
+ ],
1263
+ "members": {
1264
+ "nsInstanceId": {
1265
+ "location": "uri",
1266
+ "locationName": "nsInstanceId"
1267
+ }
1268
+ }
1269
+ },
1270
+ "output": {
1271
+ "type": "structure",
1272
+ "members": {
1273
+ "nsLcmOpOccId": {}
1274
+ }
1275
+ }
1276
+ },
1277
+ "UntagResource": {
1278
+ "http": {
1279
+ "method": "DELETE",
1280
+ "requestUri": "/tags/{resourceArn}",
1281
+ "responseCode": 200
1282
+ },
1283
+ "input": {
1284
+ "type": "structure",
1285
+ "required": [
1286
+ "resourceArn",
1287
+ "tagKeys"
1288
+ ],
1289
+ "members": {
1290
+ "resourceArn": {
1291
+ "location": "uri",
1292
+ "locationName": "resourceArn"
1293
+ },
1294
+ "tagKeys": {
1295
+ "location": "querystring",
1296
+ "locationName": "tagKeys",
1297
+ "type": "list",
1298
+ "member": {}
1299
+ }
1300
+ }
1301
+ },
1302
+ "output": {
1303
+ "type": "structure",
1304
+ "members": {}
1305
+ },
1306
+ "idempotent": true
1307
+ },
1308
+ "UpdateSolFunctionPackage": {
1309
+ "http": {
1310
+ "method": "PATCH",
1311
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}",
1312
+ "responseCode": 200
1313
+ },
1314
+ "input": {
1315
+ "type": "structure",
1316
+ "required": [
1317
+ "operationalState",
1318
+ "vnfPkgId"
1319
+ ],
1320
+ "members": {
1321
+ "operationalState": {},
1322
+ "vnfPkgId": {
1323
+ "location": "uri",
1324
+ "locationName": "vnfPkgId"
1325
+ }
1326
+ }
1327
+ },
1328
+ "output": {
1329
+ "type": "structure",
1330
+ "required": [
1331
+ "operationalState"
1332
+ ],
1333
+ "members": {
1334
+ "operationalState": {}
1335
+ }
1336
+ }
1337
+ },
1338
+ "UpdateSolNetworkInstance": {
1339
+ "http": {
1340
+ "requestUri": "/sol/nslcm/v1/ns_instances/{nsInstanceId}/update",
1341
+ "responseCode": 201
1342
+ },
1343
+ "input": {
1344
+ "type": "structure",
1345
+ "required": [
1346
+ "nsInstanceId",
1347
+ "updateType"
1348
+ ],
1349
+ "members": {
1350
+ "modifyVnfInfoData": {
1351
+ "type": "structure",
1352
+ "required": [
1353
+ "vnfConfigurableProperties",
1354
+ "vnfInstanceId"
1355
+ ],
1356
+ "members": {
1357
+ "vnfConfigurableProperties": {
1358
+ "shape": "S2e"
1359
+ },
1360
+ "vnfInstanceId": {}
1361
+ }
1362
+ },
1363
+ "nsInstanceId": {
1364
+ "location": "uri",
1365
+ "locationName": "nsInstanceId"
1366
+ },
1367
+ "updateType": {}
1368
+ }
1369
+ },
1370
+ "output": {
1371
+ "type": "structure",
1372
+ "members": {
1373
+ "nsLcmOpOccId": {}
1374
+ }
1375
+ }
1376
+ },
1377
+ "UpdateSolNetworkPackage": {
1378
+ "http": {
1379
+ "method": "PATCH",
1380
+ "requestUri": "/sol/nsd/v1/ns_descriptors/{nsdInfoId}",
1381
+ "responseCode": 200
1382
+ },
1383
+ "input": {
1384
+ "type": "structure",
1385
+ "required": [
1386
+ "nsdInfoId",
1387
+ "nsdOperationalState"
1388
+ ],
1389
+ "members": {
1390
+ "nsdInfoId": {
1391
+ "location": "uri",
1392
+ "locationName": "nsdInfoId"
1393
+ },
1394
+ "nsdOperationalState": {}
1395
+ }
1396
+ },
1397
+ "output": {
1398
+ "type": "structure",
1399
+ "required": [
1400
+ "nsdOperationalState"
1401
+ ],
1402
+ "members": {
1403
+ "nsdOperationalState": {}
1404
+ }
1405
+ }
1406
+ },
1407
+ "ValidateSolFunctionPackageContent": {
1408
+ "http": {
1409
+ "method": "PUT",
1410
+ "requestUri": "/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}/package_content/validate",
1411
+ "responseCode": 202
1412
+ },
1413
+ "input": {
1414
+ "type": "structure",
1415
+ "required": [
1416
+ "file",
1417
+ "vnfPkgId"
1418
+ ],
1419
+ "members": {
1420
+ "contentType": {
1421
+ "location": "header",
1422
+ "locationName": "Content-Type"
1423
+ },
1424
+ "file": {
1425
+ "type": "blob"
1426
+ },
1427
+ "vnfPkgId": {
1428
+ "location": "uri",
1429
+ "locationName": "vnfPkgId"
1430
+ }
1431
+ },
1432
+ "payload": "file"
1433
+ },
1434
+ "output": {
1435
+ "type": "structure",
1436
+ "required": [
1437
+ "id",
1438
+ "metadata",
1439
+ "vnfProductName",
1440
+ "vnfProvider",
1441
+ "vnfdId",
1442
+ "vnfdVersion"
1443
+ ],
1444
+ "members": {
1445
+ "id": {},
1446
+ "metadata": {
1447
+ "type": "structure",
1448
+ "members": {
1449
+ "vnfd": {
1450
+ "shape": "S1a"
1451
+ }
1452
+ }
1453
+ },
1454
+ "vnfProductName": {},
1455
+ "vnfProvider": {},
1456
+ "vnfdId": {},
1457
+ "vnfdVersion": {}
1458
+ }
1459
+ },
1460
+ "idempotent": true
1461
+ },
1462
+ "ValidateSolNetworkPackageContent": {
1463
+ "http": {
1464
+ "method": "PUT",
1465
+ "requestUri": "/sol/nsd/v1/ns_descriptors/{nsdInfoId}/nsd_content/validate",
1466
+ "responseCode": 200
1467
+ },
1468
+ "input": {
1469
+ "type": "structure",
1470
+ "required": [
1471
+ "file",
1472
+ "nsdInfoId"
1473
+ ],
1474
+ "members": {
1475
+ "contentType": {
1476
+ "location": "header",
1477
+ "locationName": "Content-Type"
1478
+ },
1479
+ "file": {
1480
+ "type": "blob"
1481
+ },
1482
+ "nsdInfoId": {
1483
+ "location": "uri",
1484
+ "locationName": "nsdInfoId"
1485
+ }
1486
+ },
1487
+ "payload": "file"
1488
+ },
1489
+ "output": {
1490
+ "type": "structure",
1491
+ "required": [
1492
+ "arn",
1493
+ "id",
1494
+ "metadata",
1495
+ "nsdId",
1496
+ "nsdName",
1497
+ "nsdVersion",
1498
+ "vnfPkgIds"
1499
+ ],
1500
+ "members": {
1501
+ "arn": {},
1502
+ "id": {},
1503
+ "metadata": {
1504
+ "type": "structure",
1505
+ "members": {
1506
+ "nsd": {
1507
+ "shape": "S27"
1508
+ }
1509
+ }
1510
+ },
1511
+ "nsdId": {},
1512
+ "nsdName": {},
1513
+ "nsdVersion": {},
1514
+ "vnfPkgIds": {
1515
+ "shape": "S28"
1516
+ }
1517
+ }
1518
+ },
1519
+ "idempotent": true
1520
+ }
1521
+ },
1522
+ "shapes": {
1523
+ "S4": {
1524
+ "type": "map",
1525
+ "key": {},
1526
+ "value": {},
1527
+ "sensitive": true
1528
+ },
1529
+ "S15": {
1530
+ "type": "timestamp",
1531
+ "timestampFormat": "iso8601"
1532
+ },
1533
+ "S1a": {
1534
+ "type": "structure",
1535
+ "members": {
1536
+ "overrides": {
1537
+ "shape": "S1b"
1538
+ }
1539
+ }
1540
+ },
1541
+ "S1b": {
1542
+ "type": "list",
1543
+ "member": {
1544
+ "type": "structure",
1545
+ "members": {
1546
+ "defaultValue": {},
1547
+ "name": {}
1548
+ }
1549
+ }
1550
+ },
1551
+ "S1t": {
1552
+ "type": "structure",
1553
+ "required": [
1554
+ "detail"
1555
+ ],
1556
+ "members": {
1557
+ "detail": {},
1558
+ "title": {}
1559
+ }
1560
+ },
1561
+ "S27": {
1562
+ "type": "structure",
1563
+ "members": {
1564
+ "overrides": {
1565
+ "shape": "S1b"
1566
+ }
1567
+ }
1568
+ },
1569
+ "S28": {
1570
+ "type": "list",
1571
+ "member": {}
1572
+ },
1573
+ "S2e": {
1574
+ "type": "structure",
1575
+ "members": {},
1576
+ "document": true
1577
+ }
1578
+ }
1579
+ }