File: types.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.24.1-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 554,032 kB
  • sloc: java: 15,941; makefile: 419; sh: 175
file content (657 lines) | stat: -rw-r--r-- 17,799 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
// Code generated by smithy-go-codegen DO NOT EDIT.

package types

import (
	"github.com/aws/aws-sdk-go-v2/service/tnb/document"
	smithydocument "github.com/aws/smithy-go/document"
	"time"
)

// Provides error information.
type ErrorInfo struct {

	// Error cause.
	Cause *string

	// Error details.
	Details *string

	noSmithyDocumentSerde
}

// Metadata for function package artifacts. Artifacts are the contents of the
// package descriptor file and the state of the package.
type FunctionArtifactMeta struct {

	// Lists of function package overrides.
	Overrides []ToscaOverride

	noSmithyDocumentSerde
}

// The metadata of a network function instance. A network function instance is a
// function in a function package .
type GetSolFunctionInstanceMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	noSmithyDocumentSerde
}

// Metadata related to the function package. 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.
type GetSolFunctionPackageMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	// Metadata related to the function package descriptor of the function package.
	Vnfd *FunctionArtifactMeta

	noSmithyDocumentSerde
}

// Information about a network function. 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.
type GetSolInstantiatedVnfInfo struct {

	// State of the network function.
	VnfState VnfOperationalState

	noSmithyDocumentSerde
}

// The metadata of a network instance. 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.
type GetSolNetworkInstanceMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	noSmithyDocumentSerde
}

// Metadata related to a network operation occurrence. A network operation is any
// operation that is done to your network, such as network instance instantiation
// or termination.
type GetSolNetworkOperationMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	noSmithyDocumentSerde
}

// Gets the details of a network operation. A network operation is any operation
// that is done to your network, such as network instance instantiation or
// termination.
type GetSolNetworkOperationTaskDetails struct {

	// Context for the network operation task.
	TaskContext map[string]string

	// Task end time.
	TaskEndTime *time.Time

	// Task error details.
	TaskErrorDetails *ErrorInfo

	// Task name.
	TaskName *string

	// Task start time.
	TaskStartTime *time.Time

	// Task status.
	TaskStatus TaskStatus

	noSmithyDocumentSerde
}

// Metadata associated with a network package. 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.
type GetSolNetworkPackageMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	// Metadata related to the onboarded network service descriptor in the network
	// package.
	Nsd *NetworkArtifactMeta

	noSmithyDocumentSerde
}

// Details of resource associated with a network function. 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.
type GetSolVnfcResourceInfo struct {

	// The metadata of the network function compute.
	Metadata *GetSolVnfcResourceInfoMetadata

	noSmithyDocumentSerde
}

// The metadata of a network function. 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.
type GetSolVnfcResourceInfoMetadata struct {

	// Information about the cluster.
	Cluster *string

	// Information about the helm chart.
	HelmChart *string

	// Information about the node group.
	NodeGroup *string

	noSmithyDocumentSerde
}

// Information about the network function. A network function instance is a
// function in a function package .
type GetSolVnfInfo struct {

	// State of the network function instance.
	VnfState VnfOperationalState

	// Compute info used by the network function instance.
	VnfcResourceInfo []GetSolVnfcResourceInfo

	noSmithyDocumentSerde
}

// Lifecycle management operation details on the network instance. Lifecycle
// management operations are deploy, update, or delete operations.
type LcmOperationInfo struct {

	// The identifier of the network operation.
	//
	// This member is required.
	NsLcmOpOccId *string

	noSmithyDocumentSerde
}

// Lists information about a network function instance. A network function
// instance is a function in a function package .
type ListSolFunctionInstanceInfo struct {

	// Network function instance ARN.
	//
	// This member is required.
	Arn *string

	// Network function instance ID.
	//
	// This member is required.
	Id *string

	// Network function instance instantiation state.
	//
	// This member is required.
	InstantiationState VnfInstantiationState

	// Network function instance metadata.
	//
	// This member is required.
	Metadata *ListSolFunctionInstanceMetadata

	// Network instance ID.
	//
	// This member is required.
	NsInstanceId *string

	// Function package ID.
	//
	// This member is required.
	VnfPkgId *string

	// Information about a network function. 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.
	InstantiatedVnfInfo *GetSolInstantiatedVnfInfo

	// Function package name.
	VnfPkgName *string

	noSmithyDocumentSerde
}

// Lists network function instance metadata. A network function instance is a
// function in a function package .
type ListSolFunctionInstanceMetadata struct {

	// When the network function instance was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// When the network function instance was last modified.
	//
	// This member is required.
	LastModified *time.Time

	noSmithyDocumentSerde
}

// Information about a function package. 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.
type ListSolFunctionPackageInfo struct {

	// Function package ARN.
	//
	// This member is required.
	Arn *string

	// ID of the function package.
	//
	// This member is required.
	Id *string

	// Onboarding state of the function package.
	//
	// This member is required.
	OnboardingState OnboardingState

	// Operational state of the function package.
	//
	// This member is required.
	OperationalState OperationalState

	// Usage state of the function package.
	//
	// This member is required.
	UsageState UsageState

	// The metadata of the function package.
	Metadata *ListSolFunctionPackageMetadata

	// The product name for the network function.
	VnfProductName *string

	// Provider of the function package and the function package descriptor.
	VnfProvider *string

	// Identifies the function package and the function package descriptor.
	VnfdId *string

	// Identifies the version of the function package descriptor.
	VnfdVersion *string

	noSmithyDocumentSerde
}

// Details for the function package metadata. 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.
type ListSolFunctionPackageMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	noSmithyDocumentSerde
}

// Info about the specific network instance. 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.
type ListSolNetworkInstanceInfo struct {

	// Network instance ARN.
	//
	// This member is required.
	Arn *string

	// ID of the network instance.
	//
	// This member is required.
	Id *string

	// The metadata of the network instance.
	//
	// This member is required.
	Metadata *ListSolNetworkInstanceMetadata

	// Human-readable description of the network instance.
	//
	// This member is required.
	NsInstanceDescription *string

	// Human-readable name of the network instance.
	//
	// This member is required.
	NsInstanceName *string

	// The state of the network instance.
	//
	// This member is required.
	NsState NsState

	// ID of the network service descriptor in the network package.
	//
	// This member is required.
	NsdId *string

	// ID of the network service descriptor in the network package.
	//
	// This member is required.
	NsdInfoId *string

	noSmithyDocumentSerde
}

// Metadata details for a network instance. 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.
type ListSolNetworkInstanceMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	noSmithyDocumentSerde
}

// Information parameters for a network operation.
type ListSolNetworkOperationsInfo struct {

	// Network operation ARN.
	//
	// This member is required.
	Arn *string

	// ID of this network operation.
	//
	// This member is required.
	Id *string

	// Type of lifecycle management network operation.
	//
	// This member is required.
	LcmOperationType LcmOperationType

	// ID of the network instance related to this operation.
	//
	// This member is required.
	NsInstanceId *string

	// The state of the network operation.
	//
	// This member is required.
	OperationState NsLcmOperationState

	// Error related to this specific network operation.
	Error *ProblemDetails

	// Metadata related to this network operation.
	Metadata *ListSolNetworkOperationsMetadata

	noSmithyDocumentSerde
}

// Metadata related to a network operation. A network operation is any operation
// that is done to your network, such as network instance instantiation or
// termination.
type ListSolNetworkOperationsMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	noSmithyDocumentSerde
}

// Details of a network package. 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.
type ListSolNetworkPackageInfo struct {

	// Network package ARN.
	//
	// This member is required.
	Arn *string

	// ID of the individual network package.
	//
	// This member is required.
	Id *string

	// The metadata of the network package.
	//
	// This member is required.
	Metadata *ListSolNetworkPackageMetadata

	// Onboarding state of the network service descriptor in the network package.
	//
	// This member is required.
	NsdOnboardingState NsdOnboardingState

	// Operational state of the network service descriptor in the network package.
	//
	// This member is required.
	NsdOperationalState NsdOperationalState

	// Usage state of the network service descriptor in the network package.
	//
	// This member is required.
	NsdUsageState NsdUsageState

	// Designer of the onboarded network service descriptor in the network package.
	NsdDesigner *string

	// ID of the network service descriptor on which the network package is based.
	NsdId *string

	// Identifies a network service descriptor in a version independent manner.
	NsdInvariantId *string

	// Name of the onboarded network service descriptor in the network package.
	NsdName *string

	// Version of the onboarded network service descriptor in the network package.
	NsdVersion *string

	// Identifies the function package for the function package descriptor referenced
	// by the onboarded network package.
	VnfPkgIds []string

	noSmithyDocumentSerde
}

// Metadata related to a network package. 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.
type ListSolNetworkPackageMetadata struct {

	// The date that the resource was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The date that the resource was last modified.
	//
	// This member is required.
	LastModified *time.Time

	noSmithyDocumentSerde
}

// Metadata for network package artifacts. Artifacts are the contents of the
// package descriptor file and the state of the package.
type NetworkArtifactMeta struct {

	// Lists network package overrides.
	Overrides []ToscaOverride

	noSmithyDocumentSerde
}

// Details related to problems with AWS TNB resources.
type ProblemDetails struct {

	// A human-readable explanation specific to this occurrence of the problem.
	//
	// This member is required.
	Detail *string

	// A human-readable title of the problem type.
	Title *string

	noSmithyDocumentSerde
}

// Update metadata in a function package. 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.
type PutSolFunctionPackageContentMetadata struct {

	// Metadata for function package artifacts. Artifacts are the contents of the
	// package descriptor file and the state of the package.
	Vnfd *FunctionArtifactMeta

	noSmithyDocumentSerde
}

// Update metadata in a network package. 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.
type PutSolNetworkPackageContentMetadata struct {

	// Metadata for network package artifacts. Artifacts are the contents of the
	// package descriptor file and the state of the package.
	Nsd *NetworkArtifactMeta

	noSmithyDocumentSerde
}

// Overrides of the TOSCA node.
type ToscaOverride struct {

	// Default value for the override.
	DefaultValue *string

	// Name of the TOSCA override.
	Name *string

	noSmithyDocumentSerde
}

// Information parameters and/or the configurable properties for a network
// function. A network function instance is a function in a function package .
type UpdateSolNetworkModify struct {

	// Provides values for the configurable properties declared in the function
	// package descriptor.
	//
	// This member is required.
	VnfConfigurableProperties document.Interface

	// ID of the network function instance. A network function instance is a function
	// in a function package .
	//
	// This member is required.
	VnfInstanceId *string

	noSmithyDocumentSerde
}

// Validates function package content metadata. 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.
type ValidateSolFunctionPackageContentMetadata struct {

	// Metadata for function package artifacts. Artifacts are the contents of the
	// package descriptor file and the state of the package.
	Vnfd *FunctionArtifactMeta

	noSmithyDocumentSerde
}

// Validates network package content metadata. 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.
type ValidateSolNetworkPackageContentMetadata struct {

	// Metadata for network package artifacts. Artifacts are the contents of the
	// package descriptor file and the state of the package.
	Nsd *NetworkArtifactMeta

	noSmithyDocumentSerde
}

type noSmithyDocumentSerde = smithydocument.NoSerde