type github.com/aws/smithy-go/encoding/xml.Value

163 uses

	github.com/aws/smithy-go/encoding/xml (current package)
		array.go#L45: func (a *Array) Member() Value {
		encoder.go#L49: func (e Encoder) RootElement(element StartElement) Value {
		map.go#L49: func (m *Map) Entry() Value {
		value.go#L14: type Value struct {
		value.go#L26: func newFlattenedValue(w writer, scratch *[]byte, startElement StartElement) Value {
		value.go#L27: 	return Value{
		value.go#L35: func newValue(w writer, scratch *[]byte, startElement StartElement) Value {
		value.go#L37: 	return Value{w: w, scratch: scratch, startElement: startElement}
		value.go#L106: func (xv Value) String(v string) {
		value.go#L113: func (xv Value) Byte(v int8) {
		value.go#L119: func (xv Value) Short(v int16) {
		value.go#L125: func (xv Value) Integer(v int32) {
		value.go#L131: func (xv Value) Long(v int64) {
		value.go#L140: func (xv Value) Float(v float32) {
		value.go#L147: func (xv Value) Double(v float64) {
		value.go#L152: func (xv Value) float(v float64, bits int) {
		value.go#L159: func (xv Value) Boolean(v bool) {
		value.go#L168: func (xv Value) Base64EncodeBytes(v []byte) {
		value.go#L175: func (xv Value) BigInteger(v *big.Int) {
		value.go#L182: func (xv Value) BigDecimal(v *big.Float) {
		value.go#L195: func (xv Value) Write(v []byte, escapeXMLText bool) {
		value.go#L212: func (xv Value) MemberElement(element StartElement) Value {
		value.go#L223: func (xv Value) FlattenedElement(element StartElement) Value {
		value.go#L233: func (xv Value) Array() *Array {
		value.go#L244: func (xv Value) ArrayWithCustomName(element StartElement) *Array {
		value.go#L255: func (xv Value) Map() *Map {
		value.go#L295: func (xv Value) IsFlattened() bool {
		value.go#L300: func (xv Value) Close() {

	github.com/aws/aws-sdk-go-v2/service/s3
		serializers.go#L7940: func awsRestxml_serializeOpDocumentSelectObjectContentInput(v *SelectObjectContentInput, value smithyxml.Value) error {
		serializers.go#L8576: func awsRestxml_serializeDocumentAbortIncompleteMultipartUpload(v *types.AbortIncompleteMultipartUpload, value smithyxml.Value) error {
		serializers.go#L8592: func awsRestxml_serializeDocumentAccelerateConfiguration(v *types.AccelerateConfiguration, value smithyxml.Value) error {
		serializers.go#L8608: func awsRestxml_serializeDocumentAccessControlPolicy(v *types.AccessControlPolicy, value smithyxml.Value) error {
		serializers.go#L8639: func awsRestxml_serializeDocumentAccessControlTranslation(v *types.AccessControlTranslation, value smithyxml.Value) error {
		serializers.go#L8655: func awsRestxml_serializeDocumentAllowedHeaders(v []string, value smithyxml.Value) error {
		serializers.go#L8668: func awsRestxml_serializeDocumentAllowedMethods(v []string, value smithyxml.Value) error {
		serializers.go#L8681: func awsRestxml_serializeDocumentAllowedOrigins(v []string, value smithyxml.Value) error {
		serializers.go#L8694: func awsRestxml_serializeDocumentAnalyticsAndOperator(v *types.AnalyticsAndOperator, value smithyxml.Value) error {
		serializers.go#L8723: func awsRestxml_serializeDocumentAnalyticsConfiguration(v *types.AnalyticsConfiguration, value smithyxml.Value) error {
		serializers.go#L8765: func awsRestxml_serializeDocumentAnalyticsExportDestination(v *types.AnalyticsExportDestination, value smithyxml.Value) error {
		serializers.go#L8783: func awsRestxml_serializeDocumentAnalyticsFilter(v types.AnalyticsFilter, value smithyxml.Value) error {
		serializers.go#L8830: func awsRestxml_serializeDocumentAnalyticsS3BucketDestination(v *types.AnalyticsS3BucketDestination, value smithyxml.Value) error {
		serializers.go#L8879: func awsRestxml_serializeDocumentBucketLifecycleConfiguration(v *types.BucketLifecycleConfiguration, value smithyxml.Value) error {
		serializers.go#L8897: func awsRestxml_serializeDocumentBucketLoggingStatus(v *types.BucketLoggingStatus, value smithyxml.Value) error {
		serializers.go#L8915: func awsRestxml_serializeDocumentCompletedMultipartUpload(v *types.CompletedMultipartUpload, value smithyxml.Value) error {
		serializers.go#L8933: func awsRestxml_serializeDocumentCompletedPart(v *types.CompletedPart, value smithyxml.Value) error {
		serializers.go#L9004: func awsRestxml_serializeDocumentCompletedPartList(v []types.CompletedPart, value smithyxml.Value) error {
		serializers.go#L9019: func awsRestxml_serializeDocumentCondition(v *types.Condition, value smithyxml.Value) error {
		serializers.go#L9046: func awsRestxml_serializeDocumentCORSConfiguration(v *types.CORSConfiguration, value smithyxml.Value) error {
		serializers.go#L9064: func awsRestxml_serializeDocumentCORSRule(v *types.CORSRule, value smithyxml.Value) error {
		serializers.go#L9143: func awsRestxml_serializeDocumentCORSRules(v []types.CORSRule, value smithyxml.Value) error {
		serializers.go#L9158: func awsRestxml_serializeDocumentCreateBucketConfiguration(v *types.CreateBucketConfiguration, value smithyxml.Value) error {
		serializers.go#L9174: func awsRestxml_serializeDocumentCSVInput(v *types.CSVInput, value smithyxml.Value) error {
		serializers.go#L9256: func awsRestxml_serializeDocumentCSVOutput(v *types.CSVOutput, value smithyxml.Value) error {
		serializers.go#L9316: func awsRestxml_serializeDocumentDefaultRetention(v *types.DefaultRetention, value smithyxml.Value) error {
		serializers.go#L9354: func awsRestxml_serializeDocumentDelete(v *types.Delete, value smithyxml.Value) error {
		serializers.go#L9383: func awsRestxml_serializeDocumentDeleteMarkerReplication(v *types.DeleteMarkerReplication, value smithyxml.Value) error {
		serializers.go#L9399: func awsRestxml_serializeDocumentDestination(v *types.Destination, value smithyxml.Value) error {
		serializers.go#L9489: func awsRestxml_serializeDocumentEncryption(v *types.Encryption, value smithyxml.Value) error {
		serializers.go#L9527: func awsRestxml_serializeDocumentEncryptionConfiguration(v *types.EncryptionConfiguration, value smithyxml.Value) error {
		serializers.go#L9543: func awsRestxml_serializeDocumentErrorDocument(v *types.ErrorDocument, value smithyxml.Value) error {
		serializers.go#L9559: func awsRestxml_serializeDocumentEventBridgeConfiguration(v *types.EventBridgeConfiguration, value smithyxml.Value) error {
		serializers.go#L9564: func awsRestxml_serializeDocumentEventList(v []types.Event, value smithyxml.Value) error {
		serializers.go#L9577: func awsRestxml_serializeDocumentExistingObjectReplication(v *types.ExistingObjectReplication, value smithyxml.Value) error {
		serializers.go#L9593: func awsRestxml_serializeDocumentExposeHeaders(v []string, value smithyxml.Value) error {
		serializers.go#L9606: func awsRestxml_serializeDocumentFilterRule(v *types.FilterRule, value smithyxml.Value) error {
		serializers.go#L9633: func awsRestxml_serializeDocumentFilterRuleList(v []types.FilterRule, value smithyxml.Value) error {
		serializers.go#L9648: func awsRestxml_serializeDocumentGlacierJobParameters(v *types.GlacierJobParameters, value smithyxml.Value) error {
		serializers.go#L9664: func awsRestxml_serializeDocumentGrant(v *types.Grant, value smithyxml.Value) error {
		serializers.go#L9699: func awsRestxml_serializeDocumentGrantee(v *types.Grantee, value smithyxml.Value) error {
		serializers.go#L9748: func awsRestxml_serializeDocumentGrants(v []types.Grant, value smithyxml.Value) error {
		serializers.go#L9770: func awsRestxml_serializeDocumentIndexDocument(v *types.IndexDocument, value smithyxml.Value) error {
		serializers.go#L9786: func awsRestxml_serializeDocumentInputSerialization(v *types.InputSerialization, value smithyxml.Value) error {
		serializers.go#L9841: func awsRestxml_serializeDocumentIntelligentTieringAndOperator(v *types.IntelligentTieringAndOperator, value smithyxml.Value) error {
		serializers.go#L9870: func awsRestxml_serializeDocumentIntelligentTieringConfiguration(v *types.IntelligentTieringConfiguration, value smithyxml.Value) error {
		serializers.go#L9923: func awsRestxml_serializeDocumentIntelligentTieringFilter(v *types.IntelligentTieringFilter, value smithyxml.Value) error {
		serializers.go#L9965: func awsRestxml_serializeDocumentInventoryConfiguration(v *types.InventoryConfiguration, value smithyxml.Value) error {
		serializers.go#L10055: func awsRestxml_serializeDocumentInventoryDestination(v *types.InventoryDestination, value smithyxml.Value) error {
		serializers.go#L10073: func awsRestxml_serializeDocumentInventoryEncryption(v *types.InventoryEncryption, value smithyxml.Value) error {
		serializers.go#L10104: func awsRestxml_serializeDocumentInventoryFilter(v *types.InventoryFilter, value smithyxml.Value) error {
		serializers.go#L10120: func awsRestxml_serializeDocumentInventoryOptionalFields(v []types.InventoryOptionalField, value smithyxml.Value) error {
		serializers.go#L10140: func awsRestxml_serializeDocumentInventoryS3BucketDestination(v *types.InventoryS3BucketDestination, value smithyxml.Value) error {
		serializers.go#L10202: func awsRestxml_serializeDocumentInventorySchedule(v *types.InventorySchedule, value smithyxml.Value) error {
		serializers.go#L10218: func awsRestxml_serializeDocumentJSONInput(v *types.JSONInput, value smithyxml.Value) error {
		serializers.go#L10234: func awsRestxml_serializeDocumentJSONOutput(v *types.JSONOutput, value smithyxml.Value) error {
		serializers.go#L10250: func awsRestxml_serializeDocumentLambdaFunctionConfiguration(v *types.LambdaFunctionConfiguration, value smithyxml.Value) error {
		serializers.go#L10303: func awsRestxml_serializeDocumentLambdaFunctionConfigurationList(v []types.LambdaFunctionConfiguration, value smithyxml.Value) error {
		serializers.go#L10318: func awsRestxml_serializeDocumentLifecycleExpiration(v *types.LifecycleExpiration, value smithyxml.Value) error {
		serializers.go#L10356: func awsRestxml_serializeDocumentLifecycleRule(v *types.LifecycleRule, value smithyxml.Value) error {
		serializers.go#L10472: func awsRestxml_serializeDocumentLifecycleRuleAndOperator(v *types.LifecycleRuleAndOperator, value smithyxml.Value) error {
		serializers.go#L10523: func awsRestxml_serializeDocumentLifecycleRuleFilter(v types.LifecycleRuleFilter, value smithyxml.Value) error {
		serializers.go#L10592: func awsRestxml_serializeDocumentLifecycleRules(v []types.LifecycleRule, value smithyxml.Value) error {
		serializers.go#L10607: func awsRestxml_serializeDocumentLoggingEnabled(v *types.LoggingEnabled, value smithyxml.Value) error {
		serializers.go#L10647: func awsRestxml_serializeDocumentMetadataEntry(v *types.MetadataEntry, value smithyxml.Value) error {
		serializers.go#L10674: func awsRestxml_serializeDocumentMetrics(v *types.Metrics, value smithyxml.Value) error {
		serializers.go#L10703: func awsRestxml_serializeDocumentMetricsAndOperator(v *types.MetricsAndOperator, value smithyxml.Value) error {
		serializers.go#L10743: func awsRestxml_serializeDocumentMetricsConfiguration(v *types.MetricsConfiguration, value smithyxml.Value) error {
		serializers.go#L10772: func awsRestxml_serializeDocumentMetricsFilter(v types.MetricsFilter, value smithyxml.Value) error {
		serializers.go#L10830: func awsRestxml_serializeDocumentNoncurrentVersionExpiration(v *types.NoncurrentVersionExpiration, value smithyxml.Value) error {
		serializers.go#L10857: func awsRestxml_serializeDocumentNoncurrentVersionTransition(v *types.NoncurrentVersionTransition, value smithyxml.Value) error {
		serializers.go#L10895: func awsRestxml_serializeDocumentNoncurrentVersionTransitionList(v []types.NoncurrentVersionTransition, value smithyxml.Value) error {
		serializers.go#L10910: func awsRestxml_serializeDocumentNotificationConfiguration(v *types.NotificationConfiguration, value smithyxml.Value) error {
		serializers.go#L10967: func awsRestxml_serializeDocumentNotificationConfigurationFilter(v *types.NotificationConfigurationFilter, value smithyxml.Value) error {
		serializers.go#L10985: func awsRestxml_serializeDocumentObjectIdentifier(v *types.ObjectIdentifier, value smithyxml.Value) error {
		serializers.go#L11012: func awsRestxml_serializeDocumentObjectIdentifierList(v []types.ObjectIdentifier, value smithyxml.Value) error {
		serializers.go#L11027: func awsRestxml_serializeDocumentObjectLockConfiguration(v *types.ObjectLockConfiguration, value smithyxml.Value) error {
		serializers.go#L11056: func awsRestxml_serializeDocumentObjectLockLegalHold(v *types.ObjectLockLegalHold, value smithyxml.Value) error {
		serializers.go#L11072: func awsRestxml_serializeDocumentObjectLockRetention(v *types.ObjectLockRetention, value smithyxml.Value) error {
		serializers.go#L11099: func awsRestxml_serializeDocumentObjectLockRule(v *types.ObjectLockRule, value smithyxml.Value) error {
		serializers.go#L11117: func awsRestxml_serializeDocumentOutputLocation(v *types.OutputLocation, value smithyxml.Value) error {
		serializers.go#L11135: func awsRestxml_serializeDocumentOutputSerialization(v *types.OutputSerialization, value smithyxml.Value) error {
		serializers.go#L11166: func awsRestxml_serializeDocumentOwner(v *types.Owner, value smithyxml.Value) error {
		serializers.go#L11193: func awsRestxml_serializeDocumentOwnershipControls(v *types.OwnershipControls, value smithyxml.Value) error {
		serializers.go#L11211: func awsRestxml_serializeDocumentOwnershipControlsRule(v *types.OwnershipControlsRule, value smithyxml.Value) error {
		serializers.go#L11227: func awsRestxml_serializeDocumentOwnershipControlsRules(v []types.OwnershipControlsRule, value smithyxml.Value) error {
		serializers.go#L11242: func awsRestxml_serializeDocumentParquetInput(v *types.ParquetInput, value smithyxml.Value) error {
		serializers.go#L11247: func awsRestxml_serializeDocumentPublicAccessBlockConfiguration(v *types.PublicAccessBlockConfiguration, value smithyxml.Value) error {
		serializers.go#L11296: func awsRestxml_serializeDocumentQueueConfiguration(v *types.QueueConfiguration, value smithyxml.Value) error {
		serializers.go#L11349: func awsRestxml_serializeDocumentQueueConfigurationList(v []types.QueueConfiguration, value smithyxml.Value) error {
		serializers.go#L11364: func awsRestxml_serializeDocumentRedirect(v *types.Redirect, value smithyxml.Value) error {
		serializers.go#L11424: func awsRestxml_serializeDocumentRedirectAllRequestsTo(v *types.RedirectAllRequestsTo, value smithyxml.Value) error {
		serializers.go#L11451: func awsRestxml_serializeDocumentReplicaModifications(v *types.ReplicaModifications, value smithyxml.Value) error {
		serializers.go#L11467: func awsRestxml_serializeDocumentReplicationConfiguration(v *types.ReplicationConfiguration, value smithyxml.Value) error {
		serializers.go#L11496: func awsRestxml_serializeDocumentReplicationRule(v *types.ReplicationRule, value smithyxml.Value) error {
		serializers.go#L11610: func awsRestxml_serializeDocumentReplicationRuleAndOperator(v *types.ReplicationRuleAndOperator, value smithyxml.Value) error {
		serializers.go#L11639: func awsRestxml_serializeDocumentReplicationRuleFilter(v types.ReplicationRuleFilter, value smithyxml.Value) error {
		serializers.go#L11686: func awsRestxml_serializeDocumentReplicationRules(v []types.ReplicationRule, value smithyxml.Value) error {
		serializers.go#L11701: func awsRestxml_serializeDocumentReplicationTime(v *types.ReplicationTime, value smithyxml.Value) error {
		serializers.go#L11730: func awsRestxml_serializeDocumentReplicationTimeValue(v *types.ReplicationTimeValue, value smithyxml.Value) error {
		serializers.go#L11746: func awsRestxml_serializeDocumentRequestPaymentConfiguration(v *types.RequestPaymentConfiguration, value smithyxml.Value) error {
		serializers.go#L11762: func awsRestxml_serializeDocumentRequestProgress(v *types.RequestProgress, value smithyxml.Value) error {
		serializers.go#L11778: func awsRestxml_serializeDocumentRestoreRequest(v *types.RestoreRequest, value smithyxml.Value) error {
		serializers.go#L11866: func awsRestxml_serializeDocumentRoutingRule(v *types.RoutingRule, value smithyxml.Value) error {
		serializers.go#L11897: func awsRestxml_serializeDocumentRoutingRules(v []types.RoutingRule, value smithyxml.Value) error {
		serializers.go#L11919: func awsRestxml_serializeDocumentS3KeyFilter(v *types.S3KeyFilter, value smithyxml.Value) error {
		serializers.go#L11937: func awsRestxml_serializeDocumentS3Location(v *types.S3Location, value smithyxml.Value) error {
		serializers.go#L12038: func awsRestxml_serializeDocumentScanRange(v *types.ScanRange, value smithyxml.Value) error {
		serializers.go#L12065: func awsRestxml_serializeDocumentSelectParameters(v *types.SelectParameters, value smithyxml.Value) error {
		serializers.go#L12118: func awsRestxml_serializeDocumentServerSideEncryptionByDefault(v *types.ServerSideEncryptionByDefault, value smithyxml.Value) error {
		serializers.go#L12145: func awsRestxml_serializeDocumentServerSideEncryptionConfiguration(v *types.ServerSideEncryptionConfiguration, value smithyxml.Value) error {
		serializers.go#L12163: func awsRestxml_serializeDocumentServerSideEncryptionRule(v *types.ServerSideEncryptionRule, value smithyxml.Value) error {
		serializers.go#L12192: func awsRestxml_serializeDocumentServerSideEncryptionRules(v []types.ServerSideEncryptionRule, value smithyxml.Value) error {
		serializers.go#L12207: func awsRestxml_serializeDocumentSourceSelectionCriteria(v *types.SourceSelectionCriteria, value smithyxml.Value) error {
		serializers.go#L12238: func awsRestxml_serializeDocumentSSEKMS(v *types.SSEKMS, value smithyxml.Value) error {
		serializers.go#L12254: func awsRestxml_serializeDocumentSseKmsEncryptedObjects(v *types.SseKmsEncryptedObjects, value smithyxml.Value) error {
		serializers.go#L12270: func awsRestxml_serializeDocumentSSES3(v *types.SSES3, value smithyxml.Value) error {
		serializers.go#L12275: func awsRestxml_serializeDocumentStorageClassAnalysis(v *types.StorageClassAnalysis, value smithyxml.Value) error {
		serializers.go#L12293: func awsRestxml_serializeDocumentStorageClassAnalysisDataExport(v *types.StorageClassAnalysisDataExport, value smithyxml.Value) error {
		serializers.go#L12322: func awsRestxml_serializeDocumentTag(v *types.Tag, value smithyxml.Value) error {
		serializers.go#L12349: func awsRestxml_serializeDocumentTagging(v *types.Tagging, value smithyxml.Value) error {
		serializers.go#L12367: func awsRestxml_serializeDocumentTagSet(v []types.Tag, value smithyxml.Value) error {
		serializers.go#L12389: func awsRestxml_serializeDocumentTargetGrant(v *types.TargetGrant, value smithyxml.Value) error {
		serializers.go#L12424: func awsRestxml_serializeDocumentTargetGrants(v []types.TargetGrant, value smithyxml.Value) error {
		serializers.go#L12446: func awsRestxml_serializeDocumentTiering(v *types.Tiering, value smithyxml.Value) error {
		serializers.go#L12473: func awsRestxml_serializeDocumentTieringList(v []types.Tiering, value smithyxml.Value) error {
		serializers.go#L12488: func awsRestxml_serializeDocumentTopicConfiguration(v *types.TopicConfiguration, value smithyxml.Value) error {
		serializers.go#L12541: func awsRestxml_serializeDocumentTopicConfigurationList(v []types.TopicConfiguration, value smithyxml.Value) error {
		serializers.go#L12556: func awsRestxml_serializeDocumentTransition(v *types.Transition, value smithyxml.Value) error {
		serializers.go#L12594: func awsRestxml_serializeDocumentTransitionList(v []types.Transition, value smithyxml.Value) error {
		serializers.go#L12609: func awsRestxml_serializeDocumentUserMetadata(v []types.MetadataEntry, value smithyxml.Value) error {
		serializers.go#L12631: func awsRestxml_serializeDocumentVersioningConfiguration(v *types.VersioningConfiguration, value smithyxml.Value) error {
		serializers.go#L12658: func awsRestxml_serializeDocumentWebsiteConfiguration(v *types.WebsiteConfiguration, value smithyxml.Value) error {