type github.com/aws/aws-sdk-go-v2/service/s3/types.IndexDocument

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L1896: type IndexDocument struct {
		types.go#L3865: 	IndexDocument *IndexDocument

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_GetBucketWebsite.go#L67: 	IndexDocument *types.IndexDocument
		deserializers.go#L15724: func awsRestxml_deserializeDocumentIndexDocument(v **types.IndexDocument, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L15728: 	var sv *types.IndexDocument
		deserializers.go#L15730: 		sv = &types.IndexDocument{}
		serializers.go#L9770: func awsRestxml_serializeDocumentIndexDocument(v *types.IndexDocument, value smithyxml.Value) error {
		validators.go#L2606: func validateIndexDocument(v *types.IndexDocument) error {