File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (122 lines) | stat: -rw-r--r-- 6,628 bytes parent folder | download | duplicates (3)
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
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package medicalimaging provides the API client, operations, and parameter types
// for AWS Health Imaging.
//
// This is the AWS HealthImaging API Reference. AWS HealthImaging is a HIPAA
// eligible service that empowers healthcare providers, life science organizations,
// and their software partners to store, analyze, and share medical images in the
// cloud at petabyte scale. For an introduction to the service, see the [AWS HealthImaging Developer Guide].
//
// We recommend using one of the AWS Software Development Kits (SDKs) for your
// programming language, as they take care of request authentication,
// serialization, and connection management. For more information, see [Tools to build on AWS].
//
// The following sections list AWS HealthImaging API actions categorized according
// to functionality. Links are provided to actions within this Reference, along
// with links back to corresponding sections in the AWS HealthImaging Developer
// Guide where you can view tested code examples.
//
// # Data store actions
//
// [CreateDatastore]
//   - – See [Creating a data store].
//
// [GetDatastore]
//   - – See [Getting data store properties].
//
// [ListDatastores]
//   - – See [Listing data stores].
//
// [DeleteDatastore]
//   - – See [Deleting a data store].
//
// # Import job actions
//
// [StartDICOMImportJob]
//   - – See [Starting an import job].
//
// [GetDICOMImportJob]
//   - – See [Getting import job properties].
//
// [ListDICOMImportJobs]
//   - – See [Listing import jobs].
//
// # Image set access actions
//
// [SearchImageSets]
//   - – See [Searching image sets].
//
// [GetImageSet]
//   - – See [Getting image set properties].
//
// [GetImageSetMetadata]
//   - – See [Getting image set metadata].
//
// [GetImageFrame]
//   - – See [Getting image set pixel data].
//
// # Image set modification actions
//
// [ListImageSetVersions]
//   - – See [Listing image set versions].
//
// [UpdateImageSetMetadata]
//   - – See [Updating image set metadata].
//
// [CopyImageSet]
//   - – See [Copying an image set].
//
// [DeleteImageSet]
//   - – See [Deleting an image set].
//
// # Tagging actions
//
// [TagResource]
//   - – See [Tagging a resource].
//
// [ListTagsForResource]
//   - – See [Listing tags for a resource].
//
// [UntagResource]
//   - – See [Untagging a resource].
//
// [ListDICOMImportJobs]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html
// [CopyImageSet]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html
// [TagResource]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html
// [Updating image set metadata]: https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html
// [Creating a data store]: https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html
// [GetDatastore]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html
// [Tagging a resource]: https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-resource.html
// [Listing data stores]: https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html
// [DeleteDatastore]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html
// [Getting image set pixel data]: https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html
// [CreateDatastore]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html
// [ListImageSetVersions]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html
// [GetImageFrame]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html
// [Copying an image set]: https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html
// [GetImageSet]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html
// [Listing image set versions]: https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html
// [DeleteImageSet]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html
// [GetImageSetMetadata]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html
// [Starting an import job]: https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html
// [SearchImageSets]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html
// [UpdateImageSetMetadata]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html
// [Deleting a data store]: https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html
// [Listing import jobs]: https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html
// [Deleting an image set]: https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html
// [Listing tags for a resource]: https://docs.aws.amazon.com/healthimaging/latest/devguide/list-tag-resource.html
// [Getting image set metadata]: https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html
// [Untagging a resource]: https://docs.aws.amazon.com/healthimaging/latest/devguide/untag-resource.html
// [ListDatastores]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html
// [UntagResource]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html
// [StartDICOMImportJob]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html
// [Getting import job properties]: https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html
// [Getting data store properties]: https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html
// [Searching image sets]: https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html
// [GetDICOMImportJob]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html
// [AWS HealthImaging Developer Guide]: https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html
// [Tools to build on AWS]: http://aws.amazon.com/developer/tools
// [Getting image set properties]: https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html
// [ListTagsForResource]: https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html
package medicalimaging