# File lib/fog/aws/parsers/beanstalk/create_application_version.rb, line 9
          def initialize
            super("CreateApplicationVersionResult")
            tag 'ApplicationVersion', :object
            tag 'ApplicationName', :string
            tag 'DateCreated', :datetime
            tag 'DateUpdated', :datetime
            tag 'Description', :string
            tag 'SourceBundle', :object
            tag 'S3Bucket', :string
            tag 'S3Key', :string
            tag 'VersionLabel', :string
          end