package xml
Import Path
github.com/aws/smithy-go/encoding/xml (on go.dev )
Dependency Relation
imports 9 packages , and imported by 2 packages
Package-Level Type Names (total 13, in which 10 are exported)
/* sort exporteds by: alphabet | popularity */
type NodeDecoder (struct)
NodeDecoder is a XML decoder wrapper that is responsible to decoding
a single XML Node element and it's nested member elements. This wrapper decoder
takes in the start element of the top level node being decoded.
Fields (total 2, both are exported )
Decoder *xml .Decoder
StartEl xml .StartElement
Methods (total 3, all are exported )
( NodeDecoder) GetElement (name string ) (t xml .StartElement , err error )
GetElement looks for the given tag name at the current level, and returns the element if found, and
skipping over non-matching elements. Returns an error if the node is not found, or if an error occurs while walking
the document.
( NodeDecoder) Token () (t xml .StartElement , done bool , err error )
Token on a Node Decoder returns a xml StartElement. It returns a boolean that indicates the
a token is the node decoder's end node token; and an error which indicates any error
that occurred while retrieving the start element
( NodeDecoder) Value () (c []byte , err error )
Value provides an abstraction to retrieve char data value within an xml element.
The method will return an error if it encounters a nested xml element instead of char data.
This method should only be used to retrieve simple type or blob shape values as []byte.
As Outputs Of (at least one exported )
func WrapNodeDecoder (decoder *xml .Decoder , startEl xml .StartElement ) NodeDecoder
As Inputs Of (at least 220, none are exported )
/* 220+ unexporteds ... */ /* 220+ unexporteds: */
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAbortIncompleteMultipartUpload (v **types .AbortIncompleteMultipartUpload , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAccessControlTranslation (v **types .AccessControlTranslation , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAllowedHeaders (v *[]string , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAllowedHeadersUnwrapped (v *[]string , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAllowedMethods (v *[]string , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAllowedMethodsUnwrapped (v *[]string , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAllowedOrigins (v *[]string , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAllowedOriginsUnwrapped (v *[]string , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAnalyticsAndOperator (v **types .AnalyticsAndOperator , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAnalyticsConfiguration (v **types .AnalyticsConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAnalyticsConfigurationList (v *[]types .AnalyticsConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAnalyticsConfigurationListUnwrapped (v *[]types .AnalyticsConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAnalyticsExportDestination (v **types .AnalyticsExportDestination , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAnalyticsFilter (v *types .AnalyticsFilter , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentAnalyticsS3BucketDestination (v **types .AnalyticsS3BucketDestination , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentBucket (v **types .Bucket , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentBucketAlreadyExists (v **types .BucketAlreadyExists , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentBucketAlreadyOwnedByYou (v **types .BucketAlreadyOwnedByYou , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentBuckets (v *[]types .Bucket , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentBucketsUnwrapped (v *[]types .Bucket , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentChecksum (v **types .Checksum , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentChecksumAlgorithmList (v *[]types .ChecksumAlgorithm , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentChecksumAlgorithmListUnwrapped (v *[]types .ChecksumAlgorithm , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCommonPrefix (v **types .CommonPrefix , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCommonPrefixList (v *[]types .CommonPrefix , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCommonPrefixListUnwrapped (v *[]types .CommonPrefix , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCondition (v **types .Condition , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentContinuationEvent (v **types .ContinuationEvent , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCopyObjectResult (v **types .CopyObjectResult , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCopyPartResult (v **types .CopyPartResult , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCORSRule (v **types .CORSRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCORSRules (v *[]types .CORSRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentCORSRulesUnwrapped (v *[]types .CORSRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDefaultRetention (v **types .DefaultRetention , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDeletedObject (v **types .DeletedObject , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDeletedObjects (v *[]types .DeletedObject , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDeletedObjectsUnwrapped (v *[]types .DeletedObject , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDeleteMarkerEntry (v **types .DeleteMarkerEntry , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDeleteMarkerReplication (v **types .DeleteMarkerReplication , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDeleteMarkers (v *[]types .DeleteMarkerEntry , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDeleteMarkersUnwrapped (v *[]types .DeleteMarkerEntry , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentDestination (v **types .Destination , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentEncryptionConfiguration (v **types .EncryptionConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentEndEvent (v **types .EndEvent , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentError (v **types .Error , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentErrorDocument (v **types .ErrorDocument , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentErrors (v *[]types .Error , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentErrorsUnwrapped (v *[]types .Error , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentEventBridgeConfiguration (v **types .EventBridgeConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentEventList (v *[]types .Event , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentEventListUnwrapped (v *[]types .Event , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentExistingObjectReplication (v **types .ExistingObjectReplication , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentExposeHeaders (v *[]string , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentExposeHeadersUnwrapped (v *[]string , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentFilterRule (v **types .FilterRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentFilterRuleList (v *[]types .FilterRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentFilterRuleListUnwrapped (v *[]types .FilterRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentGetObjectAttributesParts (v **types .GetObjectAttributesParts , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentGrant (v **types .Grant , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentGrantee (v **types .Grantee , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentGrants (v *[]types .Grant , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentGrantsUnwrapped (v *[]types .Grant , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentIndexDocument (v **types .IndexDocument , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInitiator (v **types .Initiator , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentIntelligentTieringAndOperator (v **types .IntelligentTieringAndOperator , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentIntelligentTieringConfiguration (v **types .IntelligentTieringConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentIntelligentTieringConfigurationList (v *[]types .IntelligentTieringConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentIntelligentTieringConfigurationListUnwrapped (v *[]types .IntelligentTieringConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentIntelligentTieringFilter (v **types .IntelligentTieringFilter , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInvalidObjectState (v **types .InvalidObjectState , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryConfiguration (v **types .InventoryConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryConfigurationList (v *[]types .InventoryConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryConfigurationListUnwrapped (v *[]types .InventoryConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryDestination (v **types .InventoryDestination , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryEncryption (v **types .InventoryEncryption , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryFilter (v **types .InventoryFilter , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryOptionalFields (v *[]types .InventoryOptionalField , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryOptionalFieldsUnwrapped (v *[]types .InventoryOptionalField , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventoryS3BucketDestination (v **types .InventoryS3BucketDestination , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentInventorySchedule (v **types .InventorySchedule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLambdaFunctionConfiguration (v **types .LambdaFunctionConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLambdaFunctionConfigurationList (v *[]types .LambdaFunctionConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLambdaFunctionConfigurationListUnwrapped (v *[]types .LambdaFunctionConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLifecycleExpiration (v **types .LifecycleExpiration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLifecycleRule (v **types .LifecycleRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLifecycleRuleAndOperator (v **types .LifecycleRuleAndOperator , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLifecycleRuleFilter (v *types .LifecycleRuleFilter , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLifecycleRules (v *[]types .LifecycleRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLifecycleRulesUnwrapped (v *[]types .LifecycleRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentLoggingEnabled (v **types .LoggingEnabled , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMetrics (v **types .Metrics , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMetricsAndOperator (v **types .MetricsAndOperator , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMetricsConfiguration (v **types .MetricsConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMetricsConfigurationList (v *[]types .MetricsConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMetricsConfigurationListUnwrapped (v *[]types .MetricsConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMetricsFilter (v *types .MetricsFilter , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMultipartUpload (v **types .MultipartUpload , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMultipartUploadList (v *[]types .MultipartUpload , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentMultipartUploadListUnwrapped (v *[]types .MultipartUpload , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNoncurrentVersionExpiration (v **types .NoncurrentVersionExpiration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNoncurrentVersionTransition (v **types .NoncurrentVersionTransition , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNoncurrentVersionTransitionList (v *[]types .NoncurrentVersionTransition , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNoncurrentVersionTransitionListUnwrapped (v *[]types .NoncurrentVersionTransition , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNoSuchBucket (v **types .NoSuchBucket , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNoSuchKey (v **types .NoSuchKey , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNoSuchUpload (v **types .NoSuchUpload , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNotFound (v **types .NotFound , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentNotificationConfigurationFilter (v **types .NotificationConfigurationFilter , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObject (v **types .Object , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectAlreadyInActiveTierError (v **types .ObjectAlreadyInActiveTierError , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectList (v *[]types .Object , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectListUnwrapped (v *[]types .Object , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectLockConfiguration (v **types .ObjectLockConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectLockLegalHold (v **types .ObjectLockLegalHold , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectLockRetention (v **types .ObjectLockRetention , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectLockRule (v **types .ObjectLockRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectNotInActiveTierError (v **types .ObjectNotInActiveTierError , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectPart (v **types .ObjectPart , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectVersion (v **types .ObjectVersion , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectVersionList (v *[]types .ObjectVersion , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentObjectVersionListUnwrapped (v *[]types .ObjectVersion , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentOwner (v **types .Owner , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentOwnershipControls (v **types .OwnershipControls , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentOwnershipControlsRule (v **types .OwnershipControlsRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentOwnershipControlsRules (v *[]types .OwnershipControlsRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentOwnershipControlsRulesUnwrapped (v *[]types .OwnershipControlsRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentPart (v **types .Part , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentParts (v *[]types .Part , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentPartsList (v *[]types .ObjectPart , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentPartsListUnwrapped (v *[]types .ObjectPart , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentPartsUnwrapped (v *[]types .Part , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentPolicyStatus (v **types .PolicyStatus , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentProgress (v **types .Progress , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentPublicAccessBlockConfiguration (v **types .PublicAccessBlockConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentQueueConfiguration (v **types .QueueConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentQueueConfigurationList (v *[]types .QueueConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentQueueConfigurationListUnwrapped (v *[]types .QueueConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentRedirect (v **types .Redirect , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentRedirectAllRequestsTo (v **types .RedirectAllRequestsTo , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicaModifications (v **types .ReplicaModifications , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicationConfiguration (v **types .ReplicationConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicationRule (v **types .ReplicationRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicationRuleAndOperator (v **types .ReplicationRuleAndOperator , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicationRuleFilter (v *types .ReplicationRuleFilter , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicationRules (v *[]types .ReplicationRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicationRulesUnwrapped (v *[]types .ReplicationRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicationTime (v **types .ReplicationTime , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentReplicationTimeValue (v **types .ReplicationTimeValue , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentRoutingRule (v **types .RoutingRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentRoutingRules (v *[]types .RoutingRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentRoutingRulesUnwrapped (v *[]types .RoutingRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentS3KeyFilter (v **types .S3KeyFilter , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentServerSideEncryptionByDefault (v **types .ServerSideEncryptionByDefault , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentServerSideEncryptionConfiguration (v **types .ServerSideEncryptionConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentServerSideEncryptionRule (v **types .ServerSideEncryptionRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentServerSideEncryptionRules (v *[]types .ServerSideEncryptionRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentServerSideEncryptionRulesUnwrapped (v *[]types .ServerSideEncryptionRule , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentSourceSelectionCriteria (v **types .SourceSelectionCriteria , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentSSEKMS (v **types .SSEKMS , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentSseKmsEncryptedObjects (v **types .SseKmsEncryptedObjects , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentSSES3 (v **types .SSES3 , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentStats (v **types .Stats , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentStorageClassAnalysis (v **types .StorageClassAnalysis , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentStorageClassAnalysisDataExport (v **types .StorageClassAnalysisDataExport , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTag (v **types .Tag , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTagSet (v *[]types .Tag , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTagSetUnwrapped (v *[]types .Tag , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTargetGrant (v **types .TargetGrant , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTargetGrants (v *[]types .TargetGrant , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTargetGrantsUnwrapped (v *[]types .TargetGrant , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTiering (v **types .Tiering , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTieringList (v *[]types .Tiering , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTieringListUnwrapped (v *[]types .Tiering , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTopicConfiguration (v **types .TopicConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTopicConfigurationList (v *[]types .TopicConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTopicConfigurationListUnwrapped (v *[]types .TopicConfiguration , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTransition (v **types .Transition , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTransitionList (v *[]types .Transition , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeDocumentTransitionListUnwrapped (v *[]types .Transition , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentCompleteMultipartUploadOutput (v **s3 .CompleteMultipartUploadOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentCopyObjectOutput (v **s3 .CopyObjectOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentCreateMultipartUploadOutput (v **s3 .CreateMultipartUploadOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentDeleteObjectsOutput (v **s3 .DeleteObjectsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketAccelerateConfigurationOutput (v **s3 .GetBucketAccelerateConfigurationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketAclOutput (v **s3 .GetBucketAclOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketAnalyticsConfigurationOutput (v **s3 .GetBucketAnalyticsConfigurationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketCorsOutput (v **s3 .GetBucketCorsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketEncryptionOutput (v **s3 .GetBucketEncryptionOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketIntelligentTieringConfigurationOutput (v **s3 .GetBucketIntelligentTieringConfigurationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketInventoryConfigurationOutput (v **s3 .GetBucketInventoryConfigurationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketLifecycleConfigurationOutput (v **s3 .GetBucketLifecycleConfigurationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketLocationOutput (v **s3 .GetBucketLocationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketLoggingOutput (v **s3 .GetBucketLoggingOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketMetricsConfigurationOutput (v **s3 .GetBucketMetricsConfigurationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketNotificationConfigurationOutput (v **s3 .GetBucketNotificationConfigurationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketOwnershipControlsOutput (v **s3 .GetBucketOwnershipControlsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketPolicyStatusOutput (v **s3 .GetBucketPolicyStatusOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketReplicationOutput (v **s3 .GetBucketReplicationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketRequestPaymentOutput (v **s3 .GetBucketRequestPaymentOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketTaggingOutput (v **s3 .GetBucketTaggingOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketVersioningOutput (v **s3 .GetBucketVersioningOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetBucketWebsiteOutput (v **s3 .GetBucketWebsiteOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetObjectAclOutput (v **s3 .GetObjectAclOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetObjectAttributesOutput (v **s3 .GetObjectAttributesOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetObjectLegalHoldOutput (v **s3 .GetObjectLegalHoldOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetObjectLockConfigurationOutput (v **s3 .GetObjectLockConfigurationOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetObjectRetentionOutput (v **s3 .GetObjectRetentionOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetObjectTaggingOutput (v **s3 .GetObjectTaggingOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentGetPublicAccessBlockOutput (v **s3 .GetPublicAccessBlockOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListBucketAnalyticsConfigurationsOutput (v **s3 .ListBucketAnalyticsConfigurationsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListBucketIntelligentTieringConfigurationsOutput (v **s3 .ListBucketIntelligentTieringConfigurationsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListBucketInventoryConfigurationsOutput (v **s3 .ListBucketInventoryConfigurationsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListBucketMetricsConfigurationsOutput (v **s3 .ListBucketMetricsConfigurationsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListBucketsOutput (v **s3 .ListBucketsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListMultipartUploadsOutput (v **s3 .ListMultipartUploadsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListObjectsOutput (v **s3 .ListObjectsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListObjectsV2Output (v **s3 .ListObjectsV2Output , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListObjectVersionsOutput (v **s3 .ListObjectVersionsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentListPartsOutput (v **s3 .ListPartsOutput , decoder NodeDecoder ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_deserializeOpDocumentUploadPartCopyOutput (v **s3 .UploadPartCopyOutput , decoder NodeDecoder ) error
type StartElement (struct)
A StartElement represents an XML start element.
Fields (total 2, both are exported )
Attr []Attr
Name Name
Methods (total 3, in which 2 are exported )
( StartElement) Copy () StartElement
Copy creates a new copy of StartElement.
( StartElement) End () EndElement
End returns the corresponding XML end element.
/* one unexported ... */ /* one unexported: */
( StartElement) isZero () bool
returns true if start element local name is empty
As Outputs Of (at least one exported )
func StartElement.Copy () StartElement
As Inputs Of (at least 10, in which 4 are exported )
func Encoder .RootElement (element StartElement ) Value
func Value .ArrayWithCustomName (element StartElement ) *Array
func Value .FlattenedElement (element StartElement ) Value
func Value .MemberElement (element StartElement ) Value
/* 6+ unexporteds ... */ /* 6+ unexporteds: */
func newArray (w writer , scratch *[]byte , memberStartElement StartElement , arrayStartElement StartElement , isFlattened bool ) *Array
func newArray (w writer , scratch *[]byte , memberStartElement StartElement , arrayStartElement StartElement , isFlattened bool ) *Array
func newFlattenedMap (w writer , scratch *[]byte , memberWrapper StartElement ) *Map
func newFlattenedValue (w writer , scratch *[]byte , startElement StartElement ) Value
func newValue (w writer , scratch *[]byte , startElement StartElement ) Value
func writeStartElement (w writer , el StartElement ) error
As Types Of (total 2, neither is exported )
/* 2 unexporteds ... */ /* 2 unexporteds: */
var arrayMemberWrapper
var mapEntryWrapper
type Value (struct)
Value represents an XML Value type
XML Value types: Object, Array, Map, String, Number, Boolean.
Fields (total 4, none are exported )
/* 4 unexporteds ... */ /* 4 unexporteds: */
isFlattened bool
indicates if the Value represents a flattened shape
scratch *[]byte
startElement StartElement
xml start element is the associated start element for the Value
w writer
Methods (total 20, in which 19 are exported )
( Value) Array () *Array
Array returns an array encoder. By default, the members of array are
wrapped with `<member>` element tag.
If value is marked as flattened, the start element is used to wrap the members instead of
the `<member>` element.
( Value) ArrayWithCustomName (element StartElement ) *Array
ArrayWithCustomName returns an array encoder.
It takes named start element as an argument, the named start element will used to wrap xml array entries.
for eg, `<someList><customName>entry1</customName></someList>`
Here `customName` named start element will be wrapped on each array member.
( Value) Base64EncodeBytes (v []byte )
Base64EncodeBytes writes v as a base64 value in XML string.
It will auto close the parent xml element tag.
( Value) BigDecimal (v *big .Float )
BigDecimal encodes v big.Float as XML value.
It will auto close the parent xml element tag.
( Value) BigInteger (v *big .Int )
BigInteger encodes v big.Int as XML value.
It will auto close the parent xml element tag.
( Value) Boolean (v bool )
Boolean encodes v as a XML boolean.
It will auto close the parent xml element tag.
( Value) Byte (v int8 )
Byte encodes v as a XML number.
It will auto close the parent xml element tag.
( Value) Close ()
Close closes the value.
( Value) Double (v float64 )
Double encodes v as a XML number.
It will auto close the parent xml element tag.
( Value) FlattenedElement (element StartElement ) Value
FlattenedElement returns flattened element encoding. It returns a Value.
This method should be used for flattened shapes.
Unlike MemberElement, flattened element will NOT write element tags
directly for the associated start element.
The value returned by the FlattenedElement does not need to be closed.
( Value) Float (v float32 )
Float encodes v as a XML number.
It will auto close the parent xml element tag.
( Value) Integer (v int32 )
Integer encodes v as a XML number.
It will auto close the parent xml element tag.
( Value) IsFlattened () bool
IsFlattened returns true if value is for flattened shape.
( Value) Long (v int64 )
Long encodes v as a XML number.
It will auto close the parent xml element tag.
( Value) Map () *Map
Map returns a map encoder. By default, the map entries are
wrapped with `<entry>` element tag.
If value is marked as flattened, the start element is used to wrap the entry instead of
the `<member>` element.
( Value) MemberElement (element StartElement ) Value
MemberElement does member element encoding. It returns a Value.
Member Element method should be used for all shapes except flattened shapes.
A call to MemberElement will write nested element tags directly using the
provided start element. The value returned by MemberElement should be closed.
( Value) Short (v int16 )
Short encodes v as a XML number.
It will auto close the parent xml element tag.
( Value) String (v string )
String encodes v as a XML string.
It will auto close the parent xml element tag.
( Value) Write (v []byte , escapeXMLText bool )
Write writes v directly to the xml document
if escapeXMLText is set to true, write will escape text.
It will auto close the parent xml element tag.
/* one unexported ... */ /* one unexported: */
( Value) float (v float64 , bits int )
As Outputs Of (at least 7, in which 5 are exported )
func (*Array ).Member () Value
func Encoder .RootElement (element StartElement ) Value
func (*Map ).Entry () Value
func Value.FlattenedElement (element StartElement ) Value
func Value.MemberElement (element StartElement ) Value
/* 2+ unexporteds ... */ /* 2+ unexporteds: */
func newFlattenedValue (w writer , scratch *[]byte , startElement StartElement ) Value
func newValue (w writer , scratch *[]byte , startElement StartElement ) Value
As Inputs Of (at least 133, none are exported )
/* 133+ unexporteds ... */ /* 133+ unexporteds: */
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAbortIncompleteMultipartUpload (v *types .AbortIncompleteMultipartUpload , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAccelerateConfiguration (v *types .AccelerateConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAccessControlPolicy (v *types .AccessControlPolicy , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAccessControlTranslation (v *types .AccessControlTranslation , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAllowedHeaders (v []string , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAllowedMethods (v []string , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAllowedOrigins (v []string , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAnalyticsAndOperator (v *types .AnalyticsAndOperator , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAnalyticsConfiguration (v *types .AnalyticsConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAnalyticsExportDestination (v *types .AnalyticsExportDestination , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAnalyticsFilter (v types .AnalyticsFilter , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentAnalyticsS3BucketDestination (v *types .AnalyticsS3BucketDestination , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentBucketLifecycleConfiguration (v *types .BucketLifecycleConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentBucketLoggingStatus (v *types .BucketLoggingStatus , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCompletedMultipartUpload (v *types .CompletedMultipartUpload , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCompletedPart (v *types .CompletedPart , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCompletedPartList (v []types .CompletedPart , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCondition (v *types .Condition , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCORSConfiguration (v *types .CORSConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCORSRule (v *types .CORSRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCORSRules (v []types .CORSRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCreateBucketConfiguration (v *types .CreateBucketConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCSVInput (v *types .CSVInput , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentCSVOutput (v *types .CSVOutput , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentDefaultRetention (v *types .DefaultRetention , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentDelete (v *types .Delete , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentDeleteMarkerReplication (v *types .DeleteMarkerReplication , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentDestination (v *types .Destination , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentEncryption (v *types .Encryption , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentEncryptionConfiguration (v *types .EncryptionConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentErrorDocument (v *types .ErrorDocument , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentEventBridgeConfiguration (v *types .EventBridgeConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentEventList (v []types .Event , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentExistingObjectReplication (v *types .ExistingObjectReplication , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentExposeHeaders (v []string , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentFilterRule (v *types .FilterRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentFilterRuleList (v []types .FilterRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentGlacierJobParameters (v *types .GlacierJobParameters , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentGrant (v *types .Grant , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentGrantee (v *types .Grantee , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentGrants (v []types .Grant , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentIndexDocument (v *types .IndexDocument , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentInputSerialization (v *types .InputSerialization , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentIntelligentTieringAndOperator (v *types .IntelligentTieringAndOperator , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentIntelligentTieringConfiguration (v *types .IntelligentTieringConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentIntelligentTieringFilter (v *types .IntelligentTieringFilter , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentInventoryConfiguration (v *types .InventoryConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentInventoryDestination (v *types .InventoryDestination , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentInventoryEncryption (v *types .InventoryEncryption , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentInventoryFilter (v *types .InventoryFilter , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentInventoryOptionalFields (v []types .InventoryOptionalField , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentInventoryS3BucketDestination (v *types .InventoryS3BucketDestination , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentInventorySchedule (v *types .InventorySchedule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentJSONInput (v *types .JSONInput , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentJSONOutput (v *types .JSONOutput , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentLambdaFunctionConfiguration (v *types .LambdaFunctionConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentLambdaFunctionConfigurationList (v []types .LambdaFunctionConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentLifecycleExpiration (v *types .LifecycleExpiration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentLifecycleRule (v *types .LifecycleRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentLifecycleRuleAndOperator (v *types .LifecycleRuleAndOperator , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentLifecycleRuleFilter (v types .LifecycleRuleFilter , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentLifecycleRules (v []types .LifecycleRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentLoggingEnabled (v *types .LoggingEnabled , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentMetadataEntry (v *types .MetadataEntry , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentMetrics (v *types .Metrics , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentMetricsAndOperator (v *types .MetricsAndOperator , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentMetricsConfiguration (v *types .MetricsConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentMetricsFilter (v types .MetricsFilter , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentNoncurrentVersionExpiration (v *types .NoncurrentVersionExpiration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentNoncurrentVersionTransition (v *types .NoncurrentVersionTransition , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentNoncurrentVersionTransitionList (v []types .NoncurrentVersionTransition , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentNotificationConfiguration (v *types .NotificationConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentNotificationConfigurationFilter (v *types .NotificationConfigurationFilter , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentObjectIdentifier (v *types .ObjectIdentifier , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentObjectIdentifierList (v []types .ObjectIdentifier , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentObjectLockConfiguration (v *types .ObjectLockConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentObjectLockLegalHold (v *types .ObjectLockLegalHold , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentObjectLockRetention (v *types .ObjectLockRetention , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentObjectLockRule (v *types .ObjectLockRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentOutputLocation (v *types .OutputLocation , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentOutputSerialization (v *types .OutputSerialization , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentOwner (v *types .Owner , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentOwnershipControls (v *types .OwnershipControls , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentOwnershipControlsRule (v *types .OwnershipControlsRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentOwnershipControlsRules (v []types .OwnershipControlsRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentParquetInput (v *types .ParquetInput , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentPublicAccessBlockConfiguration (v *types .PublicAccessBlockConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentQueueConfiguration (v *types .QueueConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentQueueConfigurationList (v []types .QueueConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentRedirect (v *types .Redirect , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentRedirectAllRequestsTo (v *types .RedirectAllRequestsTo , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentReplicaModifications (v *types .ReplicaModifications , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentReplicationConfiguration (v *types .ReplicationConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentReplicationRule (v *types .ReplicationRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentReplicationRuleAndOperator (v *types .ReplicationRuleAndOperator , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentReplicationRuleFilter (v types .ReplicationRuleFilter , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentReplicationRules (v []types .ReplicationRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentReplicationTime (v *types .ReplicationTime , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentReplicationTimeValue (v *types .ReplicationTimeValue , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentRequestPaymentConfiguration (v *types .RequestPaymentConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentRequestProgress (v *types .RequestProgress , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentRestoreRequest (v *types .RestoreRequest , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentRoutingRule (v *types .RoutingRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentRoutingRules (v []types .RoutingRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentS3KeyFilter (v *types .S3KeyFilter , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentS3Location (v *types .S3Location , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentScanRange (v *types .ScanRange , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentSelectParameters (v *types .SelectParameters , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentServerSideEncryptionByDefault (v *types .ServerSideEncryptionByDefault , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentServerSideEncryptionConfiguration (v *types .ServerSideEncryptionConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentServerSideEncryptionRule (v *types .ServerSideEncryptionRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentServerSideEncryptionRules (v []types .ServerSideEncryptionRule , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentSourceSelectionCriteria (v *types .SourceSelectionCriteria , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentSSEKMS (v *types .SSEKMS , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentSseKmsEncryptedObjects (v *types .SseKmsEncryptedObjects , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentSSES3 (v *types .SSES3 , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentStorageClassAnalysis (v *types .StorageClassAnalysis , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentStorageClassAnalysisDataExport (v *types .StorageClassAnalysisDataExport , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTag (v *types .Tag , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTagging (v *types .Tagging , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTagSet (v []types .Tag , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTargetGrant (v *types .TargetGrant , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTargetGrants (v []types .TargetGrant , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTiering (v *types .Tiering , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTieringList (v []types .Tiering , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTopicConfiguration (v *types .TopicConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTopicConfigurationList (v []types .TopicConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTransition (v *types .Transition , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentTransitionList (v []types .Transition , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentUserMetadata (v []types .MetadataEntry , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentVersioningConfiguration (v *types .VersioningConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeDocumentWebsiteConfiguration (v *types .WebsiteConfiguration , value Value ) error
func github.com/aws/aws-sdk-go-v2/service/s3.awsRestxml_serializeOpDocumentSelectObjectContentInput (v *s3 .SelectObjectContentInput , value Value ) error
/* 3 unexporteds ... */ /* 3 unexporteds: */ type writer (interface)
writer interface used by the xml encoder to write an encoded xml
document in a writer.
Methods (total 5, all are exported )
( writer) Bytes () []byte
Bytes return a byte slice.
( writer) String () string
String method returns a string
( writer) Write (p []byte ) (n int , err error )
Write takes in a byte slice and returns number of bytes written and error
( writer) WriteRune (r rune ) (n int , err error )
WriteRune takes in a rune and returns number of bytes written and error
( writer) WriteString (s string ) (n int , err error )
WriteString takes in a string and returns number of bytes written and error
Implemented By (at least 4, in which 2 are exported )
*github.com/vmihailenco/bufpool.Buffer
*bytes.Buffer
/* 2+ unexporteds ... */ /* 2+ unexporteds: */
*encoding/json.encodeState
*golang.org/x/tools/internal/gcimporter.intWriter
Implements (at least 10, in which 4 are exported )
writer : expvar.Var
writer : fmt.Stringer
writer : io.StringWriter
writer : io.Writer
/* 6+ unexporteds ... */ /* 6+ unexporteds: */
writer : github.com/aws/smithy-go/middleware.stringer
writer : github.com/aws/smithy-go/middleware.stringWriter
writer : context.stringer
writer : golang.org/x/net/http2.stringWriter
writer : net/http.http2stringWriter
writer : runtime.stringer
As Inputs Of (at least 12, in which 1 are exported )
func NewEncoder (w writer ) *Encoder
/* 11+ unexporteds ... */ /* 11+ unexporteds: */
func encodeByteSlice (w writer , scratch []byte , v []byte )
func escapeString (e writer , s string )
func escapeText (e writer , s []byte )
func newArray (w writer , scratch *[]byte , memberStartElement StartElement , arrayStartElement StartElement , isFlattened bool ) *Array
func newFlattenedMap (w writer , scratch *[]byte , memberWrapper StartElement ) *Map
func newFlattenedValue (w writer , scratch *[]byte , startElement StartElement ) Value
func newMap (w writer , scratch *[]byte ) *Map
func newValue (w writer , scratch *[]byte , startElement StartElement ) Value
func writeAttribute (w writer , attr *Attr )
func writeEndElement (w writer , el EndElement ) error
func writeStartElement (w writer , el StartElement ) error