# File lib/fog/aws/parsers/beanstalk/describe_application_versions.rb, line 9
          def initialize
            super("DescribeApplicationVersionsResult")
            tag 'ApplicationVersions', :object, :list
            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